- 11 May, 2020 1 commit
-
-
Nicolò Maria Mezzopera authored
- add tooltip - add test to check for presence
-
- 07 May, 2020 39 commits
-
-
Imre Farkas authored
Refactor usage data fallback argument See merge request gitlab-org/gitlab!30983
-
Rémy Coutable authored
Clear Redis-queues on Sidekiq::Testing.inline! Closes #216732 See merge request gitlab-org/gitlab!31192
-
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.
-
Rémy Coutable authored
Remove gitlab_ui_wg specific Dangerfile See merge request gitlab-org/gitlab!31248
-
Heinrich Lee Yu authored
Add developer doc for multi-version awareness See merge request gitlab-org/gitlab!30132
-
Heinrich Lee Yu authored
Multiple versions of our application can run in production at the same time and developers should be aware of this
-
Lin Jen-Shin authored
Disallow most failure when CI config are changed Closes #215846 See merge request gitlab-org/gitlab!30831
-
Bob Van Landuyt authored
New Crowdin translations - 05 May 2020 Closes #214495 See merge request gitlab-org/gitlab!31147
-
James Lopez authored
Add standalone_vulnerabilities_enabled filter to API See merge request gitlab-org/gitlab!31081
-
Mehmet Emin INAC authored
This filter will be used to return only the projects which are using the standalone vulnerabilities. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/213610
-
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.
-