5.7 KiB
Changes in unreleased
Summary
- Change - Add the thumbnails command: #156
- Change - Integrate import command from ocis-migration: #249
- Change - Initial release of basic version: #2
- Change - Start ocis-accounts with the ocis server command: #25
- Change - Switch over to a new custom-built runtime: #287
- Change - Make ocis-settings available: #287
- Change - Start ocis-proxy with the ocis server command: #119
- Enhancement - Document how to run OCIS on top of EOS: #172
- Enhancement - Update extensions: #180
- Enhancement - Update extensions: #209
- Enhancement - Update extensions: #151
- Enhancement - Update extensions: #290
- Enhancement - Update ocis-reva to 0.4.0: #295
- Enhancement - Update extensions: #209
- Enhancement - Update proxy to v0.2.0: #167
Details
-
Change - Add the thumbnails command: #156
Added the thumbnails command so that the thumbnails service can get started via ocis.
-
Change - Integrate import command from ocis-migration: #249
https://github.com/owncloud/ocis/pull/249 https://github.com/owncloud/ocis-migration
-
Change - Initial release of basic version: #2
Just prepared an initial basic version which simply embeds the minimum of required services in the context of the ownCloud Infinite Scale project.
-
Change - Start ocis-accounts with the ocis server command: #25
Starts ocis-accounts in single binary mode (./ocis server). This service stores the user-account information.
https://github.com/owncloud/product/issues/25 https://github.com/owncloud/ocis/pull/239/files
-
Change - Switch over to a new custom-built runtime: #287
We moved away from using the go-micro runtime and are now using our own runtime. 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 killandocis runavailable for service runtime management. -
Change - Make ocis-settings available: #287
This version delivers
settingsas a new service. It is part of the array of services in theservercommand. -
Change - Start ocis-proxy with the ocis server command: #119
Starts the proxy in single binary mode (./ocis server) on port 9200. The proxy serves as a single-entry point for all http-clients.
https://github.com/owncloud/ocis/issues/119 https://github.com/owncloud/ocis/issues/136
-
Enhancement - Document how to run OCIS on top of EOS: #172
We have added rules to the Makefile that use the official eos docker images to boot an eos cluster and configure OCIS to use it.
-
Enhancement - Update extensions: #180
We've updated various extensions to a tagged release: - ocis-phoenix v0.4.0 (phoenix v0.7.0)
- ocis-pkg v2.2.0 - ocis-proxy v0.3.1 - ocis-reva v0.1.1 - ocis-thumbnails v0.1.0 - ocis-webdav v0.1.0
-
Enhancement - Update extensions: #209
We've updated various extensions: - ocis-konnectd v0.3.1 - ocis-phoenix v0.5.0 (phoenix v0.8.0) - ocis-reva v0.2.0
-
Enhancement - Update extensions: #151
We've updated various extensions to a tagged release: - ocis-konnectd v0.2.0 - ocis-glauth v0.4.0 - ocis-phoenix v0.3.0 (phoenix v0.6.0) - ocis-pkg v2.1.0 - ocis-proxy v0.1.0 - ocis-reva v0.1.0
-
Enhancement - Update extensions: #290
We've updated various extensions: - ocis-thumbnails v0.1.2 (tag) - ocis-reva v0.3.0 (tag)
-
Enhancement - Update ocis-reva to 0.4.0: #295
Brings in fixes for trashbin and TUS upload. Also adds partial implementation of public shares.
-
Enhancement - Update extensions: #209
We've updated various extensions: - ocis-konnectd v0.3.1 - ocis-phoenix v0.6.0 - ocis-reva v0.2.1 - ocis-pkg v2.2.1 - ocis-thumbnails v0.1.2
-
Enhancement - Update proxy to v0.2.0: #167