Commit Graph

9 Commits (0a8fb1cde4ceb33ecdbf4a2dc2eb1fc0e42e9497)

Author SHA1 Message Date
Mike Benowitz 0a8fb1cde4 Fix issues with delete-cascade
The important tables `xml` and `registration` were not properly set for their `CASCADE` behavior, in addiiton `XML` needed to have the `single_parent` option enabled to allow for cascading-deletes (since otherwise a single entry could be referenced by an entry and a error.
2019-08-05 14:41:27 -04:00
Mike Benowitz 0f8d50ad4d Further test additions and linting fixes 2019-07-10 17:27:42 -04:00
Mike Benowitz 17a5f33f0a Initial commit of testing configuration using `pytest` 2019-07-09 17:32:22 -04:00
Mike Benowitz 58b8cb30e8 Fix issue in CCE UPDATE operation 2019-07-09 13:14:55 -04:00
Mike Benowitz 386a8515a7 Updates to maintenance script for EBS compatibility 2019-07-08 12:18:37 -04:00
Mike Benowitz c1e7fa936c Fix error XML model import 2019-07-08 11:43:19 -04:00
Mike Benowitz 27f91b9774 SFR-479 Update import structure to improve loading 2019-06-04 16:42:04 -04:00
Mike Benowitz 812d0b7dce SFR-479 Add Claimants to ElasticSearch index
This adds a full `Claimant` object to the ElasticSearch index, including the `claimant_type` field which helps users see the specific relationship a claimant has to a renewal. It would be good to provide translations of these codes in the future, but this is not currently necessary.
2019-06-04 16:40:22 -04:00
Mike Benowitz edd14d9cdb SFR-453 Initial Commit
Includes an initial version of the utility script used to generate
the copyright entry/renewal database along with instructions on how
to run the script and create a version of the database locally
2019-05-29 12:47:03 -04:00