This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
v3.0.0-b12
Pre-release
Pre-release
·
246 commits
to master
since this release
release 3.0.0-b12 [PR #1016](https://github.com/joyent/conch/pull/1016) - `v3.0 b12 fixes` === * Branch: ether/v3.0-b12-fixes * Revision: 1f1b3132c * Labels: database, docs > - fix documentation of recently-added hardware_product endpoints > - rename a json schema to conform to an upcoming naming restriction > - make copies of the validation_result and validation_state_member tables just before truncating them during the v3 deployment process People --- * Author: [karenetheridge](https://github.com/karenetheridge) * Merged By: [karenetheridge](https://github.com/karenetheridge) * Merged: 2020-08-18T18:37:00Z Commits --- * [2ee3ea](https://github.com/joyent/conch/commit/2ee3eaff4f080276a9e6ac122b74bbbc47bb9729) - `fix docs` * [0363e9](https://github.com/joyent/conch/commit/0363e9dbfc9478ae0c85bdc711dd89268e01faeb) - `rename this schema, to allow for tighter constraints later on` * [daef89](https://github.com/joyent/conch/commit/daef8905e5822dc133bfa0f919fc2d22a7d0672e) - `save backups just before truncating these files` - - - [PR #1020](https://github.com/joyent/conch/pull/1020) - `fix switch_peers validation` === * Branch: ether/switch_peers-unique-results * Revision: 783fb87ea * Labels: bug, validation > ensure that switch_peers validation results are all unique > > This resolves https://rollbar.com/joyent_buildops/conch/items/3871/ (and many more) where > validation_result.component is null, therefore resulting in many duplicate validation_result rows > being created, which results in a database constraint violation. > People --- * Author: [karenetheridge](https://github.com/karenetheridge) * Merged By: [karenetheridge](https://github.com/karenetheridge) * Merged: 2020-09-14T20:50:00Z Commits --- * [8d4a00](https://github.com/joyent/conch/commit/8d4a009f3476fac89442a2065ffdf97d8d174970) - `ensure that switch_peers validation results are all unique` * [433993](https://github.com/joyent/conch/commit/4339930c56c2a8d2628c7bd3ac56da4325e5e52b) - `remove the unused "name" key from internal validation results` - - -