Add cost factored stats GraphQL query
The query will be used when the feature flag: `display_cost_factored_storage_size_on_project_pages` is enabled. The query is the same as the project_storage query, except it uses the cost factored stats and it aliases all storage statistics type to the same names as the original statistics object, so the frontend can just use a different object name for cost factored statistics and all other internal would still work the same way.
显示
- app/assets/javascripts/usage_quotas/storage/components/project_storage_app.vue 8 个添加, 1 个删除...s/usage_quotas/storage/components/project_storage_app.vue
- app/assets/javascripts/usage_quotas/storage/queries/cost_factored_project_storage.query.graphql 23 个添加, 0 个删除...orage/queries/cost_factored_project_storage.query.graphql
- ee/app/assets/javascripts/usage_quotas/storage/queries/cost_factored_project_storage.query.graphql 23 个添加, 0 个删除...orage/queries/cost_factored_project_storage.query.graphql
- ee/app/controllers/ee/projects/usage_quotas_controller.rb 1 个添加, 0 个删除ee/app/controllers/ee/projects/usage_quotas_controller.rb
- spec/frontend/usage_quotas/storage/components/project_storage_app_spec.js 31 个添加, 1 个删除...age_quotas/storage/components/project_storage_app_spec.js
加载中
想要评论请 注册 或 登录