Commits on Source (101)
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 21 additions, 0 deletions.gitlab-ci.yml
- .rubocop.yml 228 additions, 44 deletions.rubocop.yml
- .rubocop_todo.yml 69 additions, 248 deletions.rubocop_todo.yml
- CONTRIBUTING.md 1 addition, 1 deletionCONTRIBUTING.md
- GITLAB_PAGES_VERSION 1 addition, 1 deletionGITLAB_PAGES_VERSION
- Gemfile 4 additions, 4 deletionsGemfile
- Gemfile.lock 15 additions, 15 deletionsGemfile.lock
- app/assets/javascripts/ajax_loading_spinner.js 35 additions, 0 deletionsapp/assets/javascripts/ajax_loading_spinner.js
- app/assets/javascripts/dispatcher.js.es6 3 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.es6
- app/assets/javascripts/vue_pipelines_index/pipelines.js.es6 1 addition, 1 deletionapp/assets/javascripts/vue_pipelines_index/pipelines.js.es6
- app/assets/stylesheets/framework/sidebar.scss 10 additions, 6 deletionsapp/assets/stylesheets/framework/sidebar.scss
- app/controllers/admin/system_info_controller.rb 2 additions, 2 deletionsapp/controllers/admin/system_info_controller.rb
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- app/controllers/concerns/creates_commit.rb 8 additions, 7 deletionsapp/controllers/concerns/creates_commit.rb
- app/controllers/concerns/service_params.rb 2 additions, 2 deletionsapp/controllers/concerns/service_params.rb
- app/controllers/concerns/spammable_actions.rb 1 addition, 1 deletionapp/controllers/concerns/spammable_actions.rb
- app/controllers/jwt_controller.rb 5 additions, 3 deletionsapp/controllers/jwt_controller.rb
- app/controllers/profiles/two_factor_auths_controller.rb 1 addition, 1 deletionapp/controllers/profiles/two_factor_auths_controller.rb
- app/controllers/projects/git_http_client_controller.rb 6 additions, 5 deletionsapp/controllers/projects/git_http_client_controller.rb
... | ... | @@ -201,7 +201,7 @@ gem 'babosa', '~> 1.0.2' |
gem 'loofah', '~> 2.0.3' | ||
# Working with license | ||
gem 'licensee', '~> 8.0.0' | ||
gem 'licensee', '~> 8.7.0' | ||
# Protect against bruteforcing | ||
gem 'rack-attack', '~> 4.4.1' | ||
... | ... | @@ -301,10 +301,10 @@ group :development, :test do |
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'rubocop', '~> 0.46.0', require: false | ||
gem 'rubocop-rspec', '~> 1.9.1', require: false | ||
gem 'rubocop', '~> 0.47.1', require: false | ||
gem 'rubocop-rspec', '~> 1.12.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'haml_lint', '~> 0.18.2', require: false | ||
gem 'haml_lint', '~> 0.21.0', require: false | ||
gem 'simplecov', '0.12.0', require: false | ||
gem 'flay', '~> 2.6.1', require: false | ||
gem 'bundler-audit', '~> 0.5.0', require: false | ||
... | ... |