-
- Downloads
There was a problem fetching the pipeline summary.
Merge remote-tracking branch 'upstream/master' into pipeline-emails
* upstream/master: (64 commits) Update the 8.11 to 8.12 update documentation to use gitlab-shell 3.5.0 Update GITLAB_SHELL_VERSION Move pushes_since_gc to Redis Fix Gitlab::Popen.popen thread-safety issue Allow trailing newline in secret base64 data Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entry Fix a typo in documentation Restore SSH Key title auto-population behavior Add test with inactive error use case for 'POST /ci/api/v1/builds/register.json' Fix rubocop offences Update API documentation Update CHANGELOG Change response for /ci/api/v1/builds/register.json from 404 to 204 Document the fact that merge requests from private forks can be checked out locally Change method name to #reopenable? Improve grammar Fix not working test with execute Add CHANGELOG Improve grammar Add #can_reopen? and tests ...
No related branches found
No related tags found
Pipeline #
Showing
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- .haml-lint.yml 103 additions, 0 deletions.haml-lint.yml
- CHANGELOG 15 additions, 0 deletionsCHANGELOG
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 9 additions, 0 deletionsGemfile.lock
- app/assets/stylesheets/framework/mobile.scss 0 additions, 4 deletionsapp/assets/stylesheets/framework/mobile.scss
- app/assets/stylesheets/pages/issuable.scss 1 addition, 1 deletionapp/assets/stylesheets/pages/issuable.scss
- app/assets/stylesheets/pages/issues.scss 9 additions, 0 deletionsapp/assets/stylesheets/pages/issues.scss
- app/controllers/concerns/creates_commit.rb 1 addition, 2 deletionsapp/controllers/concerns/creates_commit.rb
- app/controllers/projects/blob_controller.rb 4 additions, 6 deletionsapp/controllers/projects/blob_controller.rb
- app/controllers/projects/merge_requests_controller.rb 0 additions, 6 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/models/ci/build.rb 11 additions, 0 deletionsapp/models/ci/build.rb
- app/models/merge_request.rb 10 additions, 0 deletionsapp/models/merge_request.rb
- app/models/project.rb 17 additions, 1 deletionapp/models/project.rb
- app/models/repository.rb 1 addition, 1 deletionapp/models/repository.rb
- app/services/ci/process_pipeline_service.rb 3 additions, 3 deletionsapp/services/ci/process_pipeline_service.rb
- app/services/projects/destroy_service.rb 2 additions, 0 deletionsapp/services/projects/destroy_service.rb
- app/services/projects/housekeeping_service.rb 3 additions, 9 deletionsapp/services/projects/housekeeping_service.rb
- app/views/admin/builds/_build.html.haml 0 additions, 77 deletionsapp/views/admin/builds/_build.html.haml
.haml-lint.yml
0 → 100644
Loading
| Loading
| @@ -298,6 +298,7 @@ group :development, :test do |
gem 'rubocop', '~> 0.41.2', require: false | ||
gem 'rubocop-rspec', '~> 1.5.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'haml_lint', '~> 0.18.2', require: false | ||
gem 'simplecov', '0.12.0', require: false | ||
gem 'flog', '~> 4.3.2', require: false | ||
gem 'flay', '~> 2.6.1', require: false | ||
Loading
| Loading
|
Please register or sign in to comment