Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

55 lines (38 loc) · 4.52 KB

v2.0.0-beta3 -> v2.0.0-beta4

Features

  • 8df8999 _scripts/deploy.sh,Makefile: add auto-deployment to the staging deis cluster
  • f205e13 server.go,handlers/clusters_age_handler.go: design the cluster age REST API interface

Fixes

  • f5daff4 data: fix the cluster age filter

Documentation

  • a2f321d CHANGELOG.md: update for v2.0.0-beta3

Maintenance

  • e5757f4 glide: remove obsolete deps

v2.0.0-beta3

Features

  • 9deebbf server.go,handlers: create multi-get-endpoint to get all latest releases
  • 05ac9c4 handlers,server.go: add endpoint to get latest release for specified component/train
  • 777688e data: versions handlers + data scaffolding
  • 11d28fb Dockerfile: added root certs to docker image
  • 3352d7a deploy: add script to build and deploy images from master
  • f0ac5c0 CI: welcome travis

Fixes

  • a93301f rootfs: copy only the binary into the image
  • 447ffd7 data: updateClusterDBRecord now has valid SQL
  • dd06933 data: removed uniqueness constraints in clusters_checkins table
  • 85444af handlers/handlers.go: add format string for error printing
  • fcdd316 data: re-using a single db connection
  • e6dde58 handlers: rationalizing error logging
  • 32e1413 timestamp: time.Time type
  • c96115d debugging: we don't want to obfuscate data errors!
  • 5dfd183 _scripts/deploy.sh: make deploy script executable
  • 1dd4751 data: add tests for the data package
  • 2af5a7f handlers: add tests for handlers util functions
  • d057ff9 server_test.go: finish server tests
  • bfa7016 handlers_test.go: add unit tests for handlers
  • 8e6cfae ci: travis needs glide deps which make bootstrap provides
  • eba71fb data: replace non-existent ParseJSONComponent func with internal implementation

Documentation

  • becd067 data: basic overview of data implementation

Maintenance

  • c2f2975 glide: manage dependencies with glide