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 |
gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.27' | ||
gem 'grape-route-helpers', '~> 2.1.0' | ||
gem 'grape-path-helpers', '~> 1.0' | ||
gem 'faraday', '~> 0.12' | ||
... | ... | @@ -219,7 +219,7 @@ gem 'asana', '~> 0.6.0' |
gem 'ruby-fogbugz', '~> 0.2.1' | ||
# Kubernetes integration | ||
gem 'kubeclient', '~> 3.0' | ||
gem 'kubeclient', '~> 3.1.0' | ||
# Sanitize user input | ||
gem 'sanitize', '~> 2.0' | ||
... | ... | @@ -320,7 +320,7 @@ group :development, :test do |
gem 'pry-byebug', '~> 3.4.1', platform: :mri | ||
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 'database_cleaner', '~> 1.5.0' | ||
... | ... |
... | ... | @@ -100,21 +100,21 @@ |
}, | ||
"devDependencies": { | ||
"axios-mock-adapter": "^1.15.0", | ||
"babel-eslint": "^8.0.2", | ||
"babel-eslint": "^8.2.3", | ||
"babel-plugin-istanbul": "^4.1.6", | ||
"babel-plugin-rewire": "^1.1.0", | ||
"babel-template": "^6.26.0", | ||
"babel-types": "^6.26.0", | ||
"chalk": "^2.4.1", | ||
"commander": "^2.15.1", | ||
"eslint": "^3.18.0", | ||
"eslint-config-airbnb-base": "^10.0.1", | ||
"eslint-import-resolver-webpack": "^0.8.3", | ||
"eslint-plugin-filenames": "^1.1.0", | ||
"eslint-plugin-html": "2.0.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint": "~4.12.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-import-resolver-webpack": "^0.10.0", | ||
"eslint-plugin-filenames": "^1.2.0", | ||
"eslint-plugin-html": "4.0.3", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jasmine": "^2.1.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-vue": "^4.0.1", | ||
"ignore": "^3.3.7", | ||
"istanbul": "^0.4.5", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment