This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
v3.2.2
Pre-release
Pre-release
Release v3.2.2
PR #1084 - hardware_products + json_schemas
-
Branch: ether/v3.2-hardware_product_json_schemas
-
Revision: 114be7c
-
Labels: api, database, enhancement, needs-shell, needs-ui, v3.next
Add database and api endpoint support for associating json_schemas with hardware_products
new endpoints:
- POST /hardware_product/:hardware_product_id_or_other/json_schema/:json_schema_id
- POST /hardware_product/:hardware_product_id_or_other/json_schema/:json_schema_type/:json_schema_name/:json_schema_version
- GET /hardware_product/:hardware_product_id_or_other/json_schema
- DELETE /hardware_product/:hardware_product_id_or_other/json_schema/:json_schema_id
- DELETE /hardware_product/:hardware_product_id_or_other/json_schema/:json_schema_type/:json_schema_name/:json_schema_version
- DELETE /hardware_product/:hardware_product_id_or_other/json_schema
Also add ?with_hardware_products=1 option to GET /json_schema/:type/... endpoints
for listing the hardware_products that make use of that JSON Schema.
People
- Author: karenetheridge
- Reviewed By: dustinryerson - DISMISSED
- Reviewed By: perigrin - DISMISSED
- Merged By: karenetheridge
- Merged: 2021-01-14T18:29:20Z
Commits
- 5886dd -
add hardware_product_json_schema table
- 2a782a -
endpoints for associating json_schemas with hardware_products
PR #1090 - v3.2.2 fixes
-
Branch: ether/v3.2.2-fixes
-
Revision: f2885c6
-
Labels: api, docs
- remove code that should have been removed a few weeks ago
- more doc fixes
- disable POST /user/me until joyent/conch-ui#303 is fixed
- send mail to the old address as well as the new one when changing a user's email address
People
-
Author: karenetheridge
-
Merged By: karenetheridge
-
Merged: 2021-01-19T00:45:21Z
Commits
- 973140 -
remove hack code for GET /hardware_product/specification/latest
- de20b2 -
fix docs
- 26fc1b -
disable POST /user/me for admins until the underlying issue is fixed
- 7d9117 -
if a user's email address is changed, also send an email to the old address