- 24 Jan, 2019 14 commits
-
-
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
-
Phil Hughes authored
Adds extra sizes in responsive tables See merge request gitlab-org/gitlab-ce!24605
-
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
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 26 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
-
Marcia Ramos authored
documentation: Add `git clone` to list of basic git commands Closes #56514 See merge request gitlab-org/gitlab-ce!24474
-
Achilleas Pipinellis authored
This started with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24339 where a broken link was introduced, but the lint checker never caught it. The docs-lint job does the following: ```yaml script: - mv doc/ /tmp/gitlab-docs/content/ - cd /tmp/gitlab-docs # Build HTML from Markdown - bundle exec nanoc # Check the internal links - bundle exec nanoc check internal_links ``` It moves the `doc/` dir inside `content` where Nanoc is expecting the markdown files to be. It then builds the site and finally checks for the links. If the built website was deployed to production, that would be under `docs.gitlab.com/doc`. The interesting part here is that `[the logs](/doc/administration/logs.md#productionlog)` translates to `<a href="/doc/administration/logs.html#productionlog>`, so, Nanoc correctly sees this as an existing file! This MR changes the path of the docs content to be equal to $DOCS_GITLAB_REPO_SUFFIX which is defined as an environment variable and takes the value of the slug of each project: 'ce', 'ee', 'omnibus', 'runner'.
-
Rémy Coutable authored
Improve Review Apps documentation See merge request gitlab-org/gitlab-ce!24597
-
Mark Lapierre authored
[QA] Use public_email instead of email since it's available Closes gitlab-org/quality/staging#27 See merge request gitlab-org/gitlab-ce!24533
-
Joseph Yu authored
-
Marcia Ramos authored
-
Max Raab authored
-
Marcia Ramos authored
Fix broken docs link Closes #56754 See merge request gitlab-org/gitlab-ce!24611
-
Andrew Fontaine authored
Clarify `ssh` and `https` cloning, as well as where to find the `url`s to those repositories.
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Adds two extra column sizes in the responsive tables css
-
Phil Hughes authored
Added `btn_class` to the dropdown for custom notifications See merge request gitlab-org/gitlab-ce!24557
-
Ezekiel Kigbo authored
-
Imre Farkas authored
-
Filipa Lacerda authored
Externalize strings from `/app/views/sent_notifications` See merge request gitlab-org/gitlab-ce!24576
-
Kamil Trzciński authored
Update Helm to 2.12.2 to address Helm client vulnerability Closes #56417 See merge request gitlab-org/gitlab-ce!24418
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
George Tsiolis authored
-
Lin Jen-Shin authored
Merge branch '56731-wait_for_job_to_be_done-gitlab-assets-compile-fails-in-the-review-build-cng-job' into 'master' Resolve "`wait_for_job_to_be_done "gitlab:assets:compile"` fails in the `review-build-cng` job" Closes #56731 See merge request gitlab-org/gitlab-ce!24598
-