fix: bump model-catalog-api submodule for bug-087 + bug-089 fixes#3
Merged
Merged
Conversation
…t fix Bumps model-catalog-api to fix/bug-087-junction-on-conflict-label-clobber which switches buildJunctionInserts nested target on_conflict.update_columns from ['label'] to [] so linking by id alone no longer null-clobbers existing target rows. Updates .wolf/buglog.json bug-087 with the corrected root cause and the applied fix (initial flush-ordering hypothesis was wrong). Adds matching cerebrum entries: corrected key learning and a Do-Not-Repeat rule on nested on_conflict semantics.
Architecture for two-pass tree-builder + Hasura mutation compiler covering all 46 resources, replace-subtree PUT semantics, dynamic update_columns (bug-087 safe), and bug-087 PUT FK fold-in.
15 TDD tasks covering nested-tree builder, mutation compiler (POST+PUT), service.ts wiring, registry override, integration tests, openapi v2.1.0 bump, caller migration audit, and bug-089 buglog entry.
- dynamo-experiment-may: reassign version=r.json() after second GET; add separate GET /modelconfigurations/{slug} for hasInput/hasOutput.
- model-catalog-api: 3 e2e tests asserting hasConfiguration shape on GET /softwareversions/{id} and shallow embedded version on GET /softwares/{id}.
- Log bug-090 with root cause (response.ts depth<2 + field-maps modelcatalog_software selecting only id+label+description on versions).
Pointer updated to 3258186 (PR mintproject/model-catalog-api#6 merged). Includes recursive nested POST/PUT and link-only childFk routing fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Linked