- Feb 19, 2025
-
-
Marcel Amirault authored
-
- Feb 17, 2025
-
-
Marcel Amirault authored
-
- Feb 11, 2025
-
-
Russell Dickenson authored
Rename index.md to _index.md and update crosslinks from other docs and code files. Changelog: changed
-
- Feb 10, 2025
-
-
Marcel Amirault authored
Rename index.md to _index.md and update crosslinks
-
- Feb 07, 2025
-
- Feb 06, 2025
-
-
Marcel Amirault authored
Rename index.md to _index.md and update links across all files. Changelog: changed
-
Marcel Amirault authored
Rename index.md to _index.md and update links across all files. Changelog: changed
-
- Feb 05, 2025
-
-
Marcel Amirault authored
We should not link out then back in the directory
- Feb 04, 2025
-
- Jan 27, 2025
-
-
Marcel Amirault authored
-
- Jan 15, 2025
-
-
Suzanne Selhorn authored
-
- Jan 09, 2025
-
-
Adam Cohen authored
-
Orin Naaman authored
-
Adam Cohen authored
-
- Jan 04, 2025
-
-
Russell Dickenson authored
-
- Dec 18, 2024
-
-
Julian Thome authored
Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
Adam Cohen authored
-
- Dec 03, 2024
-
-
Russell Dickenson authored
-
- Nov 13, 2024
-
-
Russell Dickenson authored
-
Russell Dickenson authored
-
- Oct 15, 2024
-
-
Thiago Figueiró authored
-
- Oct 10, 2024
-
-
Amy Qualls authored
These pages are _talking_ about secrets, not actually INCLUDING real secrets. Let's instruct gitleaks to skip these lines, or to munge the token strings in such a way that they're readable, but not actual tokens.
-
- Aug 05, 2024
-
-
Marcel Amirault authored
-
- Aug 02, 2024
-
-
Brendan Lynch authored
-
- Jul 04, 2024
-
-
Thiago Figueiró authored
-
- Jun 26, 2024
-
-
Ahmed Hemdan authored
-
- Jun 18, 2024
-
-
Dinesh Bolkensteyn authored
Co-authored-by:
Lucas Charles <me@lucascharles.me>
-
- Jun 17, 2024
-
-
Marcel Amirault authored
-
- Jun 12, 2024
-
-
Michael Becker authored
Technical context ----------------------- `UPSERT` queries **require acquiring locks on unique index tuples**. This will cause lock contention if multiple processes try to `UPSERT` records with the same unique attributes. The lock contention will make each process wait for the other to complete. Historical context ----------------------- The `StoreSecurityReportsWorker` job has the lock-contention issue described above. It was discovered in [this][0] production incident This Commit ----------------------- The short-term solution resolves the lock contention by, in effect, making the jobs run sequentially. However, going through these jobs sequentially can take a long time ([somewhere][1] on the order of 3.25 hours to 20 hours) In this change, we implement a medium-term solution that replaces the problematic job with a similar job that can make use of our existing [sidekiq deduplication][2] tooling With this change, even if a single project suddenly has many pipelines created for it, only one job will be scheduled and the rest will be de-duplicated [0]:gitlab-com/gl-infra/production#17754 [1]:gitlab-com/gl-infra/production#17754 (comment 1831442417) [2]:https://docs.gitlab.com/ee/development/sidekiq/idempotent_jobs.html#deduplication related to: #452005 EE: true Changelog: fixed
-
- May 02, 2024
-
-
Brian Williams authored
-
- May 01, 2024
-
-
Lysanne Pinto authored
-
- Apr 22, 2024
-
-
Philip Cunningham authored
Changelog: removed EE: true
-
- Apr 20, 2024
-
-
Lysanne Pinto authored
-
- Apr 09, 2024
-
-
Evan Read authored
-
- Apr 07, 2024
-
-
Olivier Gonzalez authored
-
- Mar 11, 2024
-
-
Ethan Urie authored
Replace 'Post-receive' with 'Pipeline' per the issue discussion Replace 'Secret Detection' with 'Pipeline Secret Detection'
-
- Mar 04, 2024
-
-
- Feb 22, 2024
-
-
Malcolm Locke authored
I think this was accidentally left behind by e6498ce3
-
- Jan 26, 2024
-
-
Amy Qualls authored
Scoping down to a subdirectory should help us move these through more quickly. Or, at least, do more sensible levels of search-and- replace.
-