Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Display more information about used storage:
admin/groups#index
and admin/groups#show
currently).badge
style after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7873 is mergedThis development is sponsored by @siemens (ping @bufferoverflow)
Answered in comment below:
ProjectCacheWorker
is the most appropriate place to update the namespace cache, or if I should add a NamespaceCacheWorker
master
(if it does - rebase it please)The new storage counters will be updated when necessary, to force an update for specific columns run the following in gitlab-rails console
:
ProjectStatistics.includes(:project).find_each(batch_size: 100) do |stats|
stats.refresh! only: [:build_artifacts_size, :lfs_objects_size]
end