- 22 Jan, 2019 6 commits
-
-
Mek Stittri authored
Document better the process around quarantined tests See merge request gitlab-org/gitlab-ce!24452
-
Sean McGivern authored
Fix 404s with snippet uploads in object storage Closes #52595 See merge request gitlab-org/gitlab-ce!24550
-
Kamil Trzciński authored
Force Auto DevOps redeployment when application secrets are updated Closes #55540 See merge request gitlab-org/gitlab-ce!24498
-
Phil Hughes authored
Resolve "Merge request file browser should always be possible show/hide" Closes #52971 See merge request gitlab-org/gitlab-ce!24103
-
Sam Bigelow authored
-
Stan Hu authored
Previously, an HTTP request for `/uploads/-/system/personal_snippet/:snippet_id/:hash/:filename` would look for an uploader of `PersonalFileUploader` class and use `PersonalFileUploader#upload_paths` to search the datbase for one of the following paths: 1. `:hash/:filename` 2. `uploads/-/system/personal_snippet/:id/:hash/:filename` However, when the upload were stored in object storage, `PersonalFileUploader#store_dirs` stored the path as: `personal_snippet/:snippet_id/:hash` The extraneous `uploads/-/system` prefix prevented the path from being matched, and uploads in object storage would return a 404 error. Uploads in local storage would work fine. To fix this, we set the `#base_dir` properly so that `#upload_paths` generates the right value for object storage. Note that this also makes `#store_dirs` do the right thing in `FileUploader`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52595
-
- 21 Jan, 2019 26 commits
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Douglas Barbosa Alexandre authored
Resolve "Don't check confidential issues for spam" Closes #56371 See merge request gitlab-org/gitlab-ce!24453
-
Tim Zallmann authored
Fix excessive blank space in project activity view Closes #56225 See merge request gitlab-org/gitlab-ce!24510
-
Phil Hughes authored
Add a string externalisation in note form See merge request gitlab-org/gitlab-ce!24514
-
Achilleas Pipinellis authored
Docs route maps Closes #53178 See merge request gitlab-org/gitlab-ce!24488
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Skip kerberos when running 'bundle install' in update docs Closes #52346 See merge request gitlab-org/gitlab-ce!24534
-
Rémy Coutable authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52346. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Add note about default See merge request gitlab-org/gitlab-ce!24445
-
Marcia Ramos authored
Update release error tracking is available in to 11.8 See merge request gitlab-org/gitlab-ce!24528
-
Achilleas Pipinellis authored
Add tip about Go packages Closes #56493 See merge request gitlab-org/gitlab-ce!24477
-
Evan Read authored
-
Achilleas Pipinellis authored
Add version text and refactor file See merge request gitlab-org/gitlab-ce!24517
-
Joshua Lambert authored
-
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
-
Evan Read authored
-
- 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 3 commits
-
-
Stan Hu authored
7075c5a1 introduced a regression in GitLab 11.7 by adding a `d-sm-block`, which caused the RSS feed icon to wrap to another line. Switching to `d-sm-flex` appears to make this appear on the same line. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56225
-
walkafwalka authored
-
Kamil Trzciński authored
Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306
-
- 18 Jan, 2019 3 commits
-
-
walkafwalka authored
-
Annabel Dunstone Gray authored
Remove unwanted margin above suggested changes. Closes #56389 See merge request gitlab-org/gitlab-ce!24419
-
Jacques Erasmus authored
-