Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade pyxform version * downgrade pyxform to previous version * upgrade pyxform * upgrade package openpyxl * downgrade pyxform to v2.0.0 * upgrade pyxform to v2.0.3 * fix import error fix ImportError: cannot import name 'NSMAP' from 'pyxform.utils' * fix error ValueError: seek of closed file * fix lint warning fix warning line too long * fix Entities not created on submission * fix failing tests * fix failing test * fix failing tests * fix failing test * resolve flaky test * remove code added for debugging * fix failing tests * remove tets cases tests for entities are catered for in onadata/apps/viewer/models/tests/test_data_dictionary.py * fix failing tests * update entity from form * add test case * move test case move onadata.apps.api.tests.viewset.test_xform_submission_viewset.TestXFormSubmissionViewSet.test_create_entity to onadata.apps.logger.tests.models.test_instance.TestInstance.test_create_entity * add history when updating entity from instance * rename method names * add test in test case * move test case move onadata.apps.api.tests.viewsets.test_xform_submission_viewset.TestXFormSubmissionViewSet.test_registration_form_inactive to onadata.apps.logger.tests.models.test_instance.TestInstance.test_registration_form_inactive * handle conditions under which an Entity is updated * rename variable * fix lint error redefined-outer-name * fix lint error redefined-outer-name * Refactor code * fix failing test * refactor test case * fix failing tests * fix failing test * add test case for model EntityHistory * fix failing test * refactor tests * refactor tests * refactor tests * refactor tests * refactor test * update compose api command * update CI postgres image * do not mute Instance signals in tests * unmute create_registration_form_datadictionary signal * update Entities via API * refactor code * add tests * update test * delete Entities via API * refactor code * refactor tests * update entities docs * add test * update flaky test max_runs * update docs * update docs * decrement dataset num_entities on delete Entity * update EntityList last_entity_update_time when Entity is updated * update method name * fix url not found fix url api/v2/entity-lists/<entity_list_id>/entities/<entity_id> not found * DRY tests * update docs * update EntityList last_entity_update_time on Entity delete * add test * add field uuid to Entity response * fix failing tests * add Entity id, uuid during serialization * add url to detail view in list of Entities response * add EntityList object level permissions * set project permissions to EntityList asynchronously * add tests * unassign entitylists permissions when removing user from project * fix lint error invalid-name * fix lint warning ungrouped-imports * fix lint warning redefined-builtin * fix failing tests * handle more edge cases for update Entity from form * DRY code * update doc string * add date_created, date_modified to Entities API response * rename Entity label key * use chunked iterator in Python migration * add OwnerRole to creator of form * prefetch related data for EntityList list * add tests
- Loading branch information