Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (31 loc) · 3.1 KB

ReleaseNotes.md

File metadata and controls

35 lines (31 loc) · 3.1 KB

v0.2 (10/20/2017)

Release Notes

Notable Changes

The Barcelona Release (v 0.2) of the Core Metadata micro service includes the following:

  • Application of Google Style Guidelines to the code base
  • Increase in unit/intergration tests from 630 tests to 965 tests
  • POM changes for appropriate repository information for distribution/repos management, checkstyle plugins, etc.
  • Removed all references to unfinished DeviceManager work as part of Dell Fuse
  • Added Dockerfile for creation of micro service targeted for ARM64
  • Added interfaces for all Controller classes

Bug Fixes

  • Fix difference in API versus RAML document
  • GET Device Profile by id not returning 404
  • Removed OS specific file path for logging file
  • Provide option to include stack trace in log outputs

Pull Request/Commit Details

  • #15 - Remove staging plugin contributed by Jeremy Phelps (JPWKU)
  • #14 - Fixes Maven artifact dependency path contributed by Tyler Cox (trcox)
  • #13 - added staging and snapshots repos to pom along with nexus staging mav… contributed by Jim White (jpwhitemn)
  • #12 - Add aarch64 docker file contributed by (feclare)
  • #11 - Adds Docker build capability contributed by Tyler Cox (trcox)
  • #10 - removed duplicate property for nexus in pom.xml contributed by Jim White (jpwhitemn)
  • #9 - added tests, pom updates for checkstyles and nexus, addition of controller interfaces contributed by Jim White (jpwhitemn)
  • #8 - checkstyle changes, lint changes, package restructure, addition of in… contributed by Jim White (jpwhitemn)
  • #7 - Error responses to REST API calls include full stack traces
  • #6 - RAML API issue for device +fix
  • #5 - GET Device Profile by id not returning 404 +fix
  • #4 - Fixes Log File Path contributed by Tyler Cox (trcox)
  • #3 - Log File Path not Platform agnostic
  • #2 - Add distributionManagement for artifact storage contributed by Andrew Grimberg (tykeal)
  • #1 - Contributed Project Fuse source code contributed by Tyler Cox (trcox)