summaryrefslogtreecommitdiff
path: root/ishtar_common/data_importer.py
AgeCommit message (Collapse)Author
2019-08-26Import: regression - M2M do not import with no value (defaults is not a value)Étienne Loks
2019-08-26Import: fix default management for M2MÉtienne Loks
2019-07-30Import: fix reraise of an errorÉtienne Loks
2019-07-29Data importer: force str for error (translation issue)Étienne Loks
2019-07-11Import: manage file and image serializationÉtienne Loks
2019-06-17Import: fix dict key iteration problemÉtienne Loks
2019-06-17Remove debugÉtienne Loks
2019-06-17Manage import in background modeÉtienne Loks
2019-06-17Migrate to python 3 - Clean old migrations and some old scriptsÉtienne Loks
2019-05-17Import: do not post process when no object is createdÉtienne Loks
2019-05-15Data importer: fix bad concat parameter - test manage concat of M2M (many ↵Étienne Loks
columns)
2019-05-15Data importer: manage concat of M2M (many columns)Étienne Loks
2019-05-02Data importer: add value formaters based on Python format() stringÉtienne Loks
2019-04-30Import: filter empty entries on m2m such as "my-value & "Étienne Loks
2019-04-30Import: fix utf-8 decode on m2m errorÉtienne Loks
2019-04-25data importer: multi regex managementÉtienne Loks
2019-04-24Importers: fix default managementÉtienne Loks
- allow arbitrary values - allow values directly related to the main model of the import - add a "get_default" in attribute configuration in order to force use of default settings
2019-04-24Import: intercept M2M post save error on importsÉtienne Loks
2019-04-24Data importer: escape unicode error (managed later with python3)Étienne Loks
2019-04-24Step by step import: fix JSON data update checkÉtienne Loks
2019-04-24data_import: intercept GEOS errorÉtienne Loks
2019-04-24Import: manage pre-import function - test document importÉtienne Loks
2019-04-24Data importer: refetch related items before resave in order to infer in post ↵Étienne Loks
treatments
2019-01-30Create imported dir if it do not exists in mediaÉtienne Loks
2018-11-06Fix import of new JSON fields (refs #4292)Étienne Loks
2018-08-13Imports: do not stop on m2m error. Fix model and error report on M2M - ↵Étienne Loks
Document add M2M import field.
2018-06-29Importer: fix management of empty value in post processorsÉtienne Loks
2018-06-12Data importer: simple management of M2M association when intermediate model ↵Étienne Loks
is not auto
2018-06-11Imports: catch configuration error - add configuration for WarehouseDivisionLinkÉtienne Loks
2018-04-06Step by step imports: general check of lines to filter only relevant lines ↵Étienne Loks
(refs #3975)
2018-03-27Manage progression step (refs #3975)Étienne Loks
2018-03-27Step by step: large improvments on step display (refs #3975)Étienne Loks
Show modified, sheet access for existing items, link between created, updated fields and associated column.
2018-03-27Step by step import: present object to be created, updated, etc. (refs #3975)Étienne Loks
2018-03-27Step by step import - WIP - refs #3975Étienne Loks
2018-02-18Importer: INSEE code formaterÉtienne Loks
2018-02-18Imports: float/int remove spacesÉtienne Loks
2017-10-19Json fields: manage imports (refs #3077)Étienne Loks
2017-10-02Import: do not stop post processing on first errorÉtienne Loks
2017-09-19Importers: fix user target key management (refs #3725)Étienne Loks
2017-09-05Imports: pass user to import in order to match with associated target keysÉtienne Loks
2017-09-01Imports: fix target dict initializationÉtienne Loks
2017-08-31Importers: fix target key initialization (manage target key not related to ↵Étienne Loks
current import) - refs #3725
2017-08-21Django 1.11: adapt all get_field_* to match the current Options APIÉtienne Loks
2017-08-07Imports, add post import trigger for finds: set_localisation_1, _2, ...Étienne Loks
2017-08-07Imports: refactoring of importer - add post process importers set in databaseÉtienne Loks
2017-07-31Imports: fix creationÉtienne Loks
2017-07-30Merge branch 'master' into developÉtienne Loks
2017-07-30Data importer: allow many split for UnicodeFormaterÉtienne Loks
2017-07-26Merge branch 'master' into developÉtienne Loks
2017-07-26Import: add FieldDoesNotExist to possible error on importsÉtienne Loks