-
Notifications
You must be signed in to change notification settings - Fork 112
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
15 changed files
with
584 additions
and
24 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,23 @@ | ||
Changelog for Reva unreleased (UNRELEASED) | ||
======================================= | ||
|
||
The following sections list the changes in Reva unreleased relevant to | ||
Reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
|
||
* Enh #243: Create reference when accepting a share | ||
|
||
Details | ||
------- | ||
|
||
* Enhancement #243: Create reference when accepting a share | ||
|
||
When accepting a share only the state information changed for the share was not merged into the | ||
user tree. Now after accepting a share, the share is mounted into the user tree in a location | ||
specified by the user. | ||
|
||
https://github.com/reva/reva/pull/243 | ||
|
||
|
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,32 @@ | ||
{{- range $changes := . }}{{ with $changes -}} | ||
Changelog for Reva {{ .Version }} ({{ .Date }}) | ||
======================================= | ||
|
||
The following sections list the changes in Reva {{ .Version }} relevant to | ||
Reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
{{ range $entry := .Entries }}{{ with $entry }} | ||
* {{ .TypeShort }} #{{ .PrimaryID }}: {{ .Title }} | ||
{{- end }}{{ end }} | ||
|
||
Details | ||
------- | ||
{{ range $entry := .Entries }}{{ with $entry }} | ||
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }} | ||
{{ range $par := .Paragraphs }} | ||
{{ wrap $par 80 3 }} | ||
{{ end -}} | ||
{{ range $url := .IssueURLs }} | ||
{{ $url -}} | ||
{{ end -}} | ||
{{ range $url := .PRURLs }} | ||
{{ $url -}} | ||
{{ end -}} | ||
{{ range $url := .OtherURLs }} | ||
{{ $url -}} | ||
{{ end }} | ||
{{ end }}{{ end }} | ||
|
||
{{ end }}{{ end -}} |
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,14 @@ | ||
Bugfix: Fix behavior for foobar (in present tense) | ||
|
||
We've fixed the behavior for foobar, a long-standing annoyance for Reva | ||
users. | ||
|
||
The text in the paragraphs is written in past tense. The last section is a list | ||
of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID, | ||
in case there aren't any issue links) is used as the primary ID. | ||
|
||
https://github.com/cs3org/reva/issues/292 | ||
https://github.com/cs3org/reva/pull/323 | ||
|
||
Note: you can use Bugfix or Enhancement as the first keyword to denote | ||
either a bufix or an improvement. |
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,31 @@ | ||
{{- range $changes := . }}{{ with $changes -}} | ||
Changelog for Reva {{ .Version }} ({{ .Date }}) | ||
======================================= | ||
|
||
The following sections list the changes in Reva {{ .Version }} relevant to Reva users. The changes are ordered by importance. | ||
|
||
Summary | ||
------- | ||
{{ range $entry := .Entries }}{{ with $entry }} | ||
* {{ .TypeShort }} [#{{ .PrimaryID }}]({{ .PrimaryURL }}): {{ .Title }} | ||
{{- end }}{{ end }} | ||
|
||
Details | ||
------- | ||
{{ range $entry := .Entries }}{{ with $entry }} | ||
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }} | ||
{{ range $par := .Paragraphs }} | ||
{{ $par }} | ||
{{ end }} | ||
{{ range $id := .Issues -}} | ||
{{ ` ` }}[#{{ $id }}](https://github.com/reva/reva/issues/{{ $id -}}) | ||
{{- end -}} | ||
{{ range $id := .PRs -}} | ||
{{ ` ` }}[#{{ $id }}](https://github.com/reva/reva/pull/{{ $id -}}) | ||
{{- end -}} | ||
{{ ` ` }}{{ range $url := .OtherURLs -}} | ||
{{ $url -}} | ||
{{- end }} | ||
{{ end }}{{ end }} | ||
|
||
{{ end }}{{ end -}} |
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: Create release procedure for Reva | ||
|
||
Reva did not have any procedure to release versions. | ||
This PR brings a new tool to release Reva versions (tools/release) | ||
and prepares the necessary files for artefact distributed made from Drone | ||
into Github pages. | ||
|
||
https://github.com/reva/reva/pull/334 |
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
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 @@ | ||
--- | ||
title: "Changelog" | ||
linkTitle: "Changelog" | ||
weight: 40 | ||
description: > | ||
Changelog of Reva releases | ||
--- | ||
|
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
Oops, something went wrong.