Commit graph

6 commits

Author SHA1 Message Date
19574ea4a0 feat: add warnings mode for import/export handlers, commands
can now specify `--warn` for import/export CLI, to get diff email when
changes occur.

this also adds `get_import_handler()` and friends, via app provider.

also declare email settings for the 2 existing importers
2025-12-20 20:24:35 -06:00
fc250a433c feat: add the import-versions command, handler logic
only works if wutta-continuum is already installed and enabled.

this also rearranges some existing classes, for better consistency
2025-12-18 20:03:47 -06:00
33ac0e008e fix: format all code with black
and from now on should not deviate from that...
2025-08-31 12:42:59 -05:00
Lance Edgar
6c94b13b12 fix: avoid empty keys for importer
when keys come in from command line params, the arg parser may have an
empty value.  which we need to avoid here
2025-06-29 11:24:10 -05:00
Lance Edgar
f43a066341 feat: add wutta import-csv command 2024-12-05 21:25:38 -06:00
Lance Edgar
e19eab418a feat: initial release
just the basics in place for an ad-hoc CSV -> Wutta import.  framework
API only at this point, no CLI yet
2024-12-05 07:57:51 -06:00