-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'rc/ce-to-ee-friday' into 'master'
CE Upstream - Friday Closes gitlab-ce#27955 See merge request !1218
Showing
- .gitlab-ci.yml 0 additions, 57 deletions.gitlab-ci.yml
- .gitlab/issue_templates/Bug.md 12 additions, 12 deletions.gitlab/issue_templates/Bug.md
- .rubocop.yml 12 additions, 10 deletions.rubocop.yml
- CONTRIBUTING.md 1 addition, 1 deletionCONTRIBUTING.md
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 4 deletionsGemfile.lock
- LICENSE 1 addition, 1 deletionLICENSE
- PROCESS.md 1 addition, 1 deletionPROCESS.md
- app/assets/javascripts/copy_as_gfm.js.es6 3 additions, 0 deletionsapp/assets/javascripts/copy_as_gfm.js.es6
- app/assets/javascripts/merge_request_widget.js.es6 1 addition, 1 deletionapp/assets/javascripts/merge_request_widget.js.es6
- app/assets/stylesheets/framework/calendar.scss 2 additions, 0 deletionsapp/assets/stylesheets/framework/calendar.scss
- app/assets/stylesheets/framework/dropdowns.scss 4 additions, 1 deletionapp/assets/stylesheets/framework/dropdowns.scss
- app/controllers/projects/protected_branches_controller.rb 2 additions, 4 deletionsapp/controllers/projects/protected_branches_controller.rb
- app/models/project_services/jira_service.rb 0 additions, 10 deletionsapp/models/project_services/jira_service.rb
- app/views/projects/_last_push.html.haml 1 addition, 0 deletionsapp/views/projects/_last_push.html.haml
- app/views/projects/merge_requests/widget/_show.html.haml 2 additions, 2 deletionsapp/views/projects/merge_requests/widget/_show.html.haml
- changelogs/unreleased/27726-fix-dropdown-width-in-admin-project-page.yml 4 additions, 0 deletions...leased/27726-fix-dropdown-width-in-admin-project-page.yml
- changelogs/unreleased/27943-contribution-list-on-profile-page-is-aligned-right.yml 4 additions, 0 deletions...43-contribution-list-on-profile-page-is-aligned-right.yml
- changelogs/unreleased/27955-mr-notification-use-pipeline-language.yml 4 additions, 0 deletions...nreleased/27955-mr-notification-use-pipeline-language.yml
- changelogs/unreleased/copy-branch-to-clipboard.yml 4 additions, 0 deletionschangelogs/unreleased/copy-branch-to-clipboard.yml
Loading
| Loading
| @@ -292,7 +292,7 @@ group :development, :test do |
gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
gem 'spinach-rerun-reporter', '~> 0.0.2' | ||
gem 'rspec_profiling' | ||
gem 'rspec_profiling', '~> 0.0.5' | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 5.7.0' | ||
Loading
| Loading
|
Please register or sign in to comment