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

v2.30.0

Compare
Choose a tag to compare
@sungo sungo released this 03 Jun 21:17
· 1132 commits to master since this release
132166c

Release v2.30.0

PR #795 - add rack phase to GET /workspace/:id/rack

  • Branch: ether/phase-in-workspace-rack-summary
  • Revision: 8cf91e4
  • Labels: api

closes #793.

People

Commits

  • b08978 - add rack phase to GET /workspace/:id/rack

PR #798 - POST /rack/:id/assignment now overwrites existing assignments

  • Branch: ether/atomic-rack-assignments
  • Revision: 9d09126
  • Labels: api, enhancement

Rather than requiring the user to move aside existing devices in the layout of
concern, or to remove devices from their previous assignments, we now do all
this work in one go, atomically.

closes #797.

People

Commits

  • fb1bca - POST /rack/:id/assignment now overwrites existing assignments

PR #803 - final v2 changes

  • Branch: ether/final-v2-changes
  • Revision: 132166c
  • Labels:

very minor and non-functionally-affecting changes that might as well go in now, pre-fork.

People

Commits

  • a79826 - simplify quotes
  • 1e20e1 - remove unneeded curlies
  • b906f7 - remove unneeded empty parens
  • 7b84db - add missing comment for this endpoint
  • 8896a8 - be consistent in endpoint documentation with placeholders
  • dcb7bb - simplify this test setup
  • 97605d - remove unused variables
  • 397d37 - add a usage example for this helper
  • 20209b - dump response when status is unexpected
  • 20b584 - remove unnecessary uses of scalar
  • 0b63a8 - tighter test, and fix typo in error message