- 24 Jan, 2019 21 commits
-
-
Rémy Coutable authored
ee port of "Quarantine auto devops tests" See merge request gitlab-org/gitlab-ee!9284
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Restructure projects template topics Closes #55834 See merge request gitlab-org/gitlab-ce!24448
-
Evan Read authored
-
Achilleas Pipinellis authored
Restructure projects template topics See merge request gitlab-org/gitlab-ee!9204
-
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
-
Achilleas Pipinellis authored
Fix most instances of bare URLs in markdown See merge request gitlab-org/gitlab-ee!9233
-
Evan Read authored
-
Sanad Liaquat authored
-
GitLab Bot authored
-
Stan Hu authored
Log admin status of user when OAuth::User is saved See merge request gitlab-org/gitlab-ce!24602
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
Nick Thomas authored
Fix 'loose' typo Closes #56248 See merge request gitlab-org/gitlab-ce!24330
-
GitLab Bot authored
-
Nick Thomas authored
Fix 404s for snippet uploads when relative URL root used Closes #56280 See merge request gitlab-org/gitlab-ce!24588
-
GitLab Bot authored
-
- 23 Jan, 2019 19 commits
-
-
Robert Speicher authored
Fix import handling errors in Bitbucket Server importer See merge request gitlab-org/gitlab-ce!24499
-
Stan Hu authored
Solve a N+1 issue in Groups::AnalyticsController See merge request gitlab-org/gitlab-ee!4508
-
GitLab Bot authored
-
Stan Hu authored
Allow Gitaly to be built from a custom URL See merge request gitlab-org/gitlab-ce!24616
-
Greg Stark authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix 500 errors with legacy appearance logos Closes #9357 See merge request gitlab-org/gitlab-ee!9277
-
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
-
GitLab Bot authored
-
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. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9357
-
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
-
Filipa Lacerda authored
Update ee gitlab.pot Closes #9359 See merge request gitlab-org/gitlab-ee!9276
-
GitLab Bot authored
-
Marcia Ramos authored
documentation: Add `git clone` to list of basic git commands Closes #56514 See merge request gitlab-org/gitlab-ce!24474
-
Sam Bigelow authored
Fix compatability issue
-
GitLab Bot authored
-
Rémy Coutable authored
Improve Review Apps documentation See merge request gitlab-org/gitlab-ce!24597
-