- Jul 25, 2022
-
-
Merge branch 'security-aw-fix-pipeline-sub-vulns' into 'master' See merge request gitlab-org/security/gitlab!2361 Changelog: security
-
- Jun 29, 2022
-
-
Vasilii Iakliushin authored
* Contributes to #364799 * Follow-up for !90749 **Problem** * QA tests started failing because Timeout errors. * Delayed jobs started piling up **Solution** Decrease delay to resolve both problems
-
- Jun 23, 2022
-
-
Vasilii Iakliushin authored
Contributes to #364799 **Problem** `RepositoryUpdateMirrorWorker` with sticky data consistency cannot find a replica in sync and falls back to `primary`. **Solution** Schedule `RepositoryUpdateMirrorWorker` with 1 minute delay. Changelog: added
-
- Jun 21, 2022
-
-
Remove the feature flag that forced the cost factor when returned 0 from `public_projects_minutes_cost_factor`. Changelog: changed EE: true
-
Jonathan Schafer authored
Changelog: changed EE: true
-
Changelog: added EE: true
-
- Jun 14, 2022
-
-
Enable delayed project deletion feature for personal projects that are in user namespace. Changelog: added EE: true
-
- Jun 10, 2022
-
-
This attribute is set for the new projects using the ops feature flag. Changelog: added
-
- Jun 09, 2022
-
-
Subashis Chakraborty authored
Changelog: changed MR: !89093
-
- Jun 08, 2022
-
-
Kerri Miller authored
-
Contributes to #364635 It should record status of Sidekiq job and prevent the garbage collection by StuckImportJob.
-
- May 31, 2022
-
-
Markus Koller authored
This is part of our rename from "services" to "integrations".
-
- May 24, 2022
-
-
Mayra Cabrera authored
This reverts merge request !86639
-
- May 23, 2022
-
-
feistel authored
RepositoryRemoveRemoteWorker's logic has been removed in 14.2 but the worker itself needs to stay until 15.0 to drain the job queue. It can be removed now.
-
- May 20, 2022
-
-
Daniel Tian authored
Changelog: changed MR: !86639
-
- May 18, 2022
-
-
Sorting projects with most CI minutes to the top of the list, seems more sensible for a "quota" tab than sorting by project ID. This may help customers find possibly inefficient CI scripts. Co-authored-by:
Firdaws Farukh <ffarukh@gitlab.com> Changelog: changed EE: true
-
- May 16, 2022
-
-
Payton Burdette authored
-
-
- May 13, 2022
-
-
Payton Burdette authored
Add the shared runner duration to the project for usage quota. Changelog: changed
-
- May 12, 2022
-
-
Huzaifa Iftikhar authored
-
Huzaifa Iftikhar authored
Administrators of large GitLab instances often find that over time projects become inactive and are no longer used. These projects take up unnecessary disk space. This feature adds an automated way to identify these projects, warn the maintainers ahead of time, and then delete the projects if they are still inactive. Changelog: added
-
- May 10, 2022
-
-
EE: true Changelog: removed
-
- May 04, 2022
-
-
Changelog: added EE: true
-
- Apr 26, 2022
-
-
Fabio Pitino authored
Use a feature flag to set a non-zero cost factor to all public projects any time a shared runner is used. Changelog: other EE: true
-
- Apr 18, 2022
-
-
Huzaifa Iftikhar authored
-
- Apr 13, 2022
-
-
Inactive projects are defined as follows: Self-managed projects with any license (Free, Premium, or Ultimate) or GitLab SaaS projects that have a Free license where the project meets both of the following criteria: 1. The project repository size exceeds the size threshold defined in the instance settings. 2. The project has not had any comments, commits, MRs, new issues, or other activity for the length of time defined in the instance settings.
-
- Mar 23, 2022
-
-
Enable new CI minutes monthly tracking with lazy monthly reset. * Remove Namespace#new_monthly_ci_minutes_enabled? * Fix Project#ci_minutes_used * Remove ci_skip_legacy_extra_minutes_recalculation FF Changelog: changed EE: true
-
- Mar 22, 2022
-
-
Changelog: added EE: true
-
- Mar 16, 2022
-
-
- Mar 14, 2022
-
-
Doug Stull authored
- logic is being duplicated and is memoized already.
-
Alex Kalderimis authored
Changelog: fixed EE: true
-
Sashi Kumar Kumaresan authored
This change creates a new finder to get vulnerabilities from vulnerability_reads to speed up the API response. This is introduced behind a feature flag. EE: true Changelog: added
-
- Feb 25, 2022
-
-
David Barr authored
Changelog: other EE: true
-
- Feb 21, 2022
-
-
Alex Kalderimis authored
This sets type_new as the inheritance_column for integrations. Adds a GraphQL field to aid dealing with service types in the API. Changelog: changed
-
- Feb 17, 2022
-
-
Huzaifa Iftikhar authored
Use adjourned deletion if the projects belong to a group and the instance has 'adjourned_deletion_for_projects_and_groups' feature available Changelog: changed
-
- Feb 14, 2022
-
-
Imre Farkas authored
Changelog: added
-
Robert May authored
Changelog: fixed
-
- Feb 11, 2022
-
-
Changelog: added EE: true
-
- Jan 26, 2022
-
-
charlie ablett authored
-
- Jan 24, 2022
-
-
Justin Ho Tuan Duong authored
-