-
- Downloads
Merge remote-tracking branch 'origin/master' into ce-6983-promote-starting-a-gitlab-com-trial
No related branches found
No related tags found
Showing
- .eslintrc.yml 29 additions, 1 deletion.eslintrc.yml
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 5 additions, 3 deletions.gitlab-ci.yml
- .gitlab/CODEOWNERS 17 additions, 0 deletions.gitlab/CODEOWNERS
- .rubocop.yml 1 addition, 1 deletion.rubocop.yml
- .rubocop_todo.yml 0 additions, 14 deletions.rubocop_todo.yml
- CHANGELOG.md 253 additions, 6 deletionsCHANGELOG.md
- CONTRIBUTING.md 3 additions, 3 deletionsCONTRIBUTING.md
- Dangerfile 2 additions, 0 deletionsDangerfile
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 5 additions, 4 deletionsGemfile
- Gemfile.lock 10 additions, 16 deletionsGemfile.lock
- Gemfile.rails5.lock 10 additions, 16 deletionsGemfile.rails5.lock
- LICENSE 15 additions, 3 deletionsLICENSE
- PROCESS.md 36 additions, 19 deletionsPROCESS.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/images/auth_buttons/auth0_64.png 0 additions, 0 deletionsapp/assets/images/auth_buttons/auth0_64.png
- app/assets/images/auth_buttons/azure_64.png 0 additions, 0 deletionsapp/assets/images/auth_buttons/azure_64.png
.gitlab/CODEOWNERS
0 → 100644
Loading
| Loading
| @@ -107,7 +107,9 @@ gem 'kaminari', '~> 1.0' |
gem 'hamlit', '~> 2.8.8' | ||
# Files attachments | ||
gem 'carrierwave', '~> 1.2' | ||
# Locked until https://github.com/carrierwaveuploader/carrierwave/pull/2332/files is merged. | ||
# config/initializers/carrierwave_patch.rb can be removed once that change is released. | ||
gem 'carrierwave', '= 1.2.3' | ||
gem 'mini_magick' | ||
# Drag and Drop UI | ||
Loading
| Loading
| @@ -168,7 +170,7 @@ gem 'state_machines-activerecord', '~> 0.5.1' |
gem 'acts-as-taggable-on', '~> 5.0' | ||
# Background jobs | ||
gem 'sidekiq', '~> 5.1' | ||
gem 'sidekiq', '~> 5.2.1' | ||
gem 'sidekiq-cron', '~> 0.6.0' | ||
gem 'redis-namespace', '~> 1.6.0' | ||
gem 'sidekiq-limit_fetch', '~> 3.4', require: false | ||
Loading
| Loading
| @@ -298,7 +300,6 @@ gem 'peek-mysql2', '~> 1.1.0', group: :mysql |
gem 'peek-pg', '~> 1.3.0', group: :postgres | ||
gem 'peek-rblineprof', '~> 0.2.0' | ||
gem 'peek-redis', '~> 1.2.0' | ||
gem 'peek-sidekiq', '~> 1.0.3' | ||
# Metrics | ||
group :metrics do | ||
Loading
| Loading
| @@ -423,7 +424,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.113.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
Loading
| Loading
|
app/assets/images/auth_buttons/auth0_64.png
0 → 100644
1.77 KiB

| W: | H:
| W: | H:

