summaryrefslogtreecommitdiff
path: root/ishtar_common/data_importer.py
AgeCommit message (Expand)Author
2021-10-25Performance on imports: group all post treatment to the endÉtienne Loks
2021-06-23Import: upper/lower case formatersÉtienne Loks
2021-03-19Format - black: ishtar_commonÉtienne Loks
2021-02-28Fix division importerÉtienne Loks
2021-02-28Container: generate index by location not responsibilityÉtienne Loks
2021-02-28Import match page: add edit type link - Fix default - Fix for document importÉtienne Loks
2021-02-28Python3, PEP8, bad init fixesÉtienne Loks
2021-02-28Import template: add description list - Simplify document importÉtienne Loks
2021-02-28Container: import_get_location for parent containerÉtienne Loks
2020-08-27Fix default sort for "own" itemsÉtienne Loks
2020-05-07Imports: use the first formater for duplicates fieldsÉtienne Loks
2020-05-07Import conf: manage match for data__Étienne Loks
2020-05-05Import: multiple target for column not for regex split anymoreÉtienne Loks
2020-02-24Importer: fix concatenation when the concat string is emptyÉtienne Loks
2020-01-13Import: close opened filesÉtienne Loks
2019-12-03Import: set localisation only on post saveÉtienne Loks
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 col...Étienne Loks
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
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
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 - Docume...Étienne Loks
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 i...Étienne Loks
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 (r...Étienne Loks
2018-03-27Manage progression step (refs #3975)Étienne Loks
2018-03-27Step by step: large improvments on step display (refs #3975)Étienne Loks
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