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
09b23228
Commit
09b23228
authored
Sep 15, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
79190fe0
67cf376d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app/views/projects/merge_requests/show/_state_widget.html.haml
...iews/projects/merge_requests/show/_state_widget.html.haml
+1
-1
doc/raketasks/user_management.md
doc/raketasks/user_management.md
+4
-4
No files found.
app/views/projects/merge_requests/show/_state_widget.html.haml
View file @
09b23228
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
%h4
%h4
Closed by
#{
link_to_member
(
@project
,
@merge_request
.
closed_event
.
author
,
avatar:
false
)
}
Closed by
#{
link_to_member
(
@project
,
@merge_request
.
closed_event
.
author
,
avatar:
false
)
}
#{
time_ago_with_tooltip
(
@merge_request
.
closed_event
.
created_at
)
}
#{
time_ago_with_tooltip
(
@merge_request
.
closed_event
.
created_at
)
}
%p
Changes w
as
not merged into target branch
%p
Changes w
ere
not merged into target branch
-
if
@merge_request
.
merged?
-
if
@merge_request
.
merged?
%h4
%h4
...
...
doc/raketasks/user_management.md
View file @
09b23228
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
sudo
gitlab-rake gitlab:import:user_to_projects[username@domain.tld]
sudo
gitlab-rake gitlab:import:user_to_projects[username@domain.tld]
# installation from source or cookbook
# installation from source or cookbook
bundle
exec
rake gitlab:import:user_to_projects[username@domain.tld]
bundle
exec
rake gitlab:import:user_to_projects[username@domain.tld]
RAILS_ENV
=
production
```
```
## Add all users to all projects
## Add all users to all projects
...
@@ -21,7 +21,7 @@ Notes:
...
@@ -21,7 +21,7 @@ Notes:
sudo
gitlab-rake gitlab:import:all_users_to_all_projects
sudo
gitlab-rake gitlab:import:all_users_to_all_projects
# installation from source or cookbook
# installation from source or cookbook
bundle
exec
rake gitlab:import:all_users_to_all_projects
bundle
exec
rake gitlab:import:all_users_to_all_projects
RAILS_ENV
=
production
```
```
## Add user as a developer to all groups
## Add user as a developer to all groups
...
@@ -31,7 +31,7 @@ bundle exec rake gitlab:import:all_users_to_all_projects
...
@@ -31,7 +31,7 @@ bundle exec rake gitlab:import:all_users_to_all_projects
sudo
gitlab-rake gitlab:import:user_to_groups[username@domain.tld]
sudo
gitlab-rake gitlab:import:user_to_groups[username@domain.tld]
# installation from source or cookbook
# installation from source or cookbook
bundle
exec
rake gitlab:import:user_to_groups[username@domain.tld]
bundle
exec
rake gitlab:import:user_to_groups[username@domain.tld]
RAILS_ENV
=
production
```
```
## Add all users to all groups
## Add all users to all groups
...
@@ -45,5 +45,5 @@ Notes:
...
@@ -45,5 +45,5 @@ Notes:
sudo
gitlab-rake gitlab:import:all_users_to_all_groups
sudo
gitlab-rake gitlab:import:all_users_to_all_groups
# installation from source or cookbook
# installation from source or cookbook
bundle
exec
rake gitlab:import:all_users_to_all_groups
bundle
exec
rake gitlab:import:all_users_to_all_groups
RAILS_ENV
=
production
```
```
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