Merge remote-tracking branch 'upstream/master' into pipeline-notifications
* upstream/master: (26 commits)
Add a `--force` option to bin/changelog
Update examples in changelog docs to use single quotes around title
Use the server's base URL without relative URL part when creating links in JIRA
Make ESLint ignore instrumented files for coverage analysis (!7236)
Check that JavaScript file names match convention (!7238)
Removed z-index for filters on issue boards
GitLab 8.13 not 13
Replace MR Description Format links
Fix gdb backtrace command
Update gitlab.yml.example
remove extra spaces from app/workers/post_receive.rb
Add Rake task to create/repair GitLab Shell hooks symlinks
Added guide for upgrading Postgres using Slony
Ensure hook tokens are write-only in the API
Add support for token attr in project hooks API
Add a CHANGELOG entry
Fix edit button wiki
Updated Sortable JS plugin
Allow owners to fetch source code in CI builds
fixes milestone dropdown not select issue
...
Showing
... | ... | @@ -117,7 +117,7 @@ gem 'truncato', '~> 0.7.8' |
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 | ||
... | ... | @@ -196,7 +196,7 @@ gem 'loofah', '~> 2.0.3' |
gem 'licensee', '~> 8.0.0' | ||
# Protect against bruteforcing | ||
gem 'rack-attack', '~> 4.3.1' | ||
gem 'rack-attack', '~> 4.4.1' | ||
# Ace editor | ||
gem 'ace-rails-ap', '~> 4.1.0' | ||
... | ... |
bin/changelog
0 → 100755
doc/administration/raketasks/maintenance.md
0 → 100644
doc/development/changelog.md
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -7,6 +7,7 @@ |
"devDependencies": { | ||
"eslint": "^3.1.1", | ||
"eslint-config-airbnb": "^12.0.0", | ||
"eslint-plugin-filenames": "^1.1.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
"eslint-plugin-jsx-a11y": "^2.2.3", | ||
"eslint-plugin-react": "^6.4.1" | ||
... | ... |
spec/bin/changelog_spec.rb
0 → 100644
spec/rake_helper.rb
0 → 100644
spec/support/rake_helpers.rb
0 → 100644
spec/tasks/gitlab/shell_rake_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment