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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-09-06 20:55:01 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-09-06 20:55:01 +0300
commit232c26309a8e9bef61262ccd04a8f0ba75e13d73 (patch)
treee756f9b615fbc2b18cac1ecf4ae2c4f8ca820e2f /CHANGELOG.md
parenta47b6565397d082fbd92d96e749f6e21f3174faa (diff)
Version 0.119.0v0.119.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c41291a76..ff7b59cef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,43 @@
# Gitaly changelog
+## v0.119.0
+
+#### Added
+- Add server implementation for FindRemoteRootRef
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/874
+
+#### Changed
+- Allow merge base to receive more than 2 revisions
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/869
+- Stop vendoring some Gitlab::Git::* classes
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/865
+
+#### Fixed
+- Support custom_hooks being a symlink
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/871
+- Prune large patches by default when enforcing limits
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/858
+- Fix diffs being collapsed unnecessarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/854
+- Remove stale HEAD.lock if it exists
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/861
+- Fix patch size calculations to not include headers
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/859
+
+#### Other
+- Vendor Gitlab::Git at c87ca832263
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/860
+- Bump gitaly-proto to 0.112.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/857
+
+#### Security
+- Bump rugged to 0.27.4 for security fixes
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/856
+- Update the sanitize gem to at least 4.6.6
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/876
+- Bump rouge to 3.2.1
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/862
+
## v0.118.0
#### Added