-
- Downloads
Merge master into 26723-discussion-filters
No related branches found
No related tags found
Showing
- .babelrc 0 additions, 25 deletions.babelrc
- .babelrc.js 38 additions, 0 deletions.babelrc.js
- .eslintrc.yml 12 additions, 39 deletions.eslintrc.yml
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- .gitlab/CODEOWNERS 2 additions, 0 deletions.gitlab/CODEOWNERS
- .rubocop.yml 13 additions, 2 deletions.rubocop.yml
- .rubocop_todo.yml 0 additions, 79 deletions.rubocop_todo.yml
- CHANGELOG.md 30 additions, 0 deletionsCHANGELOG.md
- CONTRIBUTING.md 8 additions, 148 deletionsCONTRIBUTING.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_PAGES_VERSION 1 addition, 1 deletionGITLAB_PAGES_VERSION
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- Gemfile 3 additions, 4 deletionsGemfile
- Gemfile.lock 13 additions, 21 deletionsGemfile.lock
- Gemfile.rails5.lock 13 additions, 21 deletionsGemfile.rails5.lock
- PROCESS.md 1 addition, 0 deletionsPROCESS.md
- app/assets/images/ci_favicons/canary/favicon_status_scheduled.ico 0 additions, 0 deletions...ts/images/ci_favicons/canary/favicon_status_scheduled.ico
- app/assets/images/ci_favicons/favicon_status_scheduled.png 0 additions, 0 deletionsapp/assets/images/ci_favicons/favicon_status_scheduled.png
- app/assets/images/koding-logo.svg 0 additions, 8 deletionsapp/assets/images/koding-logo.svg
- app/assets/javascripts/api.js 28 additions, 27 deletionsapp/assets/javascripts/api.js
.babelrc
deleted
100644 → 0
.babelrc.js
0 → 100644
Loading
| Loading
| @@ -83,9 +83,6 @@ gem 'net-ldap' |
# Only used to compute wiki page slugs | ||
gem 'gitlab-gollum-lib', '~> 4.2', require: false | ||
# Language detection | ||
gem 'github-linguist', '~> 5.3.3', require: 'linguist' | ||
# API | ||
gem 'grape', '~> 1.1' | ||
gem 'grape-entity', '~> 0.7.1' | ||
Loading
| Loading
| @@ -146,6 +143,7 @@ gem 'rouge', '~> 3.1' |
gem 'truncato', '~> 0.7.9' | ||
gem 'bootstrap_form', '~> 2.7.0' | ||
gem 'nokogiri', '~> 1.8.2' | ||
gem 'escape_utils', '~> 1.1' | ||
# Calendar rendering | ||
gem 'icalendar' | ||
Loading
| Loading
| @@ -295,6 +293,7 @@ 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 'gitlab-sidekiq-fetcher', require: 'sidekiq-reliable-fetch' | ||
# Metrics | ||
group :metrics do | ||
Loading
| Loading
| @@ -420,7 +419,7 @@ end |
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
gem 'grpc', '~> 1.15.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
gem 'google-protobuf', '= 3.5.1' | ||
Loading
| Loading
|
5.3 KiB
1.05 KiB
app/assets/images/koding-logo.svg
deleted
100644 → 0