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:
authorDylan Griffith <dyl.griffith@gmail.com>2018-02-16 03:37:33 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-02-20 07:19:18 +0300
commit2823d2707e9e1a1d728fc7ae3da16edf6b1ba4e7 (patch)
treec3145b48f614a8453dc9161f665e6689c31623c4 /changelogs
parent1192526b89f2a6a24bbe6a0abe12443450fef95d (diff)
Remove unecessary validate: true from belongs_to :project
This does not seem to serve any clear purpose and causes other issues (see https://gitlab.com/gitlab-org/gitlab-ce/issues/43196#note_59275652)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/remove-unnecessary-validate-project.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/remove-unnecessary-validate-project.yml b/changelogs/unreleased/remove-unnecessary-validate-project.yml
new file mode 100644
index 00000000000..ebc8da03dd8
--- /dev/null
+++ b/changelogs/unreleased/remove-unnecessary-validate-project.yml
@@ -0,0 +1,5 @@
+---
+title: 'Remove unecessary validate: true from belongs_to :project'
+merge_request:
+author:
+type: fixed