- 07 May, 2020 17 commits
-
-
Evan Read authored
-
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 23 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
-
Sean Arnold authored
- Limited to GraphQL specs - Bulk update of existing specs Fix indentation
-
Mayra Cabrera authored
Pipeline filter by trigger author See merge request gitlab-org/gitlab!29945
-
Payton Burdette authored
Filter pipelines by trigger author, Add unit tests, Add needed backend changes to pipelines controller. Ensure polling is working correctly with new filter.
-
Samantha Ming authored
Add test to ensure correct commits per day are displayed in the commits list
-
James Fargher authored
Apply shared integrations view to project level See merge request gitlab-org/gitlab!30971
-
Mayra Cabrera authored
Add basic Release GraphQL endpoint See merge request gitlab-org/gitlab!30753
-
Peter Leitzen authored
Add AccessibilityReportsComparer class See merge request gitlab-org/gitlab!30224
-
Maxime Orefice authored
-
Stan Hu authored
Add a setting for toggling auto-fix feature See merge request gitlab-org/gitlab!30530
-
Paul Gascou-Vaillancourt authored
- Added a section to toggle auto-fix in Security & Compliance > Configuration - Added tests
-
Peter Leitzen authored
Add Iterations::CreateService and define project/group policies See merge request gitlab-org/gitlab!29996
-
Mario de la Ossa authored
Adds Sprints::CreateService and the SprintPolicy object
-
charlie ablett authored
Add system note support for publishing issues See merge request gitlab-org/gitlab!30880
-
Craig Smith authored
-
Stan Hu authored
Replicate current json gem behaviour in wrapper See merge request gitlab-org/gitlab!30849
-