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-03-29 01:41:05 +0300
committerJohn Cai <jcai@gitlab.com>2019-03-29 01:41:05 +0300
commit35c7b104140fcc6e0549b886dc40bc8c7cc5d3f5 (patch)
treeb26477c24f6730b2b59e674a8f1a1642ba3bb6a3
parent64faa992d7617488ffb8b7715bf889952f541bc2 (diff)
Version 1.30.0v1.30.0
-rw-r--r--CHANGELOG.md26
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/id-add-wiki-pages-direction.yml5
-rw-r--r--changelogs/unreleased/jc-object-create-keep-resf.yml5
-rw-r--r--changelogs/unreleased/jc-remove-find-all-tags-ff.yml5
-rw-r--r--changelogs/unreleased/repack-delta-islands.yml5
-rw-r--r--changelogs/unreleased/sh-bump-github-linguist.yml5
-rw-r--r--changelogs/unreleased/sh-bump-rugged-0-28-1.yml5
-rw-r--r--changelogs/unreleased/sh-fix-ref-matcher-regexp.yml5
9 files changed, 27 insertions, 36 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a49de74a..a41d31594 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Gitaly changelog
+## v1.30.0
+
+#### Added
+- WikiGetAllPages RPC - Add params for sorting
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1081
+
+#### Changed
+- Keep origin remote and refs when creating an object pool
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1136
+
+#### Fixed
+- Bump github-linguist to 6.4.1
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1153
+- Fix too lenient ref wildcard matcher
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1158
+
+#### Other
+- Bump Rugged to 0.28.1
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/154
+- Remove FindAllTags feature flag
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1155
+
+#### Performance
+- Use delta islands in RepackFull and GarbageCollect
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1110
+
## v1.29.0
#### Fixed
diff --git a/VERSION b/VERSION
index 5e57fb895..034552a83 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.29.0
+1.30.0
diff --git a/changelogs/unreleased/id-add-wiki-pages-direction.yml b/changelogs/unreleased/id-add-wiki-pages-direction.yml
deleted file mode 100644
index 9790b1842..000000000
--- a/changelogs/unreleased/id-add-wiki-pages-direction.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: WikiGetAllPages RPC - Add params for sorting
-merge_request: 1081
-author:
-type: added
diff --git a/changelogs/unreleased/jc-object-create-keep-resf.yml b/changelogs/unreleased/jc-object-create-keep-resf.yml
deleted file mode 100644
index 53ac4f53c..000000000
--- a/changelogs/unreleased/jc-object-create-keep-resf.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Keep origin remote and refs when creating an object pool
-merge_request: 1136
-author:
-type: changed
diff --git a/changelogs/unreleased/jc-remove-find-all-tags-ff.yml b/changelogs/unreleased/jc-remove-find-all-tags-ff.yml
deleted file mode 100644
index 2a21abbf7..000000000
--- a/changelogs/unreleased/jc-remove-find-all-tags-ff.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove FindAllTags feature flag
-merge_request: 1155
-author:
-type: other
diff --git a/changelogs/unreleased/repack-delta-islands.yml b/changelogs/unreleased/repack-delta-islands.yml
deleted file mode 100644
index 3a6fe19dc..000000000
--- a/changelogs/unreleased/repack-delta-islands.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use delta islands in RepackFull and GarbageCollect
-merge_request: 1110
-author:
-type: performance
diff --git a/changelogs/unreleased/sh-bump-github-linguist.yml b/changelogs/unreleased/sh-bump-github-linguist.yml
deleted file mode 100644
index bb9bd881f..000000000
--- a/changelogs/unreleased/sh-bump-github-linguist.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bump github-linguist to 6.4.1
-merge_request: 1153
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-bump-rugged-0-28-1.yml b/changelogs/unreleased/sh-bump-rugged-0-28-1.yml
deleted file mode 100644
index b8e9223d1..000000000
--- a/changelogs/unreleased/sh-bump-rugged-0-28-1.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bump Rugged to 0.28.1
-merge_request: 154
-author:
-type: other
diff --git a/changelogs/unreleased/sh-fix-ref-matcher-regexp.yml b/changelogs/unreleased/sh-fix-ref-matcher-regexp.yml
deleted file mode 100644
index 3d60898a9..000000000
--- a/changelogs/unreleased/sh-fix-ref-matcher-regexp.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix too lenient ref wildcard matcher
-merge_request: 1158
-author:
-type: fixed