- 11 Feb, 2021 11 commits
-
-
Luke Duncalfe authored
Disable spellcheck on the GraphQL reference page See merge request gitlab-org/gitlab!53937
-
Amy Qualls authored
We cannot make this page compliant with our spell checker at this time, so we need to disable spell check on this page.
-
David Kim authored
Enable optimal webhook queries feature [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53676
-
Russell Dickenson authored
Improve ADDITIONAL_CA_CERT_BUNDLE docs for SAST/DS See merge request gitlab-org/gitlab!53721
-
Evan Read authored
Handle more spelling exceptions See merge request gitlab-org/gitlab!53933
-
Amy Qualls authored
Tackle another round of exceptions to the spelling rule. Most of these needed one-off exclusions.
-
James Fargher authored
Add group_id to daily coverage data See merge request gitlab-org/gitlab!53494
-
Evan Read authored
Documenting limit for Cobertura report See merge request gitlab-org/gitlab!53755
-
Ricky Wiens authored
- There is a limit of 100 source nodes that will be read by the cobertura parser. This adds documentation of that limit.
-
Evan Read authored
Document Praefect storage node constraints See merge request gitlab-org/gitlab!53932
-
Paul Okstad authored
Praefect has a number of uniqueness constraints for how backend Gitaly nodes can be named or addressed. This note should help clarify these constraints when adding additional Gitaly nodes to virtual storages.
-
- 10 Feb, 2021 29 commits
-
-
Robert Speicher authored
Track metrics report uploads from CreateJobArtifactsService [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51670
-
Evan Read authored
Docs: Clarify private CodeQuality runner builds directory configuration See merge request gitlab-org/gitlab!53930
-
Evan Read authored
Docs: Document Gitaly repository optimization See merge request gitlab-org/gitlab!53630
-
Will Chandler authored
The `RepositoryOptimization` RPC added with https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2204 was disabled by default and undocumented. Let's let admins know how to use it.
-
Evan Read authored
Document default replication factor option in Praefect See merge request gitlab-org/gitlab!53262
-
Evan Read authored
Section on overriding rubocop version (documentation) See merge request gitlab-org/gitlab!52965
-
Harsh Chouraria authored
A failure occurs if recent versions of Ruby are used with Code Quality jobs. They fail because the default rubocop version in use does not support very recent Ruby releases (in the past 2-3 years). An override of configuration is required to make it work in this situation. This change adds a troubleshooting section that specifically explains how to override the rubocop version to address the job errors. Related to issue: https://gitlab.com/gitlab-org/ci-cd/codequality/-/issues/28
-
Amy Qualls authored
Removing some vale exclusions See merge request gitlab-org/gitlab!53725
-
drew cimino authored
Clarify required and optional builds directory configuration in walkthrough steps.
-
charlie ablett authored
Rename *_epic_list permissions See merge request gitlab-org/gitlab!53698
-
Andrew Fontaine authored
Remove admin_new_user_signups_cap feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53531
-
Amparo Luna authored
The :admin_new_user_signups_cap feature is no longer needed.
-
Stan Hu authored
[RUN AS-IF-FOSS] Disable access to "Security & Compliance" resources See merge request gitlab-org/gitlab!53389
-
Mayra Cabrera authored
Update brakeman rules [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53414
-
Nick Gaskill authored
Clarify Sidekiq log location See merge request gitlab-org/gitlab!53908
-
Anton Smith authored
-
Mayra Cabrera authored
Improve Vulnerability Tracking: Add fingerprints table See merge request gitlab-org/gitlab!52720
-
James Johnson authored
Changed table name to vulnerability_finding_fingerprints Consolidated adding of foreign key and index Renamed colmun from sha to fingeprint
-
Robert Speicher authored
Move workhorse test params to shared context See merge request gitlab-org/gitlab!53658
-
Steve Abrams authored
Move commonly used workhorse_header and workhorse_token variables to a shared context.
-
Enrique Alcántara authored
Create API fuzzing configuration form See merge request gitlab-org/gitlab!52540
-
Paul Gascou-Vaillancourt authored
Creates the form for configuring API fuzzing.
-
Luke Duncalfe authored
Removes the integrations_test_webhook_optimizations feature flag to enable the changes to optimise the test webhook queries. https://gitlab.com/gitlab-org/gitlab/-/issues/290116 https://gitlab.com/gitlab-org/gitlab/-/issues/300105
-
Alex Kalderimis authored
Remove multiline_comments feature flag See merge request gitlab-org/gitlab!51763
-
Kerri Miller authored
Removes from backend and frontend code. Flag initially added in 13.3
-
Scott Hampton authored
Fix protected branches/tags border See merge request gitlab-org/gitlab!52816
-
Austin Regnery authored
Removes classes that were overriding the correct coloring of the table for protected branches and tags.
-
Nick Gaskill authored
Add documentation about group release metrics See merge request gitlab-org/gitlab!53885
-
Nathan Friend authored
This commit updates the documentation to include a general overview of the new CI/CD Analytics page (specifically, the release-related metrics on this page).
-