Commits on Source (16754)
Showing
- .flayignore 1 addition, 0 deletions.flayignore
- .gitattributes 1 addition, 0 deletions.gitattributes
- .gitignore 37 additions, 25 deletions.gitignore
- .gitlab-ci.yml 333 additions, 0 deletions.gitlab-ci.yml
- .hound.yml 4 additions, 0 deletions.hound.yml
- .pkgr.yml 37 additions, 0 deletions.pkgr.yml
- .rspec 2 additions, 1 deletion.rspec
- .rubocop.yml 1041 additions, 0 deletions.rubocop.yml
- .ruby-version 1 addition, 0 deletions.ruby-version
- .teatro.yml 8 additions, 0 deletions.teatro.yml
- .travis.yml 0 additions, 27 deletions.travis.yml
- CHANGELOG 1727 additions, 4 deletionsCHANGELOG
- CONTRIBUTING.md 462 additions, 45 deletionsCONTRIBUTING.md
- GITLAB_SHELL_VERSION 1 addition, 0 deletionsGITLAB_SHELL_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 0 deletionsGITLAB_WORKHORSE_VERSION
- Gemfile 235 additions, 132 deletionsGemfile
- Gemfile.lock 885 additions, 506 deletionsGemfile.lock
- Guardfile 0 additions, 27 deletionsGuardfile
- LICENSE 1 addition, 1 deletionLICENSE
- MAINTENANCE.md 8 additions, 16 deletionsMAINTENANCE.md
Some changes are not shown.
For a faster browsing experience, only 20 of 3000+ files are shown.
.flayignore
0 → 100644
.gitattributes
0 → 100644
.gitlab-ci.yml
0 → 100644
.hound.yml
0 → 100644
.pkgr.yml
0 → 100644
.rubocop.yml
0 → 100644
This diff is collapsed.
.ruby-version
0 → 100644
.teatro.yml
0 → 100644
.travis.yml
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
GITLAB_SHELL_VERSION
0 → 100644
GITLAB_WORKHORSE_VERSION
0 → 100644
source "https://rubygems.org" | ||
def darwin_only(require_as) | ||
RUBY_PLATFORM.include?('darwin') && require_as | ||
end | ||
gem 'rails', '4.2.5.2' | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
def linux_only(require_as) | ||
RUBY_PLATFORM.include?('linux') && require_as | ||
end | ||
# Responders respond_to and respond_with | ||
gem 'responders', '~> 2.0' | ||
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.3.5' | ||
gem "protected_attributes" | ||
gem 'rails-observers' | ||
gem 'actionpack-page_caching' | ||
gem 'actionpack-action_caching' | ||
gem 'activerecord-deprecated_finders' | ||
# Default values for AR models | ||
gem "default_value_for", "~> 3.0.0" | ||
# Supported DBs | ||
gem "mysql2", group: :mysql | ||
gem "pg", group: :postgres | ||
# Auth | ||
gem "devise", '3.0.4' | ||
gem "devise-async", '0.8.0' | ||
gem 'omniauth', "~> 1.1.3" | ||
gem 'omniauth-google-oauth2' | ||
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
gem "mysql2", '~> 0.3.16', group: :mysql | ||
gem "pg", '~> 0.18.2', group: :postgres | ||
# Authentication libraries | ||
gem 'devise', '~> 3.5.4' | ||
gem 'devise-async', '~> 0.9.0' | ||
gem 'doorkeeper', '~> 2.2.0' | ||
gem 'omniauth', '~> 1.3.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 'omniauth-google-oauth2', '~> 0.2.0' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
gem 'omniauth-saml', '~> 1.4.2' | ||
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
# Spam and anti-bot protection | ||
gem 'recaptcha', require: 'recaptcha/rails' | ||
gem 'akismet', '~> 2.0' | ||
# Two-factor authentication | ||
gem 'devise-two-factor', '~> 2.0.0' | ||
gem 'rqrcode-rails3', '~> 0.1.7' | ||
gem 'attr_encrypted', '~> 1.3.4' | ||
# Browser detection | ||
gem "browser", '~> 1.0.0' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", "~> 4.0.0" | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
gem "gitlab_git", '~> 9.0' | ||
# LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" | ||
# Syntax highlighter | ||
gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb' | ||
# 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" | ||
# Git Wiki | ||
gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib' | ||
gem 'gollum-lib', '~> 4.1.0' | ||
# Language detection | ||
gem "gitlab-linguist", "~> 2.9.6", require: "linguist" | ||
gem "github-linguist", "~> 4.7.0", require: "linguist" | ||
# API | ||
gem "grape", "~> 0.6.1" | ||
gem "grape-entity", "~> 0.3.0" | ||
gem 'rack-cors', require: 'rack/cors' | ||
# Format dates and times | ||
# based on human-friendly examples | ||
gem "stamp" | ||
# Enumeration fields | ||
gem 'enumerize' | ||
gem 'grape', '~> 0.13.0' | ||
gem 'grape-entity', '~> 0.4.2' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Pagination | ||
gem "kaminari", "~> 0.14.1" | ||
gem "kaminari", "~> 0.16.3" | ||
# HAML | ||
gem "haml-rails" | ||
gem "haml-rails", '~> 0.9.0' | ||
# Files attachments | ||
gem "carrierwave" | ||
gem "carrierwave", '~> 0.10.0' | ||
# Image editing | ||
gem "mini_magick", '~> 4.4.0' | ||
# Drag and Drop UI | ||
gem 'dropzonejs-rails', '~> 0.7.1' | ||
# for aws storage | ||
gem "fog", "~> 1.3.1", group: :aws | ||
gem "fog", "~> 1.36.0" | ||
gem "unf", '~> 0.1.4' | ||
# Authorization | ||
gem "six" | ||
gem "six", '~> 0.2.0' | ||
# Seed data | ||
gem "seed-fu" | ||
# Markdown to HTML | ||
gem "redcarpet", "~> 2.2.2" | ||
gem "github-markup", "~> 0.7.4", require: 'github/markup', git: 'https://github.com/gitlabhq/markup.git', ref: '61ade389c1e1c159359338f570d18464a44ddbc4' | ||
# Asciidoc to HTML | ||
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.3.1' | ||
gem 'redcarpet', '~> 3.3.3' | ||
gem 'RedCloth', '~> 4.2.9' | ||
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', '~> 1.10.1' | ||
# 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 | ||
group :unicorn do | ||
gem "unicorn", '~> 4.6.3' | ||
gem 'unicorn-worker-killer' | ||
gem "unicorn", '~> 4.9.0' | ||
gem 'unicorn-worker-killer', '~> 0.4.2' | ||
end | ||
# State machine | ||
gem "state_machine" | ||
gem "state_machines-activerecord", '~> 0.3.0' | ||
# Run events after state machine commits | ||
gem 'after_commit_queue' | ||
# Issue tags | ||
gem "acts-as-taggable-on" | ||
gem 'acts-as-taggable-on', '~> 3.4' | ||
# Background jobs | ||
gem 'slim' | ||
gem 'sinatra', require: nil | ||
gem 'sidekiq' | ||
gem 'sinatra', '~> 1.4.4', require: nil | ||
gem 'sidekiq', '~> 4.0' | ||
gem 'sidekiq-cron', '~> 0.4.0' | ||
gem 'redis-namespace' | ||
# HTTP requests | ||
gem "httparty" | ||
gem "httparty", '~> 0.13.3' | ||
# Colored output to console | ||
gem "colored" | ||
gem "colorize", '~> 0.7.0' | ||
# GitLab settings | ||
gem 'settingslogic' | ||
gem 'settingslogic', '~> 2.0.9' | ||
# Misc | ||
gem "foreman" | ||
gem 'version_sorter', '~> 2.0.0' | ||
# Cache | ||
gem "redis-rails" | ||
gem "redis-rails", '~> 4.0.0' | ||
# Campfire integration | ||
gem 'tinder', '~> 1.9.2' | ||
gem 'tinder', '~> 1.10.0' | ||
# HipChat integration | ||
gem "hipchat", "~> 0.14.0" | ||
gem 'hipchat', '~> 1.5.0' | ||
# 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 | ||
gem "d3_rails", "~> 3.1.4" | ||
gem 'd3_rails', '~> 3.5.0' | ||
#cal-heatmap | ||
gem 'cal-heatmap-rails', '~> 3.5.0' | ||
# underscore-rails | ||
gem "underscore-rails", "~> 1.4.4" | ||
gem "underscore-rails", "~> 1.8.0" | ||
# Sanitize user input | ||
gem "sanitize" | ||
gem "sanitize", '~> 2.0' | ||
gem 'babosa', '~> 1.0.2' | ||
# Sanitizes SVG input | ||
gem "loofah", "~> 2.0.3" | ||
# Protect against bruteforcing | ||
gem "rack-attack" | ||
gem "sass-rails" | ||
gem "coffee-rails" | ||
gem "uglifier" | ||
gem "therubyracer" | ||
gem 'turbolinks' | ||
gem 'jquery-turbolinks' | ||
gem 'chosen-rails', "1.0.1" | ||
gem 'select2-rails' | ||
gem 'jquery-atwho-rails', "~> 0.3.3" | ||
gem "jquery-rails", "2.1.3" | ||
gem "jquery-ui-rails", "2.0.2" | ||
gem "modernizr", "2.6.2" | ||
gem "raphael-rails", "~> 2.1.2" | ||
gem 'bootstrap-sass', '~> 3.0' | ||
gem "font-awesome-rails", '~> 3.2' | ||
gem "gemoji", "~> 1.3.0" | ||
gem "gon", '~> 5.0.0' | ||
gem "rack-attack", '~> 4.3.1' | ||
# Ace editor | ||
gem 'ace-rails-ap', '~> 2.0.1' | ||
# Keyboard shortcuts | ||
gem 'mousetrap-rails', '~> 1.4.6' | ||
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
gem "sass-rails", '~> 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.2' | ||
gem 'gitlab_emoji', '~> 0.3.0' | ||
gem 'gon', '~> 6.0.1' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
gem 'jquery-rails', '~> 4.0.0' | ||
gem 'jquery-scrollto-rails', '~> 1.4.3' | ||
gem 'jquery-ui-rails', '~> 5.0.0' | ||
gem 'raphael-rails', '~> 2.1.2' | ||
gem 'request_store', '~> 1.2.0' | ||
gem 'select2-rails', '~> 3.5.9' | ||
gem 'virtus', '~> 1.0.1' | ||
gem 'net-ssh', '~> 3.0.1' | ||
# Sentry integration | ||
gem 'sentry-raven', '~> 0.15' | ||
# 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 | ||
gem 'connection_pool', '~> 2.0', require: false | ||
end | ||
group :development do | ||
gem "annotate", "~> 2.6.0.beta2" | ||
gem "letter_opener" | ||
gem 'quiet_assets', '~> 1.0.1' | ||
gem 'rack-mini-profiler' | ||
gem "foreman" | ||
gem 'brakeman', '~> 3.1.0', require: false | ||
# Better errors handler | ||
gem 'better_errors' | ||
gem 'binding_of_caller' | ||
gem "annotate", "~> 2.6.0" | ||
gem "letter_opener", '~> 1.1.2' | ||
gem 'quiet_assets', '~> 1.0.2' | ||
gem 'rerun', '~> 0.11.0' | ||
gem 'bullet', require: false | ||
gem 'rblineprof', 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 | ||
gem "sdoc" | ||
gem "sdoc", '~> 0.3.20' | ||
# thin instead webrick | ||
gem 'thin' | ||
gem 'thin', '~> 1.6.1' | ||
end | ||
group :development, :test do | ||
gem 'coveralls', require: false | ||
# gem 'rails-dev-tweaks' | ||
gem 'spinach-rails' | ||
gem "rspec-rails" | ||
gem "capybara" | ||
gem "pry" | ||
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "launchy" | ||
gem 'factory_girl_rails' | ||
gem 'byebug', platform: :mri | ||
gem 'pry-rails' | ||
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.3.0' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
# 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 | ||
gem "ffaker" | ||
gem 'ffaker', '~> 2.0.0' | ||
gem 'capybara', '~> 2.4.0' | ||
gem 'capybara-screenshot', '~> 1.0.0' | ||
gem 'poltergeist', '~> 1.8.1' | ||
# Guard | ||
gem 'guard-rspec' | ||
gem 'guard-spinach' | ||
gem 'teaspoon', '~> 1.0.0' | ||
gem 'teaspoon-jasmine', '~> 2.2.0' | ||
# Notification | ||
gem 'rb-fsevent', require: darwin_only('rb-fsevent') | ||
gem 'growl', require: darwin_only('growl') | ||
gem 'rb-inotify', require: linux_only('rb-inotify') | ||
gem 'spring', '~> 1.6.4' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.0.0' | ||
gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
# PhantomJS driver for Capybara | ||
gem 'poltergeist', '~> 1.4.1' | ||
gem 'rubocop', '~> 0.35.0', require: false | ||
gem 'coveralls', '~> 0.8.2', require: false | ||
gem 'simplecov', '~> 0.10.0', require: false | ||
gem 'flog', require: false | ||
gem 'flay', require: false | ||
gem 'bundler-audit', require: false | ||
gem 'spork', '~> 1.0rc' | ||
gem 'jasmine', '2.0.0.rc5' | ||
gem 'benchmark-ips', require: false | ||
end | ||
group :test do | ||
gem "simplecov", require: false | ||
gem "shoulda-matchers", "~> 2.1.0" | ||
gem 'email_spec' | ||
gem "webmock" | ||
gem 'test_after_commit' | ||
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 'sham_rack' | ||
end | ||
group :production do | ||
gem "gitlab_meta", '6.0' | ||
gem "gitlab_meta", '7.0' | ||
end | ||
gem "newrelic_rpm", '~> 3.14' | ||
gem 'octokit', '~> 3.8.0' | ||
gem "mail_room", "~> 0.6.1" | ||
gem 'email_reply_parser', '~> 0.5.8' | ||
## CI | ||
gem 'activerecord-deprecated_finders', '~> 1.0.3' | ||
gem 'activerecord-session_store', '~> 0.1.0' | ||
gem "nested_form", '~> 0.3.2' | ||
# OAuth | ||
gem 'oauth2', '~> 1.0.0' | ||
# Soft deletion | ||
gem "paranoia", "~> 2.0" |
This diff is collapsed.
Guardfile
deleted
100644 → 0