-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat(overlord): allow adding external managers #273
Merged
flotter
merged 20 commits into
canonical:master
from
paul-rodriguez:allowAddingOverlordManagers
Aug 25, 2023
Merged
feat(overlord): allow adding external managers #273
flotter
merged 20 commits into
canonical:master
from
paul-rodriguez:allowAddingOverlordManagers
Aug 25, 2023
Commits on Aug 21, 2023
-
overlord: allow adding custom managers
This commit introduces StateEngine.SetTaskRunner and therefore relaxes the constraint on the ordering of the managers in the StateEngine. This change has made the inited field of Overlord obsolete: there is no reason to guard against adding managers after Overlord.New anymore. So the inited field has been removed too. In turn, the relaxing of the ordering allows sister projects to add managers to the Overlord. The Overlord of a given Daemon can now be reached using a method of Daemon, so the sister project can use this functionality on their own Daemon.
Configuration menu - View commit details
-
Copy full SHA for 6c7589a - Browse repository at this point
Copy the full SHA 6c7589aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df46e41 - Browse repository at this point
Copy the full SHA df46e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for f599ab1 - Browse repository at this point
Copy the full SHA f599ab1View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 093034c - Browse repository at this point
Copy the full SHA 093034cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbba226 - Browse repository at this point
Copy the full SHA bbba226View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56d45ef - Browse repository at this point
Copy the full SHA 56d45efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a552e09 - Browse repository at this point
Copy the full SHA a552e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0f98a - Browse repository at this point
Copy the full SHA 4f0f98aView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da8c2c3 - Browse repository at this point
Copy the full SHA da8c2c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f1c80 - Browse repository at this point
Copy the full SHA f0f1c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56032ce - Browse repository at this point
Copy the full SHA 56032ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5225b - Browse repository at this point
Copy the full SHA 7a5225bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2228d72 - Browse repository at this point
Copy the full SHA 2228d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3654ef - Browse repository at this point
Copy the full SHA b3654efView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5bb04a - Browse repository at this point
Copy the full SHA a5bb04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f29faf - Browse repository at this point
Copy the full SHA 9f29fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7c105 - Browse repository at this point
Copy the full SHA 5c7c105View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd013c - Browse repository at this point
Copy the full SHA cbd013cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f8edc - Browse repository at this point
Copy the full SHA 29f8edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 714323f - Browse repository at this point
Copy the full SHA 714323fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.