Skip to content
Snippets Groups Projects
Commit 09b23228 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'master' of github.com:gitlabhq/gitlabhq

parents 79190fe0 67cf376d
No related branches found
No related tags found
No related merge requests found
Loading
@@ -13,7 +13,7 @@
Loading
@@ -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 was not merged into target branch %p Changes were not merged into target branch
   
- if @merge_request.merged? - if @merge_request.merged?
%h4 %h4
Loading
Loading
Loading
@@ -7,7 +7,7 @@
Loading
@@ -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
Loading
@@ -21,7 +21,7 @@ Notes:
Loading
@@ -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
Loading
@@ -31,7 +31,7 @@ bundle exec rake gitlab:import:all_users_to_all_projects
Loading
@@ -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
Loading
@@ -45,5 +45,5 @@ Notes:
Loading
@@ -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
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment