Skip to content

Releases: camptocamp/terraboard

v0.14.1

11 Dec 19:35
Compare
Choose a tag to compare
  • Server:

    • Remove index for attribute value, fix GH #37 [GH #39]

v0.14.0

25 Nov 13:12
Compare
Choose a tag to compare
  • Server:

    • Report errors fetching state from S3 [GH #34]
    • Fix Sirupsen into sirupsen to build on newer go
    • Add option to change state file extension [GH #38]
  • Documentation

    • Add Rancher catalog to README
  • Build:

    • Vendor dependencies
    • Use dep and make in Dockerfile [GH #35]
    • Use dep in .travis.yml [GH #35]
    • Do not use --dirty in Makefile [GH #35]
    • Build with go 1.9 [GH #35]

v0.13.0

17 Aug 08:13
Compare
Choose a tag to compare

FEATURES:

  • General:

    • Integrate in Travis CI and Coveralls
    • Use go get ./... in Dockerfile
  • Server:

    • Add S3 key prefix [GH #25]
    • Add tests [GH #26], [GH #30]
    • Lint code [GH #28]
    • Add api/user API point [GH #29]
  • UI:

    • Add a logo
    • Overview: Use pointer cursor on sparklines
    • State view: make whole module title clickable
    • State view: add a resource filter
    • State view: simplify/fix module/resource selection code
    • Search view: Use pre white-space style for attributes
    • Navbar: add user authentication info and log out link [GH #29]

v0.12.0

03 Aug 12:10
Compare
Choose a tag to compare

FEATURES:

  • Server:

    • Check versions and path existence in memory to limit DB queries
    • Add log-level and log-format options
    • Log with fields [GH #19]
    • Add a compare API point [GH #20]
    • Split types into a types package
    • Add tf_versions API point
    • Add version API point
    • Sanitize raw SQL queries
  • UI:

    • Remove sb-admin theme
    • Make charts in overview clickable, linking to search view
    • Fix display bugs in state view [GH #18]
    • Select first resource of first module on state view load
    • Add a compare function to state view [GH #21]
    • Use $routeParams instead of parsing $location.url()
    • Make state view work without reloading the page
    • Order resource attributes in state view
    • Display long resource attributes and titles with ellipsis
    • Support permalinks and fix form in search view [GH #16]
    • Add tf_version filtering to search view
    • Allow to clear filters in search view
    • Remove unused sorting in tables

FIXES:

  • Server:

    • Do not import non-ASCII attribute values [GH #17]
    • Remove --no-sync from docker-compose.yml

0.11.0

01 Aug 16:03
Compare
Choose a tag to compare

FEATURES:

  • Server:

    • Optimize various database queries
    • Add state activity to API
    • Add --no-sync flag to disable S3 syncing
    • Get version list from activity API point [GH #10]
    • Retire legacy history API point
    • Add locks API point [GH #11]
    • Add tfversion and types counts to API
  • UI:

    • Use a non-fluid container and fix the margins
    • Move index.html to static/ directory
    • List each path only once in overview, with most recent version
    • Add state activity to overview [GH #5]
    • Sort state files in navbar select
    • Add lock information to overview and state view [GH #11]
    • Add charts to overview [GH #12]