Commit Graph

5 Commits

Author SHA1 Message Date
Muhammad Anas d0df0dcb26
Typo in printing app.py (#16643) 2023-02-07 20:26:07 +00:00
thomas chaton e522a12d17
[App] Improve lightning connect experience (#16035) 2022-12-14 17:09:30 +00:00
thomas chaton d2a8fbf6dd
[App] Enable running with spawn context (#15923) 2022-12-07 03:01:31 +00:00
Rick Izzo bdd27991eb
Fix: App comment command execution sequencing (#15615)
* fixed condition in which app command comments would not execute before the flow is dispatched

* remove debug print statment

* updated example code

* fix test

* updates to test

Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-10 07:43:04 -05:00
Rick Izzo 10b945bcc1
Run Command from App Comments (#15577)
* initial work

* this seems to work well

* added example test

* updated docs & logging

* fixed errors

* fix typing error

* now using the --setup flag to decide if we should execute app comment commands or not

* updated tests

* added tests

* added test to ci

* fixed failing tests

* code review

* updates
2022-11-09 09:45:38 -05:00