- 27 Sep, 2021 40 commits
-
-
Gabriel Mazetto authored
[Geo] Add a worker to backfill verification state See merge request gitlab-org/gitlab!69301
-
Rémy Coutable authored
Add Project Migration Labels See merge request gitlab-org/gitlab!70810
-
Rémy Coutable authored
Make Import Metrics project_counter private See merge request gitlab-org/gitlab!71114
-
Bob Van Landuyt authored
Use GroupTree ancestors linear scopes See merge request gitlab-org/gitlab!70503
-
Vitali Tatarintev authored
Add md5_hexdigest to compute MD5 hashes for files See merge request gitlab-org/gitlab!71178
-
Achilleas Pipinellis authored
Clean up vale substitution warnings MR1 See merge request gitlab-org/gitlab!71025
-
Abhijeet Chatterjee authored
-
Fabio Pitino authored
Stop using view helpers in Clusters::ClusterPresenter See merge request gitlab-org/gitlab!70867
-
Fabio Pitino authored
Replace Group ancestors scope with linear version See merge request gitlab-org/gitlab!70495
-
Andrejs Cunskis authored
E2E: Do not assign nil value to token attribute when creating PAT See merge request gitlab-org/gitlab!71170
-
Andrejs Cunskis authored
-
Lin Jen-Shin authored
Reorganize the pipelines docs See merge request gitlab-org/gitlab!70974
-
GitLab Release Tools Bot authored
[ci skip]
-
Andreas Brandl authored
Remove redundant index on taggings table See merge request gitlab-org/gitlab!71083
-
Peter Hegman authored
Update Copy on License Compliance CTA See merge request gitlab-org/gitlab!70923
-
George Koltsov authored
- Add labels to Project Migration when using Group Migration tool
-
Illya Klymov authored
Revise text on anti-spam UI page See merge request gitlab-org/gitlab!70336
-
Amy Qualls authored
-
Phil Hughes authored
Unify "merging" MR Widgets See merge request gitlab-org/gitlab!68519
-
Thomas Randolph authored
-
Marcia Ramos authored
Fixed typo of Cluster in cluster management docs See merge request gitlab-org/gitlab!70811
-
Olena Horal-Koretska authored
Update deprecated GlIcon size in IDE preview navigator See merge request gitlab-org/gitlab!70960
-
Olena Horal-Koretska authored
Remove obsolete component from old package app See merge request gitlab-org/gitlab!70272
-
Nicolò Maria Mezzopera authored
-
Dmitry Gruzd authored
Enable FF "paginated_tree_graphql_query" by default See merge request gitlab-org/gitlab!70913
-
Aussie Warren authored
-
Russell Dickenson authored
Fix font size in dependency scanning docs See merge request gitlab-org/gitlab!71181
-
Sean McGivern authored
Allow plus character on Project Name See merge request gitlab-org/gitlab!67997
-
Lucas Zampieri authored
Changelog: added Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
-
Adam Cohen authored
-
Vasilii Iakliushin authored
Add packagesCount to project and group type See merge request gitlab-org/gitlab!70958
-
Nicolò Maria Mezzopera authored
-
Marius Bobin authored
Rename `hexdigest` to `sha256_hexdigest` because we're adding a `md5_hexdigest` method.
-
Heinrich Lee Yu authored
Block move and clone of requirement issues See merge request gitlab-org/gitlab!70439
-
Mike Kozono authored
Geo replicates data from primary to secondaries. It verifies data integrity by checksumming the data on the primary, then checksumming the data on secondaries and comparing the result. For performance reasons, on the primary, we need to store the checksums and other metadata in a separate table from the source table. For example, the primary checksum data for `merge_request_diffs` is stored in `merge_request_diff_details`. The verification logic already mostly exists. But it depends on the checksum table having a record when the source table has a record. This commit adds a worker which inserts and deletes checksum table records without requiring triggers or the like on the source table. It is acceptable for this process to be slow. This worker is behind a feature flag verification_state_backfill_worker EE: true
-
Sean McGivern authored
api: Expose created_at and updated_at in Environments API See merge request gitlab-org/gitlab!71091
-
Achilleas Pipinellis authored
Add command to list all rake tasks See merge request gitlab-org/gitlab!71117
-
Gerardo Gutierrez authored
-
Achilleas Pipinellis authored
Doc | Add information about backup_json.log See merge request gitlab-org/gitlab!71133
-
Priyan Sureshbabu authored
-