7.9 KiB
Changes in unreleased
Summary
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #416
- 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
- Change - Update reva config: #336
- Enhancement - Document how to run OCIS on top of EOS: #172
- Enhancement - Add new REVA config variables to docs: #345
- Enhancement - Update extensions: #180
- Enhancement - Update extensions 2020-07-01: #357
- Enhancement - Update extensions: #209
- Enhancement - Update extensions: #151
- Enhancement - Update extensions 2020-07-10: #376
- Enhancement - Update extensions: #290
- Enhancement - Update ocis-reva to 0.4.0: #295
- Enhancement - Update extensions: #209
- Enhancement - Update extensions 2020-06-29: #334
- Enhancement - Update proxy to v0.2.0: #167
Details
-
Bugfix - Build docker images with alpine:latest instead of alpine:edge: #416
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
-
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
-
Change - Update reva config: #336
- EOS homes are not configured with an enable-flag anymore, but with a dedicated storage driver. - We're using it now and adapted default configs of storages
https://github.com/owncloud/ocis/pull/336 https://github.com/owncloud/ocis/pull/337 https://github.com/owncloud/ocis/pull/338 https://github.com/owncloud/ocis-reva/pull/891
-
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 - Add new REVA config variables to docs: #345
With the default setup of running oCIS with ocis-proxy we need to set
REVA_DATAGATEWAY_URLandREVA_FRONTEND_URLenvironment variables. We added those to the configuration instructions in the dev docs. -
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 2020-07-01: #357
- ocis-reva 0.9.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 2020-07-10: #376
- ocis-reva 0.10.0 - ocis-phoenix 0.9.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 extensions 2020-06-29: #334
- ocis-proxy 0.4.0 - ocis-migration 0.2.0 - ocis-reva 0.8.0 - ocis-phoenix 0.8.1
-
Enhancement - Update proxy to v0.2.0: #167