summaryrefslogtreecommitdiffstats
path: root/dcae-cli/ChangeLog.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-18 13:25:28 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-19 09:42:33 -0400
commit249fa95e2bea21f840f3ee5c8311a0bfe13a1b3c (patch)
treea6f48400fe4bb7ecfc314639f24e355e97872aef /dcae-cli/ChangeLog.md
parent4188380fb7b806640103f557afec344455787a34 (diff)
Make dcae-cli more tolerant aka configurable
* Seeding configuration is no longer a fatal issue * Setup database connection * Seeding profiles is no longer a fatal issue Change-Id: Ica2150a1ca52bb422e4bf6d1213c6eacfb0ba128 Issue-Id: DCAEGEN2-110 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'dcae-cli/ChangeLog.md')
-rw-r--r--dcae-cli/ChangeLog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/dcae-cli/ChangeLog.md b/dcae-cli/ChangeLog.md
index 4e169fc..794b6a7 100644
--- a/dcae-cli/ChangeLog.md
+++ b/dcae-cli/ChangeLog.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## []
+
+* Make server url (url to webserver that has static artifacts like json schemas) a configuration parameter
+* Seeding configuration is no longer a fatal issue
+* Setup database connection via manual user inputs if seed config not there
+* Seeding profiles is no longer a fatal issue
+
## [2.9.0]
* Add data format generate command