- 28 Apr, 2020 37 commits
-
-
Grzegorz Bizon authored
Extract Ci::Minutes::Quota class See merge request gitlab-org/gitlab!29230
-
Fabio Pitino authored
Move some of the logic from NamespacesHelper into new class and implement related methods from Namespace and NamespaceStatistics.
-
Achilleas Pipinellis authored
Add hashed storage to server hooks doc See merge request gitlab-org/gitlab!30536
-
Phil Zona authored
-
Kushal Pandya authored
Fix mirror repos docs link See merge request gitlab-org/gitlab!30443
-
Kushal Pandya authored
Avoid copying diffs as Markdown tables Closes #213033 See merge request gitlab-org/gitlab!30572
-
Lin Jen-Shin authored
Test against PG9 by default, PG11 in master, and PG10 nightly Closes #215053 See merge request gitlab-org/gitlab!30293
-
Grzegorz Bizon authored
Refactor count queries in Projects::EnvironmentsController See merge request gitlab-org/gitlab!30073
-
Natalia Tepluhina authored
create subgroup without create project permission See merge request gitlab-org/gitlab!28309
-
Mattias Michaux authored
-
Natalia Tepluhina authored
Remove mocked methods from dashboard spec See merge request gitlab-org/gitlab!30486
-
Marcel Amirault authored
Add validate yml to advanced troubleshooting Closes gitlab-com/support/docs#66 See merge request gitlab-org/gitlab!30074
-
Kushal Pandya authored
refactor: add icon for `.prettierignore` See merge request gitlab-org/gitlab!30517
-
Marcel Amirault authored
Added "Introduced in version" section to push_options.md See merge request gitlab-org/gitlab!30436
-
Anatolii Pedchenko authored
-
Marcel Amirault authored
Improve more Rake task topics See merge request gitlab-org/gitlab!30456
-
Evan Read authored
-
Igor Drozdov authored
Limit commits used in signature updating Closes #214780 See merge request gitlab-org/gitlab!30563
-
Heinrich Lee Yu authored
Include improvements suggested by @xlgmokha See merge request gitlab-org/gitlab!30409
-
Philippe Lafoucrière authored
-
Stan Hu authored
Under certain circumstances with Chrome, copying a diff and pasting it in a Markdown block could format the code in a Markdown table instead of preserving the existing format. It appears that Chrome copies each diff row as a single table, while browsers such as Firefox create separate tables for rows. The table detector could be fooled if the right number of columns and rows appeared in the paste buffer. To fix this issue, we disable the auto-table formatting if the table originated from a diff. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/213033
-
Evan Read authored
Clean up job_artifacts after review See merge request gitlab-org/gitlab!30567
-
Evan Read authored
Move extra includes examples out of reference See merge request gitlab-org/gitlab!30460
-
Marcel Amirault authored
-
Evan Read authored
Docs: tone and style revisions, AutoDevops page Closes #213163 See merge request gitlab-org/gitlab!30540
-
Amy Qualls authored
Cleans up the latter half of the Auto DevOps page for tone and style.
-
Dylan Griffith authored
Use microseconds precision for timings log See merge request gitlab-org/gitlab!30417
-
Marcel Amirault authored
Move sections higher up on page, clean up Vale warnings, etc.
-
Evan Read authored
Docs: tone and style revisions to Stages page See merge request gitlab-org/gitlab!30535
-
Evan Read authored
Docs: tone and style revisions to stages page Closes #215798 See merge request gitlab-org/gitlab!30518
-
Russell Dickenson authored
Update instructions to view self-managed subscription See merge request gitlab-org/gitlab!30515
-
Amanda Rueda authored
-
Douglas Barbosa Alexandre authored
Revert "Merge branch 'sh-update-grape-gem' into 'master'" See merge request gitlab-org/gitlab!30561
-
Thong Kuah authored
Upgrade Nokogiri to v1.10.9 See merge request gitlab-org/gitlab!30435
-
Evan Read authored
Move artifact reports from yaml reference to job artifacts doc See merge request gitlab-org/gitlab!30465
-
Marcel Amirault authored
Artifact reports details did not need to be in the yaml reference.
-
Russell Dickenson authored
Add dast_jobs to docs for tracked information See merge request gitlab-org/gitlab!30386
-
- 27 Apr, 2020 3 commits
-
-
Kerri Miller authored
Prior to the addition of x509 signature support, we only processed the last 100 commits, so this reverts to our previous behavior by limiting the number of commits considered to those returned by `#limited_commits`
-
Stan Hu authored
This reverts merge request !27276
-
Mayra Cabrera authored
Add batch_column_name option to rename_column_concurrently See merge request gitlab-org/gitlab!30106
-