-
- Downloads
Merge branch 'master' into expiration-date-on-memberships
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 61 additions, 40 deletions.gitlab-ci.yml
- .mailmap 35 additions, 0 deletions.mailmap
- .rubocop.yml 8 additions, 4 deletions.rubocop.yml
- .rubocop_todo.yml 0 additions, 7 deletions.rubocop_todo.yml
- .ruby-version 1 addition, 1 deletion.ruby-version
- CHANGELOG 134 additions, 2 deletionsCHANGELOG
- CONTRIBUTING.md 10 additions, 1 deletionCONTRIBUTING.md
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- Gemfile 6 additions, 8 deletionsGemfile
- Gemfile.lock 43 additions, 56 deletionsGemfile.lock
- PROCESS.md 2 additions, 0 deletionsPROCESS.md
- app/assets/images/bg-header.png 0 additions, 0 deletionsapp/assets/images/bg-header.png
- app/assets/images/bg_fallback.png 0 additions, 0 deletionsapp/assets/images/bg_fallback.png
- app/assets/images/chosen-sprite.png 0 additions, 0 deletionsapp/assets/images/chosen-sprite.png
- app/assets/images/diff_note_add.png 0 additions, 0 deletionsapp/assets/images/diff_note_add.png
- app/assets/images/icon-search.png 0 additions, 0 deletionsapp/assets/images/icon-search.png
- app/assets/images/icon_sprite.png 0 additions, 0 deletionsapp/assets/images/icon_sprite.png
- app/assets/images/images.png 0 additions, 0 deletionsapp/assets/images/images.png
- app/assets/images/move.png 0 additions, 0 deletionsapp/assets/images/move.png
.mailmap
0 → 100644
source 'https://rubygems.org' | ||
gem 'rails', '4.2.7' | ||
gem 'rails', '4.2.7.1' | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Responders respond_to and respond_with | ||
Loading
| Loading
| @@ -53,7 +53,7 @@ gem 'browser', '~> 2.2' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 10.4.2' | ||
gem 'gitlab_git', '~> 10.4.5' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
| @@ -69,7 +69,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.2', require: false |
gem 'github-linguist', '~> 4.7.0', require: 'linguist' | ||
# API | ||
gem 'grape', '~> 0.13.0' | ||
gem 'grape', '~> 0.15.0' | ||
gem 'grape-entity', '~> 0.4.2' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
Loading
| Loading
| @@ -154,7 +154,7 @@ gem 'settingslogic', '~> 2.0.9' |
# Misc | ||
gem 'version_sorter', '~> 2.0.0' | ||
gem 'version_sorter', '~> 2.1.0' | ||
# Cache | ||
gem 'redis-rails', '~> 4.0.0' | ||
Loading
| Loading
| @@ -163,9 +163,6 @@ gem 'redis-rails', '~> 4.0.0' |
gem 'redis', '~> 3.2' | ||
gem 'connection_pool', '~> 2.0' | ||
# Campfire integration | ||
gem 'tinder', '~> 1.10.0' | ||
# HipChat integration | ||
gem 'hipchat', '~> 1.5.0' | ||
Loading
| Loading
| @@ -317,6 +314,7 @@ end |
group :test do | ||
gem 'shoulda-matchers', '~> 2.8.0', require: false | ||
gem 'email_spec', '~> 1.6.0' | ||
gem 'json-schema', '~> 2.6.2' | ||
gem 'webmock', '~> 1.21.0' | ||
gem 'test_after_commit', '~> 0.4.2' | ||
gem 'sham_rack', '~> 1.3.6' | ||
Loading
| Loading
| @@ -326,7 +324,7 @@ group :production do |
gem 'gitlab_meta', '7.0' | ||
end | ||
gem 'newrelic_rpm', '~> 3.14' | ||
gem 'newrelic_rpm', '~> 3.16' | ||
gem 'octokit', '~> 4.3.0' | ||
Loading
| Loading
|
app/assets/images/bg-header.png
deleted
100644 → 0
90 B
app/assets/images/bg_fallback.png
deleted
100644 → 0
167 B
app/assets/images/chosen-sprite.png
deleted
100644 → 0
367 B
app/assets/images/diff_note_add.png
deleted
100644 → 0
418 B
app/assets/images/icon-search.png
deleted
100644 → 0
222 B
app/assets/images/icon_sprite.png
deleted
100644 → 0
2.57 KiB
app/assets/images/images.png
deleted
100644 → 0
5.67 KiB
app/assets/images/move.png
deleted
100644 → 0
197 B