- 07 May, 2020 39 commits
-
-
Bob Van Landuyt authored
Since in specs we run though all the middleware for Sidekiq jobs, and that Sidekiq middleware writes to Redis for job deduplication we should clear that Redis before and after each spec to make sure that the idempotency keys don't bleed into other specs. The client middleware for job-deduplication writes a key to redis. The server middleware removes it again before running the job. If the spec were to get interrupted between these 2 steps, then the key could remain in Redis causing failures on the next run in development.
-
Jan Provaznik authored
Remove share_group_with_group feature flag Closes #36639 See merge request gitlab-org/gitlab!31077
-
James Lopez authored
Remove FF ci_pipeline_schedule_async See merge request gitlab-org/gitlab!30594
-
Dylan Griffith authored
Add accessibility report for a pipeline See merge request gitlab-org/gitlab!30095
-
Dylan Griffith authored
Reorder Email Handlers based on traffic pattern See merge request gitlab-org/gitlab!31243
-
Heinrich Lee Yu authored
Remove FF ci_support_interruptible_pipelines See merge request gitlab-org/gitlab!30593
-
Heinrich Lee Yu authored
Remove mentioning of deprecated sast_container See merge request gitlab-org/gitlab!30860
-
James Lopez authored
Load multiple root certificates in Auth::Smartcard::Base.store See merge request gitlab-org/gitlab!26812
-
charlie ablett authored
Add query for projects selected for instance security dashboard See merge request gitlab-org/gitlab!30064
-
Alan (Maciej) Paruszewski authored
Add ability in GraphQL API to query projects added in Instance Security Dashboard.
-
Dylan Griffith authored
Add validation on params for Kubernetes and Elasticsearch PodLogs See merge request gitlab-org/gitlab!30165
-
Martin Wortschack authored
Resolve "Event tracking not firing for suggest_pipeline experiment" Closes #216306 See merge request gitlab-org/gitlab!30894
-
Doug Stull authored
- automatic tracking because the this.track seems to not be going through
-
Evan Read authored
Fix badge markup for the Service Desk page See merge request gitlab-org/gitlab!31295
-
Kushal Pandya authored
Update mobile view for alert lists Closes #214522 See merge request gitlab-org/gitlab!31082
-
David O'Regan authored
-
Kushal Pandya authored
Remove unused state in Epics Roadmap See merge request gitlab-org/gitlab!30984
-
Russell Dickenson authored
-
Marcel Amirault authored
Docs added permissions for merge trains Closes #29850 See merge request gitlab-org/gitlab!30526
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/29850
-
Marcel Amirault authored
Fix capitalization of ID in more places See merge request gitlab-org/gitlab!31293
-
Evan Read authored
-
James Ramsay authored
Correct Gitaly auth instructions See merge request gitlab-org/gitlab!31014
-
charlie ablett authored
Fix RST rendering hanging on large files Closes #13244 See merge request gitlab-org/gitlab!31287
-
charlie ablett authored
Update single spec syntax to use specify See merge request gitlab-org/gitlab!31277
-
Shinya Maeda authored
Skip DAST when REVIEW_DISABLED is set See merge request gitlab-org/gitlab!29876
-
Shinya Maeda authored
Sorting for Alert Management Alerts in GraphQL See merge request gitlab-org/gitlab!30964
-
Sean Arnold authored
- Add alert resolver & enum - Adopt sort in alerts finder
-
James Fargher authored
Speed up NOT Issuable filters See merge request gitlab-org/gitlab!27639
-
Mario de la Ossa authored
Speed up NOT Issue filters by avoiding subqueries as much as possible. Since things were getting unwieldy I also refactored methods into an IssuableFinder::Params class that clearly separates the finder methods from param helper methods.
-
Evan Read authored
Docs: cleanup of browser testing page See merge request gitlab-org/gitlab!31265
-
Amy Qualls authored
Add external service Sitespeed.io as a spelling exception.
-
charlie ablett authored
Resolve "Test authorizations in GraphQL Mutations" Closes #216516 See merge request gitlab-org/gitlab!31042
-
Stan Hu authored
To render ReStructuredText files, the gitlab-markup gem spawns a python3 process via `Popen.open3`. If the stdout buffer exceeded the maximum size, the pipe would be filled, causing a 60-second timeout on the backend. This version bump brings in the change in https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/23 Closes https://gitlab.com/gitlab-org/gitlab/-/issues/13244
-
Evan Read authored
Docs: tone and style issues on SAST page See merge request gitlab-org/gitlab!31011
-
Amy Qualls authored
Update words to bring closer to GitLab style. Add words to the spelling exceptions document.
-
Thong Kuah authored
Allow Auto DevOps Test stage to start immediately See merge request gitlab-org/gitlab!31185
-
charlie ablett authored
Fix capitalization of ID in GraphQL types See merge request gitlab-org/gitlab!31282
-
charlie ablett authored
Add feature spec for user view commits Closes #215700 See merge request gitlab-org/gitlab!30424
-
- 06 May, 2020 1 commit
-
-
charlie ablett authored
Fix capitalization of URL in field labels See merge request gitlab-org/gitlab!31182
-