- 03 Feb, 2022 27 commits
-
-
Rémy Coutable authored
The "only-failure" feature takes the intersection of failed examples with the list of files that would run without the `--only-failures` flag. In our case, the problem only appeared for `-ee` jobs since the default RSpec pattern is `spec/**/*_spec.rb`, the intersection would be empty. Passing the pattern from the first run makes the intersection return the "failed" examples correctly. Also, disable Crystalball for the retry run so that the first run report is used. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Bob Van Landuyt authored
New Crowdin translations - 02 February 2022 See merge request gitlab-org/gitlab!79751
-
GitLab Crowdin Bot authored
[skip ci]
-
Fabio Pitino authored
Remove ci_use_variables_builder_definitions feature flag See merge request gitlab-org/gitlab!79330
-
Marius Bobin authored
Changelog: other
-
Tiger Watson authored
Populate data for vulnerability_reads from vulnerabilities See merge request gitlab-org/gitlab!75441
-
Sashi Kumar Kumaresan authored
This change adds a background migration to populate data from vulnerabilities to vulnerability_reads. Changelog: added
-
Brian Rhea authored
Add handbook link to deprecation issue template See merge request gitlab-org/gitlab!79791
-
Farnoosh Seifoddini authored
-
Brian Rhea authored
Clarify need to have original deprecation issue link See merge request gitlab-org/gitlab!79793
-
Paul Slaughter authored
Format pricing, revenue, tax data as strings for GTM See merge request gitlab-org/gitlab!79694
-
Brian Rhea authored
-
Kushal Pandya authored
Roadmap - Prevent page reload when changing daterange in settings See merge request gitlab-org/gitlab!79701
-
Kushal Pandya authored
Change protected branches selector internals See merge request gitlab-org/gitlab!79451
-
Zamir Martins authored
to prioritize selectedBranch and selectedBranchNames. The latter has been recently added for components that do not have branches objects as a whole. EE: true Changelog: changed
-
Kushal Pandya authored
Show commit author and message of deployment See merge request gitlab-org/gitlab!79072
-
Tiger Watson authored
Cleanup PopulateTestReportsIssueId background migration jobs See merge request gitlab-org/gitlab!79633
-
Mayra Cabrera authored
Revert '19706-allow-user-search-less-than-3-chars-when-scoped' See merge request gitlab-org/gitlab!79806
-
Sincheol (David) Kim authored
Create rake task for docs CODEOWNERS See merge request gitlab-org/gitlab!77715
-
Amy Qualls authored
Creates a rake task that grabs the names of all markdown files in the doc/ directory, parses the front matter in each file, and prints formatted strings including the filename and the technical writer associated with the group specified in the metadata.
-
Mayra Cabrera authored
This reverts merge request !79401
-
Evan Read authored
Add demo project to coverage visualization doc See merge request gitlab-org/gitlab!79725
-
Maxime Orefice authored
-
Stan Hu authored
Add Gitlab::BufferedIo with header read timeout See merge request gitlab-org/gitlab!78065
-
Andy Soiron authored
This adds a timeout for reading HTTP response headers. It is needed because headers are fetched before a read_timeout comes into effect. It was necessary to patch the Net::BufferedIO core library to prevent unwanted side effects the patch - is behind the header_read_timeout_buffered_io feature feature_flag - is only used when a request is made using the use_read_total_timeout option Changelog: security
-
Andrew Fontaine authored
Show KAS version on admin dashboard See merge request gitlab-org/gitlab!79720
-
Stan Hu authored
Allow searching of users using less than 3 chars See merge request gitlab-org/gitlab!79401
-
- 02 Feb, 2022 13 commits
-
-
Susan Tacker authored
Refine documentation build information See merge request gitlab-org/gitlab!79786
-
Amy Qualls authored
Update documentations regarding WIP support See merge request gitlab-org/gitlab!79788
-
Kerri Miller authored
We've officially removed support for treating MRs with a WIP prefix in their title from being marked as Drafts. This change updates the documentation to reflect this.
-
Suzanne Selhorn authored
Docs: Add runner version for Variable setting in CI services See merge request gitlab-org/gitlab!79621
-
Stefano Tenuta authored
-
Evan Read authored
-
Andrew Fontaine authored
Uses the gitlab UI class instead of the bootstrap one for aligning the KAS version
-
James Fargher authored
Ignore Reply-To address in Service Desk See merge request gitlab-org/gitlab!79677
-
Suzanne Selhorn authored
Remove trials from SM activation See merge request gitlab-org/gitlab!79731
-
Savas Vedova authored
Add sorting to compliance report violations table See merge request gitlab-org/gitlab!79210
-
Jiaan Louw authored
- Add sorting to the compliance report violations table - Sync sort param with apollo query - Sync sort param with URL query - Add utils to create and prase sort param - Update violation field keys - Update specs
-
Suzanne Selhorn authored
Add suggestions for image checksum See merge request gitlab-org/gitlab!77011
-
Vitor Meireles De Sousa authored
-