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:
authorRémy Coutable <remy@rymai.me>2016-06-30 20:07:52 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-30 22:26:05 +0300
commita700bc4ce9260f2a6d7a7ae8a84236f60cb24577 (patch)
tree783568e85c87335aea79d6ce93bfb981828b48e3 /CHANGELOG
parentce8db128a948a618eb297c27fdde4f8322c36e87 (diff)
Merge branch 'fix_restore_warning' into 'master'
Fix restore warning message ## What does this MR do? Fix the restore Rake task so it properly outputs the database warning. This is a pretty important warning and it was not even being output. After this fix, the output looks like the screenshot below. ![Screen_Shot_2016-06-28_at_3.53.46_PM](/uploads/d250189d39fcacd0c8ec0aacf9cd930d/Screen_Shot_2016-06-28_at_3.53.46_PM.png) See merge request !4980 (cherry picked from commit 0144dce7ee4ea92b588946599421184cd164ed1c)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e2a654f4462..b113bba7aef 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 8.9.4
- Fixed URL on label button when filtering. !4897
- Fixed commit avatar alignment. !4933
- Do not show build retry link when build is active. !4967
+ - Fix restore Rake task warning message output. !4980
v 8.9.3
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963