Commits on Source (708)
Showing
- .dockerignore 72 additions, 0 deletions.dockerignore
- .gitignore 2 additions, 0 deletions.gitignore
- .gitlab/ci/global.gitlab-ci.yml 12 additions, 0 deletions.gitlab/ci/global.gitlab-ci.yml
- .gitlab/ci/qa.gitlab-ci.yml 5 additions, 5 deletions.gitlab/ci/qa.gitlab-ci.yml
- .gitlab/ci/reports.gitlab-ci.yml 13 additions, 0 deletions.gitlab/ci/reports.gitlab-ci.yml
- .gitlab/ci/review.gitlab-ci.yml 11 additions, 19 deletions.gitlab/ci/review.gitlab-ci.yml
- .mdlrc.style 1 addition, 1 deletion.mdlrc.style
- CHANGELOG-EE.md 222 additions, 0 deletionsCHANGELOG-EE.md
- CHANGELOG.md 262 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- Gemfile 3 additions, 3 deletionsGemfile
- Gemfile.lock 10 additions, 6 deletionsGemfile.lock
- README.md 1 addition, 1 deletionREADME.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/api.js 15 additions, 0 deletionsapp/assets/javascripts/api.js
- app/assets/javascripts/boards/components/board_card.vue 1 addition, 0 deletionsapp/assets/javascripts/boards/components/board_card.vue
- app/assets/javascripts/boards/components/board_list.vue 1 addition, 0 deletionsapp/assets/javascripts/boards/components/board_list.vue
- app/assets/javascripts/boards/components/board_sidebar.js 2 additions, 0 deletionsapp/assets/javascripts/boards/components/board_sidebar.js
- app/assets/javascripts/boards/components/boards_selector.vue 1 addition, 0 deletionsapp/assets/javascripts/boards/components/boards_selector.vue
.dockerignore
0 → 100644
... | ... | @@ -285,7 +285,6 @@ gem 'font-awesome-rails', '~> 4.7' |
gem 'gemojione', '~> 3.3' | ||
gem 'gon', '~> 6.2' | ||
gem 'request_store', '~> 1.3' | ||
gem 'virtus', '~> 1.0.1' | ||
gem 'base32', '~> 0.3.0' | ||
gem "gitlab-license", "~> 1.0" | ||
... | ... | @@ -296,7 +295,7 @@ gem 'sentry-raven', '~> 2.9' |
gem 'premailer-rails', '~> 1.9.7' | ||
# LabKit: Tracing and Correlation | ||
gem 'gitlab-labkit', '~> 0.4.2' | ||
gem 'gitlab-labkit', '~> 0.5' | ||
# I18n | ||
gem 'ruby_parser', '~> 3.8', require: false | ||
... | ... | @@ -412,7 +411,7 @@ gem 'mail_room', '~> 0.9.1' |
gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | ||
gem 'ruby-prof', '~> 0.17.0' | ||
gem 'ruby-prof', '~> 1.0.0' | ||
gem 'rbtrace', '~> 0.4', require: false | ||
gem 'memory_profiler', '~> 0.9', require: false | ||
gem 'benchmark-memory', '~> 0.1', require: false | ||
... | ... | @@ -454,6 +453,7 @@ gem 'toml-rb', '~> 1.0.0', require: false |
gem 'flipper', '~> 0.13.0' | ||
gem 'flipper-active_record', '~> 0.13.0' | ||
gem 'flipper-active_support_cache_store', '~> 0.13.0' | ||
gem 'unleash', '~> 0.1.5' | ||
# Structured logging | ||
gem 'lograge', '~> 0.5' | ||
... | ... |