- 03 Mar, 2022 33 commits
-
-
Marcin Sedlak-Jakubowski authored
Clean up yamllint warnings and errors in deprecation yamls See merge request gitlab-org/gitlab!81964
-
Marcin Sedlak-Jakubowski authored
Clean up whitespace in removals yamls See merge request gitlab-org/gitlab!81966
-
Adam Hegyi authored
Add nullify job for orphan runner_id columns of ci_builds See merge request gitlab-org/gitlab!81410
-
Furkan Ayhan authored
When a runner gets deleted, jobs that were run with it still have runner_id. With this commit, old data will be nullified. There will be 3 steps; 1. Add a NOT VALID foreign key constraint to the column to ensure GitLab doesn't create inconsistent records. 2. Add a data migration, to fix or clean up existing records. 3. Validate the whole table by making the foreign key VALID. This is the 2nd step. Changelog: other
-
Marcel Amirault authored
Document how to reduce consumption of CI/CD minutes See merge request gitlab-org/gitlab!80923
-
Fabio Pitino authored
Explain benefits and how to do that.
-
Sean McGivern authored
Implement API endpoint to get single SSH key for specific user. See merge request gitlab-org/gitlab!81790
-
Timo Furrer authored
The main driver for this is to implement a proper and easy to maintain resource in the [GitLab terraform provider](https://github.com/gitlabhq/terraform-provider-gitlab). Changelog: added
-
Kati Paizee authored
Update doc/development/adding_database_indexes.md See merge request gitlab-org/gitlab!82079
-
Patrick Bajao authored
Refactor: let reCAPTCHA error messages use translation See merge request gitlab-org/gitlab!81977
-
Bob Van Landuyt authored
Rerun ConvertStringifiedRawMetadataHashToJson migration See merge request gitlab-org/gitlab!80768
-
Simon Tomlinson authored
Changelog: other
-
Samana authored
-
Kati Paizee authored
Add troubleshooting for private Gitpod ports See merge request gitlab-org/gitlab!82018
-
Paul Gascou-Vaillancourt authored
-
Adam Hegyi authored
Add migration to prevent trace expiration on .com See merge request gitlab-org/gitlab!79547
-
drew cimino authored
Adding a temporary index for querying job trace records with seven specific timestamps that we need to update a column for on gitlab.com
-
Andy Soiron authored
Refactor cycle analytics summary base classes See merge request gitlab-org/gitlab!81533
-
Magdalena Frankiewicz authored
Refactor to avoid multiple identical definitions of `links`, `identifier`, `title` and `value`.
-
Kati Paizee authored
Document approval and unapproval webhook MR events See merge request gitlab-org/gitlab!81922
-
Kati Paizee authored
Link to Support Scope of Support doc See merge request gitlab-org/gitlab!81581
-
Brad Sevy authored
-
charlie ablett authored
Cleanup create_project_namespace_on_project_create FF See merge request gitlab-org/gitlab!81906
-
Russell Dickenson authored
Documentation chages for permanent link to latest release See merge request gitlab-org/gitlab!81913
-
Russell Dickenson authored
Removed extra feature flag warning See merge request gitlab-org/gitlab!82051
-
Russell Dickenson authored
Removed extra feature flag warning See merge request gitlab-org/gitlab!82048
-
Enrique Alcántara authored
Refactor tokens app to use GlModal confirmation See merge request gitlab-org/gitlab!81514
-
Dheeraj Joshi authored
-
Sincheol (David) Kim authored
Extract mergeable_discussions_state? to mergeability checks framework See merge request gitlab-org/gitlab!81230
-
Simon Knox authored
Fix the month view on CI usage by minutes bar chart See merge request gitlab-org/gitlab!81185
-
Enrique Alcántara authored
Fix markdown serialization in content editor See merge request gitlab-org/gitlab!81849
-
Russell Dickenson authored
Removed extra feature flag warning See merge request gitlab-org/gitlab!82046
-
Evan Read authored
Document enablement of personal_project_owner_with_owner_access on .com See merge request gitlab-org/gitlab!82010
-
- 02 Mar, 2022 7 commits
-
-
Mark Lapierre authored
Ignore reusable group scheduled for deletion See merge request gitlab-org/gitlab!81485
-
Tiger Watson authored
Add Integration.encrypted_properties See merge request gitlab-org/gitlab!80219
-
Kerri Miller authored
Area(utils) add: check_allowed_absolute_path_and_path_traversal See merge request gitlab-org/gitlab!81321
-
Hemanth Krishna authored
-
Doug Stull authored
Surface validation errors as warnings See merge request gitlab-org/gitlab!80930
-
Michał Zając authored
This changes the behavior of VALIDATE_SCHEMA flag so that it is reponsible only for **enforcement** of the schema validation. Changelog: changed EE: true
-
Mark Lapierre authored
E2E: Project member migration spec See merge request gitlab-org/gitlab!81935
-