Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-04-26 14:42:14 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-04-26 14:42:14 +0300
commit7e724bd3b526334df05a02b6049c279d259124f2 (patch)
tree332e081c28102e5ad05c99f0530ffec8a93d9f0e
parentb09bede9550c219595bd6a27796270fbecdd20e2 (diff)
CHANGELOG for 0.8.0
-rw-r--r--CHANGELOG.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8fdce8f3..0ce7ee17a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,18 @@
# Gitaly changelog
+v0.8.0
+
+- Don't error on invalid ref in CommitIsAncestor
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/129
+- Don't error on invalid commit in FindRefName
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/122
+- Return 'Not Found' gRPC code when repository is not found
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/120
+
v0.7.0
-- Use storage configuration data from config.toml, if possible, when
- resolving repository paths.
- https://gitlab.com/gitlab-org/gitaly/merge\_requests/119
-- Add CHANGELOG.md
+- Use storage configuration data from config.toml, if possible, when
+ resolving repository paths.
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/119
+- Add CHANGELOG.md
+