-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.4.3 Update - Sample_Uploads service class, Fixes, Documentation (#96)
* Debugging harness, dependabot updates from main. (#87) * Alternative falcon shell for python lovers Usage: ``` $ python3 -m falconpy.shell ``` * Merge main/shell (#86) * Configure dependabot to focus on python (#77) And hopefully disregard javascript modules, that are only used for docs pipeline. * Requirements.txt updates (#83) * Configure dependabot to focus on python And hopefully disregard javascript modules, that are only used for docs pipeline. * Removed unnecessary upstream requirement references. Co-authored-by: Simon Lukasik <simon.lukasik@crowdstrike.com> * Bump urllib3 from 1.26.2 to 1.26.4 (#82) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.4. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.4/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.2...1.26.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump requests from 2.25.0 to 2.25.1 (#81) Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.25.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.25.0...v2.25.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Šimon Lukašík <isimluk@fedoraproject.org> Co-authored-by: Simon Lukasik <simon.lukasik@crowdstrike.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Lukasik <simon.lukasik@crowdstrike.com> Co-authored-by: Šimon Lukašík <isimluk@fedoraproject.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * README.md updates * Logo resize * Logo resize * Logo resize * Sample Uploads Service Class * README.md updates * README.md updates * README.md updates * README.md updates * Bug fix: Incorrect variable reference * v0.4.3 update * v0.4.3 update * FalconDebug - Interactive debugger * Unit testing coverage adjustments * Unit test: Sample_Uploads service class * Local unit test coverage adjustments * FalconShell integration * Unit test adjustment: Clean up after yourself! * FalconShell v1.1 - Initial commit * Remove: incorrect __init__.py * README.md updates * Updated contributor requirements * Removing FalconShell from v0.4.3 branch * Renamed: _debug.py -> debug.py * Removing FalconShell dependencies * Removing GitHub emoji from the package README * Added developer requirements to package * Added developer requirements to package * Added bandit to local unit testing * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Documentation updates * Aligning workflows * Local unit test adjustments * Update linting.yml * Update linting.yml * Update test_sample_uploads.py Adjustment to handle periodic upload failures and reduce flakiness * Update test_sample_uploads.py * Excluding FalconDebug from local unit testing * Update test_uber_api_complete.py Skip upload download on upload failure to reduce test flakiness. * Update README.md * Update requirements-dev.txt Co-authored-by: Simon Lukasik <simon.lukasik@crowdstrike.com> Co-authored-by: Šimon Lukašík <isimluk@fedoraproject.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
88205de
commit f25421b
Showing
17 changed files
with
341 additions
and
51 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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
# | ||
requests==2.25.1 # via -r requirements.in | ||
urllib3==1.26.4 # via -r requirements.in, requests | ||
|
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.