-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 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,7 @@ | ||
Change: Switch over to a new custom-built runtime | ||
|
||
We moved away from using the go-micro runtime and are now using [our own runtime](https://github.com/refs/pman). | ||
This allows us to spawn service processes even when they are using different versions of go-micro. On top of that we | ||
now have the commands `ocis list`, `ocis kill` and `ocis run` available for service runtime management. | ||
|
||
https://github.com/owncloud/ocis/pull/287 |
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 @@ | ||
Change: Make ocis-settings available | ||
|
||
This version delivers `settings` as a new service. It is part of the array of services in the `server` command. | ||
|
||
https://github.com/owncloud/ocis/pull/287 |