Commit b411eff
[DEPLOY] Version 0.4.4 Update - Sensor Download Service Class, Fixes (#118)
* Update label_request.yml
Labeller fails on forks, removing workflow from dev branches.
* Sample code: Sample Uploads API
* Code sample: Sample Uploads API
* Sample config.json file
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Documentation updates
* Uploading simple example of containing and uncontaining a host via API
* Documentation updates
* Documentation updates
* Documentation updates
* Update labeler.yml
Added code samples label tagging
* Update labeler.yml
* Update wordlist.txt
* Linting
* Update linting.yml
* Sample Uploads sample adjustments
* Added samples to bandit analysis
* Update bandit.yml
* Documentation updates
* Documentation updates
* Documentation updates
* Falcon Discover example
* Update bandit.yml
Bandit analysis of samples no longer stops the build
* Adjustments
* Update test_uber_api_complete.py
* Update test_uber_api_complete.py
* Update labeler.yml
* Update test_uber_api_complete.py
* Comment update
* Update bandit.yml
* Update linting.yml
* Update unit_testing.yml
* Update dev-deploy.yml
* Issue #114 - action_name parameter fix
* Updated unit tests for issue #114
* Feature/sensordownloads (#113)
* function stubs
* function stubs
* added base functionality for interacting with sensor download api
* updated readme with file path
* writing downloaded sensor
* adding tests for sensor_download.py
* working pytests
* Update tests/test_sensor_download.py
* added ok result, decorators and moved sensor download code w/ some fixes
* Update _util.py
Headers should return a dictionary not a list
* Update _util.py
Resolves linting issue
* Update _util.py
More linting
* Update src/falconpy/sensor_download.py
* Update src/falconpy/sensor_download.py
* Update src/falconpy/sensor_download.py
* Update test_uber_api_complete.py
* Update test_uber_api_complete.py
* Update test_uber_api_complete.py
* Update test_uber_api_complete.py
* Update test_uber_api_complete.py
* Update test_uber_api_complete.py
* Update sensor_download.py
Realized what was bothering me here.
The DownloadSensorInstallerById endpoint doesn't define the ?id={} variable in _endpoints.py because there is only one ID, so it's not an array. This means we can easily pass it as part of the parameters dictionary instead.
Couple of other minor pattern updates.
* Update test_sensor_download.py
* Update sensor_download.py
Ooops
* Update sensor_download.py
* Update sensor_download.py
* Update tests/test_sensor_download.py
Co-authored-by: Caleb Schwartz <[email protected]>
Co-authored-by: jshcodes <[email protected]>
* Updated unit test to complete coverage
* Documentation updates
* Parameter handling fix
* Updated sample to reflect fix for issue #114
* Labelling updates to cover unit testing
* Bump version 0.4.3 -> 0.4.4
Co-authored-by: Shane Shellenbarger <[email protected]>
Co-authored-by: rewgord <[email protected]>
Co-authored-by: Caleb Schwartz <[email protected]>1 parent efef8ed commit b411eff
File tree
25 files changed
+224
-23
lines changed- .github
- workflows
- samples/real_time_response
- src/falconpy
- tests
25 files changed
+224
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 86 | + | |
90 | 87 | | |
91 | 88 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
0 commit comments