Commit 5a52564
SIMSBIOHUB-864: Submission Validation and Ingestion Job (#330)
* feat(download): Download package with cleanup
* feat(download): Decompose policy URN and index, add data_byte_size to column to submission_feature, a few enhancement to csv package.
* test(download_worker): Added db and system tests.
* fix(download): Fixes to address comments
* fix(download): Lint fixes.
* fix(ingestion): Address reviewer's comments
* fix(ingestion): Sonar fixes
* feat(download): add ownership, sharing, and auth gates
* fix(download): lint format fix
* feat(submission-ingestion): Submission process job to validate and ingest submission
* fix(submission-ingestion): Lint
* feat(ingestion): integration tests
* fix(ingestion): scope DLQ status update to latest validation record
* refactor(ingestion): Reorg to align to convention
* refactor(ingestion): get to findFeatureTypeWithProperties
* fix(ingestion): address PR review feedback
---------
Co-authored-by: Macgregor Aubertin-Young <108430771+mauberti-bc@users.noreply.github.com>1 parent 0c07ed4 commit 5a52564
File tree
35 files changed
+5002
-1745
lines changed- api/src
- __integration__/system
- models
- queue
- jobs
- repositories
- ingestion
- upload
- services
- ingestion
- upload
- utils
- database/src/migrations
35 files changed
+5002
-1745
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
132 | | - | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
0 commit comments