Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SCKAN-226 feat: Update ingestion script * SCKAN-226 chore: Refactor add_destination to match with add_vias * SCKAN-226 feat: Enforce reference_uri uniqueness * SCKAN-226 feat: Update ingestion logic * SCKAN-226 feat: WIP - Update neurondm script * SCKAN-226 feat: WIP - Undo validation neurondm script * SCKAN-226 feat: Use predicates in partial order processing * SCKAN-226 feat: Merge vias that differ only on from_entities * SCKAN-226 feat: Merge destinations * SCKAN-226 feat: Merge destinations by from_entities * SCKAN-226 feat: Merge origins * SCKAN-226 feat: Update ingestion script * SCKAN-226 feat: Test both region and layer on entity identification * SCKAN-226 feat: Update ingestion script * SCKAN-226 feat: Update default state on ingestion creation * SCKAN-226 feat: Add forward connection ingestion * SCKAN-226 feat: WIP - Update validation and add logging service * SCKAN-226 feat: Make ingestion atomic; Update logging service * SCKAN-226 fix: Update forward connection check * SCKAN-226 refactor: Use update_or_create instead of custom method * SCKAN-226 feat: Add new transition draft to exported for ingestion * SCKAN-226 feat: Remove unnecessary transition * SCKAN-248 fix: Update journey tests * SCKAN-248 feat: Add tests to neurondm processing * SCKAN-248 feat: WIP - Ignore partial order mismatches * Revert "SCKAN-226 feat: Remove unnecessary transition" This reverts commit d29ac5a. * SCKAN-226 feat: Use .update and .create instead of .update_or_create * SCKAN-226 refactor: Use .get_or_create instead of filter * SCKAN-226 refactor: Remove __exact from filter * SCKAN-226 refactor: Add has_changes check * SCKAN-226 feat: Ingest inconsistent populations but flag them with warnings * SCKAN-248 feat: Add invalid state; Update ingestion accordingly * SCKAN-248 feat: Optimize upstream algorithm * SCKAN-248 chore: Remove TODO annotation * SCKAN-248 feat: Add note on step 3 even if state was invalid * SCKAN-248 feat: Allow transition to invalid from any state * SCKAN-248 fix: Update process connection algorithm and jump test * SCKAN-248 feat: Update process connection algorithm and multiple axioms test * SCKAN-248 feat: Add partial order vs axioms validation * SCKAN-248 fix: Update has_changes logic * SCKAN-248 feat: Update notes * SCKAN-248 feat: Remove deprecated method
- Loading branch information