Commit 18529aa
fix(3078, 3079): Resolve issues in Operations API Manager and Plugin Hooks (#3187)
* Pull from PR#3101
*
* fix!: Typo
* fix!: Conditional to Catch None Attribute Error Running Operations
* Planning Services attempts to fcall() and assume all abilities utilizes Builder Plugin and attempts to build payload.
* fix!: Caldera Operations Api Manager creates Builder Payloads during Runtime
* Conditional required to validate that only abilities utilizing builder plugin is used.
* Required encoded_command before building of ability and executor
* Update planning_svc.py
Added EOF new line to fix linting issue
* Update conftest.py
no longer able to use event_loop replaced all instances of event_loop with loop
* Fixes Flake8 Linter Run Errors
* fix: Direct Executer Function Call from Map
* Revert "Update conftest.py"
This reverts commit 3ecb69c.
* fix: additional executor checks
* Python Linting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: flake8 linting error due to conditionals
* Pull Workflow from Upstream
---------
Co-authored-by: deacon-mp <61169193+deacon-mp@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent a12cab9 commit 18529aa
2 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
174 | 182 | | |
175 | 183 | | |
176 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
| 354 | + | |
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
| |||
392 | 390 | | |
393 | 391 | | |
394 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
395 | 400 | | |
396 | 401 | | |
397 | 402 | | |
| |||
0 commit comments