-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: simple sorting *is* possible Signed-off-by: F.N. Claessen <felix@seita.nl> * feat: improve names of stats (no over-capitalization) Signed-off-by: F.N. Claessen <felix@seita.nl> * feat: report last event end rather than last event start Signed-off-by: F.N. Claessen <felix@seita.nl> * feat: report event timing stats with UTC offset and conforming to ISO8601 rather than with a timezone that isn't that of the sensor Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: update test Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: 'status' not part of response anymore (this came from flask_json's `as_json`) Signed-off-by: F.N. Claessen <felix@seita.nl> * Revert "fix: 'status' not part of response anymore (this came from flask_json's `as_json`)" This reverts commit 71673ea. * Revert "refactor: simple sorting *is* possible" This reverts commit 08fa56f Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: no offset shorthand in test Signed-off-by: F.N. Claessen <felix@seita.nl> * refactor: simple sorting **is** still possible (I hope) Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: end is sensor resolution of 10 minutes later Signed-off-by: F.N. Claessen <felix@seita.nl> * style: black Signed-off-by: F.N. Claessen <felix@seita.nl> * refactor: move config setting to Config class Signed-off-by: F.N. Claessen <felix@seita.nl> * remove: redundant setting (the Config superclass has the same default) Signed-off-by: F.N. Claessen <felix@seita.nl> * docs: changelog entry Signed-off-by: F.N. Claessen <felix@seita.nl> --------- Signed-off-by: F.N. Claessen <felix@seita.nl> Signed-off-by: Felix Claessen <30658763+Flix6x@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
43 additions
and
49 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