Historique des commits

Auteur SHA1 Message Date
  Vsevolod Levitan 5aa61d399e Fixed JSON formatting il y a 1 an
  Vsevolod Levitan 08c4abb4a0 Removed key sorting from json generation in json_export il y a 1 an
  Vsevolod Levitan 5645eb015b Removed residual print() call from main.run() il y a 1 an
  Vsevolod Levitan 642a8901c9 Delegated JSON generation to json module in json_export il y a 1 an
  Vsevolod Levitan 9e1df6c87f Inherited converter from abc.ABC il y a 1 an
  Vsevolod Levitan 910c1352db Implemented autofactory for converter_factory il y a 1 an
  Vsevolod Levitan 35b9eecadb Moved format recognition to exporter_factory il y a 1 an
  Vsevolod Levitan 23e1e069c8 Made exporters return linked model IDs il y a 1 an
  Vsevolod Levitan 2c994ad845 Removed unused converter il y a 1 an
  Vsevolod Levitan 2668c081bb Resolved test issue il y a 1 an
  Vsevolod Levitan ee4c2def99 Added API endpoints il y a 1 an
  Vsevolod Levitan 3887540faf Implemented json_export il y a 1 an
  Vsevolod Levitan c3ed99b5b2 Added postprocess method to export strategies il y a 1 an
  Vsevolod Levitan e8d166701d Resolved test issues il y a 1 an
  Vsevolod Levitan c807b985ea Added converters and corresponding tests il y a 1 an
  Vsevolod Levitan 1e770be24f Added exporter_factory il y a 1 an
  Vsevolod Levitan 769c8292bd Added main.py il y a 1 an
  Vsevolod Levitan 1e9df2bb78 Removed unused import from validator class il y a 1 an
  Vsevolod Levitan 891e6c65fc Added strategy property to exporter and mimetype property to all exporters il y a 1 an
  Vsevolod Levitan 0dcac5f6a5 Implemented markdown export strategy il y a 1 an
  Всеволод Левитан 8b69f71117 Merge branch 'feature/export' of 1ffy/sp-1 into master il y a 1 an
  Vsevolod Levitan 350c5292fe Code formatted il y a 1 an
  Vsevolod Levitan 13aefb5615 Added export_format property to settings il y a 1 an
  Vsevolod Levitan d23084e505 Added validator.check_value_in method and corresponding test il y a 1 an
  Vsevolod Levitan c46780edd3 Fixed error in test_errors.test_check_set_exception caused by try/except not being triggered; Fixed error in test_export.test_csv_munits caused by differences in separator char il y a 1 an
  Vsevolod Levitan 159f46412a Removed singleton pattern from export strategies il y a 1 an
  Vsevolod Levitan 81ad8b8636 Added key validation for exporter.export_by_key il y a 1 an
  Vsevolod Levitan 7ec5f41a42 Added autoreplacement of ';' for ',' in csv_export to avoid malformed data il y a 1 an
  Vsevolod Levitan 0d4ae4de82 Auto-refactored everything with ruff il y a 1 an
  Vsevolod Levitan d94d5afb40 Added markdown_export.py placeholder il y a 1 an