This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Commit 76bc13f
* DOP-3203: Add upsert functionality, asset upserts
* fixup
* DOP-3203: Stub functions, Stub tests, finalized merge query + logic
* DOP-3203: Reorder logic
* Improve the typing
* fixup
* stub toctreeorder
* fixup
* fixup
* fixup
* fixup
* fixup
* Use project for node options, not name
* fixup
* DOP-3203: Invoke the merging logic
* DOP-3203: Coalesce feedback
* DOP-3203: Rename associations to associated_products
* DOP-3203: Null safety w/ default empty objects in insertions
* DOP-3203: Unset _id in new shared metadata documents
* DOP-3203: Address feedback further
* init test on connect. verify why errors not consoled
* export testing fn
* update jest config for jest mongodb
* add tests for associated products
* update tests for associated products. add comments for connector
* add test cmd
* change tests to snapshots
* add tests+snapshots for ToC
* minor. return awaited value
* run linter for json files
* revert index file
* configure workflows for persistence tests. update linter scopes
* update cd to working-directory
* update install command
* test with cd vs working-directory
* change to cd
* update lint config for persistence module
* echo current path
* add eslint-plugin to persistence package
* update package lock
* test with dep
* retest with eslint config file
* add typescript parser
* add dev dependencies, update step
* update comment
* add path filtering and remove bypass tests
* remove comment
* remove eslintconfig and set eslintrc as root
Co-authored-by: Cassidy Schaufele <[email protected]>
1 parent 6ad9150 commit 76bc13f
File tree
7 files changed
+620
-198
lines changed- .github/workflows
- modules/persistence
- tests
- metadata
- services
7 files changed
+620
-198
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
11 | 27 | | |
| 28 | + | |
| 29 | + | |
12 | 30 | | |
13 | 31 | | |
14 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
0 commit comments