- 04 Nov, 2016 8 commits
-
-
Drew Blessing authored
By default, Sidekiq will retry 25 times with an exponential backoff. This may result in jobs retrying for up to 21 days. That could lead to an ever-increasing queue size for the remote mirror updates. The mirrors will attempt to update again within an interval, which should be sufficient.
-
Robert Speicher authored
Move before action method to ldap Groups::LdapGroupLinksController and removed some dead code See merge request !838
-
Robert Speicher authored
Apply `*_params_ce + *_params_ee` pattern to MergeRequestsController See merge request !839
-
Valery Sizov authored
CE upstream See merge request !845
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
This allows us to pass .js.es6 files as valid filenames;
-
Alfredo Sumaran authored
-
- 03 Nov, 2016 24 commits
-
-
Alejandro Rodríguez authored
-
Sean McGivern authored
Fixes #24102 See merge request !7267
-
Rémy Coutable authored
Add and update .gitignore & .gitlab-ci.yml templates for 8.14 Following https://gitlab.com/gitlab-org/gitlab-ce/issues/24134 See merge request !7272
-
Robert Speicher authored
[ci skip]
-
Alfredo Sumaran authored
Adds JavaScript validation for group path editing ## What does this MR do? - Prevents group_edit form submission when special characters are included in the new group name - Enhances gl_field_errors to support this use case and be more re-usable. ## Are there points in the code the reviewer needs to double check? **The implementation of validation is here: https://gitlab.com/gitlab-org/gitlab-ce/commit/73d997046cac376ccdbcaac6f183002bc19b9a1f** The rest of the diff for this MR is augmenting gl_field_errors ## Why was this MR needed? - Currently we allow submission and a 500 error is returned. ## Screenshots (if relevant) ![2016-10-21_14.11.21](/uploads/2bef5764d3f2429dd0f900661153eef7/2016-10-21_14.11.21.gif) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23564, https://gitlab.com/gitlab-org/gitlab-ce/issues/19756, https://gitlab.com/gitlab-org/gitlab-ce/issues/19736, https://gitlab.com/gitlab-org/gitlab-ce/issues/23922 See merge request !7041
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Don't include Gitlab::Routing.url_helpers on top-level namespace (fix error for url_for) ## What does this MR do? Tries to fix: ``` ActionView::Template::Error: arguments passed to url_for can't be handled. Please require routes or provide your own implementation ``` One of the failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/5825797 See merge request !7265
-
Alejandro Rodríguez authored
Update upgrade guide from GitLab CE to GitLab EE for 8.14 Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1 See merge request !842
-
Rémy Coutable authored
Expose more info for SystemHooks See merge request !6964
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
Update "Installation from source" guide for 8.14.0 Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1. See merge request !7271
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Fix symlink vulnerability in Import/Export Replaces https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2018 made by @james Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23822 See merge request !2022 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Fix Import/Export foreign key issue to do with project members Cleans-up any foreign keys in `ProjectMember` - same as we do with the rest of the models when importing. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23837 and https://gitlab.com/gitlab-org/gitlab-ce/issues/23739 See merge request !2020 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
-
Robert Speicher authored
[ci skip]
-
Gabriel Mazetto authored
Point DR limitations to what is replicated Edits this https://gitlab.com/help/gitlab-geo/README.md#can-i-use-geo-in-a-disaster-recovery-situation I see **Current limitations** as limitations for using it as a network speed tool. Limitations for disaster recovery is better laid out in the **"What data is replicated"** section that I am linking to now. See merge request !831
-
Lin Jen-Shin authored
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Rémy Coutable authored
Weight dropdown not stay selected issue Closes #1157 See merge request !826
-
Rémy Coutable authored
Add a `--force` option to bin/changelog See merge request !7252
-
- 02 Nov, 2016 8 commits
-
-
Robert Speicher authored
-
Fatih Acet authored
Check that JavaScript file names match convention ## What does this MR do? Introduce a new ESLint rule to check JavaScript file names. ## What are the relevant issue numbers? fixes #23118 See merge request !7238
-
Fatih Acet authored
Updated Sortable JS plugin ## What does this MR do? Updates Sortable JS plugin for issue boards. The older version stopped the issue cards being draggable. ## What are the relevant issue numbers? Closes #23048 See merge request !6734
-
Nur Rony authored
Changelog entry added in CHANGELOG-EE.md adds test for weight dropdown selected text uses Issue weight constant from Issue class resolves rubocop test errors by using ruby 1.9 syntax for RSpec adds new helper module for ee issueables removes weight_dropdown_label function from issuable_helpers make it working for numarics weight moves changelog entry to 8.14 and rubocop warning resolved adds line break after release version
-
Rémy Coutable authored
Removes spaces in log messages. refs: - 6f7ccea6 - 7121a58e - f54bf003 none of them seem to have added extra space deliberately (commit message is about something else) ## Why was this MR needed? The spaces caused confusion when trying to analyze the logs, there was no space in user name, but log message indicated there was. See merge request !7223
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
It's only used here so there's no point having it in ApplicationController! Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Update examples in changelog docs to use single quotes around title [ci skip] See merge request !7246
-