summaryrefslogtreecommitdiff
path: root/ishtar_common/data_importer.py
AgeCommit message (Expand)Author
2023-06-07⚡️ improve post treatments after importsÉtienne Loks
2023-04-17bandit checker: mark false security issues - fix security issues (low severity)Étienne Loks
2023-04-17Add bandit scan tool to Makefile - mark some security issue as non relevantsÉtienne Loks
2022-12-12Import value formater: can use {item} notation for formatÉtienne Loks
2022-12-12Imports: manage defaults with "__"Étienne Loks
2022-12-12Imports: fix error interception for GeoVectorDataÉtienne Loks
2022-12-12Fix step by step import advanceÉtienne Loks
2022-12-12Imports: display post-process advanceÉtienne Loks
2022-12-12Fix import when no object is created and no error is catchedÉtienne Loks
2022-12-12Import: manage CSV geo dataÉtienne Loks
2022-12-12Geodata: import - fix reverse and default dataÉtienne Loks
2022-12-12Geodata: test shp import - fix table importÉtienne Loks
2022-12-12Geodata: gpkg, shp importÉtienne Loks
2022-12-12Migration to Django 2.2 - fixesÉtienne Loks
2022-12-12Migration to Django 2.2 - fixesÉtienne Loks
2022-11-04Imports: fix post process when returned item is not a listÉtienne Loks
2022-07-08Performance on imports: group all post treatment to the endÉtienne Loks
2022-06-07Import: more "human" error messages (refs #5382)É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