- 27 Sep, 2021 25 commits
-
-
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
-
Albert Salim authored
Remove mentions of RSPEC_FAIL_FAST_ENABLED/pipeline:skip-rspec-fail-fast See merge request gitlab-org/gitlab!71043
-
Marcel Amirault authored
Change example of using `File` type CI variable. See merge request gitlab-org/gitlab!71138
-
Marcel Amirault authored
Document issues when upgrading from 13.1-stable to 13.7-stable See merge request gitlab-org/gitlab!70947
-
Achilleas Pipinellis authored
-
Russell Dickenson authored
Merge branch 'Clean-Up-Vale-Admin-Rule-(user/application_security/api_fuzzing/create_har_files)' into 'master' Clean-Up-Vale-Admin-Rule-(create_har_files) See merge request gitlab-org/gitlab!70863
-
Abhijeet Chatterjee authored
-
Russell Dickenson authored
Rename master to main in the release group docs See merge request gitlab-org/gitlab!70918
-
Achilleas Pipinellis authored
-
Sanad Liaquat authored
Add an End to End test to configure Dependency Scanning from UI See merge request gitlab-org/gitlab!70511
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kushal Pandya authored
Disable form on admin appearance sign-in page preview See merge request gitlab-org/gitlab!70736
-
Kushal Pandya authored
Resolve "Add tooltip to sidebar title menu item" See merge request gitlab-org/gitlab!70951
-
David O'Regan authored
-
Kushal Pandya authored
Move Sign-up restrictions confirmation modal tests from unit to feature See merge request gitlab-org/gitlab!71058
-
Kushal Pandya authored
Fixes a re-render error within widget extensions See merge request gitlab-org/gitlab!71099
-
Kushal Pandya authored
Fix polling on vuln details page See merge request gitlab-org/gitlab!70961
-
Dylan Griffith authored
Remove a "keep around commit" callback for the Note model See merge request gitlab-org/gitlab!69910
-
Marcel Amirault authored
Add UID and GID as allowed acronyms See merge request gitlab-org/gitlab!71146
-
Marcel Amirault authored
Crosslink to project traffic API page, explain See merge request gitlab-org/gitlab!68298
-
Amy Qualls authored
-
Marcel Amirault authored
Add environment_scope field to Project Level Variables API docs See merge request gitlab-org/gitlab!71132
-
Petar Prokic authored
-
Marcel Amirault authored
Docs: Correct CI YAML before_script example See merge request gitlab-org/gitlab!71152
-
Andrew Conrad authored
-
- 26 Sep, 2021 8 commits
-
-
Thong Kuah authored
Filter Welcome to GitLab console message from capybara See merge request gitlab-org/gitlab!71151
-
Luke Duncalfe authored
Use to_h instead of to_hash for vulnerability_flag See merge request gitlab-org/gitlab!70530
-
Saikat Sarkar authored
-
Russell Dickenson authored
Fix FUZZAPI_EXCLUDE_PATHS typo See merge request gitlab-org/gitlab!70824
-
Lee Tickett authored
The welcome message we recently added in the console often appears in capybara test output. This MR adds it to the existing filters. Changelog: other
-
Stan Hu authored
Fix broken master caused by zero padded date days in spec See merge request gitlab-org/gitlab!71158
-
-
Kati Paizee authored
Doc Consistency: integration - global search See merge request gitlab-org/gitlab!71142
-
- 24 Sep, 2021 6 commits
-
-
Niklas van Schrick authored
Change formatting for version information
-
Hao Chun Chang authored
-
Mike Russo authored
-
Stan Hu authored
Add Ruby upgrade guidelines See merge request gitlab-org/gitlab!68955
-
Matthias Käppler authored
-
Kushal Pandya authored
Move mirroring page to new subdirectory, split See merge request gitlab-org/gitlab!70992
-
- 23 Sep, 2021 1 commit
-
-
Mayra Cabrera authored
Drop old int4 PK columns for ci_sources_pipelines See merge request gitlab-org/gitlab!70896
-