Merge branch 'master' into 46971-extra-whitespace
* master: (32 commits) Update CHANGELOG.md for 10.8.3 Update "col-xs" usage to bootstrap4 Add missing usage_ping_enabled to API settings Make Repository#blob_data_at a public method Fix UI broken in line profiling modal due to Bootstrap 4 Only preload member records for the relevant projects/groups/user in projects API Fix after sign-in with Google button Fix a wrong link reference in docs Simplify spec: `2.times.each` -> `2.times` Replace grape-route-helpers with our own grape-path-helpers Add archived param to the json response Consider we might have prefix for stable branches Convert spec/javascripts/.eslintrc to yml format as well Remove version lock on awesome_print dependency Fix import project by url layout Fix missing timeout value in object storage pre-authorization call fix last lints disable no-multi-assign fix `spaced-comment` remove unused createComponentWithMixin from vue spec helpers ...
Showing
.eslintrc
deleted
100644 → 0
.eslintrc.yml
0 → 100644
... | @@ -28,7 +28,7 @@ gem 'mysql2', '~> 0.4.10', group: :mysql | ... | @@ -28,7 +28,7 @@ gem 'mysql2', '~> 0.4.10', group: :mysql |
gem 'pg', '~> 0.18.2', group: :postgres | gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.27' | gem 'rugged', '~> 0.27' | ||
gem 'grape-route-helpers', '~> 2.1.0' | gem 'grape-path-helpers', '~> 1.0' | ||
gem 'faraday', '~> 0.12' | gem 'faraday', '~> 0.12' | ||
... | @@ -219,7 +219,7 @@ gem 'asana', '~> 0.6.0' | ... | @@ -219,7 +219,7 @@ gem 'asana', '~> 0.6.0' |
gem 'ruby-fogbugz', '~> 0.2.1' | gem 'ruby-fogbugz', '~> 0.2.1' | ||
# Kubernetes integration | # Kubernetes integration | ||
gem 'kubeclient', '~> 3.0' | gem 'kubeclient', '~> 3.1.0' | ||
# Sanitize user input | # Sanitize user input | ||
gem 'sanitize', '~> 2.0' | gem 'sanitize', '~> 2.0' | ||
... | @@ -320,7 +320,7 @@ group :development, :test do | ... | @@ -320,7 +320,7 @@ group :development, :test do |
gem 'pry-byebug', '~> 3.4.1', platform: :mri | gem 'pry-byebug', '~> 3.4.1', platform: :mri | ||
gem 'pry-rails', '~> 0.3.4' | gem 'pry-rails', '~> 0.3.4' | ||
gem 'awesome_print', '~> 1.8.0', require: false | gem 'awesome_print', require: false | ||
gem 'fuubar', '~> 2.2.0' | gem 'fuubar', '~> 2.2.0' | ||
gem 'database_cleaner', '~> 1.5.0' | gem 'database_cleaner', '~> 1.5.0' | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment