-
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.
* Removing azure-mgmt and adding azure-mgmt-subscription and azure-mgmt-resource * GeoLite2 url and archive extraction changes * typo fix for printing mising packages * replace dummy key for Maxmind geolitelookup * black formatting * Cleaned redundent elements * Changed ti_provider_settings to generic provider_settings module Added config support for GeoIP providers GeoIP classes try to obtain API key from config if not supplied Prevented GeoLiteLookup from instantiating on package load Added missing pytz and pyyaml packages to requirements.txt and setup.py. Note: syslog_utils test still failing due to missing geoip database. Will fix by adding secret to piplelines. * Added config options for geoip.py classes. Will try to read config by default. Refactored pkg_config and provider_settings to consolidate global functionality in the former. Fixed tests to copy with missing GeoIP database Added msticpyconfig-test.yaml for build-time tests (requires env vars to be set) * Fxing some linting errors Co-authored-by: Ashwin Patil <[email protected]> Co-authored-by: Pete Bryan <[email protected]>
- Loading branch information
1 parent
d318b03
commit af26593
Showing
20 changed files
with
403 additions
and
146 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""Version file.""" | ||
VERSION = "0.2.8" | ||
VERSION = "0.3.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
Oops, something went wrong.