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
iv
gitlab-ce
Commits
d74673fd
Commit
d74673fd
authored
Mar 31, 2015
by
Fotis Gimian
Committed by
Jeroen van Baarsen
May 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure that the first added admin performs repository imports
parent
be969bb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG
CHANGELOG
+1
-0
lib/tasks/gitlab/import.rake
lib/tasks/gitlab/import.rake
+1
-1
No files found.
CHANGELOG
View file @
d74673fd
...
...
@@ -66,6 +66,7 @@ v 7.11.0 (unreleased)
- Add style for <kbd> element in markdown
- Spin spinner icon next to "Checking for CI status..." on MR page.
- Fix reference links in dashboard activity and ATOM feeds.
- Ensure that the first added admin performs repository imports
v 7.10.2
- Fix CI links on MR page
...
...
lib/tasks/gitlab/import.rake
View file @
d74673fd
...
...
@@ -35,7 +35,7 @@ namespace :gitlab do
if
project
puts
" *
#{
project
.
name
}
(
#{
repo_path
}
) exists"
else
user
=
User
.
admins
.
first
user
=
User
.
admins
.
reorder
(
"id"
).
first
project_params
=
{
name:
name
,
...
...
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