Showing
- .vagrant_enabled 0 additions, 0 deletions.vagrant_enabled
- CHANGELOG 2138 additions, 618 deletionsCHANGELOG
- CONTRIBUTING.md 446 additions, 46 deletionsCONTRIBUTING.md
- GITLAB_SHELL_VERSION 1 addition, 0 deletionsGITLAB_SHELL_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 0 deletionsGITLAB_WORKHORSE_VERSION
- Gemfile 266 additions, 138 deletionsGemfile
- Gemfile.lock 859 additions, 533 deletionsGemfile.lock
- Guardfile 0 additions, 27 deletionsGuardfile
- LICENSE 1 addition, 1 deletionLICENSE
- MAINTENANCE.md 23 additions, 11 deletionsMAINTENANCE.md
- PROCESS.md 132 additions, 42 deletionsPROCESS.md
- Procfile 7 additions, 2 deletionsProcfile
- README.md 66 additions, 123 deletionsREADME.md
- Rakefile 5 additions, 0 deletionsRakefile
- VERSION 1 addition, 1 deletionVERSION
- app/assets/fonts/OFL.txt 93 additions, 0 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
Some changes are not shown.
For a faster browsing experience, only 20 of 3000+ files are shown.
This diff is collapsed.
This diff is collapsed.
GITLAB_SHELL_VERSION
0 → 100644
GITLAB_WORKHORSE_VERSION
0 → 100644
source "https://rubygems.org" | source 'https://rubygems.org' | ||
def darwin_only(require_as) | gem 'rails', '4.2.7.1' | ||
RUBY_PLATFORM.include?('darwin') && require_as | gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
end | |||
def linux_only(require_as) | # Responders respond_to and respond_with | ||
RUBY_PLATFORM.include?('linux') && require_as | gem 'responders', '~> 2.0' | ||
end | |||
gem "rails", "~> 4.0.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-es6' | |||
gem "protected_attributes" | # Default values for AR models | ||
gem 'rails-observers' | gem 'default_value_for', '~> 3.0.0' | ||
gem 'actionpack-page_caching' | |||
gem 'actionpack-action_caching' | |||
gem 'activerecord-deprecated_finders' | |||
# Supported DBs | # Supported DBs | ||
gem "mysql2", group: :mysql | gem 'mysql2', '~> 0.3.16', group: :mysql | ||
gem "pg", group: :postgres | gem 'pg', '~> 0.18.2', group: :postgres | ||
# Auth | # Authentication libraries | ||
gem "devise", '3.0.4' | gem 'devise', '~> 4.0' | ||
gem "devise-async", '0.8.0' | gem 'doorkeeper', '~> 4.2.0' | ||
gem 'omniauth', "~> 1.1.3" | gem 'omniauth', '~> 1.3.1' | ||
gem 'omniauth-google-oauth2' | gem 'omniauth-auth0', '~> 1.4.1' | ||
gem 'omniauth-twitter' | gem 'omniauth-azure-oauth2', '~> 0.0.6' | ||
gem 'omniauth-github' | gem 'omniauth-bitbucket', '~> 0.0.2' | ||
gem 'omniauth-cas3', '~> 1.1.2' | |||
gem 'omniauth-facebook', '~> 4.0.0' | |||
gem 'omniauth-github', '~> 1.1.1' | |||
gem 'omniauth-gitlab', '~> 1.0.0' | |||
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' | |||
# Spam and anti-bot protection | |||
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' | |||
gem 'akismet', '~> 2.0' | |||
# Two-factor authentication | |||
gem 'devise-two-factor', '~> 3.0.0' | |||
gem 'rqrcode-rails3', '~> 0.1.7' | |||
gem 'attr_encrypted', '~> 3.0.0' | |||
gem 'u2f', '~> 0.2.1' | |||
# Browser detection | |||
gem 'browser', '~> 2.2' | |||
# Extracting information from a git repository | # Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | # Provide access to Gitlab::Git library | ||
gem "gitlab_git", "~> 4.0.0" | gem 'gitlab_git', '~> 10.6.6' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | |||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | |||
# LDAP Auth | # LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" | # GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | |||
# Syntax highlighter | gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: 'omniauth-ldap' | ||
gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb' | |||
# Git Wiki | # Git Wiki | ||
gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib' | # 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 | |||
# Language detection | # Language detection | ||
gem "gitlab-linguist", "~> 2.9.6", require: "linguist" | gem 'github-linguist', '~> 4.7.0', require: 'linguist' | ||
# API | # API | ||
gem "grape", "~> 0.6.1" | gem 'grape', '~> 0.15.0' | ||
gem "grape-entity", "~> 0.3.0" | gem 'grape-entity', '~> 0.4.2' | ||
gem 'rack-cors', require: 'rack/cors' | gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Format dates and times | |||
# based on human-friendly examples | |||
gem "stamp" | |||
# Enumeration fields | |||
gem 'enumerize' | |||
# Pagination | # Pagination | ||
gem "kaminari", "~> 0.14.1" | gem 'kaminari', '~> 0.17.0' | ||
# HAML | # HAML | ||
gem "haml-rails" | gem 'hamlit', '~> 2.6.1' | ||
# Files attachments | # Files attachments | ||
gem "carrierwave" | gem 'carrierwave', '~> 0.10.0' | ||
# for aws storage | |||
gem "fog", "~> 1.3.1", group: :aws | |||
# Authorization | # Drag and Drop UI | ||
gem "six" | gem 'dropzonejs-rails', '~> 0.7.1' | ||
# Seed data | # for backups | ||
gem "seed-fu" | gem 'fog-aws', '~> 0.9' | ||
gem 'fog-azure', '~> 0.0' | |||
gem 'fog-core', '~> 1.40' | |||
gem 'fog-local', '~> 0.3' | |||
gem 'fog-google', '~> 0.3' | |||
gem 'fog-openstack', '~> 0.1' | |||
gem 'fog-rackspace', '~> 0.1.1' | |||
# Markdown to HTML | # for aws storage | ||
gem "redcarpet", "~> 2.2.2" | gem 'unf', '~> 0.1.4' | ||
gem "github-markup", "~> 0.7.4", require: 'github/markup', git: 'https://github.com/gitlabhq/markup.git', ref: '61ade389c1e1c159359338f570d18464a44ddbc4' | |||
# Asciidoc to HTML | # Seed data | ||
gem "asciidoctor" | 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' | |||
# 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' | |||
# Application server | # Application server | ||
group :unicorn do | group :unicorn do | ||
gem "unicorn", '~> 4.6.3' | gem 'unicorn', '~> 4.9.0' | ||
gem 'unicorn-worker-killer' | gem 'unicorn-worker-killer', '~> 0.4.2' | ||
end | end | ||
# State machine | # State machine | ||
gem "state_machine" | gem 'state_machines-activerecord', '~> 0.4.0' | ||
# Run events after state machine commits | |||
gem 'after_commit_queue', '~> 1.3.0' | |||
# Issue tags | # Issue tags | ||
gem "acts-as-taggable-on" | gem 'acts-as-taggable-on', '~> 3.4' | ||
# Background jobs | # Background jobs | ||
gem 'slim' | gem 'sidekiq', '~> 4.2' | ||
gem 'sinatra', require: nil | gem 'sidekiq-cron', '~> 0.4.0' | ||
gem 'sidekiq' | gem 'redis-namespace', '~> 1.5.2' | ||
# HTTP requests | # HTTP requests | ||
gem "httparty" | gem 'httparty', '~> 0.13.3' | ||
# Colored output to console | # Colored output to console | ||
gem "colored" | gem 'rainbow', '~> 2.1.0' | ||
# GitLab settings | # GitLab settings | ||
gem 'settingslogic' | gem 'settingslogic', '~> 2.0.9' | ||
# Misc | # Misc | ||
gem "foreman" | |||
gem 'version_sorter', '~> 2.1.0' | |||
# Cache | # Cache | ||
gem "redis-rails" | gem 'redis-rails', '~> 4.0.0' | ||
# Campfire integration | # Redis | ||
gem 'tinder', '~> 1.9.2' | gem 'redis', '~> 3.2' | ||
gem 'connection_pool', '~> 2.0' | |||
# HipChat integration | # HipChat integration | ||
gem "hipchat", "~> 0.14.0" | gem 'hipchat', '~> 1.5.0' | ||
# Flowdock integration | # Flowdock integration | ||
gem "gitlab-flowdock-git-hook", "~> 0.4.2" | gem 'gitlab-flowdock-git-hook', '~> 1.0.1' | ||
# Gemnasium integration | |||
gem 'gemnasium-gitlab-service', '~> 0.2' | |||
# Slack integration | |||
gem 'slack-notifier', '~> 1.2.0' | |||
# Asana integration | |||
gem 'asana', '~> 0.4.0' | |||
# FogBugz integration | |||
gem 'ruby-fogbugz', '~> 0.2.1' | |||
# d3 | # d3 | ||
gem "d3_rails", "~> 3.1.4" | gem 'd3_rails', '~> 3.5.0' | ||
# underscore-rails | # underscore-rails | ||
gem "underscore-rails", "~> 1.4.4" | gem 'underscore-rails', '~> 1.8.0' | ||
# Sanitize user input | # Sanitize user input | ||
gem "sanitize" | gem 'sanitize', '~> 2.0' | ||
gem 'babosa', '~> 1.0.2' | |||
# Sanitizes SVG input | |||
gem 'loofah', '~> 2.0.3' | |||
# Working with license | |||
gem 'licensee', '~> 8.0.0' | |||
# Protect against bruteforcing | # Protect against bruteforcing | ||
gem "rack-attack" | gem 'rack-attack', '~> 4.3.1' | ||
gem "sass-rails" | # Ace editor | ||
gem "coffee-rails" | gem 'ace-rails-ap', '~> 4.1.0' | ||
gem "uglifier" | |||
gem "therubyracer" | # Keyboard shortcuts | ||
gem 'turbolinks' | gem 'mousetrap-rails', '~> 1.4.6' | ||
gem 'jquery-turbolinks' | |||
# Detect and convert string character encoding | |||
gem 'chosen-rails', "1.0.1" | gem 'charlock_holmes', '~> 0.7.3' | ||
gem 'select2-rails' | |||
gem 'jquery-atwho-rails', "~> 0.3.3" | # Faster JSON | ||
gem "jquery-rails", "2.1.3" | gem 'oj', '~> 2.17.4' | ||
gem "jquery-ui-rails", "2.0.2" | |||
gem "modernizr", "2.6.2" | # Parse time & duration | ||
gem "raphael-rails", "~> 2.1.2" | gem 'chronic', '~> 0.10.2' | ||
gem 'bootstrap-sass', '~> 3.0' | gem 'chronic_duration', '~> 0.10.6' | ||
gem "font-awesome-rails", '~> 3.2' | |||
gem "gemoji", "~> 1.3.0" | gem 'sass-rails', '~> 5.0.0' | ||
gem "gon", '~> 5.0.0' | 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.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' | |||
# Sentry integration | |||
gem 'sentry-raven', '~> 1.1.0' | |||
gem 'premailer-rails', '~> 1.9.0' | |||
# 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 | |||
end | |||
group :development do | group :development do | ||
gem "annotate", "~> 2.6.0.beta2" | gem 'foreman', '~> 0.78.0' | ||
gem "letter_opener" | gem 'brakeman', '~> 3.3.0', require: false | ||
gem 'quiet_assets', '~> 1.0.1' | |||
gem 'rack-mini-profiler' | |||
# Better errors handler | gem 'letter_opener_web', '~> 1.3.0' | ||
gem 'better_errors' | gem 'rerun', '~> 0.11.0' | ||
gem 'binding_of_caller' | gem 'bullet', '~> 5.2.0', require: false | ||
gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false | |||
gem 'web-console', '~> 2.0' | |||
gem 'rails_best_practices' | # Better errors handler | ||
gem 'better_errors', '~> 1.0.1' | |||
gem 'binding_of_caller', '~> 0.7.2' | |||
# Docs generator | # Docs generator | ||
gem "sdoc" | gem 'sdoc', '~> 0.3.20' | ||
# thin instead webrick | # thin instead webrick | ||
gem 'thin' | gem 'thin', '~> 1.7.0' | ||
end | end | ||
group :development, :test do | group :development, :test do | ||
gem 'coveralls', require: false | gem 'byebug', '~> 8.2.1', platform: :mri | ||
# gem 'rails-dev-tweaks' | gem 'pry-rails', '~> 0.3.4' | ||
gem 'spinach-rails' | |||
gem "rspec-rails" | gem 'awesome_print', '~> 1.2.0', require: false | ||
gem "capybara" | gem 'fuubar', '~> 2.0.0' | ||
gem "pry" | |||
gem "awesome_print" | gem 'database_cleaner', '~> 1.5.0' | ||
gem "database_cleaner" | gem 'factory_girl_rails', '~> 4.6.0' | ||
gem "launchy" | gem 'rspec-rails', '~> 3.5.0' | ||
gem 'factory_girl_rails' | gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | |||
gem 'spinach-rerun-reporter', '~> 0.0.2' | |||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 4.7.0' | gem 'minitest', '~> 5.7.0' | ||
# Generate Fake data | # Generate Fake data | ||
gem "ffaker" | gem 'ffaker', '~> 2.0.0' | ||
gem 'capybara', '~> 2.6.2' | |||
gem 'capybara-screenshot', '~> 1.0.0' | |||
gem 'poltergeist', '~> 1.9.0' | |||
# Guard | gem 'teaspoon', '~> 1.1.0' | ||
gem 'guard-rspec' | gem 'teaspoon-jasmine', '~> 2.2.0' | ||
gem 'guard-spinach' | |||
# Notification | gem 'spring', '~> 1.7.0' | ||
gem 'rb-fsevent', require: darwin_only('rb-fsevent') | gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'growl', require: darwin_only('growl') | gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'rb-inotify', require: linux_only('rb-inotify') | gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
# PhantomJS driver for Capybara | gem 'rubocop', '~> 0.42.0', require: false | ||
gem 'poltergeist', '~> 1.4.1' | gem 'rubocop-rspec', '~> 1.5.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | |||
gem 'haml_lint', '~> 0.18.2', require: false | |||
gem 'simplecov', '0.12.0', require: false | |||
gem 'flog', '~> 4.3.2', require: false | |||
gem 'flay', '~> 2.6.1', require: false | |||
gem 'bundler-audit', '~> 0.5.0', require: false | |||
gem 'spork', '~> 1.0rc' | gem 'benchmark-ips', '~> 2.3.0', require: false | ||
gem 'jasmine', '2.0.0.rc5' | |||
gem 'license_finder', '~> 2.1.0', require: false | |||
gem 'knapsack', '~> 1.11.0' | |||
end | end | ||
group :test do | group :test do | ||
gem "simplecov", require: false | gem 'shoulda-matchers', '~> 2.8.0', require: false | ||
gem "shoulda-matchers", "~> 2.1.0" | gem 'email_spec', '~> 1.6.0' | ||
gem 'email_spec' | gem 'json-schema', '~> 2.6.2' | ||
gem "webmock" | gem 'webmock', '~> 1.21.0' | ||
gem 'test_after_commit' | gem 'test_after_commit', '~> 0.4.2' | ||
gem 'sham_rack', '~> 1.3.6' | |||
gem 'timecop', '~> 0.8.0' | |||
end | end | ||
group :production do | gem 'newrelic_rpm', '~> 3.16' | ||
gem "gitlab_meta", '6.0' | |||
end | gem 'octokit', '~> 4.3.0' | ||
gem 'mail_room', '~> 0.8' | |||
gem 'email_reply_parser', '~> 0.5.8' | |||
gem 'ruby-prof', '~> 0.15.9' | |||
## CI | |||
gem 'activerecord-session_store', '~> 1.0.0' | |||
gem 'nested_form', '~> 0.3.2' | |||
# OAuth | |||
gem 'oauth2', '~> 1.2.0' | |||
# Soft deletion | |||
gem 'paranoia', '~> 2.0' | |||
# Health check | |||
gem 'health_check', '~> 2.1.0' | |||
# System information | |||
gem 'vmstat', '~> 2.2' | |||
gem 'sys-filesystem', '~> 1.1.6' |
This diff is collapsed.
Guardfile
deleted
100644 → 0
Rakefile
100644 → 100755
app/assets/fonts/OFL.txt
0 → 100644
File added
File added
File added
File added