- 21.01.2019 23 коммита
-
-
mfluharty создал
-
Achilleas Pipinellis создал
Docs route maps Closes #53178 See merge request gitlab-org/gitlab-ce!24488
-
Marcia Ramos создал
-
Achilleas Pipinellis создал
Skip kerberos when running 'bundle install' in update docs Closes #52346 See merge request gitlab-org/gitlab-ce!24534
-
Rémy Coutable создал
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52346 . Signed-off-by:
Rémy Coutable <remy@rymai.me> -
-
Marcia Ramos создал
Update release error tracking is available in to 11.8 See merge request gitlab-org/gitlab-ce!24528
-
Achilleas Pipinellis создал
Add tip about Go packages Closes #56493 See merge request gitlab-org/gitlab-ce!24477
-
Evan Read создал
-
Achilleas Pipinellis создал
Add version text and refactor file See merge request gitlab-org/gitlab-ce!24517
-
Joshua Lambert создал
-
Phil Hughes создал
Resolve "Admin Settings: Cannot read property 'addEventListener' of null" Closes #56622 See merge request gitlab-org/gitlab-ce!24522
-
Martin Wortschack создал
-
Fatih Acet создал
Fixes "New label" button hit miss Closes gitlab-org/quality/nightly#59 See merge request gitlab-org/gitlab-ce!24487
-
Douwe Maan создал
Eliminate N+1 queries in /api/groups/:id Closes #49845 See merge request gitlab-org/gitlab-ce!24513
-
Grzegorz Bizon создал
Revert "Merge branch 'qa-use-mr-iid-in-review-app-slug' into 'master'" See merge request gitlab-org/gitlab-ce!24521
-
Rémy Coutable создал
Search project tags via API Closes #54401 See merge request gitlab-org/gitlab-ce!24385
-
Robert Schilling создал
-
Rémy Coutable создал
This reverts merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24388
-
Rémy Coutable создал
Set ActionController raise_on_unfiltered_parameters to true See merge request gitlab-org/gitlab-ce!24443
-
-
Evan Read создал
-
Evan Read создал
add a note that GIT_STRATEGY is not supported for k8s executor See merge request gitlab-org/gitlab-ce!23974
-
- 20.01.2019 1 коммит
-
-
Stan Hu создал
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.01.2019 1 коммит
-
-
Kamil Trzciński создал
Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306
-
- 18.01.2019 15 коммитов
-
-
Annabel Dunstone Gray создал
Remove unwanted margin above suggested changes. Closes #56389 See merge request gitlab-org/gitlab-ce!24419
-
Jacques Erasmus создал
-
Robert Speicher создал
Improvements for spec migration readme See merge request gitlab-org/gitlab-ce!24440
-
-
Kushal Pandya создал
Update vuex.md - swap PUT/POST methods See merge request gitlab-org/gitlab-ce!24494
-
-
Achilleas Pipinellis создал
Update reference to ~Monitoring to be ~Monitor See merge request gitlab-org/gitlab-ce!24489
-
Achilleas Pipinellis создал
Correct minimum yarn version in 11.6 -> 11.7 upgrade doc Closes #56254 See merge request gitlab-org/gitlab-ce!24495
-
Nick Thomas создал
Cleanup stale +deleted repo paths on project removal (adjusts project removal bug) Closes #46146 See merge request gitlab-org/gitlab-ce!24269
-
-
Lukas 'Eipi' Eipert создал
-
Nick Thomas создал
Return the maximum group access level in the projects API Closes #43684 See merge request gitlab-org/gitlab-ce!24403
-
Filipa Lacerda создал
-
Seth Engelhard создал
-
Oswaldo Ferreira создал
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.
-