- 24 Jan, 2019 34 commits
-
-
Clement Ho authored
Bump CI image to use Chrome 71.0 and Golang 1.11 Closes #56614 and #55578 See merge request gitlab-org/gitlab-ce!24572
-
Lin Jen-Shin authored
Enable the Layout/ExtraSpacing cop Closes #56392 See merge request gitlab-org/gitlab-ce!24423
-
Nick Thomas authored
CE port of "Display Merge Request approval counts in Merge Request list" See merge request gitlab-org/gitlab-ce!24500
-
Andy Steele authored
-
Phil Hughes authored
Adds create button to the search dropdown See merge request gitlab-org/gitlab-ce!24607
-
Rémy Coutable authored
Resolve "Introduce echoinfo beside echoerr to show information" Closes #56796 See merge request gitlab-org/gitlab-ce!24629
-
Stan Hu authored
Get remote address for runner Closes #53676 See merge request gitlab-org/gitlab-ce!24624
-
Lin Jen-Shin authored
-
Kamil Trzciński authored
Efficiently remove expired artifacts in `ExpireBuildArtifactsWorker` Closes #41057 See merge request gitlab-org/gitlab-ce!24450
-
Nick Thomas authored
Allow admins/auditors to read private personal snippets Closes #51754 See merge request gitlab-org/gitlab-ce!24560
-
Patrick Bajao authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Improve the handling of tags and branches which contains a `/` when triggering CNG pipelines See merge request gitlab-org/gitlab-ce!24465
-
Rémy Coutable authored
Backport of 54385-board-policy Closes #54385 See merge request gitlab-org/gitlab-ce!24475
-
Shinya Maeda authored
Rename Introduce Destroy expired job artifacts service Revert a bit Add changelog Use expired Improve Fix spec Fix spec Use bang for destroy Introduce iteration limit Update comment Simplify more Refacor Remove unnecessary thing Fix comments Fix coding offence Make loop helper exception free
-
Filipa Lacerda authored
In the filtered search dropdopwn adds a button to enable creation of missing element.
-
Kushal Pandya authored
Fix markdown table border Closes #56556 See merge request gitlab-org/gitlab-ce!24601
-
Jacques Erasmus authored
-
Phil Hughes authored
Adds extra sizes in responsive tables See merge request gitlab-org/gitlab-ce!24605
-
Steve Azzopardi authored
Check if `X-Forwarded-For` is set before getting the IP of the request, with this the real IP address of the runner is shown if it's behind a proxy. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53676
-
Rémy Coutable authored
Resolve "Docs lint passes if a relative link starts with /doc" Closes #56763 See merge request gitlab-org/gitlab-ce!24613
-
Rémy Coutable authored
Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Quarantine Auto DevOps tests See merge request gitlab-org/gitlab-ce!24623
-
Achilleas Pipinellis authored
Restructure projects template topics Closes #55834 See merge request gitlab-org/gitlab-ce!24448
-
Evan Read authored
-
Achilleas Pipinellis authored
Fix most instances of bare URLs in markdown See merge request gitlab-org/gitlab-ce!24519
-
Evan Read authored
-
Sanad Liaquat authored
-
Stan Hu authored
Log admin status of user when OAuth::User is saved See merge request gitlab-org/gitlab-ce!24602
-
Evan Read authored
Update repository_mirroring.md See merge request gitlab-org/gitlab-ce!24586
-
Evan Read authored
(docs) Updated fields information for push mirror from GitLab to GitHub See merge request gitlab-org/gitlab-ce!24566
-
Nick Thomas authored
Fix 'loose' typo Closes #56248 See merge request gitlab-org/gitlab-ce!24330
-
Nick Thomas authored
Fix 404s for snippet uploads when relative URL root used Closes #56280 See merge request gitlab-org/gitlab-ce!24588
-
- 23 Jan, 2019 6 commits
-
-
Robert Speicher authored
Fix import handling errors in Bitbucket Server importer See merge request gitlab-org/gitlab-ce!24499
-
Stan Hu authored
Allow Gitaly to be built from a custom URL See merge request gitlab-org/gitlab-ce!24616
-
Douglas Barbosa Alexandre authored
Fix 500 errors with legacy appearance logos Closes gitlab-ee#9357 See merge request gitlab-org/gitlab-ce!24615
-
Nick Thomas authored
-
Nick Thomas authored
[API] Omit `X-Total` and `X-Total-Pages` headers when items count is more than 10,000 Closes #42194 and #52674 See merge request gitlab-org/gitlab-ce!23931
-
Stan Hu authored
Prior to GitLab 9.0, attachments were not tracked the `uploads` table, so it was possible that the appearance logos were just stored in the database as a string and mounted via CarrierWave. https://gitlab.com/gitlab-org/gitlab-ce/issues/29240 implemented in GitLab 10.3 was supposed to cover populating the `uploads` table for all attachments, including all the logos from appearances. However, it's possible that didn't work for logos or the `uploads` entry was orphaned. GitLab instances that had a customized logo with no associated `uploads` entry would see Error 500s. The only way to fix this is to delete the `logo` column from the `appearances` table and re-upload the attachment. This change makes things more robust by falling back to the original behavior if the upload is not available. This is a CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9277. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9357
-