-
Notifications
You must be signed in to change notification settings - Fork 113
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
9 changed files
with
80 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Enhancement: build daily releases | ||
|
||
Reva was not building releases of commits to the master branch. | ||
Thanks to @zazola. | ||
|
||
Commit-based released are generated every time a PR is merged into master. | ||
These releases are available at: | ||
https://reva-releases.web.cern.ch | ||
|
||
https://github.com/cs3org/reva/pull/402 |
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,11 @@ | ||
Enhancement: improve developer experience | ||
|
||
Reva provided the option to be run with a single configuration file by using the | ||
-c config flag. | ||
|
||
This PR adds the flag -dev-dir than can point to a directory containing multiple config | ||
files. The reva daemon will launch a new process per configuration file. | ||
|
||
Kudos to @refs. | ||
|
||
https://github.com/cs3org/reva/pull/416 |
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,11 @@ | ||
Enhancement: remove vendor support | ||
|
||
Because @dependabot cannot update in a clean way the | ||
vendor dependecies Reva removed support for vendored dependencies | ||
inside the project. | ||
|
||
Dependencies will continue to be versioned but they will | ||
be downloaded when compiling the artefacts. | ||
|
||
https://github.com/cs3org/reva/pull/468 | ||
https://github.com/cs3org/reva/pull/524 |
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,9 @@ | ||
Enhancement: simplify configuration | ||
|
||
Reva configuration was difficul as many of the configuration | ||
parameters were not providing sane defaults. | ||
This PR and the related listed below simplify the configuration. | ||
|
||
https://github.com/cs3org/reva/pull/545 | ||
https://github.com/cs3org/reva/pull/536 | ||
https://github.com/cs3org/reva/pull/568 |
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,8 @@ | ||
Enhancement: improve the documentation | ||
|
||
Documentation has been improved and can be consulted here: | ||
https://reva.link | ||
|
||
https://github.com/cs3org/reva/pull/561 | ||
https://github.com/cs3org/reva/pull/545 | ||
https://github.com/cs3org/reva/pull/568 |
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,12 @@ | ||
Enhancement: support home storages | ||
|
||
Reva did not have any functionality to handle home storages. | ||
These PRs make that happen. | ||
|
||
https://github.com/cs3org/reva/pull/562 | ||
https://github.com/cs3org/reva/pull/510 | ||
https://github.com/cs3org/reva/pull/493 | ||
https://github.com/cs3org/reva/pull/476 | ||
https://github.com/cs3org/reva/pull/469 | ||
https://github.com/cs3org/reva/pull/436 | ||
https://github.com/cs3org/reva/pull/571 |
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