add changelog
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Enhancement: Migrate ocis-graph to ocis monorepo
|
||||
|
||||
Tags: ocis, ocis-graph
|
||||
|
||||
Ocis-graph was not migrated during the monorepo conversion.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/1594
|
||||
@@ -1,28 +0,0 @@
|
||||
{{- range $changes := . }}{{ with $changes -}}
|
||||
# Changelog for {{ .Version }}
|
||||
|
||||
The following sections list the changes for {{ .Version }}.
|
||||
|
||||
## 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 -}}
|
||||
@@ -1,6 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
We are using [calens](https://github.com/restic/calens) to properly generate a
|
||||
changelog before we are tagging a new release. To get an idea how this could
|
||||
look like <https://github.com/restic/restic/tree/master/changelog> would be the
|
||||
best reference.
|
||||
@@ -1,11 +0,0 @@
|
||||
Bugfix: Fix behavior for foobar (in present tense)
|
||||
|
||||
We've fixed the behavior for foobar, a long-standing annoyance for users. The
|
||||
text should be wrapped at 80 characters length.
|
||||
|
||||
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/owncloud/ocis-graph/issues/1234
|
||||
https://github.com/owncloud/ocis-graph/pull/55555
|
||||
@@ -1,5 +0,0 @@
|
||||
Enhancement: Configuration
|
||||
|
||||
Extensions should be responsible of configuring themselves. We use Viper for config loading from default paths. Environment variables **WILL** take precedence over config files.
|
||||
|
||||
https://github.com/owncloud/ocis-graph/pull/27
|
||||
@@ -1,6 +0,0 @@
|
||||
Change: Initial release of basic version
|
||||
|
||||
Just prepare an initial basic version to serve a graph world API that can be
|
||||
used by Phoenix or other extensions.
|
||||
|
||||
https://github.com/owncloud/ocis-graph/issues/7
|
||||
@@ -1,5 +0,0 @@
|
||||
Bugfix: remove redigo 2.0.0+incompatible dependency
|
||||
|
||||
get rid of redigo v2.0.0
|
||||
|
||||
https://github.com/owncloud/ocis-graph/pull/33
|
||||
@@ -1,5 +0,0 @@
|
||||
Bugfix: build docker images with alpine:latest instead of alpine:edge
|
||||
|
||||
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
|
||||
|
||||
https://github.com/owncloud/ocis-graph/pull/32
|
||||
Reference in New Issue
Block a user