Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
db2d067e
Commit
db2d067e
authored
Jan 05, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix project destroy callback
See gitlab-org/gitlab-ee!107.
parent
8de1f715
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
app/models/ci/build.rb
app/models/ci/build.rb
+2
-4
No files found.
app/models/ci/build.rb
View file @
db2d067e
...
@@ -54,6 +54,8 @@ module Ci
...
@@ -54,6 +54,8 @@ module Ci
# To prevent db load megabytes of data from trace
# To prevent db load megabytes of data from trace
default_scope
->
{
select
(
Ci
::
Build
.
columns_without_lazy
)
}
default_scope
->
{
select
(
Ci
::
Build
.
columns_without_lazy
)
}
before_destroy
{
project
}
class
<<
self
class
<<
self
def
columns_without_lazy
def
columns_without_lazy
(
column_names
-
LAZY_ATTRIBUTES
).
map
do
|
column_name
|
(
column_names
-
LAZY_ATTRIBUTES
).
map
do
|
column_name
|
...
@@ -145,10 +147,6 @@ module Ci
...
@@ -145,10 +147,6 @@ module Ci
end
end
end
end
def
project
commit
.
project
end
def
project_id
def
project_id
commit
.
project
.
id
commit
.
project
.
id
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment