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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
dcb2b311
Commit
dcb2b311
authored
May 07, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve more conflicts in app/models/project.rb
parent
6452c9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
app/models/project.rb
app/models/project.rb
+0
-5
No files found.
app/models/project.rb
View file @
dcb2b311
...
...
@@ -69,16 +69,11 @@ class Project < ActiveRecord::Base
default_value_for
:only_mirror_protected_branches
,
true
add_authentication_token_field
:runners_token
<<<<<<<
HEAD
before_validation
:mark_remote_mirrors_for_removal
=======
before_validation
:mark_remote_mirrors_for_removal
,
if:
->
{
ActiveRecord
::
Base
.
connection
.
table_exists?
(
:remote_mirrors
)
}
before_save
:ensure_runners_token
>>>>>>>
upstream
/
master
before_save
:ensure_runners_token
after_save
:update_project_statistics
,
if: :namespace_id_changed?
after_save
:create_import_state
,
if:
->
(
project
)
{
project
.
import?
&&
project
.
import_state
.
nil?
}
...
...
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