Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream' into feature/update_to_6.9
* upstream: (571 commits) Fix group projects fetch Improve group settings UI Fix group tests Improve help page content Use more logic class names for buttons in panel headings Remove ui-box css Move from ui-box to panels Replace ui-box title with panel-heading Replace ui-box with panel.panel-default Download schema.rb.bundled if necessary No need to copy the unicorn file if you use the cookbook. We need shortcuts route. Add deprecation to changelog. Ruby 2.0+ is a requirement. Fix feature. Make the updating documetation better for Omnibus users. Fix routing tests. Replace existing links to help pages with the new ones. Use the correct links, replace in search. Remove list items styling in show render. ... Conflicts: .travis.yml Gemfile Gemfile.lock Procfile app/assets/javascripts/application.js.coffee app/assets/javascripts/notes.js.coffee app/assets/stylesheets/application.scss app/assets/stylesheets/generic/ui_box.scss app/controllers/admin/projects_controller.rb app/controllers/groups_controller.rb app/controllers/projects/branches_controller.rb app/controllers/projects/edit_tree_controller.rb app/controllers/projects/merge_requests_controller.rb app/controllers/projects/notes_controller.rb app/controllers/projects/tags_controller.rb app/controllers/projects_controller.rb app/finders/notes_finder.rb app/helpers/commits_helper.rb app/helpers/merge_requests_helper.rb app/helpers/namespaces_helper.rb app/helpers/tree_helper.rb app/mailers/emails/issues.rb app/mailers/emails/merge_requests.rb app/mailers/emails/notes.rb app/models/email.rb app/models/event.rb app/models/merge_request.rb app/models/milestone.rb app/models/note.rb app/models/project.rb app/models/project_services/assembla_service.rb app/models/project_services/campfire_service.rb app/models/project_services/emails_on_push_service.rb app/models/project_services/flowdock_service.rb app/models/project_services/gemnasium_service.rb app/models/project_services/gitlab_ci_service.rb app/models/project_services/pivotaltracker_service.rb app/models/project_services/slack_message.rb app/models/project_services/slack_service.rb app/models/service.rb app/models/service/hipchat.rb app/models/user.rb app/observers/issue_observer.rb app/observers/key_observer.rb app/observers/merge_request_observer.rb app/observers/users_project_observer.rb app/services/base_service.rb app/services/git_push_service.rb app/services/notification_service.rb app/services/projects/create_service.rb app/services/projects/transfer_service.rb app/views/admin/users/show.html.haml app/views/devise/sessions/new.html.haml app/views/events/_event.html.haml app/views/groups/_projects.html.haml app/views/groups/_settings_nav.html.haml app/views/groups/edit.html.haml app/views/groups/members.html.haml app/views/layouts/_head_panel.html.haml app/views/notify/closed_merge_request_email.html.haml app/views/notify/closed_merge_request_email.text.haml app/views/notify/merged_merge_request_email.html.haml app/views/notify/merged_merge_request_email.text.haml app/views/profiles/show.html.haml app/views/projects/branches/_filter.html.haml app/views/projects/edit_tree/preview.html.haml app/views/projects/edit_tree/show.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/merge_requests/show/_mr_box.html.haml app/views/projects/notes/_discussion_diff.html.haml app/views/projects/notes/_form.html.haml app/views/projects/notes/_notes_with_form.html.haml app/views/projects/services/_form.html.haml app/views/projects/show.html.haml app/views/projects/team_members/_group_members.html.haml app/views/projects/team_members/_team.html.haml app/views/projects/team_members/index.html.haml app/views/users/_projects.html.haml bin/background_jobs config/application.rb config/initializers/1_settings.rb config/initializers/secret_token.rb config/initializers/session_store.rb config/routes.rb db/fixtures/development/10_merge_requests.rb db/schema.rb lib/api/api.rb lib/api/groups.rb lib/gitlab/diff_parser.rb lib/gitlab/git_access.rb lib/redcarpet/render/gitlab_html.rb lib/tasks/gitlab/enable_namespaces.rake spec/features/admin/admin_projects_spec.rb spec/helpers/application_helper_spec.rb spec/mailers/notify_spec.rb spec/models/assembla_service_spec.rb spec/models/event_spec.rb spec/models/merge_request_spec.rb spec/models/project_hook_spec.rb spec/models/project_spec.rb spec/models/service/flowdock_spec.rb spec/models/service/gitlab_ci_spec.rb spec/models/service_spec.rb spec/models/slack_message_spec.rb spec/models/user_spec.rb spec/observers/issue_observer_spec.rb spec/observers/merge_request_observer_spec.rb spec/observers/users_project_observer_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/services_spec.rb spec/services/git_push_service_spec.rb spec/services/notification_service_spec.rb spec/services/projects/transfer_service_spec.rb
- Loading branch information