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:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-02-14 15:22:51 +0300
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-02-23 04:38:58 +0300
commitd03dee26b9d15440ba3d52d319b11474176143c4 (patch)
tree5e4359ed56bdd13da6b00d56ed55930626f1d2d8 /changelogs
parent48d31abc97528a36614b545f0b61fa14053ce4a8 (diff)
Refactor params for notes_actions
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/54924-refactor-notes-actions-params.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/54924-refactor-notes-actions-params.yml b/changelogs/unreleased/54924-refactor-notes-actions-params.yml
new file mode 100644
index 00000000000..b6083820401
--- /dev/null
+++ b/changelogs/unreleased/54924-refactor-notes-actions-params.yml
@@ -0,0 +1,5 @@
+---
+title: Fix commenting on commits having SHA1 starting with a large number
+merge_request: 25278
+author:
+type: fixed