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

v3.0.0-b9

Pre-release
Pre-release
Compare
Choose a tag to compare
@karenetheridge karenetheridge released this 17 Jun 20:24
· 280 commits to master since this release
7a84b5f
Release v3.0.0-b9

[PR #1004](https://github.com/joyent/conch/pull/1004) - `v3.0.0 b9 fixes`
===
* Branch: ether/v3.0.0-b9-fixes
* Revision: c47bac545
* Labels: tests

> misc accumulated fixes that are safe to bring in to v3.0.

People
---
* Author: [karenetheridge](https://github.com/karenetheridge)

* Merged By: [karenetheridge](https://github.com/karenetheridge)
* Merged: 2020-06-16T17:07:52Z

Commits
---

* [f0b22c](https://github.com/joyent/conch/commit/f0b22c3be3ba0d0db2ba2a442606299191cf9787) - `add ability to test the stash in Test::Conch`
* [081801](https://github.com/joyent/conch/commit/081801262ff7f878991b68cf9904e995cc56a022) - `fix column list in now-defunct janitor script`
* [812743](https://github.com/joyent/conch/commit/81274335681db08cb50ec10c66fbe59bd8873e87) - `remove obsolete script`
* [834e91](https://github.com/joyent/conch/commit/834e91afea04ca5ae4eb779861565e9a67b26d7b) - `update carton installations`
* [0ea9e5](https://github.com/joyent/conch/commit/0ea9e51ca9d6f6da2a3ce5269580c5b0e73137c4) - `test, and fix, mechanism for reporting use of endpoints that have been removed`
* [1a805b](https://github.com/joyent/conch/commit/1a805b318c9f66c88b113e5726873fde286f7f7f) - `add labels to tests that lacked them`
* [eaced0](https://github.com/joyent/conch/commit/eaced0c8ebee685ac0525fccf161848ce0d6fc07) - `test db cleanup: create conch role first; disconnect gracefully; remove unneeded configs`
* [afb9ec](https://github.com/joyent/conch/commit/afb9ec4b0193151ae73cd29addc4574fc42d81c0) - `clarify that $c->status calls render().`

- - -

[PR #1005](https://github.com/joyent/conch/pull/1005) - `new hardware_product endpoints for v3.0`
===
* Branch: ether/v3.0-hwp
* Revision: 7a84b5fbd
* Labels: api, enhancement, needs-shell, needs-ui, v3.0

> new interfaces for direct manipulation of hardware_product.specification
>
>     PUT /hardware_product/:hardware_product_id_or_other/specification?path=:json_pointer_to_data
>     DELETE /hardware_product/:hardware_product_id_or_other/specification?path=:json_pointer_to_data
>
> closes #1003.

People
---
* Author: [karenetheridge](https://github.com/karenetheridge)
* Reviewed By: [dustinryerson - APPROVED](https://github.com/joyent/conch/pull/1005#pullrequestreview-432650888)
* Merged By: [karenetheridge](https://github.com/karenetheridge)
* Merged: 2020-06-17T18:18:50Z

Commits
---

* [6e4c9d](https://github.com/joyent/conch/commit/6e4c9d0aef1b44e721b4d787267f9a867f0cb16b) - `sku was made not-nullable in migration 132 (v3.0.0-a6)`
* [b9a206](https://github.com/joyent/conch/commit/b9a20644ff3f53804423c96f83e2385398345448) - `change GET /hardware_product to only return some fields, not all of them`
* [994dac](https://github.com/joyent/conch/commit/994dac5fa91e7e1fea5b2878e552101fb372dc36) - `update docs for existing hardware_product endpoints`
* [f34f6e](https://github.com/joyent/conch/commit/f34f6e0176b8c5e0b29a6bfd6604cd0276cb1d3b) - `new interfaces for direct manipulation of hardware_product.specification`

- - -