- 07 Mar, 2022 1 commit
-
-
Corinna Wiesner authored
Prior to this changes, the displayed license ID was the one from GitLab's license database table instead of the one retrieved from CustomersDot. While the right logic was supposed to be used, the global_id logic used the license's id instead of the license_id method as used in the graphql resolvers. This change will fix the issue with the global id logic by overriding the id method in the resolver with a custom global id logic that uses the license_id method. Changelog: changed EE: true
-
- 03 Mar, 2022 39 commits
-
-
Rémy Coutable authored
Bump gitlab-styles v7.0.0 See merge request gitlab-org/gitlab!82008
-
Maxime Orefice authored
-
Kati Paizee authored
Clarify license upload directions in the doc See merge request gitlab-org/gitlab!81915
-
Alex Kalderimis authored
Update MultipleDatabase cop to allow some methods See merge request gitlab-org/gitlab!81584
-
Kati Paizee authored
Update info note for instrumentation class usage See merge request gitlab-org/gitlab!81892
-
Alina Mihaila authored
-
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
-