This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
v2.33.2
Pre-release
Pre-release
Release v2.33.2
Achtung!! Do not deploy this version. The majority of its changes were reverted in v2.33.3.
PR #855 - v2: collapse validation result more
- Branch: ether/v2-collapse-validation_result-more
- Revision: 6e641e6
- Labels: database, device reports, v2
move result_order to validation_state_result
This makes validation_result rows more reusable across multiple validation_states.
Side effect:
- result_order is now incremented across all validation_results for a state,
not just across results for a single validationThis will allow
conch merge_validation_results
to collapse even more rows
together than it could before.
People
-
Author: karenetheridge
-
Merged By: karenetheridge
-
Merged: 2019-08-08T19:54:25Z
Commits
- 268ff0 -
add many-to-many bridge accessors for join tables with extra columns
- 4e987e -
fix CODEOWNERS, as done in master for v3
- 544ee6 -
move result_order to validation_state_result
PR #856 - drop all uses of the unnecessary uuid-ossp extension
- Branch: ether/v2-drop-uuid-ossp
- Revision: 3d7b91e
- Labels: database, device reports, v2
See the last section of https://www.postgresql.org/docs/9.6/uuid-ossp.html
(cherry picked from commit 6272a7a, from v3
and migration 102.)
People
-
Author: karenetheridge
-
Merged By: karenetheridge
-
Merged: 2019-08-08T20:03:17Z
Commits
- 5c9ebc -
drop all uses of the unnecessary uuid-ossp extension