Showing
- CHANGELOG 0 additions, 3289 deletionsCHANGELOG
- CHANGELOG.md 4331 additions, 0 deletionsCHANGELOG.md
- CONTRIBUTING.md 290 additions, 179 deletionsCONTRIBUTING.md
- GITALY_SERVER_VERSION 1 addition, 0 deletionsGITALY_SERVER_VERSION
- GITLAB_PAGES_VERSION 1 addition, 0 deletionsGITLAB_PAGES_VERSION
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 149 additions, 131 deletionsGemfile
- Gemfile.lock 432 additions, 362 deletionsGemfile.lock
- LICENSE 1 addition, 1 deletionLICENSE
- PROCESS.md 174 additions, 117 deletionsPROCESS.md
- README.md 29 additions, 13 deletionsREADME.md
- VERSION 1 addition, 1 deletionVERSION
- a 7 additions, 0 deletionsa
- app/assets/fonts/OFL.txt 0 additions, 93 deletionsapp/assets/fonts/OFL.txt
- app/assets/fonts/SourceSansPro-Black.ttf.woff 0 additions, 0 deletionsapp/assets/fonts/SourceSansPro-Black.ttf.woff
- app/assets/fonts/SourceSansPro-Black.ttf.woff2 0 additions, 0 deletionsapp/assets/fonts/SourceSansPro-Black.ttf.woff2
- app/assets/fonts/SourceSansPro-BlackIt.ttf.woff 0 additions, 0 deletionsapp/assets/fonts/SourceSansPro-BlackIt.ttf.woff
- app/assets/fonts/SourceSansPro-BlackIt.ttf.woff2 0 additions, 0 deletionsapp/assets/fonts/SourceSansPro-BlackIt.ttf.woff2
- app/assets/fonts/SourceSansPro-Bold.ttf.woff 0 additions, 0 deletionsapp/assets/fonts/SourceSansPro-Bold.ttf.woff
Some changes are not shown.
For a faster browsing experience, only 20 of 3000+ files are shown.
CHANGELOG
deleted
100644 → 0
This diff is collapsed.
CHANGELOG.md
0 → 100644
This diff is collapsed.
This diff is collapsed.
GITALY_SERVER_VERSION
0 → 100644
GITLAB_PAGES_VERSION
0 → 100644
source 'https://rubygems.org' | ||
gem 'rails', '4.2.7' | ||
gem 'rails', '4.2.8' | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Responders respond_to and respond_with | ||
gem 'responders', '~> 2.0' | ||
# Specify a sprockets version due to increased performance | ||
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 | ||
gem 'sprockets', '~> 3.6.0' | ||
gem 'sprockets', '~> 3.7.0' | ||
# Default values for AR models | ||
gem 'default_value_for', '~> 3.0.0' | ||
Loading
| Loading
| @@ -17,25 +15,31 @@ gem 'default_value_for', '~> 3.0.0' |
gem 'mysql2', '~> 0.3.16', group: :mysql | ||
gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.25.1.1' | ||
gem 'faraday', '~> 0.11.0' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.0' | ||
gem 'doorkeeper', '~> 4.0' | ||
gem 'omniauth', '~> 1.3.1' | ||
gem 'omniauth-auth0', '~> 1.4.1' | ||
gem 'omniauth-azure-oauth2', '~> 0.0.6' | ||
gem 'omniauth-bitbucket', '~> 0.0.2' | ||
gem 'omniauth-cas3', '~> 1.1.2' | ||
gem 'omniauth-facebook', '~> 3.0.0' | ||
gem 'omniauth-github', '~> 1.1.1' | ||
gem 'omniauth-gitlab', '~> 1.0.0' | ||
gem 'devise', '~> 4.2' | ||
gem 'doorkeeper', '~> 4.2.0' | ||
gem 'doorkeeper-openid_connect', '~> 1.1.0' | ||
gem 'omniauth', '~> 1.4.2' | ||
gem 'omniauth-auth0', '~> 1.4.1' | ||
gem 'omniauth-azure-oauth2', '~> 0.0.6' | ||
gem 'omniauth-cas3', '~> 1.1.2' | ||
gem 'omniauth-facebook', '~> 4.0.0' | ||
gem 'omniauth-github', '~> 1.1.1' | ||
gem 'omniauth-gitlab', '~> 1.0.2' | ||
gem 'omniauth-google-oauth2', '~> 0.4.1' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
gem 'omniauth-saml', '~> 1.6.0' | ||
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
gem 'omniauth-oauth2-generic', '~> 0.2.2' | ||
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 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt', '~> 1.5.6' | ||
# Spam and anti-bot protection | ||
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' | ||
Loading
| Loading
| @@ -47,13 +51,12 @@ gem 'rqrcode-rails3', '~> 0.1.7' |
gem 'attr_encrypted', '~> 3.0.0' | ||
gem 'u2f', '~> 0.2.1' | ||
# GitLab Pages | ||
gem 'validates_hostname', '~> 1.0.6' | ||
# Browser detection | ||
gem 'browser', '~> 2.2' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 10.3.2' | ||
# 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 | ||
Loading
| Loading
| @@ -62,70 +65,74 @@ gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: 'omniauth-ldap' |
# Git Wiki | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
gem 'gollum-lib', '~> 4.2', require: false | ||
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false | ||
gem 'gollum-rugged_adapter', '~> 0.4.4', require: false | ||
# Language detection | ||
gem 'github-linguist', '~> 4.7.0', require: 'linguist' | ||
# API | ||
gem 'grape', '~> 0.13.0' | ||
gem 'grape-entity', '~> 0.4.2' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
gem 'grape', '~> 0.19.0' | ||
gem 'grape-entity', '~> 0.6.0' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | ||
# Pagination | ||
gem 'kaminari', '~> 0.17.0' | ||
# HAML | ||
gem 'hamlit', '~> 2.5' | ||
gem 'hamlit', '~> 2.6.1' | ||
# Files attachments | ||
gem 'carrierwave', '~> 0.10.0' | ||
gem 'carrierwave', '~> 1.0' | ||
# Drag and Drop UI | ||
gem 'dropzonejs-rails', '~> 0.7.1' | ||
# for backups | ||
gem 'fog-aws', '~> 0.9' | ||
gem 'fog-azure', '~> 0.0' | ||
gem 'fog-core', '~> 1.40' | ||
gem 'fog-core', '~> 1.44' | ||
gem 'fog-google', '~> 0.5' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-google', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.8.6' | ||
# for aws storage | ||
gem 'unf', '~> 0.1.4' | ||
# Authorization | ||
gem 'six', '~> 0.2.0' | ||
# Seed data | ||
gem 'seed-fu', '~> 2.3.5' | ||
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' | ||
gem 'github-markup', '~> 1.4' | ||
gem 'redcarpet', '~> 3.3.3' | ||
gem 'RedCloth', '~> 4.3.2' | ||
gem 'rdoc', '~>3.6' | ||
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 1.5.2' | ||
gem 'rouge', '~> 2.0' | ||
gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' | ||
gem 'gitlab-markup', '~> 1.5.1' | ||
gem 'redcarpet', '~> 3.4' | ||
gem 'RedCloth', '~> 4.3.2' | ||
gem 'rdoc', '~> 4.2' | ||
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 1.5.2' | ||
gem 'asciidoctor-plantuml', '0.0.7' | ||
gem 'rouge', '~> 2.0' | ||
gem 'truncato', '~> 0.7.8' | ||
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s | ||
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM | ||
gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' | ||
# Diffs | ||
gem 'diffy', '~> 3.0.3' | ||
gem 'diffy', '~> 3.1.0' | ||
# Application server | ||
group :unicorn do | ||
gem 'unicorn', '~> 4.9.0' | ||
gem 'unicorn-worker-killer', '~> 0.4.2' | ||
gem 'unicorn', '~> 5.1.0' | ||
gem 'unicorn-worker-killer', '~> 0.4.4' | ||
end | ||
# State machine | ||
Loading
| Loading
| @@ -134,13 +141,16 @@ gem 'state_machines-activerecord', '~> 0.4.0' |
gem 'after_commit_queue', '~> 1.3.0' | ||
# Issue tags | ||
gem 'acts-as-taggable-on', '~> 3.4' | ||
gem 'acts-as-taggable-on', '~> 4.0' | ||
# Background jobs | ||
gem 'sinatra', '~> 1.4.4', require: false | ||
gem 'sidekiq', '~> 4.0' | ||
gem 'sidekiq-cron', '~> 0.4.0' | ||
gem 'sidekiq', '~> 5.0' | ||
gem 'sidekiq-cron', '~> 0.6.0' | ||
gem 'redis-namespace', '~> 1.5.2' | ||
gem 'sidekiq-limit_fetch', '~> 3.4' | ||
# Cron Parser | ||
gem 'rufus-scheduler', '~> 3.4' | ||
# HTTP requests | ||
gem 'httparty', '~> 0.13.3' | ||
Loading
| Loading
| @@ -153,21 +163,21 @@ 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' | ||
gem 'redis-rails', '~> 5.0.1' | ||
# Redis | ||
gem 'redis', '~> 3.2' | ||
gem 'connection_pool', '~> 2.0' | ||
# Campfire integration | ||
gem 'tinder', '~> 1.10.0' | ||
# HipChat integration | ||
gem 'hipchat', '~> 1.5.0' | ||
# JIRA integration | ||
gem 'jira-ruby', '~> 1.1.2' | ||
# Flowdock integration | ||
gem 'gitlab-flowdock-git-hook', '~> 1.0.1' | ||
Loading
| Loading
| @@ -175,14 +185,17 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0.1' |
gem 'gemnasium-gitlab-service', '~> 0.2' | ||
# Slack integration | ||
gem 'slack-notifier', '~> 1.2.0' | ||
gem 'slack-notifier', '~> 1.5.1' | ||
# Asana integration | ||
gem 'asana', '~> 0.4.0' | ||
gem 'asana', '~> 0.6.0' | ||
# FogBugz integration | ||
gem 'ruby-fogbugz', '~> 0.2.1' | ||
# Kubernetes integration | ||
gem 'kubeclient', '~> 2.2.0' | ||
# d3 | ||
gem 'd3_rails', '~> 3.5.0' | ||
Loading
| Loading
| @@ -197,13 +210,13 @@ gem 'babosa', '~> 1.0.2' |
gem 'loofah', '~> 2.0.3' | ||
# Working with license | ||
gem 'licensee', '~> 8.0.0' | ||
gem 'licensee', '~> 8.7.0' | ||
# Protect against bruteforcing | ||
gem 'rack-attack', '~> 4.3.1' | ||
gem 'rack-attack', '~> 4.4.1' | ||
# Ace editor | ||
gem 'ace-rails-ap', '~> 4.0.2' | ||
gem 'ace-rails-ap', '~> 4.1.0' | ||
# Keyboard shortcuts | ||
gem 'mousetrap-rails', '~> 1.4.6' | ||
Loading
| Loading
| @@ -211,34 +224,44 @@ gem 'mousetrap-rails', '~> 1.4.6' |
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
# Parse duration | ||
# Faster JSON | ||
gem 'oj', '~> 2.17.4' | ||
# Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
gem 'sass-rails', '~> 5.0.0' | ||
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 'turbolinks', '~> 2.5.0' | ||
gem 'jquery-turbolinks', '~> 2.1.0' | ||
gem 'addressable', '~> 2.3.8' | ||
gem 'bootstrap-sass', '~> 3.3.0' | ||
gem 'font-awesome-rails', '~> 4.6.1' | ||
gem 'gemojione', '~> 3.0' | ||
gem 'gon', '~> 6.0.1' | ||
gem 'addressable', '~> 2.3.8' | ||
gem 'bootstrap-sass', '~> 3.3.0' | ||
gem 'font-awesome-rails', '~> 4.7' | ||
gem 'gemojione', '~> 3.0' | ||
gem 'gon', '~> 6.1.0' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
gem 'jquery-rails', '~> 4.1.0' | ||
gem 'jquery-ui-rails', '~> 5.0.0' | ||
gem 'request_store', '~> 1.3.0' | ||
gem 'select2-rails', '~> 3.5.9' | ||
gem 'virtus', '~> 1.0.1' | ||
gem 'net-ssh', '~> 3.0.1' | ||
gem 'base32', '~> 0.3.0' | ||
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', '~> 1.1.0' | ||
gem 'sentry-raven', '~> 2.4.0' | ||
gem 'premailer-rails', '~> 1.9.0' | ||
# I18n | ||
gem 'ruby_parser', '~> 3.8.4', require: false | ||
gem 'gettext_i18n_rails', '~> 1.8.0' | ||
gem 'gettext_i18n_rails_js', '~> 1.2.0' | ||
gem 'gettext', '~> 3.2.2', require: false, group: :development | ||
# Metrics | ||
group :metrics do | ||
gem 'allocations', '~> 1.0', require: false, platform: :mri | ||
Loading
| Loading
| @@ -248,107 +271,102 @@ end |
group :development do | ||
gem 'foreman', '~> 0.78.0' | ||
gem 'brakeman', '~> 3.3.0', require: false | ||
gem 'brakeman', '~> 3.6.0', require: false | ||
gem 'letter_opener_web', '~> 1.3.0' | ||
gem 'rerun', '~> 0.11.0' | ||
gem 'bullet', '~> 5.0.0', require: false | ||
gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false | ||
gem 'web-console', '~> 2.0' | ||
# Better errors handler | ||
gem 'better_errors', '~> 1.0.1' | ||
gem 'better_errors', '~> 2.1.0' | ||
gem 'binding_of_caller', '~> 0.7.2' | ||
# Docs generator | ||
gem 'sdoc', '~> 0.3.20' | ||
# thin instead webrick | ||
gem 'thin', '~> 1.7.0' | ||
end | ||
group :development, :test do | ||
gem 'byebug', '~> 8.2.1', platform: :mri | ||
gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET'] | ||
gem 'pry-byebug', '~> 3.4.1', platform: :mri | ||
gem 'pry-rails', '~> 0.3.4' | ||
gem 'awesome_print', '~> 1.2.0', require: false | ||
gem 'fuubar', '~> 2.0.0' | ||
gem 'database_cleaner', '~> 1.4.0' | ||
gem 'factory_girl_rails', '~> 4.6.0' | ||
gem 'rspec-rails', '~> 3.5.0' | ||
gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
gem 'database_cleaner', '~> 1.5.0' | ||
gem 'factory_girl_rails', '~> 4.7.0' | ||
gem 'rspec-rails', '~> 3.5.0' | ||
gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
gem 'spinach-rerun-reporter', '~> 0.0.2' | ||
gem 'rspec_profiling', '~> 0.0.5' | ||
gem 'rspec-set', '~> 0.1.3' | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 5.7.0' | ||
# Generate Fake data | ||
gem 'ffaker', '~> 2.0.0' | ||
gem 'ffaker', '~> 2.4' | ||
gem 'capybara', '~> 2.6.2' | ||
gem 'capybara', '~> 2.6.2' | ||
gem 'capybara-screenshot', '~> 1.0.0' | ||
gem 'poltergeist', '~> 1.9.0' | ||
gem 'teaspoon', '~> 1.1.0' | ||
gem 'teaspoon-jasmine', '~> 2.2.0' | ||
gem 'poltergeist', '~> 1.9.0' | ||
gem 'spring', '~> 1.7.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'rubocop', '~> 0.41.2', require: false | ||
gem 'rubocop-rspec', '~> 1.5.0', require: false | ||
gem 'rubocop', '~> 0.47.1', require: false | ||
gem 'rubocop-rspec', '~> 1.15.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'simplecov', '~> 0.11.0', require: false | ||
gem 'flog', '~> 4.3.2', require: false | ||
gem 'flay', '~> 2.6.1', require: false | ||
gem 'haml_lint', '~> 0.21.0', require: false | ||
gem 'simplecov', '~> 0.14.0', require: false | ||
gem 'flay', '~> 2.8.0', require: false | ||
gem 'bundler-audit', '~> 0.5.0', require: false | ||
gem 'benchmark-ips', '~> 2.3.0', require: false | ||
gem 'license_finder', '~> 2.1.0', require: false | ||
gem 'knapsack', '~> 1.11.0' | ||
gem 'activerecord_sane_schema_dumper', '0.2' | ||
gem 'stackprof', '~> 0.2.10' | ||
end | ||
group :test do | ||
gem 'shoulda-matchers', '~> 2.8.0', require: false | ||
gem 'email_spec', '~> 1.6.0' | ||
gem 'webmock', '~> 1.21.0' | ||
gem 'test_after_commit', '~> 0.4.2' | ||
gem 'json-schema', '~> 2.6.2' | ||
gem 'webmock', '~> 1.24.0' | ||
gem 'test_after_commit', '~> 1.1' | ||
gem 'sham_rack', '~> 1.3.6' | ||
gem 'timecop', '~> 0.8.0' | ||
gem 'concurrent-ruby', '~> 1.0.5' | ||
end | ||
group :production do | ||
gem 'gitlab_meta', '7.0' | ||
end | ||
gem 'newrelic_rpm', '~> 3.14' | ||
gem 'octokit', '~> 4.6.2' | ||
gem 'octokit', '~> 4.3.0' | ||
gem 'mail_room', '~> 0.9.1' | ||
gem 'mail_room', '~> 0.8' | ||
gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | ||
gem 'email_reply_parser', '~> 0.5.8' | ||
## CI | ||
gem 'activerecord-session_store', '~> 1.0.0' | ||
gem 'nested_form', '~> 0.3.2' | ||
gem 'ruby-prof', '~> 0.16.2' | ||
# OAuth | ||
gem 'oauth2', '~> 1.2.0' | ||
gem 'oauth2', '~> 1.3.0' | ||
# Soft deletion | ||
gem 'paranoia', '~> 2.0' | ||
gem 'paranoia', '~> 2.2' | ||
# Health check | ||
gem 'health_check', '~> 2.1.0' | ||
gem 'health_check', '~> 2.6.0' | ||
# System information | ||
gem 'vmstat', '~> 2.1.0' | ||
gem 'vmstat', '~> 2.3.0' | ||
gem 'sys-filesystem', '~> 1.1.6' | ||
# Secure headers for Content Security Policy | ||
gem 'secure_headers', '~> 3.3' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.7.0' | ||
gem 'toml-rb', '~> 0.3.15', require: false |
This diff is collapsed.
This diff is collapsed.
a
0 → 100644
app/assets/fonts/OFL.txt
deleted
100644 → 0
File deleted
File deleted
File deleted
File deleted
File deleted