From dc73176dc62d29dd476452c435573425f45da49c Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 16 Feb 2021 09:44:51 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3eaa88db..764f2752d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,14 @@ The following sections list the changes for unreleased. * Bugfix - Fix etcd address configuration: [#1546](https://github.com/owncloud/ocis/pull/1546) * Bugfix - Remove unimplemented config file option for oCIS root command: [#1636](https://github.com/owncloud/ocis/pull/1636) * Bugfix - Fix thumbnail generation when using different idp: [#1624](https://github.com/owncloud/ocis/issues/1624) +* Change - Initial release of graph and graph explorer: [#1594](https://github.com/owncloud/ocis/pull/1594) * Change - Move runtime code on refs/pman over to owncloud/ocis/ocis: [#1483](https://github.com/owncloud/ocis/pull/1483) * Enhancement - Use a default protocol parameter instead of explicitly disabling tus: [#1331](https://github.com/cs3org/reva/pull/1331) * Enhancement - Functionality to map home directory to different storage providers: [#1186](https://github.com/owncloud/ocis/pull/1186) * Enhancement - Introduce ADR: [#1042](https://github.com/owncloud/ocis/pull/1042) * Enhancement - Switch to opencontainers annotation scheme: [#1381](https://github.com/owncloud/ocis/pull/1381) * Enhancement - Migrate ocis-graph-explorer to ocis monorepo: [#1596](https://github.com/owncloud/ocis/pull/1596) +* Enhancement - Migrate ocis-graph to ocis monorepo: [#1594](https://github.com/owncloud/ocis/pull/1594) * Enhancement - Update reva to v1.5.2-0.20210125114636-0c10b333ee69: [#1482](https://github.com/owncloud/ocis/pull/1482) ## Details @@ -44,6 +46,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/1624 https://github.com/owncloud/ocis/pull/1628 +* Change - Initial release of graph and graph explorer: [#1594](https://github.com/owncloud/ocis/pull/1594) + + Tags: graph, graph-explorer + + We brought initial basic Graph and Graph-Explorer support for the ownCloud Infinite Scale + project. + + https://github.com/owncloud/ocis/pull/1594 + https://github.com/owncloud/ocis-graph-explorer/pull/3 + * Change - Move runtime code on refs/pman over to owncloud/ocis/ocis: [#1483](https://github.com/owncloud/ocis/pull/1483) Tags: ocis, runtime @@ -92,6 +104,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/1596 +* Enhancement - Migrate ocis-graph to ocis monorepo: [#1594](https://github.com/owncloud/ocis/pull/1594) + + Tags: ocis, ocis-graph + + Ocis-graph was not migrated during the monorepo conversion. + + https://github.com/owncloud/ocis/pull/1594 + * Enhancement - Update reva to v1.5.2-0.20210125114636-0c10b333ee69: [#1482](https://github.com/owncloud/ocis/pull/1482) * initial checksum support for ocis [cs3org/reva#1400](https://github.com/cs3org/reva/pull/1400)