-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move migrations to the autopilot (#1735)
This PR moves the migration code from the worker to the autopilot. The diff is already quite big so I decided to draw the line here, we definitely have to revisit the structure of the `internal` package a bit, and we have to cleanup a bunch of interfaces that got out of hand. Since we're moving the `autopilot` into the `bus` next I figured it's probably best to do it then. In short: - autopilot has a new `migrator` package - added `migrator` section to the config - contract spending moved to `internal` - account manager moved to `internal` - host manager moved to `internal` - remove all migration code from worker
- Loading branch information
Showing
34 changed files
with
1,071 additions
and
928 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
default: major | ||
--- | ||
|
||
# Move migrations to the autopilot |
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.