- 31 May, 2017 2 commits
- 07 Mar, 2017 1 commit
-
-
jaster authored
Use the `exception` log method for better exception logging. This change the log level to 'ERROR'
-
- 13 Jan, 2017 1 commit
-
-
jaster authored
All import processes now use a general try-catch during the import of each data item. This ensures that even in the event of an error (due to a malformed data piece for example), the import process will continue. Errors caught this way are logged at the debug level.
-
- 29 Sep, 2016 1 commit
-
-
Jamesie Pic authored
-
- 14 Jul, 2016 1 commit
-
-
Nicolas Joyard authored
Needed because names are not unique (already 2 cases of 2 meps with the same name)
-
- 13 Jul, 2016 1 commit
-
-
Nicolas Joyard authored
Enables having representatives belong to multiple chambers. Import scripts now rely on the slug to identify representatives. The remote_id field was moved to a website entity (linking to the representative page on the chamber website).
-
- 16 Apr, 2016 1 commit
-
-
Nicolas Joyard authored
-
- 13 Feb, 2016 2 commits
-
-
Nicolas Joyard authored
-
Nicolas Joyard authored
-
- 27 Dec, 2015 1 commit
-
-
Jamesie Pic authored
representative_post_save is gone, thanks to memopol rewrite. It was replaced with representative_pre_import, which allows skipping some meps.
-
- 21 Dec, 2015 2 commits
-
-
Jamesie Pic authored
-
Jamesie Pic authored
-
- 13 Dec, 2015 1 commit
-
-
Jamesie Pic authored
It includes latest research by Arnaud Fabre but I ended up squashing all commits and adding my own fixups in this commit. Also: - the import command is tested, - code was PEP8'ed - untested code was removed, - duplicate country Israel was removed and migration was added, - requirements were deleted in favor of proper setup.py.
-