resolves conflicts with new buttons
Showing
... | ... | @@ -23,6 +23,7 @@ gem 'devise-async', '~> 0.9.0' |
gem 'doorkeeper', '~> 2.2.0' | ||
gem 'omniauth', '~> 1.2.2' | ||
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' | ||
... | ... | @@ -101,6 +102,9 @@ 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 | ||
gem 'nokogiri', '1.6.7.1' | ||
# Diffs | ||
gem 'diffy', '~> 3.0.3' | ||
... | ... | @@ -186,7 +190,7 @@ gem 'mousetrap-rails', '~> 1.4.6' |
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
gem "sass-rails", '~> 4.0.5' | ||
gem "sass-rails", '~> 5.0.0' | ||
gem "coffee-rails", '~> 4.1.0' | ||
gem "uglifier", '~> 2.7.2' | ||
gem 'turbolinks', '~> 2.5.0' | ||
... | ... | @@ -198,9 +202,9 @@ gem 'font-awesome-rails', '~> 4.2' |
gem 'gitlab_emoji', '~> 0.2.0' | ||
gem 'gon', '~> 6.0.1' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
gem 'jquery-rails', '~> 3.1.3' | ||
gem 'jquery-rails', '~> 4.0.0' | ||
gem 'jquery-scrollto-rails', '~> 1.4.3' | ||
gem 'jquery-ui-rails', '~> 4.2.1' | ||
gem 'jquery-ui-rails', '~> 5.0.0' | ||
gem 'nprogress-rails', '~> 0.1.6.7' | ||
gem 'raphael-rails', '~> 2.1.2' | ||
gem 'request_store', '~> 1.2.0' | ||
... | ... |
app/assets/images/emoji.png
0 → 100644
813 KB
app/assets/stylesheets/pages/emojis.scss
0 → 100644
This diff is collapsed.
Click to expand it.
app/models/jira_issue.rb
0 → 100644
app/views/admin/identities/new.html.haml
0 → 100644
app/views/ci/lints/create.js.haml
deleted
100644 → 0
app/views/devise/unlocks/new.html.haml
0 → 100644
config/schedule.yml
deleted
100644 → 0
doc/integration/cas.md
0 → 100644
doc/integration/jira.md
0 → 100644
doc/integration/jira_issue_reference.png
0 → 100644
39 KB
doc/integration/jira_project_name.png
0 → 100644
59.2 KB
doc/integration/jira_service.png
0 → 100644
57.7 KB
doc/integration/jira_service_close_issue.png
0 → 100644
86.4 KB
doc/integration/jira_service_page.png
0 → 100644
159 KB
doc/integration/jira_workflow_screenshot.png
0 → 100644
119 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
lib/gitlab/o_auth/session.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/features/ci_lint_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/features/lint_spec.rb
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/models/jira_issue_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/support/jira_service_helper.rb
0 → 100644
This diff is collapsed.
Click to expand it.