Skip to content

Add warning state & tooltips in usage quota table

Dhiraj Bodicherla requested to merge usage-quotas-table-warning-state into master

What does this MR do?

Changes are behind additional_repo_storage_by_namespace feature flag

In this iteration:

  • a warning state to the usage quotas table based on the project usage data is added.
  • The logic to determine if a project is in error state or warning state is hardcoded for the time being as this feature is still behind feature flag and the backend pieces are not in place yet. Eventually the calculations will be moved to backend.
  • Tooltip for alert and warning icon is added.

Previous iterations:

Screenshots

Screenshot Recording
image usage_quota_tooltips

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Dhiraj Bodicherla

Merge request reports