UI initial implementation.
[validation.git] / ui / CHANGELOG.md
diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md
new file mode 100644 (file)
index 0000000..fd87d9b
--- /dev/null
@@ -0,0 +1,62 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+## [Unreleased]
+
+## [0.0.1-SNAPSHOT] - 4 June 2019
+### Added
+- A user can commit and be informed about submissions of blueprint validation requests.
+- Appropriate dockerfiles have been added for the UI and the required postgreSQL db.
+- .gitignore file has been updated
+- Integration with Jenkins completed
+- The URL of the result is retrieved and displayed
+- Multi-threading is now supported
+- Notification callback from Jenkins implemented
+- Results are retrieved from Nexus
+- Results are displayed
+- UI and postgreSQL docker projects support the makefile automation build and push process
+- README file is included
+- CHANGELOG is included
+- Coala static code analysis performed for Java and JS files
+
+### Changed
+
+### Removed
+
+## [0.0.1-SNAPSHOT] - 5 June 2019
+### Added
+
+### Changed
+- PostgreSQL database model has been refactored in order to support 4 tables, namely timeslot, blueprint, blueprint_instance, submission
+- Trailing spaces removed from comments in javascript files
+
+### Removed
+
+## [0.0.1-SNAPSHOT] - 6 June 2019
+### Added
+- Community lab is now supported
+
+### Changed
+- README file is updated.
+- Coala static analysis issues fixed for Javascript files
+- README.md has been renamed to README.rst
+
+### Removed
+
+## [0.0.1-SNAPSHOT] - 7 June 2019
+### Added
+- Arm lab is now supported
+
+### Changed
+- README file is updated.
+
+### Removed
+
+## [0.0.1-SNAPSHOT] - 10 June 2019
+### Added
+
+### Changed
+- Trailing spaces removed from all files.
+- README file is updated.
+
+### Removed
\ No newline at end of file