- 08 Jan, 2019 40 commits
-
-
Kushal Pandya authored
Resolve "Track import issues CSV usage on GitLab.com with Snowplow" Closes #8775 See merge request gitlab-org/gitlab-ee!9067
-
GitLab Bot authored
-
Kushal Pandya authored
Remove comma from issuable email See merge request gitlab-org/gitlab-ce!24218
-
GitLab Bot authored
-
Phil Hughes authored
Fixes z-index and margins of archived alert Closes #56019 See merge request gitlab-org/gitlab-ce!24193
-
GitLab Bot authored
-
Sanad Liaquat authored
Wait for Web IDE commit animation Closes #55972 See merge request gitlab-org/gitlab-ce!24196
-
Rémy Coutable authored
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddAlertManagerTokenToClustersApplicationPrometheus and EnqueuePrometheusUpdates See merge request gitlab-org/gitlab-ee!9049
-
Kamil Trzciński authored
Add tests for Gitlab::Vulnerabilities classes Closes #8707 See merge request gitlab-org/gitlab-ee!9025
-
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
-
Filipa Lacerda authored
-
GitLab Bot authored
-
Rajat Jain 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
-
Constance Okoghenun authored
A "click_button" event will be triggered when the import button of the Issues import modal is clicked.
-
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.
-