-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TierQuotaDefinitions are not deleted (#330)
* feat: remove to delete tierQuotas. Depend on db cascade delete * fix: bad param to metricStatusesService.RecalculateMetricStatuses * feat: add migration for MS SQL Server * feat: add migration for Postgres * refactor: fix formatting * refactor: fix naming violation * refactor: fix naming violation * fix: irrelevant tests must be removed * fix: bad entityTypeConfig * fix: not erroring when deleting a non-existing TQD * refactor: rename variable * fix: restore old DeleteTierQuotaDefinition handler and tests * fix: space in file name * refactor: remove needless RemoveTierQuotaDefinitionById method * refactor: extract event handler body to private method * refactor: use tierId instead of request.tierId * refactor: no need to set definition as internal --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
aa8dc1c
commit cf8f081
Showing
16 changed files
with
933 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.