gitlab-ce/spec/controllers
Stan Hu d48ee86053 Make Housekeeping button do a full garbage collection
Previously the Housekeeping button and API would use the counter of last
pushes to determine whether to do a full garbage collection, or whether
to do one of the less comprehensive tasks: a full repack, incremental
pack, or ref pack. This was confusing behavior, since a project owner
might have to click the button dozens of times before a full GC would be
initiated.

This commit forces a full GC each time this is initiated. Note that the
`ExclusiveLease` in `HousekeepingService` prevents users from clicking
on the button more than once a day.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
2019-07-03 00:21:33 -07:00
..
admin Remove instance_clusters feature_flag 2019-06-28 01:24:05 +12:00
boards
concerns Support redirect paths starting with a dash 2019-06-25 13:19:30 +02:00
dashboard Eliminate N+1 queries in Dashboard::TodosController 2019-06-24 09:57:38 -07:00
explore
google_api
groups Remove group_clusters feature flag 2019-06-28 00:28:03 +12:00
import Fix Fogbugz Importer not working 2019-06-09 23:53:49 -07:00
instance_statistics
ldap
oauth
profiles
projects Add username to deploy tokens 2019-07-02 18:56:48 +00:00
snippets
users
abuse_reports_controller_spec.rb
acme_challenges_controller_spec.rb Add pages domains acme orders 2019-06-06 18:55:31 +00:00
application_controller_spec.rb #57815 Password authentication disabled for UltraAuth users 2019-06-18 16:18:14 +00:00
autocomplete_controller_spec.rb
dashboard_controller_spec.rb
graphql_controller_spec.rb
groups_controller_spec.rb Revert "Include subgroups in shared_projects" 2019-07-01 11:17:47 +00:00
health_check_controller_spec.rb
health_controller_spec.rb
help_controller_spec.rb
invites_controller_spec.rb
metrics_controller_spec.rb
notification_settings_controller_spec.rb
omniauth_callbacks_controller_spec.rb
passwords_controller_spec.rb
profiles_controller_spec.rb
projects_controller_spec.rb Make Housekeeping button do a full garbage collection 2019-07-03 00:21:33 -07:00
registrations_controller_spec.rb New RecaptchaExperimentHelper modules 2019-06-25 22:32:54 +00:00
root_controller_spec.rb
search_controller_spec.rb Merge branch 'sh-avoid-loading-pipeline-status' into 'master' 2019-06-27 14:55:24 +00:00
sent_notifications_controller_spec.rb
sessions_controller_spec.rb Prevent password sign in restriction bypass 2019-05-21 14:12:41 +07:00
snippets_controller_spec.rb
uploads_controller_spec.rb
user_callouts_controller_spec.rb
users_controller_spec.rb