- 06 Sep, 2021 10 commits
-
-
Dylan Griffith authored
Add data migration to remove duplicate DastSiteTokens with same token See merge request gitlab-org/gitlab!69020
-
Marcos Rocha authored
-
Krasimir Angelov authored
Merge branch '338059-address-the-primary-key-overflow-risk-for-the-ci_sources_pipelines-table-step-3-drop' into 'master' Resolve "Address the Primary Key Overflow risk for the ci_sources_pipelines table - Step 3: Drop temporary columns and triggers" See merge request gitlab-org/gitlab!69281
-
Tiger Watson authored
Split diff commit migrations into smaller chunks See merge request gitlab-org/gitlab!69392
-
Mark Lapierre authored
Quarantine 2 tests awaiting a bug fix See merge request gitlab-org/gitlab!69594
-
Thong Kuah authored
Reschedule 'ExtractProjectTopicsIntoSeparateTable' background migration See merge request gitlab-org/gitlab!69199
-
dfrazao-gitlab authored
- Ignore source_job_id_convert_to_bigint column - Remove trigger_8485e97c00e3 trigger Related to https://gitlab.com/gitlab-org/gitlab/-/issues/338059 Changelog: added
-
Tiger Watson authored
Add locked column to Ci::JobArtifact See merge request gitlab-org/gitlab!68893
-
Russell Dickenson authored
Add java keytool workaround See merge request gitlab-org/gitlab!69122
-
Igor Frenkel authored
-
- 05 Sep, 2021 9 commits
-
-
Dmitriy Zaporozhets (DZ) authored
Use active status in metrics generator template See merge request gitlab-org/gitlab!69438
-
Dmitriy Zaporozhets (DZ) authored
Allow runner_matchers callsite See merge request gitlab-org/gitlab!69444
-
Mark Lapierre authored
-
Evan Read authored
Update permissions table for last topics See merge request gitlab-org/gitlab!69259
-
Marcel Amirault authored
-
Evan Read authored
Docs: Clarify what user API search searches for See merge request gitlab-org/gitlab!69565
-
Russell Dickenson authored
Minor fixes to DAST API documentation See merge request gitlab-org/gitlab!69132
-
Greg Myers authored
-
Stan Hu authored
[RUN AS-IF-FOSS] [RUN ALL RSPEC] Remove metrics report usage data feature flag See merge request gitlab-org/gitlab!68657
-
- 04 Sep, 2021 2 commits
-
-
Amy Qualls authored
GitHub Import documentation Vale fixes See merge request gitlab-org/gitlab!69568
-
Mike Russo authored
-
- 03 Sep, 2021 19 commits
-
-
Jose Ivan Vargas authored
Update webpack on-demand compiler placeholder message See merge request gitlab-org/gitlab!69570
-
Matt Kasa authored
- Adds locked column - Schedules partial index on expire_at where unlocked Changelog: other Related to https://gitlab.com/gitlab-org/gitlab/-/issues/327281
-
Mike Greiling authored
-
Mike Greiling authored
-
Mayra Cabrera authored
Fix integer columns on new VSA table See merge request gitlab-org/gitlab!69531
-
Mayra Cabrera authored
Remove bigint conversion triggers for events See merge request gitlab-org/gitlab!69337
-
mfluharty authored
Remove usage_data_i_testing_metrics_report_widget_total now that we no longer need a feature flag for each usage ping event Changelog: other EE: true
-
Andrew Conrad authored
-
Stan Hu authored
Use deep_dup in bulk update service See merge request gitlab-org/gitlab!69138
-
Craig Norris authored
Update doc to get list of tags via rails console See merge request gitlab-org/gitlab!69139
-
Alvin Gounder authored
-
Sean McGivern authored
Added unapprove quick-action See merge request gitlab-org/gitlab!69225
-
Lucas Zampieri authored
add the /unapprove quick action to MRs Changelog: added EE: true Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
-
Olena Horal-Koretska authored
Move CI job token details to new page in CI docs See merge request gitlab-org/gitlab!69422
-
Michael Lunøe authored
Allow to open table editing dropdown from headers See merge request gitlab-org/gitlab!69499
-
Phil Hughes authored
Display correct action buttons when viewing non-text files See merge request gitlab-org/gitlab!69286
-
Achilleas Pipinellis authored
A guide to planning a GitLab upgrade See merge request gitlab-org/gitlab!64953
-
Harish Ramachandran authored
-
Yorick Peterse authored
On GitLab.com we are running into issues where batch sizes for the migration MigrateMergeRequestDiffCommitUsers are too large, resulting in Sidekiq hosts running out of memory. See issue https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/14097 for more details on this. To work around this, we add a migration that slices the existing jobs into smaller chunks. This done such that jobs using the old ranges won't be processed any more. We also change the number of database rows loaded into memory when migrating data, in an attempt to further reduce the amount of memory that's necessary. See https://gitlab.com/gitlab-org/gitlab/-/issues/334394 for more information. Changelog: added
-