-
- Downloads
There was an error fetching the commit references. Please try again later.
Add latest changes from gitlab-org/gitlab@master
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/blob/openapi/index.js 19 additions, 0 deletionsapp/assets/javascripts/blob/openapi/index.js
- app/assets/javascripts/blob/openapi_viewer.js 3 additions, 0 deletionsapp/assets/javascripts/blob/openapi_viewer.js
- app/assets/javascripts/blob/viewer/index.js 3 additions, 0 deletionsapp/assets/javascripts/blob/viewer/index.js
- app/assets/javascripts/lib/utils/axios_utils.js 1 addition, 3 deletionsapp/assets/javascripts/lib/utils/axios_utils.js
- app/assets/javascripts/lib/utils/suppress_ajax_errors_during_navigation.js 2 additions, 2 deletions...ripts/lib/utils/suppress_ajax_errors_during_navigation.js
- app/assets/stylesheets/framework/files.scss 5 additions, 0 deletionsapp/assets/stylesheets/framework/files.scss
- app/controllers/application_controller.rb 2 additions, 2 deletionsapp/controllers/application_controller.rb
- app/controllers/concerns/issuable_actions.rb 1 addition, 1 deletionapp/controllers/concerns/issuable_actions.rb
- app/controllers/projects/ci/lints_controller.rb 6 additions, 4 deletionsapp/controllers/projects/ci/lints_controller.rb
- app/helpers/application_settings_helper.rb 1 addition, 0 deletionsapp/helpers/application_settings_helper.rb
- app/helpers/icons_helper.rb 1 addition, 1 deletionapp/helpers/icons_helper.rb
- app/helpers/users_helper.rb 1 addition, 1 deletionapp/helpers/users_helper.rb
- app/models/application_setting.rb 6 additions, 0 deletionsapp/models/application_setting.rb
- app/models/application_setting_implementation.rb 3 additions, 0 deletionsapp/models/application_setting_implementation.rb
- app/models/blob.rb 1 addition, 0 deletionsapp/models/blob.rb
- app/models/blob_viewer/open_api.rb 15 additions, 0 deletionsapp/models/blob_viewer/open_api.rb
- app/models/ci/build.rb 1 addition, 1 deletionapp/models/ci/build.rb
- app/models/ci/persistent_ref.rb 2 additions, 2 deletionsapp/models/ci/persistent_ref.rb
Loading
| Loading
| @@ -417,7 +417,7 @@ end |
gem 'octokit', '~> 4.9' | ||
gem 'mail_room', '~> 0.9.1' | ||
gem 'mail_room', '~> 0.10.0' | ||
gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | ||
Loading
| Loading
|
app/assets/javascripts/blob/openapi/index.js
0 → 100644
app/models/blob_viewer/open_api.rb
0 → 100644
Please register or sign in to comment