Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

v3.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@karenetheridge karenetheridge released this 08 Dec 19:31
· 58 commits to master since this release
1bfcdb1

Conch API v3.1.1

PR #1071 - v3.1.1 fixes

  • Branch: ether/v3.1.1-fixes

  • Revision: 11b76ee

  • Labels: api, database, docs

  • fix titles for these specification fields
  • make the temporary hack endpoint (for hardware_product.specification) work exactly like its real replacement will
  • make hardware_product.specification not nullable

People

Commits

  • d5cb47 - fix titles for these specification fields
  • 80a2ca - make this temporary hack endpoint work exactly like its real replacement will
  • 8806a8 - make hardware_product.specification not nullable

PR #1072 - return 201 not 303

  • Branch: ether/return-201-not-303

  • Revision: ede58be

  • Labels: api, breaking, needs-shell, needs-ui

return 201 or 204 instead of 303 for most POST requests

(the URL of the created/updated resource is still in the Location header)

People

Commits

  • 1edee7 - fix status_is test
  • edd92a - return 201 or 204 instead of 303 for most POST requests
  • 6f0d9a - also include Location header in these DELETE endpoints

PR #1073 - v3.1.1 more fixes

  • Branch: ether/v3.1.1-more-fixes

  • Revision: 1bfcdb1

  • Labels: docs, refactor

internal fixes, mostly relating to JSON Schema handling.

People

Commits

  • e0aaeb - add a banner, e.g. for printing on console start
  • e906c0 - disallow go-style "null" datetimes in request payloads
  • 693765 - use the same YAML decoder for JSON translation as we use internally
  • 299e93 - blow up with graceful error if YAML is not parseable
  • 764be8 - doc fixes
  • b23f65 - update Mojolicious
  • 105035 - update JSD2