-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From Xmurobi: Add new types and timeframes support (#218)
* update go.mod to solve network blocking issue * person vscode setup * small change * small change * update * add vscode setup * update go.mod and go.sum * remove go.sum and add .test in gitignore * update * upgrade slait bgworker and other bugs fix * fix crash bug after connection lost * make slait plugin work * a temporary multiiple instance for WALFile in same rootDir * export parameters to config file * BUGFIX: csv import column missing * BUGFIX: Column type missing cause display crash * Multiple instanaces on one root to separate readers & writers support. * remove debug print * remove debug prints * Upgrade show command for more features Add Gap func to find the big hole in data. * add help and remove clean code * Use both Z-Score and specific threshold * support timestamp parse in timeFormat * WIP: partial merge * Custom query timeframes not supported yet * Fix tests, remove new features from /show * Kick CI
- Loading branch information
Showing
34 changed files
with
1,892 additions
and
144 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.