- 22 Jan, 2019 1 commit
-
-
Gabriel Mazetto authored
We still rely on the Dirty API for project rename (before/after) values, but we don't access the dirty api from the service class anymore. The previous value is now part of the initialization, which makes it easier to test and the behavior is clearer. The same was done with the `rename_repo` on the Storage classes, we now provide before and after values as part of the method signature.
-
- 21 Jan, 2019 11 commits
-
-
Gabriel Mazetto authored
During a previous refactor on project model, code related to the hashed storage was extracted into AfterRenameService, see 4b9c17f1. The "path_before" was changed from using `previous_changes['path']` to `path_was`. They are not equivalent. `path_was` exists reliably only *before* persisting to the database. After database persistence is confirmed, the value is moved to `previous_changes[:attribute_name]`. Because the repository/attachments rename or storage upgrade happens after it was persisted to the database, we were in fact not informing the right parameters (and therefore not doing what it was supposed to).
-
Phil Hughes authored
Resolve "Admin Settings: Cannot read property 'addEventListener' of null" Closes #56622 See merge request gitlab-org/gitlab-ce!24522
-
Martin Wortschack authored
-
Fatih Acet authored
Fixes "New label" button hit miss Closes gitlab-org/quality/nightly#59 See merge request gitlab-org/gitlab-ce!24487
-
Douwe Maan authored
Eliminate N+1 queries in /api/groups/:id Closes #49845 See merge request gitlab-org/gitlab-ce!24513
-
Grzegorz Bizon authored
Revert "Merge branch 'qa-use-mr-iid-in-review-app-slug' into 'master'" See merge request gitlab-org/gitlab-ce!24521
-
Rémy Coutable authored
Search project tags via API Closes #54401 See merge request gitlab-org/gitlab-ce!24385
-
Robert Schilling authored
-
Rémy Coutable authored
This reverts merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24388
-
Rémy Coutable authored
Set ActionController raise_on_unfiltered_parameters to true See merge request gitlab-org/gitlab-ce!24443
-
Kushal Pandya authored
Bump the katex package to 0.10.0 See merge request gitlab-org/gitlab-ce!24478
-
- 20 Jan, 2019 2 commits
-
-
Evan Read authored
add a note that GIT_STRATEGY is not supported for k8s executor See merge request gitlab-org/gitlab-ce!23974
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15475/diffs, a significant amount of work went into eliminating N+1 queries in the /api/groups/:id/projects endpoint. We can reuse the `Entities::Project.prepare_relation` call on the projects. In a group with 2,573 projects on GitLab.com, this change significantly improves performance: * 18019 SQL queries down to 21 * Time spent in DB: 70 s down to 384 ms Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49845
-
- 19 Jan, 2019 1 commit
-
-
Kamil Trzciński authored
Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306
-
- 18 Jan, 2019 25 commits
-
-
Annabel Dunstone Gray authored
Remove unwanted margin above suggested changes. Closes #56389 See merge request gitlab-org/gitlab-ce!24419
-
Jacques Erasmus authored
-
Robert Speicher authored
Improvements for spec migration readme See merge request gitlab-org/gitlab-ce!24440
-
Andrew Harmon authored
Refer to https://github.com/KaTeX/KaTeX/pull/1700 for additional details.
-
Kushal Pandya authored
Update vuex.md - swap PUT/POST methods See merge request gitlab-org/gitlab-ce!24494
-
Mark Lapierre authored
Fix Resource attribute bug See merge request gitlab-org/gitlab-ce!24407
-
Achilleas Pipinellis authored
Update reference to ~Monitoring to be ~Monitor See merge request gitlab-org/gitlab-ce!24489
-
Achilleas Pipinellis authored
Correct minimum yarn version in 11.6 -> 11.7 upgrade doc Closes #56254 See merge request gitlab-org/gitlab-ce!24495
-
Nick Thomas authored
Cleanup stale +deleted repo paths on project removal (adjusts project removal bug) Closes #46146 See merge request gitlab-org/gitlab-ce!24269
-
Sean McGivern authored
View epic permissions See merge request gitlab-org/gitlab-ce!24483
-
Lukas 'Eipi' Eipert authored
-
Nick Thomas authored
Return the maximum group access level in the projects API Closes #43684 See merge request gitlab-org/gitlab-ce!24403
-
Filipa Lacerda authored
-
Seth Engelhard authored
-
Oswaldo Ferreira authored
1. When removing projects, we can end-up leaving the +deleted repo path dirty and not successfully removing the non-deleted namespace (mv process is not atomic and can be killed without fully moving the path). 2. In order to solve that, we're adding a clean-up phase on ensure which will schedule possible staled +deleted path deletion. Note that we don't check the current state (if there is or not a repo) in order to schedule the deletion. That's intentional in order to leverage Gitlab::GitalyClient::NamespaceService#remove idempotency and ensure consistency.
-
Achilleas Pipinellis authored
Add documentation for new NGINX Ingress metrics Closes #56473 See merge request gitlab-org/gitlab-ce!24449
-
Joshua Lambert authored
-
Sanad Liaquat authored
-
Fatih Acet authored
[EE Backport] Add notes filters for epics See merge request gitlab-org/gitlab-ce!24372
-
Grzegorz Bizon authored
Add flat-square badge style Closes #30120 See merge request gitlab-org/gitlab-ce!24172
-
Fabian Schneider authored
-
Sanad Liaquat authored
-
Grzegorz Bizon authored
Use MR IID in Review Apps slug and domain See merge request gitlab-org/gitlab-ce!24388
-
Kushal Pandya authored
Merge branch '56328-frequent-items-initialisations-can-be-optimised-and-deferred-in-idlecallback' into 'master' Resolve "Frequent Items Initialisations can be optimised and deferred in idleCallback" Closes #56328 See merge request gitlab-org/gitlab-ce!24401
-
Sanad Liaquat authored
-