This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add mapping sets to kernel (#337) * refactor: mapping set model * chore: joining tables - submission, mapping * chore: add input to mapping set model * fix: (kernel-test) mapping set * fix: remove unused containers * fix: db network * fix: set mappingset input to nullable * chore: mappingset migration * fix: (kernel) mapping set to mapping relationship * fix: (kernel) extraction on only active mappings within a set * chore: (kernel) migration clean-up * revert: migration * chore: merge migrations * fix: kernel model update * fix: filter typo * chore: update kernel ERD * chore: migrate mappings to mapping set * fix: clear mapping projectschemas then readd * fix: format code * fix: format code * fix: pylint whitespaces * feat: (ui) mappingsets to pipelines (#361) * feat: ui contract model * fix: kernel migration * fix: kernel migrations * feat: ui mapping set * feat: react component update * test: (ui) pipeline fetch * fix: remove comments * fix: readonly message * fix: model default_name * fix: loop mapping set pages * fix: test add pipeline * fix: artefacts generation with mapping sets (#350) * fix: tweaking models (100% coverage) * fix: tweaking filters (100% coverage) * fix(views): distinct count in stats * fix: upsert project artefacts with mapping sets * fix: API urls * fix(common): submit to kernel with mapping set * fix(odk): submission to kernel * fix(odk): generated mappings are read only * fix: naming naming naming * fix: tweaking * fix(couchdb): adapt to mapping set model * fix: reactivate UI tests in travis (#371) * fix: reactivate UI tests in travis * test: sass-lint rules * fix mappingset migration (#379) * chore: add mappingset to client test_fixtures * chore: swap mapping.id for mappingset.id in submission generation * fix: use model from swagger for submissions in integration tests * fix: remove useless test and change scope of entity generation * feat (ui): pipeline fetch/publish using mapping set (#373) * fix: tweaking models (100% coverage) * fix: tweaking filters (100% coverage) * fix(views): distinct count in stats * fix: upsert project artefacts with mapping sets * fix: API urls * fix(common): submit to kernel with mapping set * fix(odk): submission to kernel * fix(odk): generated mappings are read only * feat: ui contract model * fix: kernel migration * fix: kernel migrations * feat: ui mapping set * feat: react component update * test: (ui) pipeline fetch * fix: remove comments * fix: readonly message * fix: naming naming naming * fix: model default_name * fix: loop mapping set pages * fix: test add pipeline * fix: tweaking * fix: pipeline:contracts * feat: pipeline publish * fix(ui): test * fix: temp deactivate couch-sync tests * test (ui): mapping set 100% * fix: project name * fix: ui test consistency * chore: readonly class * chore: selected pipeline readonly class * added styling for readonly-pipeline in overview screen * added styling to readonly-pipeline navbar * added styling for read-only text inputs * better presentation of mapping-definitions json textarea. * fix (ui): pipeline - contract infix * fix (ui): fix pipeline view * fix(ui): test * fix (ui): check pipelines lenght * fix (ui): migration fix * fix(ui): contract migration * fix: artefacts names (#387) * fix(ui): filter piplines - redux * feat(kernel): create an empty mapping along with the passthrough one (#389) * feat(kernel): create empty mapping * fix: run_entity_extraction * fixed css grid and added word break for long titles without breaking space (#397) * docs(ui): fix model comments (#401) * feat(kernel): include a random input in the generated mapping (#402) * feat: include input in generated mapping * fix: do not duplicate constants * fix(ui): the derived data must have an id field with UUID content (#400) * fix: the schema must have an id field with UUID content * fix: apply only to derived schemas * fix: also derived entity type * fix: cleaning * fix: check id field in EntityTypes list * test: implement id rule * fix: including docs
- Loading branch information
1 parent
bbcb105
commit da1e5fb
Showing
61 changed files
with
2,720 additions
and
1,043 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.