-
- Downloads
Merge branch 'master' into feature/check-against-rbl
* master: (102 commits) Removes 100% width because it is a block element. Implement new UI for pagination Remove Performance Monitoring from Integration docs Update CHANGELOG Change InfluxDB admin username Creator should be added as a master of the project on creation Move integration/metrics to monitoring/performance Fix cross projects detection when importing GitHub pull requests Mention required Ruby version Use a MR with commits. Validate bounds just to be sure Fix term height so text overflap does not happen. Properly highlight lines around '\ No newline at end of file' Save and use actual diff base commit for MR diff highlighting Update tests updated gitlab_git to fix issue #5858 and updated changelog Simplifies the HAML if statement for project branch URL Target '_blank' Send user context to Sentry Gracefully handle invalid UTF-8 sequences in Markdown links ... Conflicts: app/controllers/admin/application_settings_controller.rb app/models/application_setting.rb app/views/admin/application_settings/_form.html.haml db/schema.rb lib/dnsxl_check.rb lib/gitlab/ip_check.rb
No related branches found
No related tags found
Showing
- CHANGELOG 4 additions, 0 deletionsCHANGELOG
- Gemfile 4 additions, 1 deletionGemfile
- Gemfile.lock 5 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/awards_handler.coffee 7 additions, 10 deletionsapp/assets/javascripts/awards_handler.coffee
- app/assets/javascripts/dispatcher.js.coffee 0 additions, 1 deletionapp/assets/javascripts/dispatcher.js.coffee
- app/assets/javascripts/shortcuts.js.coffee 1 addition, 0 deletionsapp/assets/javascripts/shortcuts.js.coffee
- app/assets/javascripts/shortcuts_tree.coffee 0 additions, 4 deletionsapp/assets/javascripts/shortcuts_tree.coffee
- app/assets/stylesheets/framework/pagination.scss 2 additions, 26 deletionsapp/assets/stylesheets/framework/pagination.scss
- app/assets/stylesheets/framework/tw_bootstrap_variables.scss 11 additions, 11 deletionsapp/assets/stylesheets/framework/tw_bootstrap_variables.scss
- app/assets/stylesheets/highlight/dark.scss 18 additions, 0 deletionsapp/assets/stylesheets/highlight/dark.scss
- app/assets/stylesheets/highlight/monokai.scss 18 additions, 0 deletionsapp/assets/stylesheets/highlight/monokai.scss
- app/assets/stylesheets/highlight/solarized_dark.scss 18 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_dark.scss
- app/assets/stylesheets/highlight/solarized_light.scss 19 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_light.scss
- app/assets/stylesheets/pages/diff.scss 15 additions, 0 deletionsapp/assets/stylesheets/pages/diff.scss
- app/assets/stylesheets/pages/merge_requests.scss 36 additions, 0 deletionsapp/assets/stylesheets/pages/merge_requests.scss
- app/assets/stylesheets/pages/search.scss 0 additions, 4 deletionsapp/assets/stylesheets/pages/search.scss
- app/controllers/admin/application_settings_controller.rb 2 additions, 0 deletionsapp/controllers/admin/application_settings_controller.rb
- app/controllers/application_controller.rb 12 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/projects/blob_controller.rb 3 additions, 2 deletionsapp/controllers/projects/blob_controller.rb
- app/controllers/projects/commit_controller.rb 1 addition, 0 deletionsapp/controllers/projects/commit_controller.rb
Loading
| Loading
| @@ -49,7 +49,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.22' | ||
gem "gitlab_git", '~> 7.2.23' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
| @@ -293,6 +293,9 @@ end |
group :production do | ||
gem "gitlab_meta", '7.0' | ||
# Sentry integration | ||
gem 'sentry-raven' | ||
end | ||
gem "newrelic_rpm", '~> 3.9.4.245' | ||
Loading
| Loading
|
Please register or sign in to comment