-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor: Switch from singular utils.py with all fuctions to class based approach #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
62be394
refactor: swithc from singular utils.py to app_processing, aws_3 and …
bdebek-splunk caff4c7
docs: update README to include new modules directory and its purpose
bdebek-splunk 51fe80b
fix: update validate_data method signature to return a dictionary and…
bdebek-splunk 93b87d2
refactor: update deployment workflow, deleted AwsS3Connector, added …
bdebek-splunk bdd94cc
fix: update deployment report to use add_data method for successful a…
bdebek-splunk 05dbeb9
fix: added report_generator.py to the architectire tree
bdebek-splunk e69d682
style: clean up code formatting and improve type hinting in deploymen…
bdebek-splunk e88b721
refactor: removed hardcoded endpoint from instance url defined in dep…
bdebek-splunk 08c3f0e
refactor: reworked splunkcloud.py and deploy.py modules
bdebek-splunk c8d4813
fix: remove redundant status print statement in AppInspectService
bdebek-splunk ec1c621
docs:updated README
edro15 b2faa37
chore:updated deployment config files to support experience key
edro15 2b21c85
ci:added deps to workflow
edro15 89c53cf
feat+refactor:added yml validation against schema
edro15 d864a9f
docs:edited README
edro15 a57470e
style:removed whitespace
edro15 efecedb
docs:updated README
edro15 060e145
fix: add break condition for successful app validation in AppInspectS…
bdebek-splunk 4c0f6d7
chore: remove unused AWS credentials from deployment workflows and sc…
bdebek-splunk 401e7d7
fix: revert deletion of AWS credentials in github workflow files
bdebek-splunk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,8 @@ | ||
| target: | ||
| url: <Staging ES URL> | ||
| experience: <classic|victoria> | ||
| apps: | ||
| app1: | ||
| s3-bucket: splunk-apps-deployment | ||
| source: apps/Splunk_TA_app1.tgz | ||
| source: apps/Splunk_TA_app1.tgz | ||
| splunkbase-apps: |
This file contains hidden or 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 hidden or 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,13 +1,14 @@ | ||
| target: | ||
| url: https://staging.admin.splunk.com/scv-shw-d037e758abafa2/adminconfig/v2/apps/victoria | ||
| url: https://staging.admin.splunk.com/scv-shw-d037e758abafa2 | ||
| experience: victoria | ||
| apps: | ||
| Splunk_TA_app1: | ||
| s3-bucket: splunk-apps-deployment | ||
| source: apps/Splunk_TA_app1.tgz | ||
| config: | ||
| - ./Splunk_TA_app1/*.conf | ||
| splunkbase-apps: | ||
| TA for Tebable: | ||
| Tenable Add-On for Splunk: | ||
| version: 7.0.0 | ||
| TA for MS Azure: | ||
| Splunk Add on for Microsoft Azure: | ||
| version: 4.2.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.