- 28 Apr, 2020 16 commits
-
-
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 24 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
-
Russell Dickenson authored
Docs - Explain remediations better See merge request gitlab-org/gitlab!30307
-
Tetiana Chupryna authored
-
James Fargher authored
Add search by name to Image Repository See merge request gitlab-org/gitlab!29763
-
Nicolò Maria Mezzopera authored
- project / registry - group / registry - unit tests Co-authored-by: Nick Kipling <nkipling@gitlab.com> Co-authored-by: Steve Abrams <sabrams@gitlab.com>
-
Mayra Cabrera authored
Re-Fix final_delay exception in MigrationHelpers See merge request gitlab-org/gitlab!30549
-
Mayra Cabrera authored
Add icon to subepics issues when filtering by epic See merge request gitlab-org/gitlab!27212
-
Axel Garcia authored
If the issues are being filtered by epic_id, any issueable with a different epic_id is considered a child, so an icon indicator is shown with information on a tooltip.
-
Steve Abrams authored
-
Sanad Liaquat authored
Turn off autodevops for forked project source Closes #212912 See merge request gitlab-org/gitlab!29816
-
Erick Banks authored
I'm implementing Mark's suggestion of using the api to set 'auto_devops_enabled' of the fork's source project so that we don't ever see a pipeline that requires us to wait before we can merge the fork.
-
Sanad Liaquat authored
Update QA selector for snippet desccription See merge request gitlab-org/gitlab!30502
-
Nailia Iskhakova authored
Fix create snippet spec
-
Mario de la Ossa authored
-
Mike Jang authored
Substitute doc'd personal access token Closes #215401 See merge request gitlab-org/gitlab!30544
-
Martin Wortschack authored
Update text on self-managed sign in page Closes #212470 See merge request gitlab-org/gitlab!30135
-
Robert Marshall authored
- Update the copy text on the self-managed GitLab instance sign on page Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212470Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Mayra Cabrera authored
Upgrade Unicorn to v5.5.1 Closes #213257 See merge request gitlab-org/gitlab!30541
-
Mayra Cabrera authored
Keep latest artifact for ref See merge request gitlab-org/gitlab!29802
-
Matija Čupić authored
Delete only expired artifacts that are also unlocked (i.e. they're not the latest for the ref).
-
Mike Jang authored
-
Nathan Friend authored
Remove jest.useFakeTimers from specs See merge request gitlab-org/gitlab!30429
-
Stan Hu authored
This upgrade fixes a problem that caused a single listener to monopolize a Unicorn worker. By default, GitLab Omnibus configures Unicorn to listen both on a UNIX domain socket and a TCP socket. One of those sockets can be starved if many requests are queued (https://yhbt.net/unicorn-public/20200416092457.GA5000@dcvr/). Full list of changes: https://github.com/defunkt/unicorn/compare/v5.4.1...v5.5.5 Closes https://gitlab.com/gitlab-org/gitlab/-/issues/213257
-