-
- Downloads
There was a problem fetching the pipeline summary.
Fix merge conflicts - squashed commit
# Conflicts: # app/models/project.rb
parent
7df495fb
No related branches found
No related tags found
Pipeline #
Showing
- .gitignore 39 additions, 39 deletions.gitignore
- .rubocop.yml 182 additions, 91 deletions.rubocop.yml
- .vagrant_enabled 0 additions, 0 deletions.vagrant_enabled
- CHANGELOG 142 additions, 12 deletionsCHANGELOG
- CONTRIBUTING.md 2 additions, 4 deletionsCONTRIBUTING.md
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 22 additions, 17 deletionsGemfile
- Gemfile.lock 63 additions, 149 deletionsGemfile.lock
- README.md 2 additions, 4 deletionsREADME.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/images/ci/arch.jpg 0 additions, 0 deletionsapp/assets/images/ci/arch.jpg
- app/assets/images/ci/favicon.ico 0 additions, 0 deletionsapp/assets/images/ci/favicon.ico
- app/assets/images/ci/loader.gif 0 additions, 0 deletionsapp/assets/images/ci/loader.gif
- app/assets/images/ci/no_avatar.png 0 additions, 0 deletionsapp/assets/images/ci/no_avatar.png
- app/assets/images/ci/rails.png 0 additions, 0 deletionsapp/assets/images/ci/rails.png
- app/assets/images/ci/service_sample.png 0 additions, 0 deletionsapp/assets/images/ci/service_sample.png
- app/assets/images/mailers/gitlab_header_logo.png 0 additions, 0 deletionsapp/assets/images/mailers/gitlab_header_logo.png
- app/assets/images/mailers/gitlab_tanuki_2x.png 0 additions, 0 deletionsapp/assets/images/mailers/gitlab_tanuki_2x.png
- app/assets/javascripts/api.js.coffee 21 additions, 14 deletionsapp/assets/javascripts/api.js.coffee
File moved
Loading
| Loading
| @@ -18,9 +18,8 @@ gem "mysql2", '~> 0.3.16', group: :mysql |
gem "pg", '~> 0.18.2', group: :postgres | ||
# Authentication libraries | ||
gem 'devise', '~> 3.5.4' | ||
gem 'devise', '~> 4.0' | ||
gem 'doorkeeper', '~> 3.1' | ||
gem 'devise-async', '~> 0.9.0' | ||
gem 'omniauth', '~> 1.3.1' | ||
gem 'omniauth-auth0', '~> 1.4.1' | ||
gem 'omniauth-azure-oauth2', '~> 0.0.6' | ||
Loading
| Loading
| @@ -36,15 +35,16 @@ gem 'omniauth-shibboleth', '~> 1.2.0' |
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt' | ||
# Spam and anti-bot protection | ||
gem 'recaptcha', require: 'recaptcha/rails' | ||
gem 'akismet', '~> 2.0' | ||
# Two-factor authentication | ||
gem 'devise-two-factor', '~> 2.0.0' | ||
gem 'devise-two-factor', '~> 3.0.0' | ||
gem 'rqrcode-rails3', '~> 0.1.7' | ||
gem 'attr_encrypted', '~> 1.3.4' | ||
gem 'attr_encrypted', '~> 3.0.0' | ||
# Browser detection | ||
gem "browser", '~> 1.0.0' | ||
Loading
| Loading
| @@ -72,7 +72,7 @@ gem 'grape-entity', '~> 0.4.2' |
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Pagination | ||
gem "kaminari", "~> 0.16.3" | ||
gem "kaminari", "~> 0.17.0" | ||
# HAML | ||
gem "haml-rails", '~> 0.9.0' | ||
Loading
| Loading
| @@ -83,8 +83,14 @@ gem "carrierwave", '~> 0.10.0' |
# Drag and Drop UI | ||
gem 'dropzonejs-rails', '~> 0.7.1' | ||
# for backups | ||
gem 'fog-aws', '~> 0.9' | ||
gem 'fog-core', '~> 1.40' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-google', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
# for aws storage | ||
gem "fog", "~> 1.36.0" | ||
gem "unf", '~> 0.1.4' | ||
# Authorization | ||
Loading
| Loading
| @@ -120,7 +126,7 @@ group :unicorn do |
end | ||
# State machine | ||
gem "state_machines-activerecord", '~> 0.3.0' | ||
gem "state_machines-activerecord", '~> 0.4.0' | ||
# Run events after state machine commits | ||
gem 'after_commit_queue' | ||
Loading
| Loading
| @@ -177,9 +183,6 @@ gem 'ruby-fogbugz', '~> 0.2.1' |
# d3 | ||
gem 'd3_rails', '~> 3.5.0' | ||
#cal-heatmap | ||
gem 'cal-heatmap-rails', '~> 3.6.0' | ||
# underscore-rails | ||
gem "underscore-rails", "~> 1.8.0" | ||
Loading
| Loading
| @@ -197,7 +200,7 @@ gem 'licensee', '~> 8.0.0' |
gem "rack-attack", '~> 4.3.1' | ||
# Ace editor | ||
gem 'ace-rails-ap', '~> 2.0.1' | ||
gem 'ace-rails-ap', '~> 4.0.2' | ||
# Keyboard shortcuts | ||
gem 'mousetrap-rails', '~> 1.4.6' | ||
Loading
| Loading
| @@ -218,13 +221,13 @@ gem 'gitlab_emoji', '~> 0.3.0' |
gem 'gon', '~> 6.0.1' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
gem 'jquery-rails', '~> 4.1.0' | ||
gem 'jquery-scrollto-rails', '~> 1.4.3' | ||
gem 'jquery-ui-rails', '~> 5.0.0' | ||
gem 'raphael-rails', '~> 2.1.2' | ||
gem 'request_store', '~> 1.3.0' | ||
gem 'select2-rails', '~> 3.5.9' | ||
gem 'virtus', '~> 1.0.1' | ||
gem 'net-ssh', '~> 3.0.1' | ||
gem 'base32', '~> 0.3.0' | ||
# Sentry integration | ||
gem 'sentry-raven', '~> 0.15' | ||
Loading
| Loading
| @@ -242,7 +245,6 @@ group :development do |
gem "foreman" | ||
gem 'brakeman', '~> 3.2.0', require: false | ||
gem "annotate", "~> 2.7.0" | ||
gem 'letter_opener_web', '~> 1.3.0' | ||
gem 'quiet_assets', '~> 1.0.2' | ||
gem 'rerun', '~> 0.11.0' | ||
Loading
| Loading
| @@ -293,9 +295,10 @@ group :development, :test do |
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
gem 'rubocop', '~> 0.38.0', require: false | ||
gem 'rubocop', '~> 0.40.0', require: false | ||
gem 'rubocop-rspec', '~> 1.5.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'coveralls', '~> 0.8.2', require: false | ||
gem 'coveralls', '~> 0.8.2', require: false | ||
gem 'simplecov', '~> 0.11.0', require: false | ||
gem 'flog', require: false | ||
gem 'flay', require: false | ||
Loading
| Loading
| @@ -325,8 +328,7 @@ gem "mail_room", "~> 0.7" |
gem 'email_reply_parser', '~> 0.5.8' | ||
## CI | ||
gem 'activerecord-deprecated_finders', '~> 1.0.3' | ||
gem 'activerecord-session_store', '~> 0.1.0' | ||
gem 'activerecord-session_store', '~> 1.0.0' | ||
gem "nested_form", '~> 0.3.2' | ||
# OAuth | ||
Loading
| Loading
| @@ -334,3 +336,6 @@ gem 'oauth2', '~> 1.0.0' |
# Soft deletion | ||
gem "paranoia", "~> 2.0" | ||
# Health check | ||
gem 'health_check', '~> 1.5.1' |
app/assets/images/ci/arch.jpg
deleted
100644 → 0
24.6 KiB
app/assets/images/ci/favicon.ico
deleted
100644 → 0
5.3 KiB
app/assets/images/ci/loader.gif
deleted
100644 → 0
4.3 KiB
app/assets/images/ci/no_avatar.png
deleted
100644 → 0
1.31 KiB
app/assets/images/ci/rails.png
deleted
100644 → 0
6.49 KiB
74.2 KiB
6.93 KiB
2.49 KiB