-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Aggregated command api module #40731
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
base: master
Are you sure you want to change the base?
Conversation
Coverage Report
|
…ntent into aggregated_command_api_module
…ntent into aggregated_command_api_module
Packs/ApiModules/Scripts/AggregatedCommandAPIModule/AggregatedCommandAPIModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
Let's try to rearrange the code such that it'll also inflect the logical flow (i.e, move BatchExecutor close to Command, etc..)
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great code!
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
Packs/ApiModules/Scripts/AggregatedCommandApiModule/AggregatedCommandApiModule.py
Outdated
Show resolved
Hide resolved
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
Status
Related Issues
fixes: CRTX-187725
Description
A pr for implementing the aggregated command API module.