- 07 Nov, 2016 4 commits
-
-
Achilleas Pipinellis authored
[ci skip]
-
Sean McGivern authored
Fix Approvals API documentation Related issue https://gitlab.com/gitlab-org/gitlab-ee/issues/1118 See merge request !846
-
Sean McGivern authored
Improve test coverage for approvals API Issue #1118 See merge request !847
-
Robert Speicher authored
Refactor template selector in issuable form EE brother of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7249 See merge request !844
-
- 05 Nov, 2016 1 commit
-
-
Robert Speicher authored
Disable retries for remote mirror update worker 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. See merge request !848
-
- 04 Nov, 2016 13 commits
-
-
Alfredo Sumaran authored
Added a weight filter reset scenario Looks like we missed a scenario for testing weight filtering for EE. I'm not 100% this is the correct implementation, maybe I have to `create(:weight)` but I did this in the web UI so will adjust the spec if they fail. /cc @brycepj See merge request !788
-
Luke "Jared" Bennett authored
-
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.
-
Valery Sizov authored
-
Valery Sizov authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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 22 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]
-