- 10 May, 2017 12 commits
-
-
Toon Claes authored
Since this is a cleanup, ran by a post-deploy, there is no need to lookup the admin to run the cleanup.
-
Toon Claes authored
Destroying projects can be very time consuming. So instead of destroying them in the post-deploy, just schedule them and make Sidekiq do the hard work. They are scheduled in batches of 5000 records. This way the number of database requests is limited while also the amount data read to memory is limited.
-
Toon Claes authored
-
Toon Claes authored
There are many projects in `pending_delete` state, this post-deploy migration cleans them up. The script is based on https://gitlab.com/gitlab-org/gitlab-ce/snippets/1648654 and https://gitlab.com/gitlab-org/gitlab-ce/snippets/1611429. The use of these scripts were described in https://gitlab.com/gitlab-com/infrastructure/issues/888.
-
Dmitriy Zaporozhets authored
Resolve "Delete `Projects::IssuesController#redirect_old`" Closes #20517 See merge request !11135
-
Phil Hughes authored
Fix broken test - load correct data Closes #32074 See merge request !11237
-
Filipa Lacerda authored
-
blackst0ne authored
-
Phil Hughes authored
Use vue file for table pagination component Closes #31349 See merge request !11210
-
Filipa Lacerda authored
-
Robert Speicher authored
Spec fix: Add :redis keyword to some specs clear state of trackable attributes Closes #32041 See merge request !11221
-
Clement Ho authored
Fix transient job failures relating to "unhandled Promise rejection" in issue boards Closes #32030 See merge request !11222
-
- 09 May, 2017 28 commits
-
-
Fatih Acet authored
Adds left connector class to the rendered graph Closes #31053 See merge request !11179
-
Fatih Acet authored
Fix test failure in job vue componenFix test failure in job vue componentt Closes #32021 See merge request !11208
-
Fatih Acet authored
Make tree, blob and blame pages more consistent See merge request !11194
-
Mike Greiling authored
-
Toon Claes authored
This reverts commit 73f448e5.
-
Douwe Maan authored
Add German translation for Cycle Analytics See merge request !11161
-
Toon Claes authored
The specs that rely on a correct value of the trackable attributes, should include the `:redis` keyword in the spec to ensure the state is reset between various specs. The trackable attributes being: - sign_in_count : Increased every time a sign in is made (by form, openid, oauth) - current_sign_in_at : A timestamp updated when the user signs in - last_sign_in_at : Holds the timestamp of the previous sign in - current_sign_in_ip : The remote ip updated when the user sign in - last_sign_in_ip : Holds the remote ip of the previous sign in The limiting of writing trackable attributes was introduced in gitlab-org/gitlab-ce!11053.
-
Robert Speicher authored
Fix OpenID spec failure that assumed current_sign_in_at would be set Closes #32041 See merge request !11219
-
Filipa Lacerda authored
Remove needless bind and indexOf polyfills See merge request !11187
-
Achilleas Pipinellis authored
Kubernetes Helm Chart Install docs See merge request !11139
-
DJ Mountney authored
-
Robert Speicher authored
Make pipeline widget padding consistent between MR and commit pages See merge request !11193
-
Douwe Maan authored
-
Douwe Maan authored
-
Robert Speicher authored
Remove unused CSS and view See merge request !11190
-
Marin Jankovski authored
Add screenshots to Triggered Build docs See merge request !11211
-
Balasankar C authored
-
Rémy Coutable authored
Fix links in code review docs See merge request !11207
-
Rémy Coutable authored
Remove CI/CD models directory from `eager_load_paths` Closes #31841 See merge request !11129
-
Sean McGivern authored
Don't use DiffCollection for deltas See merge request !11201
-
Fatih Acet authored
Add Prometheus memory sparkline to MR widget Closes #26944 See merge request !11209
-
Sean McGivern authored
Preloads head pipeline for each merge request Closes #27168 See merge request !10064
-
Sean McGivern authored
Resolve "Follow-up from "Backport of Multiple Assignees feature"" See merge request !11185
-
Robert Speicher authored
Remove Gitlab::Git#archive_to_file See merge request !11205
-
Douwe Maan authored
Limit User's trackable attributes to update at most once/hour Closes #22068 See merge request !11053
-
Sean McGivern authored
Increase verbosity of triggered build Closes omnibus-gitlab#2318 See merge request !11188
-
kushalpandya authored
-