- 08 Jan, 2019 40 commits
-
-
Tetiana Chupryna authored
-
GitLab Bot authored
-
Rémy Coutable authored
Improve `bin/secpick` script and add more options See merge request gitlab-org/gitlab-ce!24117
-
GitLab Bot authored
-
Filipa Lacerda authored
Update Codesandbox smooshpack library Closes #53779 See merge request gitlab-org/gitlab-ce!24191
-
GitLab Bot authored
-
Sean McGivern authored
Added feature to specify a custom Auto DevOps chart repository Closes #55791 See merge request gitlab-org/gitlab-ce!24162
-
Douwe Maan authored
Check if specific type of background migration are done See merge request gitlab-org/gitlab-ce!24032
-
Lin Jen-Shin authored
Enable some frozen string in ee/lib See merge request gitlab-org/gitlab-ee!8989
-
Douwe Maan authored
[Data migration] Sync Approver/ApproverGroup with ApprovalRule/ApprovalRuleMember Closes #1979 See merge request gitlab-org/gitlab-ee!8669
-
Mark Chao authored
Useful for checking progress.
-
Mark Chao authored
Caused uniqueness constraint when inserting as users
-
Mark Chao authored
Prevents duplicated record.
-
Mark Chao authored
-
Mark Chao authored
Changes to Approver/ApproverGroup are reflected to rule members. Skip syncing code rules for approver hooks This avoids duplicated effort as it is sync by other hooks
-
Mark Chao authored
Do no force a find by the name
-
Mark Chao authored
Fix spec
-
Mark Chao authored
Finding id is enough for update
-
Mark Chao authored
-
Mark Chao authored
This simplifies things. And amount of projects are quite small.
-
Mark Chao authored
It should not err.
-
Mark Chao authored
Push 1000 jobs at a time.
-
Mark Chao authored
This in run in bulk migration update loop, so access can't be avoided.
-
Mark Chao authored
Extract transaction
-
Mark Chao authored
This speeds up migration, as previously each project has its own job, now they can be in a batch, avoiding 2 minutes wait interval per job.
-
Mark Chao authored
Related to removing finalize MR
-
Mark Chao authored
Past MR's approval requirement may change if project level setting ever changed, so finalizing a past MR won't be accurate. If there is a need to create estimated data, another optional migration can be implemented.
-
Mark Chao authored
The sync_code_owners_with_approvers call uses original implementation, as it requires full MR implementation to compute code owners. However the specs are copied over, so in the future if its behavior changes, spec failure would notify developer to copy existing code over.
-
Mark Chao authored
Check presence of type of jobs in queue
-
Mark Chao authored
Useful for checking progress.
-
Mark Chao authored
-
Mark Chao authored
-
Mark Chao authored
Projects are migrated first, then its MRs are migrates, to ensure approver overriding works.
-
Mark Chao authored
Update code owner rule when MR is updated.
-
Mark Chao authored
-
Mark Chao authored
When project/MR's approvals_before_merge is changed, update its rule's approvals_required.
-
GitLab Bot authored
-
Douwe Maan authored
Resolve "Prevent commit authors from self approvaling merge requests" Closes #3845 See merge request gitlab-org/gitlab-ee!9007
-
Douwe Maan authored
Add committers and authors methods on MergeRequest See merge request gitlab-org/gitlab-ce!24204
-
Kushal Pandya authored
Add docs link to explain legacy and new email format See merge request gitlab-org/gitlab-ee!9020
-