-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ianhelle kql and nbinit nice errs 2020 09 08 (#96)
* Error in pkg_config validate when no config sections are populated. * Splunk and data_providers fixes Added query_browser module Added method to tilookup and data_providers modules to access respective browser widgets. * Reverting a commit that created circular dependency * Reverting query_browser since it introduced a circular dependency that broke things * Query browser * Adding registered widgets to nbwidgets Changed QueryTimes to use registered widgets Added simple text entry with registration Changed the way that browse_queries gets added as attrib of QueryProvider to prevent circular dependency * Linting and test errors * Fixing mypy errors, incorrect annotation in query_source Updated Splunk queries to use datetime type for parameters. Added splunklib to mypy.ini * Fixing time format bug in timeline * Adding tooltip formatting fix to timeseries.py * Adding OptionButtons control * NotebookWidgets notebook update for new widgets * Adding some extra checks for null entries in msticpyconfig in pkg_config Making nbinit skip but report any exceptions while validating msticpyconfig Change dataproviders to use custom paths outside of the package Fix to entity entityschema Fix to kql_driver to handle running if not in IPython. Updated version file to 0.7.0 * Update to OptionButtons with timeout in nbwidgets Updates to NotebookWidgets.ipynb * Adding auto-display parameter to SelectSubset widget Add version param to test-pypi-test-pkg.cmd help. * Documentation for additional Widgets. Unit test for query_browser. * Data obfuscation and time series period extraction * Fixing timeseries tests Updates to nbinit.py and kql_driver.py to provider friendlier error messages. Fixes for spelling and linting warnings Updated data queries list * Updating version * Removing more linting errors and spelling errors. Updating requirements.txt to avoid conflicts with msal and azure-identity * Formatting using updated black v20 Fixing conda-reqs-pip.txt requirements Updating msal req to ~=1.0.1 * Fixing two more inconsistent requirements in conda-reqs.txt * Incorrect version for msal
- Loading branch information
Showing
28 changed files
with
203 additions
and
132 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""Version file.""" | ||
VERSION = "0.7.1" | ||
VERSION = "0.8.0" |
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
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.