Orbit: Add early update checks before starting sub-systems (#5885)

* Make orbit do a early check of updates

* Support orbit dev-mode

* Add test for NewRunner and Runner.UpdateAction

* Remove unnecessary parallel test
This commit is contained in:
Lucas Manuel Rodriguez
2022-06-01 14:47:04 -03:00
committed by GitHub
parent e0d7318236
commit 1406e186be
9 changed files with 114 additions and 52 deletions
@@ -0,0 +1 @@
* Added an early check for updates to Orbit (before sub-systems are started).