- 07 May, 2020 32 commits
-
-
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 8 commits
-
-
charlie ablett authored
Fix capitalization of URL in field labels See merge request gitlab-org/gitlab!31182
-
Evan Read authored
-
Evan Read authored
Improve docs about certificates when enabling TLS for Gitaly nodes See merge request gitlab-org/gitlab!31207
-
Patrick Steinhardt authored
In order to configure Gitaly to communicate via TLS, its certificate needs to be installed to all Gitaly nodes including itself as well as all off its clients. The paragraph mentioning this is confusingly worded, making it easy to miss its intention. Reword the paragraph to make its intention clearer.
-
Amy Qualls authored
Refine Sidekiq cluster content See merge request gitlab-org/gitlab!31051
-
Evan Read authored
-
Sean Arnold authored
- All mutations with authorize added
-
Russell Dickenson authored
Add docs for DAST_ZAP_USE_AJAX_SPIDER env variable See merge request gitlab-org/gitlab!31161
-