-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 💄 Return pretty results instead of print to stdout * 🚀 New example: find_stale_sensors * 🚀 New example: show_agent_versions * 🔊 Update logging * ✨ Demonstrate context manager usage * 💡 Fix comment * 🚚 Rename examples/get_devices -> examples/hosts * 🚀 New Sample: list_sensor_versions.py * 📝 Expand config.example.yml * ✨ Add examples as pyproject.toml scripts * ➕ Add new dev dependencies * 🔖 Bump version -> 0.1.2 * 📝 Update README.md * 🔊 Remove unnecessary carriage return * 🥅 Add custom error handling * 🥅 Add custom error handling * 🚨 Appeasing the linting overlords * 🚸 Usability enhancements for poetry execution * 🚨 More genuflecting at the linting bots * 🚨 More appeasements for the lords of lint * ✨ Specify example profile name via poetry arguments * 🐛 Fix default user_agent specification * ✏️ Fix message typo * 🥅 Add no matches returned error handler * ✏️ 🚨 Fix typo / linting * 🥅 Add no devices found error handler * 📝 🚨 Docstring linting * 🥅 Add no devices found error handler * ✨ New example: List hidden devices * 🥅 Add no logins found error handler * ✨ New Example: List Login History * 🥅 Add no addresses found exception * ✨ New Example: List Network History * ✏️ Fix typo * 🚸 Add example execution timer class * 🔊 Add execution time logging * ✅ Update unit testing * 🚨 YAML lint * ✨ Add poetry script lookup * 🚨 Linting * 🎨 Fiddling with the timing calculations * ♻️ More pythonic performance timer * ⬆️ Update dependencies * 🍻 💡 🚨 Comments for all the things! * 🍻 🚨 💡 Mean ol' linters * 🍻 🎨 💡 🚨 It's art dude, relax! * 🍻 💡 Add missing pagination style to comments * ✨ Initial host group functionality * 🚧 ✨ New Example: List all Host Groups * 🚨 I shake my fist at the whitespace * 🚚 Move list-poetry-scripts.sh -> list-examples.sh * 📝 Update README.md * 🍻 ✨ 🧑💻 Dunders may actually be evil... * 🍻 💡 🧑💻 I love Unicode sometimes * 🔊 Add Caracara identifier to custom user_agent * 🍻 🎨 📝 Update flash * Merges README Changes * ⚰️ Clean up example * ✨ Add HOST_GROUP_SCROLL_BATCH_SIZE * ✨ Add GenericAPIError exception class * ✨ Host Group add / remove member functionality * ✨ Add Example: List All Group Members * 🚨 Lint lord appeasement * General code clean up and efficieny work * ✨ 🥅 Add new exception handlers * ✨ Add delete host group functionality * General linting and bug fixes * 🥅 ✨ Add new exception handlers * 🥅 ✨ Implement graceful exception handling * ✏️ Fix typo * 🚨 Fix linting * 🚨 Fix linting * 🥅 ⚰️ Remove unnecessary error handler * 🥅 Multiple missing arguments exception handler * ✨ Add host group CRUD functionality * Full group member retrieval * ⏪️ Revert previous changes * ♻️ Refactored solution, ✨ New example (IDs only) * ✨ Add Example: List all group member IDs * ♻️ Leaning on the faster endpoint solution * 🚨 Fix linting * 🚨 Fix docstring lint * ♻️ Slight refactor * Move filters to an instance variable to avoid conflicts between multiple FalconFilter instances * ➖➕ Temp move to crowdstrike-falconpy-dev package * ✨ Add describe_states method * ✨ New Example: List all device states * Refactoring, type hinting and general code clean up to appease linters and human developers alike * Address recommendations made by pydocstyle * Resolves linting issues in dependabot.yml * 📌 Update to dependencies and migration back to crowdstrike-falconpy * 💡 Fixes up some comments in hosts.py * 👷 Use Poetry pre-releases to pass through CI * Pins container and Python matrix versions * Fixes parsing of Python 3.10 Co-authored-by: Joshua Hiller <[email protected]>
- Loading branch information
1 parent
e4fe342
commit eee1022
Showing
60 changed files
with
2,620 additions
and
716 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
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.