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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-07-18 21:41:52 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-07-18 21:41:52 +0300
commit59ea286d91fe7fa7ac3a4abf01241afe4a1d2b03 (patch)
treedbf50aca09575078a5655ecf54ea9b9116c91883
parent9a22493940886891f4ffcb6627d734ada4d99790 (diff)
Version 0.113.0v0.113.0
-rw-r--r--CHANGELOG.md48
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/ci-clean-up-matrix.yml5
-rw-r--r--changelogs/unreleased/fix-lines-sender-chunking.yml5
-rw-r--r--changelogs/unreleased/fix-path-logging.yml5
-rw-r--r--changelogs/unreleased/gitaly-ruby-signals.yml5
-rw-r--r--changelogs/unreleased/gitlab-git-vendor-exclude-20180717.yml5
-rw-r--r--changelogs/unreleased/list-error-message.yml5
-rw-r--r--changelogs/unreleased/make-wiki-private.yml5
-rw-r--r--changelogs/unreleased/nil-committer-author.yml5
-rw-r--r--changelogs/unreleased/remote-branches.yml5
-rw-r--r--changelogs/unreleased/remove-postreceive.yml5
-rw-r--r--changelogs/unreleased/sh-add-wiki-pages-limit.yml5
-rw-r--r--changelogs/unreleased/un-vendor-tree-rb.yml5
-rw-r--r--changelogs/unreleased/update-git-to-2-18-0.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180710-jv.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180712-jv.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180713-jv.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180717-jv.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180718.yml5
20 files changed, 49 insertions, 91 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c744d1bee..0b5686009 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,53 @@
# Gitaly changelog
+## v0.113.0
+
+#### Added
+- Update Git to 2.18.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/795
+- Implement RefService.FindAllRemoteBranches RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/799
+
+#### Fixed
+- Fix lines.Sender message chunking
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/817
+- Fix nil commit author dereference
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/800
+
+#### Other
+- Vendor gitlab_git at 740ae2d194f3833e224
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/819
+- Vendor gitlab-git at 49d7f92fd7476b4fb10e44f
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/798
+- Vendor gitlab_git at 555afe8971c9ab6f9
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/803
+- Move git/wiki*.rb out of vendor
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/804
+- Clean up CI matrix
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/811
+- Stop vendoring some gitlab_git files we don't need
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/801
+- Vendor gitlab_git at 16b867d8ce6246ad8
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/810
+- Vendor gitlab-git at e661896b54da82c0327b1
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/814
+- Catch SIGINT in gitaly-ruby
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/818
+- Fix diff path logging
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/812
+- Exclude more gitlab_git files from vendoring
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/815
+- Improve ListError message
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/809
+
+#### Performance
+- Add limit parameter for WikiGetAllPagesRequest
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/807
+
+#### Removed
+- Remove implementation of Notifications::PostReceive
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/806
+
## v0.112.0
#### Fixed
diff --git a/VERSION b/VERSION
index e23e3fd29..5fea17685 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.112.0
+0.113.0
diff --git a/changelogs/unreleased/ci-clean-up-matrix.yml b/changelogs/unreleased/ci-clean-up-matrix.yml
deleted file mode 100644
index 4811e3f8e..000000000
--- a/changelogs/unreleased/ci-clean-up-matrix.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Clean up CI matrix
-merge_request: 811
-author:
-type: other
diff --git a/changelogs/unreleased/fix-lines-sender-chunking.yml b/changelogs/unreleased/fix-lines-sender-chunking.yml
deleted file mode 100644
index 04cabe19e..000000000
--- a/changelogs/unreleased/fix-lines-sender-chunking.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix lines.Sender message chunking
-merge_request: 817
-author:
-type: fixed
diff --git a/changelogs/unreleased/fix-path-logging.yml b/changelogs/unreleased/fix-path-logging.yml
deleted file mode 100644
index 94821ba17..000000000
--- a/changelogs/unreleased/fix-path-logging.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix diff path logging
-merge_request: 812
-author:
-type: other
diff --git a/changelogs/unreleased/gitaly-ruby-signals.yml b/changelogs/unreleased/gitaly-ruby-signals.yml
deleted file mode 100644
index b45d78af6..000000000
--- a/changelogs/unreleased/gitaly-ruby-signals.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Catch SIGINT in gitaly-ruby
-merge_request: 818
-author:
-type: other
diff --git a/changelogs/unreleased/gitlab-git-vendor-exclude-20180717.yml b/changelogs/unreleased/gitlab-git-vendor-exclude-20180717.yml
deleted file mode 100644
index d46bf50b9..000000000
--- a/changelogs/unreleased/gitlab-git-vendor-exclude-20180717.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Exclude more gitlab_git files from vendoring
-merge_request: 815
-author:
-type: other
diff --git a/changelogs/unreleased/list-error-message.yml b/changelogs/unreleased/list-error-message.yml
deleted file mode 100644
index 4a62480d4..000000000
--- a/changelogs/unreleased/list-error-message.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Improve ListError message
-merge_request: 809
-author:
-type: other
diff --git a/changelogs/unreleased/make-wiki-private.yml b/changelogs/unreleased/make-wiki-private.yml
deleted file mode 100644
index bbb887e36..000000000
--- a/changelogs/unreleased/make-wiki-private.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Move git/wiki*.rb out of vendor
-merge_request: 804
-author:
-type: other
diff --git a/changelogs/unreleased/nil-committer-author.yml b/changelogs/unreleased/nil-committer-author.yml
deleted file mode 100644
index 9d84a049e..000000000
--- a/changelogs/unreleased/nil-committer-author.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix nil commit author dereference
-merge_request: 800
-author:
-type: fixed
diff --git a/changelogs/unreleased/remote-branches.yml b/changelogs/unreleased/remote-branches.yml
deleted file mode 100644
index 8f1327d7d..000000000
--- a/changelogs/unreleased/remote-branches.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Implement RefService.FindAllRemoteBranches RPC
-merge_request: 799
-author:
-type: added
diff --git a/changelogs/unreleased/remove-postreceive.yml b/changelogs/unreleased/remove-postreceive.yml
deleted file mode 100644
index dbd64daa3..000000000
--- a/changelogs/unreleased/remove-postreceive.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove implementation of Notifications::PostReceive
-merge_request: 806
-author:
-type: removed
diff --git a/changelogs/unreleased/sh-add-wiki-pages-limit.yml b/changelogs/unreleased/sh-add-wiki-pages-limit.yml
deleted file mode 100644
index 1f4dffd4b..000000000
--- a/changelogs/unreleased/sh-add-wiki-pages-limit.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add limit parameter for WikiGetAllPagesRequest
-merge_request: 807
-author:
-type: performance
diff --git a/changelogs/unreleased/un-vendor-tree-rb.yml b/changelogs/unreleased/un-vendor-tree-rb.yml
deleted file mode 100644
index af4747e42..000000000
--- a/changelogs/unreleased/un-vendor-tree-rb.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Stop vendoring some gitlab_git files we don't need
-merge_request: 801
-author:
-type: other
diff --git a/changelogs/unreleased/update-git-to-2-18-0.yml b/changelogs/unreleased/update-git-to-2-18-0.yml
deleted file mode 100644
index 6eeff8340..000000000
--- a/changelogs/unreleased/update-git-to-2-18-0.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update Git to 2.18.0
-merge_request: 795
-author:
-type: added
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180710-jv.yml b/changelogs/unreleased/vendor-gitlab-git-20180710-jv.yml
deleted file mode 100644
index 84af30a09..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180710-jv.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab-git at 49d7f92fd7476b4fb10e44f
-merge_request: 798
-author:
-type: other
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180712-jv.yml b/changelogs/unreleased/vendor-gitlab-git-20180712-jv.yml
deleted file mode 100644
index aa3411c61..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180712-jv.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab_git at 555afe8971c9ab6f9
-merge_request: 803
-author:
-type: other
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180713-jv.yml b/changelogs/unreleased/vendor-gitlab-git-20180713-jv.yml
deleted file mode 100644
index 0bf9613d0..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180713-jv.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab_git at 16b867d8ce6246ad8
-merge_request: 810
-author:
-type: other
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180717-jv.yml b/changelogs/unreleased/vendor-gitlab-git-20180717-jv.yml
deleted file mode 100644
index 3c09f6d7e..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180717-jv.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab-git at e661896b54da82c0327b1
-merge_request: 814
-author:
-type: other
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180718.yml b/changelogs/unreleased/vendor-gitlab-git-20180718.yml
deleted file mode 100644
index bc682d92f..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180718.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab_git at 740ae2d194f3833e224
-merge_request: 819
-author:
-type: other