-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move parts of the project over to
rivershared
As discussed over Slack, we've been having trouble wherein we often find ourselves needing pieces of the main River Go project over in other projects like River UI, and having to copy a bunch of stuff over. Here, we establish a new `rivershared` repository in [1], then move references to it in the main repository over. Basically my methodology for this one is that I'd been working on the plugin system, wanted to see if `startstop.Service` could be moved so we didn't have to duplicate it in `rivertype`, moved it to `rivershared`, then moved all of its dependencies over to `rivershared` as well. (Most of these dependencies come from `startstop`'s test suite.) [1] https://github.com/riverqueue/rivershared/pull/1
- Loading branch information
Showing
95 changed files
with
360 additions
and
2,228 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
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.