Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-12-26 10:34:47 +0300
committerStan Hu <stanhu@gmail.com>2019-04-15 01:26:25 +0300
commite675fe4621bc5668d5d9b72961a38be72baf23dd (patch)
treecb4c8593d12c0bfa3cc223973052d4a657fb510c /changelogs
parentd2d9fb9a863909d1002029ddd19247b52264ab4d (diff)
Validate refs used in controllers don't have spaces
This avoids an unnecessary call to Gitaly and reduces gRPC errors. * Closes https://gitlab.com/gitlab-org/gitaly/issues/1425 * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58572
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-validate-ref-name-in-commit.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-validate-ref-name-in-commit.yml b/changelogs/unreleased/sh-validate-ref-name-in-commit.yml
new file mode 100644
index 00000000000..399529556bc
--- /dev/null
+++ b/changelogs/unreleased/sh-validate-ref-name-in-commit.yml
@@ -0,0 +1,5 @@
+---
+title: Validate refs used in controllers don't have spaces
+merge_request: 24037
+author:
+type: other