- 05 May, 2020 1 commit
-
-
Freezed authored
Job #528768942 failed on doc lint : $ markdownlint --config .markdownlint.json 'doc/**/*.md' doc/user/project/wiki/index.md: 124: MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] doc/user/project/wiki/index.md: 133: MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
-
- 27 Apr, 2020 39 commits
-
-
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
-
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
-
Paul Slaughter authored
Enable expiring license banner See merge request gitlab-org/gitlab!30304
-
Andrew Fontaine authored
Merge branch '18140-add-to-next-and-previous-commit-buttons-when-viewing-commits-in-merge-request' into 'master' Add backstage code that allows Diffs app to dynamically respond to changes to `state` `commit` See merge request gitlab-org/gitlab!29830
-
Douglas Barbosa Alexandre authored
Convert request specs to unit for EE::PostReceiveService See merge request gitlab-org/gitlab!30038
-
Igor Drozdov authored
Mark ProcessCommitWorker as idempotent See merge request gitlab-org/gitlab!30419
-
Paul Slaughter authored
Consolidate styles for Design Management See merge request gitlab-org/gitlab!29558
-
Igor Drozdov authored
-
Mike Jang authored
Docs: Update code owners for dev guidelines See merge request gitlab-org/gitlab!30372
-
Sean McGivern authored
Add pipeline creation duration histogram metric Closes #214784 See merge request gitlab-org/gitlab!30025
-
Thomas Randolph authored
-
Robert Speicher authored
Sort DS analysers according to scanner id See merge request gitlab-org/gitlab!30190
-
Robert Speicher authored
Update License Management major version See merge request gitlab-org/gitlab!30341
-
Nathan Friend authored
Enable compile-once and compile-with-DLL options for dev-server process Closes #34096 See merge request gitlab-org/gitlab!25149
-
Paul Slaughter authored
Migrate deploy_keys to Jest Closes #194227 See merge request gitlab-org/gitlab!30145
-
Martin Wortschack authored
Better Geo Out of Date Errors Closes #211862 See merge request gitlab-org/gitlab!29800
-
Dmytro Zaporozhets authored
Move more helm command tests to shared examples Closes #39460 See merge request gitlab-org/gitlab!21863
-
Hordur Freyr Yngvason authored
A large amount of the helm command behavior is shared behavior inherited from BaseCommand, yet much of the test code was duplicated. This extracts the common test code into shared examples. Resolves https://gitlab.com/gitlab-org/gitlab/issues/39460
-
Tom Quirk authored
Ensures all design management sass is not scattered across multiple files
-
Lin Jen-Shin authored
Fix header name for keyset pagination See merge request gitlab-org/gitlab!30093
-
Marcia Ramos authored
Fix broken link in logging.md See merge request gitlab-org/gitlab!30440
-
Paul Slaughter authored
Remove update function logic from issue.js See merge request gitlab-org/gitlab!21414
-
-
Nick Gaskill authored
Update offline scanning documentation See merge request gitlab-org/gitlab!30227
-
Imre Farkas authored
Revert "Merge branch 'restrict-user-autocompletes' into 'master'" See merge request gitlab-org/gitlab!30512
-
Oswaldo Ferreira authored
The ProcessCommitWorker processed 1 million "duplicate" jobs the past 7 days, and spent 120 hours on that. Duplicate jobs are jobs that get scheduled when there is already a job in the queue for the same worker with the same arguments. If the job was (marked as) idempotent, we would be able to deduplicate those jobs automatically when they get scheduled.
-
Douglas Barbosa Alexandre authored
Fix second 500 error with NULL restricted visibility levels Closes #215638 See merge request gitlab-org/gitlab!30414
-