This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unnecessary '--sync' from 'plan execute' which was ill-concieved. * Move operation execute responsibility from Server to Executor. Factor out event dispatching into a separate type and implement for both use-cases - installer and install agent. * Ensure proper execution of install steps on the agent. * Add dispatcher tests. Fix a bug in buffered dispatcher with duplicate events * Close dispatcher in executeConcurrentStep for all exit points
- Loading branch information
1 parent
d345eed
commit dfc549a
Showing
22 changed files
with
1,555 additions
and
1,199 deletions.
There are no files selected for viewing
This file contains 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 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
Oops, something went wrong.