- 14 Feb, 2018 6 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Stan Hu authored
CE upstream - 2018-02-14 00:24 UTC Closes gitaly#998 and gitaly#999 See merge request gitlab-org/gitlab-ee!4523
-
GitLab Bot authored
-
Stan Hu authored
[EE port] Resolve "Build Is Red: Admin > Users > Impersonation Tokens token creation allows creation of a token" See merge request gitlab-org/gitlab-ee!4519
-
- 13 Feb, 2018 34 commits
-
-
Michael Kozono authored
And use :migration tag to use deletion strategy, and to avoid caching tables, and to lock into a particular schema. Attempting to fix intermittent spec errors `PG::UndefinedTable: ERROR: relation "public.untracked_files_for_uploads" does not exist`.
-
Stan Hu authored
CE upstream - 2018-02-13 15:25 UTC See merge request gitlab-org/gitlab-ee!4512
-
Jacob Schatz authored
Replace $.ajax with axios in mirror pull See merge request gitlab-org/gitlab-ee!4474
-
Clement Ho authored
-
Jacob Schatz authored
Replace $.post with axios in initPathLocks See merge request gitlab-org/gitlab-ee!4516
-
Nick Thomas authored
Resolve "Geo: If repo was set to be redownloaded once it will be redownloaded always" Closes #4919 See merge request gitlab-org/gitlab-ee!4506
-
Kamil Trzciński authored
Resolve "Background upload option is not effective" Closes #4915 See merge request gitlab-org/gitlab-ee!4507
-
Jacob Schatz authored
Remove unnecessary weightSelect from initLegacyFilters See merge request gitlab-org/gitlab-ee!4513
-
Clement Ho authored
-
Jacob Schatz authored
Replace $.ajax with axios in approvers select See merge request gitlab-org/gitlab-ee!4476
-
Clement Ho authored
-
Michael Kozono authored
-
Jacob Schatz authored
Remove unused code in profile.js See merge request gitlab-org/gitlab-ce!17009
-
Clement Ho authored
-
Stan Hu authored
Remove problematic LDAP::Person validation for new strategy Closes #42412 and #42359 See merge request gitlab-org/gitlab-ce!16727
-
Robert Speicher authored
Dont run :geo specs in EE steps. They run in specific Geo only. See merge request gitlab-org/gitlab-ee!4514
-
Yorick Peterse authored
Remove Sentry reporting for query limiting See merge request gitlab-org/gitlab-ce!17092
-
Phil Hughes authored
Fix settings panels not expanding when fragment hash linked Closes #43198 See merge request gitlab-org/gitlab-ce!17074
-
Gabriel Mazetto authored
-
Kamil Trzciński authored
Expose GITLAB_FEATURES as CI/CD variable (fixes #40994) Closes gitlab-ce#40994 See merge request gitlab-org/gitlab-ee!4393
-
Kamil Trzciński authored
Fully enable nginx-ingress metrics Closes #43189 See merge request gitlab-org/gitlab-ce!17069
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Resolve "Links in issue board are broken" Closes #4911 See merge request gitlab-org/gitlab-ee!4494
-
Tim Zallmann authored
-
Robert Speicher authored
Port spec/fixtures/api/schemas/deployment.json from EE See merge request gitlab-org/gitlab-ce!17090
-
-
Yorick Peterse authored
Using Sentry, while useful, poses two problems you have to choose from: 1. All errors are reported separately, making it easy to create issues but also making it next to impossible to see other errors (due to the sheer volume of threshold errors). 2. Errors can be grouped or merged together, reducing the noise. This however also means it's (as far as I can tell) much harder to automatically create GitLab issues from Sentry for the offending controllers. Since both solutions are terrible I decided to go with a third option: not using Sentry for this at all. Instead we'll investigate using Prometheus alerts and Grafana dashboards for this, which has the added benefit of being able to more accurately measure the behaviour over time. Note that throwing errors in test environments is still enabled, and whitelisting is still necessary to prevent that from happening (and that in turn still requires that developers create issues).
-
Robert Speicher authored
Remove allow_n_plus_1 block from Network::Graph Closes #37436 and gitaly#998 See merge request gitlab-org/gitlab-ce!17087
-
Robert Speicher authored
Remove allow_n_plus_1 block from DeleteMergedBranchesService Closes #37438 and gitaly#999 See merge request gitlab-org/gitlab-ce!17058
-
Robert Speicher authored
Move all `spec/ee/spec/*` files to `ee/spec/` See merge request gitlab-org/gitlab-ee!4231
-
Phil Hughes authored
Fixes hover style for lock merge request edit link Closes #42580 See merge request gitlab-org/gitlab-ce!17065
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzciński authored
Document all_queues.yml in sidekiq_style_guide.md See merge request gitlab-org/gitlab-ce!17079
-