-
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.
Configurable Timezone for CEEMS DB (#253)
* feat: Make time zone for CEEMS API server DB configurable. Use the configured time zone in storing date strings in DB * feat: Add timezone query parameter for API server. For API server, always convert the timestamp to date time in the location configured for DB. `timezone` query parameter for API server is only used to convert datetime strings to that time zone before sending response * refactor: Improve handling of SLURM cli execution mode * chore: Ensure to set retention period when creating new TSDB backend * Add more kv pairs in logging to help debugging * Fix API server's slurm cli config documentation * test: Update unit and e2e tests * docs: Update docs --------- Signed-off-by: Mahendra Paipuri <[email protected]>
- Loading branch information
1 parent
c2e6b10
commit 676c713
Showing
37 changed files
with
499 additions
and
299 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
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.