- 17 Jun, 2020 1 commit
-
-
Derek Knox authored
Fix mode change dependency for syncing to work (bug) and additionally refactor the sync method names to more clearly communicate the sync direction (rawToBody or bodyToRaw)
-
- 16 Jun, 2020 39 commits
-
-
Michael Kozono authored
Merge branch '217863-geo-make-registryconsistencyworker-create-missing-packagefileregistry-records' into 'master' Add PackageFileRegistry to RegistryConsistencyWorker Closes #219550 and #217863 See merge request gitlab-org/gitlab!32797
-
Valery Sizov authored
Implement find_registry_differences for PackageFileRegistry. Hook up RegistryConsistencyWorker with Package Files.
-
Mark Florian authored
DAST On-demand scans MVC - Initiate Scan - Create form - Frontend See merge request gitlab-org/gitlab!33778
-
Paul Gascou-Vaillancourt authored
- Added a form to let users run on-demand DAST scans - Added and updated tests
-
Oswaldo Ferreira authored
Pick repository storage based on weight Closes #220852 See merge request gitlab-org/gitlab!34095
-
Shinya Maeda authored
Expose `:release` yaml as steps via API See merge request gitlab-org/gitlab!27810
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/199250 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27810
-
Douglas Barbosa Alexandre authored
Geo: Fix synchronization disabled on primary UI Closes #217643 See merge request gitlab-org/gitlab!33760
-
Robert Speicher authored
Expose project_id to merge request notable data See merge request gitlab-org/gitlab!34412
-
Robert Speicher authored
Security warning about the auth.json file See merge request gitlab-org/gitlab!34403
-
Dominic Couture authored
-
Mike Jang authored
Docs - add prerequisite for auth approval on MR See merge request gitlab-org/gitlab!34327
-
Anton Smith authored
-
Robert Speicher authored
Establish parallel persistence for AuditEvent IP addresses See merge request gitlab-org/gitlab!34065
-
Marcin Sedlak-Jakubowski authored
Add requirements CI job documentation See merge request gitlab-org/gitlab!34509
-
Jan Provaznik authored
Adds basic documentation how to trace requirements from CI
-
Oswaldo Ferreira authored
Add pipeline parameter for release evidence collection See merge request gitlab-org/gitlab!33963
-
Vladimir Shushlin authored
It's unused right now, but it will be used to collect report artifacts related to this pipeline
-
Michael Kozono authored
Make RepoPath group wiki compatible See merge request gitlab-org/gitlab!30279
-
Enrique Alcántara authored
Metrics dashboard crosshair should not snap See merge request gitlab-org/gitlab!34582
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v16.12.1 See merge request gitlab-org/gitlab!34555
-
Phil Hughes authored
Fix issues with scroll on iOS / iPad OS See merge request gitlab-org/gitlab!34486
-
Dmytro Zaporozhets authored
Resolve "Increase retry count for the SyncSeatLinkRequestWorker" Closes #221579 See merge request gitlab-org/gitlab!34463
-
Dan Davison authored
Remove overlap from file size limit tests Closes #218620 See merge request gitlab-org/gitlab!34585
-
Igor Drozdov authored
Fix order of integrations to be sorted alphabetically Closes #221136 See merge request gitlab-org/gitlab!34501
-
Justin Ho Tuan Duong authored
Integrations were previously sorted by SERVICE_NAMES in service.rb which causes the gitlab_slack_application to appear in the wrong order even though its title starts with "S" since the old sort uses "G".
-
Imre Farkas authored
Refactor common snippet controller methods See merge request gitlab-org/gitlab!34266
-
Igor Drozdov authored
Allow job waiter keys in Sidekiq logs See merge request gitlab-org/gitlab!34635
-
GitLab Bot authored
-
Shinya Maeda authored
Allow job token auth to terraform state API # 2 See merge request gitlab-org/gitlab!34618
-
-
Sean McGivern authored
Use `DestroyService` when an admin deletes an SSH Key via the API See merge request gitlab-org/gitlab!34535
-
Igor Drozdov authored
Save setting for auto-fix See merge request gitlab-org/gitlab!32690
-
Tetiana Chupryna authored
Save and show setting with configuration json
-
Enrique Alcántara authored
Add vue router to metrics dashboard See merge request gitlab-org/gitlab!33903
-
Nicolò Maria Mezzopera authored
Fix up dark mode nav colors See merge request gitlab-org/gitlab!34438
-
Simon Knox authored
Also improve select2 text color
-
Sean McGivern authored
Job waiter keys do not contain sensitive information, so they're safe to log. They're also useful to log so we can inspect particular batches of jobs.
-
Himanshu Kapoor authored
Window height in iPad is actually less than 100vh because of the presence of a bottom bar in the browser. Adding position: fixed and max-height: 100% fixes this.
-