-
- Downloads
Merge branch 'ce_upstream' into 'master'
CE upstream @dzaporozhets Please resolve these conflicts ``` Unmerged paths: (use "git add <file>..." to mark resolution) both modified: app/views/groups/group_members/index.html.haml both modified: app/views/projects/project_members/index.html.haml ``` See merge request !67
No related branches found
No related tags found
Showing
- .rubocop.yml 1 addition, 1 deletion.rubocop.yml
- CHANGELOG 11 additions, 1 deletionCHANGELOG
- CONTRIBUTING.md 12 additions, 2 deletionsCONTRIBUTING.md
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- Gemfile 15 additions, 10 deletionsGemfile
- Gemfile.lock 153 additions, 123 deletionsGemfile.lock
- PROCESS.md 1 addition, 0 deletionsPROCESS.md
- Procfile 1 addition, 1 deletionProcfile
- app/assets/images/icon-link.png 0 additions, 0 deletionsapp/assets/images/icon-link.png
- app/assets/javascripts/copy_to_clipboard.js.coffee 31 additions, 26 deletionsapp/assets/javascripts/copy_to_clipboard.js.coffee
- app/assets/javascripts/dropzone_input.js.coffee 4 additions, 76 deletionsapp/assets/javascripts/dropzone_input.js.coffee
- app/assets/javascripts/markdown_preview.js.coffee 87 additions, 0 deletionsapp/assets/javascripts/markdown_preview.js.coffee
- app/assets/javascripts/project.js.coffee 15 additions, 9 deletionsapp/assets/javascripts/project.js.coffee
- app/assets/stylesheets/framework.scss 2 additions, 1 deletionapp/assets/stylesheets/framework.scss
- app/assets/stylesheets/framework/blocks.scss 8 additions, 0 deletionsapp/assets/stylesheets/framework/blocks.scss
- app/assets/stylesheets/framework/common.scss 9 additions, 1 deletionapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/files.scss 1 addition, 3 deletionsapp/assets/stylesheets/framework/files.scss
- app/assets/stylesheets/framework/forms.scss 10 additions, 3 deletionsapp/assets/stylesheets/framework/forms.scss
- app/assets/stylesheets/framework/issue_box.scss 3 additions, 2 deletionsapp/assets/stylesheets/framework/issue_box.scss
- app/assets/stylesheets/framework/layout.scss 4 additions, 3 deletionsapp/assets/stylesheets/framework/layout.scss
source "https://rubygems.org" | ||
gem 'rails', '4.1.14' | ||
gem 'rails', '4.2.4' | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Responders respond_to and respond_with | ||
gem 'responders', '~> 2.0' | ||
# Specify a sprockets version due to security issue | ||
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY | ||
Loading
| Loading
| @@ -16,7 +20,7 @@ gem "pg", '~> 0.18.2', group: :postgres |
# Authentication libraries | ||
gem 'devise', '~> 3.5.2' | ||
gem 'devise-async', '~> 0.9.0' | ||
gem 'doorkeeper', '~> 2.1.3' | ||
gem 'doorkeeper', '~> 2.2.0' | ||
gem 'omniauth', '~> 1.2.2' | ||
gem 'omniauth-bitbucket', '~> 0.0.2' | ||
gem 'omniauth-facebook', '~> 3.0.0' | ||
Loading
| Loading
| @@ -29,7 +33,7 @@ gem 'omniauth-shibboleth', '~> 1.2.0' |
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd' | ||
gem 'gssapi', group: :kerberos | ||
gem 'rack-oauth2', '~> 1.0.5' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
# Two-factor authentication | ||
gem 'devise-two-factor', '~> 2.0.0' | ||
Loading
| Loading
| @@ -97,9 +101,10 @@ gem 'redcarpet', '~> 3.3.3' |
gem 'RedCloth', '~> 4.2.9' | ||
gem 'rdoc', '~>3.6' | ||
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~>0.3.6' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 1.5.2' | ||
gem 'net-ssh', '~> 3.0.1' | ||
# Diffs | ||
gem 'diffy', '~> 3.0.3' | ||
Loading
| Loading
| @@ -127,8 +132,7 @@ gem 'sidetiq', '~> 0.6.3' |
gem "httparty", '~> 0.13.3' | ||
# Colored output to console | ||
gem "colored", '~> 1.2' | ||
gem "colorize", '~> 0.5.8' | ||
gem "colorize", '~> 0.7.0' | ||
# GitLab settings | ||
gem 'settingslogic', '~> 2.0.9' | ||
Loading
| Loading
| @@ -156,7 +160,7 @@ gem "gemnasium-gitlab-service", "~> 0.2" |
gem "slack-notifier", "~> 1.2.0" | ||
# Asana integration | ||
gem 'asana', '~> 0.0.6' | ||
gem 'asana', '~> 0.4.0' | ||
# FogBugz integration | ||
gem 'ruby-fogbugz', '~> 0.2.1' | ||
Loading
| Loading
| @@ -189,13 +193,13 @@ gem "sass-rails", '~> 4.0.5' |
gem "coffee-rails", '~> 4.1.0' | ||
gem "uglifier", '~> 2.7.2' | ||
gem 'turbolinks', '~> 2.5.0' | ||
gem 'jquery-turbolinks', '~> 2.0.1' | ||
gem 'jquery-turbolinks', '~> 2.1.0' | ||
gem 'addressable', '~> 2.3.8' | ||
gem 'bootstrap-sass', '~> 3.0' | ||
gem 'font-awesome-rails', '~> 4.2' | ||
gem 'gitlab_emoji', '~> 0.1' | ||
gem 'gon', '~> 5.0.0' | ||
gem 'gon', '~> 6.0.1' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
gem 'jquery-rails', '~> 3.1.3' | ||
gem 'jquery-scrollto-rails', '~> 1.4.3' | ||
Loading
| Loading
| @@ -218,6 +222,7 @@ group :development do |
gem 'rerun', '~> 0.10.0' | ||
gem 'bullet', require: false | ||
gem 'rblineprof', platform: :mri, require: false | ||
gem 'web-console', '~> 2.0' | ||
# Better errors handler | ||
gem 'better_errors', '~> 1.0.1' | ||
Loading
| Loading
| @@ -274,7 +279,7 @@ 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.2.2' | ||
gem 'test_after_commit', '~> 0.4.2' | ||
gem 'sham_rack' | ||
end | ||
Loading
| Loading
|

| W: | H:
| W: | H:

