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
parenta47b6565397d082fbd92d96e749f6e21f3174faa (diff)
Version 0.119.0v0.119.0
-rw-r--r--CHANGELOG.md38
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/bvl-merge-base-multiple-revisions.yml5
-rw-r--r--changelogs/unreleased/custom-hooks-symlink.yml5
-rw-r--r--changelogs/unreleased/da-fetch-default-branch-name.yml5
-rw-r--r--changelogs/unreleased/diff-collapsing.yml5
-rw-r--r--changelogs/unreleased/fix-collapse-lines.yml5
-rw-r--r--changelogs/unreleased/osw-prune-large-patches-by-default.yml5
-rw-r--r--changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml5
-rw-r--r--changelogs/unreleased/sh-bump-rouge-3-2-1.yml5
-rw-r--r--changelogs/unreleased/sh-bump-rugged-0-27-4.yml5
-rw-r--r--changelogs/unreleased/zj-head-lokc.yml5
-rw-r--r--changelogs/unreleased/zj-stop-vendering-files.yml5
-rw-r--r--changelogs/unreleased/zj-update-sanitize.yml5
-rw-r--r--changelogs/unreleased/zj-vendor-gitlab-git-20180815.yml5
15 files changed, 39 insertions, 66 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
diff --git a/VERSION b/VERSION
index 12f9c914f..f34340fc2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.118.0
+0.119.0
diff --git a/changelogs/unreleased/bvl-merge-base-multiple-revisions.yml b/changelogs/unreleased/bvl-merge-base-multiple-revisions.yml
deleted file mode 100644
index be4b55d83..000000000
--- a/changelogs/unreleased/bvl-merge-base-multiple-revisions.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Allow merge base to receive more than 2 revisions
-merge_request: 869
-author:
-type: changed
diff --git a/changelogs/unreleased/custom-hooks-symlink.yml b/changelogs/unreleased/custom-hooks-symlink.yml
deleted file mode 100644
index 9a0ee2b58..000000000
--- a/changelogs/unreleased/custom-hooks-symlink.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Support custom_hooks being a symlink
-merge_request: 871
-author:
-type: fixed
diff --git a/changelogs/unreleased/da-fetch-default-branch-name.yml b/changelogs/unreleased/da-fetch-default-branch-name.yml
deleted file mode 100644
index dfa06cf96..000000000
--- a/changelogs/unreleased/da-fetch-default-branch-name.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add server implementation for FindRemoteRootRef
-merge_request: 874
-author:
-type: added
diff --git a/changelogs/unreleased/diff-collapsing.yml b/changelogs/unreleased/diff-collapsing.yml
deleted file mode 100644
index 4edbd3618..000000000
--- a/changelogs/unreleased/diff-collapsing.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix diffs being collapsed unnecessarily
-merge_request: 854
-author:
-type: fixed
diff --git a/changelogs/unreleased/fix-collapse-lines.yml b/changelogs/unreleased/fix-collapse-lines.yml
deleted file mode 100644
index 87cb3e491..000000000
--- a/changelogs/unreleased/fix-collapse-lines.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix patch size calculations to not include headers
-merge_request: 859
-author:
-type: fixed
diff --git a/changelogs/unreleased/osw-prune-large-patches-by-default.yml b/changelogs/unreleased/osw-prune-large-patches-by-default.yml
deleted file mode 100644
index 1a7bb4e69..000000000
--- a/changelogs/unreleased/osw-prune-large-patches-by-default.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Prune large patches by default when enforcing limits
-merge_request: 858
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml b/changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml
deleted file mode 100644
index f402303a4..000000000
--- a/changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bump gitaly-proto to 0.112.0
-merge_request: 857
-author:
-type: other
diff --git a/changelogs/unreleased/sh-bump-rouge-3-2-1.yml b/changelogs/unreleased/sh-bump-rouge-3-2-1.yml
deleted file mode 100644
index f7ccd906a..000000000
--- a/changelogs/unreleased/sh-bump-rouge-3-2-1.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bump rouge to 3.2.1
-merge_request: 862
-author:
-type: security
diff --git a/changelogs/unreleased/sh-bump-rugged-0-27-4.yml b/changelogs/unreleased/sh-bump-rugged-0-27-4.yml
deleted file mode 100644
index e541bfd04..000000000
--- a/changelogs/unreleased/sh-bump-rugged-0-27-4.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bump rugged to 0.27.4 for security fixes
-merge_request: 856
-author:
-type: security
diff --git a/changelogs/unreleased/zj-head-lokc.yml b/changelogs/unreleased/zj-head-lokc.yml
deleted file mode 100644
index d2078fadf..000000000
--- a/changelogs/unreleased/zj-head-lokc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove stale HEAD.lock if it exists
-merge_request: 861
-author:
-type: fixed
diff --git a/changelogs/unreleased/zj-stop-vendering-files.yml b/changelogs/unreleased/zj-stop-vendering-files.yml
deleted file mode 100644
index 38b2a433d..000000000
--- a/changelogs/unreleased/zj-stop-vendering-files.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Stop vendoring some Gitlab::Git::* classes
-merge_request: 865
-author:
-type: changed
diff --git a/changelogs/unreleased/zj-update-sanitize.yml b/changelogs/unreleased/zj-update-sanitize.yml
deleted file mode 100644
index 99d22bcad..000000000
--- a/changelogs/unreleased/zj-update-sanitize.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update the sanitize gem to at least 4.6.6
-merge_request: 876
-author:
-type: security
diff --git a/changelogs/unreleased/zj-vendor-gitlab-git-20180815.yml b/changelogs/unreleased/zj-vendor-gitlab-git-20180815.yml
deleted file mode 100644
index a91917fd0..000000000
--- a/changelogs/unreleased/zj-vendor-gitlab-git-20180815.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor Gitlab::Git at c87ca832263
-merge_request: 860
-author:
-type: other