You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC: pubOp for creating and updating pubs more easily (#965)
* feat: new fluent pub mutation api
* feat: add ability to replace pub relations
* feat: beautiful better implementation
* fix: cleanup a bit
* feat: allow to properly purge orphans
* fix: get rid of the concept of a pubId map and just pregenerate the ids
* chore: add some comments
* feat: add ability to move stages
* fix: update test
* feat: allow inline specification of pubops
+ cleanup of api
* refactor: rename override option to 'replaceExisting'
* test: add test for multiple relate
* fix: fix type issues
* refactor: add slightly better error handling
* fix: add back deletePubValuesByValueId
* fix: add back pubvalue upsert functions
* fix: sort pubvalues deeply for tests
* fix: fix tests and imports
* feat: make upsert override by default
* docs: add better documentation to orphan
* refactor: simplify createPub logic a bit
* chore: clean up
* fix: update matcher types
---------
Co-authored-by: Eric McDaniel <[email protected]>
0 commit comments