- 15 May, 2018 15 commits
-
-
Stan Hu authored
This commit has two migrations: 1. The first prunes duplicate rows in the project_features table and leaves the row with the highest ID. Since the behavior was indeterministic before and depended on which row the database decided to use, this change at least makes the permissions consistent. For example, in some cases, the Wiki may have been disabled but enabled in another entry. 2. The second adds a non-null constraint on the project_features.project_id column. Closes #37882 Fixes a significant part of gitlab-com/migration#408. We found that we were overcounting Wikis because of these duplicates. On GitLab.com, there are 56 rows with duplicate entries by project_id, and 16,661 rows with NULL project_id values.
-
Kamil Trzciński authored
Add index on ci_runners.runner_type See merge request gitlab-org/gitlab-ce!18897
-
Grzegorz Bizon authored
Merge branch '31662-remove-squashed-related-commits-together-from-default-mr-template' into 'master' Resolve "Remove `Squashed related commits together` from default MR template" Closes #31662 See merge request gitlab-org/gitlab-ce!18961
-
Rémy Coutable authored
Disable greedy mode when matching filename Closes #44784 See merge request gitlab-org/gitlab-ce!18914
-
Jan Provaznik authored
-
Dylan Griffith authored
We use this to filter runner and will use this increasingly in future instead of is_shared so it should be indexed
-
Rémy Coutable authored
Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
-
Kamil Trzciński authored
Backport Cluster related EE code See merge request gitlab-org/gitlab-ce!18931
-
Kamil Trzciński authored
Disable RBAC on Ingress by default Closes #46286 See merge request gitlab-org/gitlab-ce!18947
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tim Zallmann authored
Update wiki page deletion confirmation See merge request gitlab-org/gitlab-ce!18712
-
Douwe Maan authored
Enable update_(build|pipeline) for maintainers Closes #45905 See merge request gitlab-org/gitlab-ce!18735
-
Jan Provaznik authored
-
Achilleas Pipinellis authored
Fix link to MR for Maintainer Access docs See merge request gitlab-org/gitlab-ce!18951
-
Achilleas Pipinellis authored
Fix minor typo of main docs page See merge request gitlab-org/gitlab-ce!18952
-
- 14 May, 2018 25 commits
-
-
Filipa Lacerda authored
Correct skewed Kubernetes popover illustration Closes #46345 See merge request gitlab-org/gitlab-ce!18949
-
Lukas Eipert authored
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Phil Hughes authored
Move SquashBeforeMerge vue component See merge request gitlab-org/gitlab-ce!18813
-
Mayra Cabrera authored
It was changed to be true on https://github.com/kubernetes/charts/commit/c60086ec0b260996281d337d67f2361f826f7029 Closes #46286
-
Rémy Coutable authored
Backport EE-specific untrusted regexp implementation See merge request gitlab-org/gitlab-ce!18938
-
Rémy Coutable authored
Improve the code review section in MR templates. See merge request gitlab-org/gitlab-ce!18920
-
Douwe Maan authored
More verbose logging for deprecated path access See merge request gitlab-org/gitlab-ce!18943
-
Rémy Coutable authored
Fix cross-origin errors when attempting to download JavaScript attachments Closes #45826 See merge request gitlab-org/gitlab-ce!18936
-
Rémy Coutable authored
update sidekiq 5.0 -> 5.1 See merge request gitlab-org/gitlab-ce!18765
-
Kamil Trzciński authored
Resolve "[Rails5] Fix spec/models/ci/pipeline_spec.rb" Closes #46229 See merge request gitlab-org/gitlab-ce!18906
-
Zeger-Jan van de Weg authored
Current logging tells us we've isolated the calls to about 5 call sites, now we'd like to know what is calling these methods.
-
Achilleas Pipinellis authored
Change `expect` to `except` on help page See merge request gitlab-org/gitlab-ce!18940
-
Bob Van Landuyt authored
-
Phil Hughes authored
Resolve "`sha-mismatch` vue component is rendering an empty block" Closes #45462 See merge request gitlab-org/gitlab-ce!18884
-
Filipa Lacerda authored
Add `createComponentWithMixin` to create anonymous components with mixins See merge request gitlab-org/gitlab-ce!18899
-
Douwe Maan authored
Fix system hook not firing for blocked users when LDAP sign-in is used Closes #46307 See merge request gitlab-org/gitlab-ce!18930
-
Grzegorz Bizon authored
-
James Lopez authored
Update secpick to use security branches See merge request gitlab-org/gitlab-ce!18937
-
Kushal Pandya authored
-
Douwe Maan authored
Add Code Review documentation that maintainers also perform code review See merge request gitlab-org/gitlab-ce!18911
-
Rémy Coutable authored
Fix gitaly-ruby bundle poisoning in CI Closes gitaly#1184 and gitaly#1169 See merge request gitlab-org/gitlab-ce!18853
-
-
James Lopez authored
-