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:
authorJohn Cai <jcai@gitlab.com>2019-04-18 19:44:09 +0300
committerJohn Cai <jcai@gitlab.com>2019-04-18 19:44:09 +0300
commit5f16a6cdac906d5aa0c375f408fad4a4aef5bcc7 (patch)
treea874dfed93ff17e84c54159acac8d8fc53287fee /CHANGELOG.md
parente8701fc815327cada88c1673dac1e6eb7ad3bc70 (diff)
Version 1.34.0v1.34.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a3f6cc69..1bb3e3ca6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Gitaly changelog
+## v1.34.0
+
+#### Added
+- Add PackRefs RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1161
+- Implement ListRemotes
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1019
+- Test and require Git 2.21
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1205
+- Add WikiListPages RPC call
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1194
+
+#### Fixed
+- Cleanup RPC prunes disconnected work trees
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1189
+- Fix FindAllTags to dereference tags that point to other tags
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1193
+
+#### Other
+- Datastore pattern for replication jobs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1147
+- Remove find all tags ruby
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1163
+- Delete SSH frontend code from ruby/gitlab-shell
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1179
+
## v1.33.0
#### Added