- 16 Jun, 2020 40 commits
-
-
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.
-
Sanad Liaquat authored
Fix e2e tests that creates projects vi UI Closes #222471 See merge request gitlab-org/gitlab!34611
-
Martin Wortschack authored
VSA filter bar additional tokens See merge request gitlab-org/gitlab!34536
-
Sean McGivern authored
Merge branch '222518-flaky-test-in-ee-spec-features-promotion_spec-rb-314-promotions-for-issue-weight-is-removed' into 'master' Improve a flaky test in ee/spec/features/promotion_spec.rb:314 Closes #222518 See merge request gitlab-org/gitlab!34616
-
Illya Klymov authored
Show Redis instance in performance bar See merge request gitlab-org/gitlab!34377
-
Sean McGivern authored
We have four Redis instances in use. For most web requests, the majority of the Redis usage will be from the cache instance, but some will be from the shared state (persistent) instance, which is useful to separate out.
-
Rémy Coutable authored
Stop creating GitlabIssueTrackerService records See merge request gitlab-org/gitlab!34268
-
Andy Soiron authored
I'm working towards removing the GitlabIssueTrackerService class. In order to do so, I want to delete all records of type GitlabIssueTrackerService in the services table. The migration to remove those will follow in a later iteration. This commit should make sure no new records will be created.
-
Achilleas Pipinellis authored
Add Cloud Native note to Reference Architecture Docs Closes gitlab-org/quality/performance#219 See merge request gitlab-org/gitlab!34155
-
Grant Young authored
Gives guidance to users on how to translate select components.
-
Shinya Maeda authored
Resolve "[Feature flag] Enable Alert Slack notifications" Closes #220415 See merge request gitlab-org/gitlab!34038
-