Commits on Source (5208)
Showing
- .codeclimate.yml 47 additions, 0 deletions.codeclimate.yml
- .eslintrc 2 additions, 0 deletions.eslintrc
- .flayignore 1 addition, 0 deletions.flayignore
- .gitignore 5 additions, 0 deletions.gitignore
- .gitlab-ci.yml 175 additions, 114 deletions.gitlab-ci.yml
- .gitlab/issue_templates/Bug.md 14 additions, 1 deletion.gitlab/issue_templates/Bug.md
- .gitlab/issue_templates/Feature Proposal.md 24 additions, 6 deletions.gitlab/issue_templates/Feature Proposal.md
- .nvmrc 1 addition, 0 deletions.nvmrc
- .rspec 0 additions, 2 deletions.rspec
- .rubocop.yml 286 additions, 192 deletions.rubocop.yml
- .rubocop_todo.yml 111 additions, 134 deletions.rubocop_todo.yml
- .scss-lint.yml 45 additions, 40 deletions.scss-lint.yml
- CHANGELOG.md 805 additions, 0 deletionsCHANGELOG.md
- CONTRIBUTING.md 19 additions, 15 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
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 56 additions, 25 deletionsGemfile
- Gemfile.lock 183 additions, 117 deletionsGemfile.lock
Some changes are not shown.
For a faster browsing experience, only 20 of 3000+ files are shown.
.codeclimate.yml
0 → 100644
.nvmrc
0 → 100644
.rspec
deleted
100644 → 0
This diff is collapsed.
Loading
| Loading
| @@ -12,12 +12,13 @@ gem 'sprockets', '~> 3.7.0' |
gem 'default_value_for', '~> 3.0.0' | ||
# Supported DBs | ||
gem 'mysql2', '~> 0.3.16', group: :mysql | ||
gem 'mysql2', '~> 0.4.5', group: :mysql | ||
gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.25.1.1' | ||
gem 'rugged', '~> 0.26.0' | ||
gem 'grape-route-helpers', '~> 2.0.0' | ||
gem 'faraday', '~> 0.11.0' | ||
gem 'faraday', '~> 0.12' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.2' | ||
Loading
| Loading
| @@ -37,7 +38,7 @@ gem 'omniauth-saml', '~> 1.7.0' |
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'omniauth-authentiq', '~> 0.3.0' | ||
gem 'omniauth-authentiq', '~> 0.3.1' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt', '~> 1.5.6' | ||
Loading
| Loading
| @@ -57,10 +58,14 @@ gem 'validates_hostname', '~> 1.0.6' |
# Browser detection | ||
gem 'browser', '~> 2.2' | ||
# GPG | ||
gem 'gpgme' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | ||
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: 'omniauth-ldap' | ||
gem 'gitlab_omniauth-ldap', '~> 2.0.3', require: 'omniauth-ldap' | ||
gem 'net-ldap' | ||
# Git Wiki | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
Loading
| Loading
| @@ -71,7 +76,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.4', require: false |
gem 'github-linguist', '~> 4.7.0', require: 'linguist' | ||
# API | ||
gem 'grape', '~> 0.19.0' | ||
gem 'grape', '~> 0.19.2' | ||
gem 'grape-entity', '~> 0.6.0' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
Loading
| Loading
| @@ -85,18 +90,19 @@ gem 'kaminari', '~> 0.17.0' |
gem 'hamlit', '~> 2.6.1' | ||
# Files attachments | ||
gem 'carrierwave', '~> 1.0' | ||
gem 'carrierwave', '~> 1.1' | ||
# Drag and Drop UI | ||
gem 'dropzonejs-rails', '~> 0.7.1' | ||
# for backups | ||
gem 'fog-aws', '~> 0.9' | ||
gem 'fog-aws', '~> 1.4' | ||
gem 'fog-core', '~> 1.44' | ||
gem 'fog-google', '~> 0.5' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.1.0' | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.8.6' | ||
Loading
| Loading
| @@ -109,7 +115,7 @@ gem 'seed-fu', '~> 2.3.5' |
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' | ||
gem 'deckar01-task_list', '2.0.0' | ||
gem 'gitlab-markup', '~> 1.5.1' | ||
gem 'redcarpet', '~> 3.4' | ||
gem 'RedCloth', '~> 4.3.2' | ||
Loading
| Loading
| @@ -121,6 +127,7 @@ gem 'asciidoctor', '~> 1.5.2' |
gem 'asciidoctor-plantuml', '0.0.7' | ||
gem 'rouge', '~> 2.0' | ||
gem 'truncato', '~> 0.7.8' | ||
gem 'bootstrap_form', '~> 2.7.0' | ||
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s | ||
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM | ||
Loading
| Loading
| @@ -156,11 +163,14 @@ gem 'rufus-scheduler', '~> 3.4' |
gem 'httparty', '~> 0.13.3' | ||
# Colored output to console | ||
gem 'rainbow', '~> 2.1.0' | ||
gem 'rainbow', '~> 2.2' | ||
# GitLab settings | ||
gem 'settingslogic', '~> 2.0.9' | ||
# Linear-time regex library for untrusted regular expressions | ||
gem 're2', '~> 1.1.1' | ||
# Misc | ||
gem 'version_sorter', '~> 2.1.0' | ||
Loading
| Loading
| @@ -235,7 +245,6 @@ gem 'webpack-rails', '~> 0.9.10' |
gem 'rack-proxy', '~> 0.6.0' | ||
gem 'sass-rails', '~> 5.0.6' | ||
gem 'coffee-rails', '~> 4.1.0' | ||
gem 'uglifier', '~> 2.7.2' | ||
gem 'addressable', '~> 2.3.8' | ||
Loading
| Loading
| @@ -248,25 +257,40 @@ gem 'jquery-rails', '~> 4.1.0' |
gem 'request_store', '~> 1.3' | ||
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', '~> 2.4.0' | ||
gem 'sentry-raven', '~> 2.5.3' | ||
gem 'premailer-rails', '~> 1.9.0' | ||
gem 'premailer-rails', '~> 1.9.7' | ||
# I18n | ||
gem 'ruby_parser', '~> 3.8.4', require: false | ||
gem 'ruby_parser', '~> 3.8', require: false | ||
gem 'rails-i18n', '~> 4.0.9' | ||
gem 'gettext_i18n_rails', '~> 1.8.0' | ||
gem 'gettext_i18n_rails_js', '~> 1.2.0' | ||
gem 'gettext', '~> 3.2.2', require: false, group: :development | ||
# Perf bar | ||
gem 'peek', '~> 1.0.1' | ||
gem 'peek-gc', '~> 0.0.2' | ||
gem 'peek-host', '~> 1.0.0' | ||
gem 'peek-mysql2', '~> 1.1.0', group: :mysql | ||
gem 'peek-performance_bar', '~> 1.3.0' | ||
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 | ||
gem 'allocations', '~> 1.0', require: false, platform: :mri | ||
gem 'method_source', '~> 0.8', require: false | ||
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~>0.7.0.beta11' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
group :development do | ||
Loading
| Loading
| @@ -290,11 +314,11 @@ group :development, :test do |
gem 'pry-rails', '~> 0.3.4' | ||
gem 'awesome_print', '~> 1.2.0', require: false | ||
gem 'fuubar', '~> 2.0.0' | ||
gem 'fuubar', '~> 2.2.0' | ||
gem 'database_cleaner', '~> 1.5.0' | ||
gem 'factory_girl_rails', '~> 4.7.0' | ||
gem 'rspec-rails', '~> 3.5.0' | ||
gem 'rspec-rails', '~> 3.6.0' | ||
gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
gem 'spinach-rerun-reporter', '~> 0.0.2' | ||
Loading
| Loading
| @@ -315,9 +339,9 @@ group :development, :test do |
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'rubocop', '~> 0.47.1', require: false | ||
gem 'rubocop-rspec', '~> 1.15.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'rubocop', '~> 0.49.1', require: false | ||
gem 'rubocop-rspec', '~> 1.15.1', require: false | ||
gem 'scss_lint', '~> 0.54.0', require: false | ||
gem 'haml_lint', '~> 0.21.0', require: false | ||
gem 'simplecov', '~> 0.14.0', require: false | ||
gem 'flay', '~> 2.8.0', require: false | ||
Loading
| Loading
| @@ -334,10 +358,10 @@ group :development, :test do |
end | ||
group :test do | ||
gem 'shoulda-matchers', '~> 2.8.0', require: false | ||
gem 'shoulda-matchers', '~> 3.1.2', require: false | ||
gem 'email_spec', '~> 1.6.0' | ||
gem 'json-schema', '~> 2.6.2' | ||
gem 'webmock', '~> 1.24.0' | ||
gem 'webmock', '~> 2.3.2' | ||
gem 'test_after_commit', '~> 1.1' | ||
gem 'sham_rack', '~> 1.3.6' | ||
gem 'timecop', '~> 0.8.0' | ||
Loading
| Loading
| @@ -354,10 +378,10 @@ gem 'html2text' |
gem 'ruby-prof', '~> 0.16.2' | ||
# OAuth | ||
gem 'oauth2', '~> 1.3.0' | ||
gem 'oauth2', '~> 1.4' | ||
# Soft deletion | ||
gem 'paranoia', '~> 2.2' | ||
gem 'paranoia', '~> 2.3.1' | ||
# Health check | ||
gem 'health_check', '~> 2.6.0' | ||
Loading
| Loading
| @@ -367,6 +391,13 @@ gem 'vmstat', '~> 2.3.0' |
gem 'sys-filesystem', '~> 1.1.6' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.7.0' | ||
gem 'gitaly', '~> 0.24.0' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
# Feature toggles | ||
gem 'flipper', '~> 0.10.2' | ||
gem 'flipper-active_record', '~> 0.10.2' | ||
# Structured logging | ||
gem 'lograge', '~> 0.5' |