This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
v2.30.0
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
- Author: karenetheridge
- Reviewed By: sungo - APPROVED
- Merged By: sungo
- Merged: 2019-05-25T04:45:17Z
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
- Author: karenetheridge
- Reviewed By: sungo - APPROVED
- Merged By: sungo
- Merged: 2019-05-29T21:42:30Z
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
- Author: karenetheridge
- Reviewed By: sungo - APPROVED
- Merged By: karenetheridge
- Merged: 2019-06-03T15:55:19Z
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