-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add Cache, InMemoryCache * fix: Imports, unique keys * fix: Handle missing zones When a zone is part of a rule but no longer available on the API key, make sure to render a message that allows us to remove the zone. * fix: Add logger meta * feat: Cache accounts and zones * fix: Cache in db * feat: Cache library * fix: Add GET /cache, ?skipCache support * fix: Tweak semaphore settings, log available api tokens * fix: Add module to server logger * feat: Cache management in Settings * fix: Centralize logging initialization * fix: Retry with exponential backoff * fix: Do not skip accounts cache in zones * fix: Hover * fix: Full width zones * fix: Pick account in Command * fix: Words * feat: DataTable page size
- Loading branch information
1 parent
6a702d4
commit f7c622f
Showing
19 changed files
with
690 additions
and
203 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
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.