Commit Graph

  • 435de2ec92 fix handling of id Thomas Peetz 2025-06-15 05:31:42 +02:00
  • 529a199262 add add_link.py and improve hamndling of MediaFile Thomas Peetz 2025-06-14 18:53:15 +02:00
  • 510e2f8130 make buttons submit and cancel work Thomas Peetz 2025-06-13 01:11:18 +02:00
  • da4f286180 remove unused imports Thomas Peetz 2025-06-11 18:56:33 +02:00
  • d9136e45f6 WIP: add HTML form for editing comics Thomas Peetz 2025-06-09 23:38:55 +02:00
  • b610947403 change loading config for export.py Thomas Peetz 2025-06-08 20:23:30 +02:00
  • 6e520a46f0 add display of issue title in lists Thomas Peetz 2025-06-07 21:39:01 +02:00
  • b4a0c2d7a5 make details for Comic, Artist and Issue clickable, add CustomField to select Comic and Issue Thomas Peetz 2025-06-05 17:58:27 +02:00
  • ea9f596abe add IssueWork entity with Repository, Form and View Thomas Peetz 2025-06-04 21:36:26 +02:00
  • 4bb7d61f80 add comparison of datetime objects with strings Thomas Peetz 2025-06-04 14:06:18 +02:00
  • cc8a166f5c change log.info to log.debug Thomas Peetz 2025-06-03 13:38:49 +02:00
  • a70bf8ae96 fix selecting Volume for Issue Thomas Peetz 2025-06-03 10:18:36 +02:00
  • 902ee03e3f Merge branch 'feature/19-create-component-for-selecting-year-and-month' into 'develop/0.2.0' tpeetz 2025-06-02 22:31:26 +02:00
  • f1f49ab014 use CustomField to create combined year and month field #63 Thomas Peetz 2025-06-02 22:30:28 +02:00
  • 7a16225c3b add custom component MonthYearPicker Thomas Peetz 2025-06-02 16:39:03 +02:00
  • 8e13af5b8c add handling of None values Thomas Peetz 2025-06-02 08:53:40 +02:00
  • 767c069404 Merge branch 'feature/18-remove-entity-moduledata' into 'develop/0.2.0' tpeetz 2025-06-01 22:29:04 +02:00
  • dd5281e2a1 remove entity ModuleData from python code #64 Thomas Peetz 2025-06-01 22:27:42 +02:00
  • aefd56d1ff Remove entity ModuleData and setup data Thomas Peetz 2025-06-01 22:23:25 +02:00
  • 293a0b3478 remove dependency to MariaDB and improve import of field published_on tpeetz 2025-06-01 20:23:15 +02:00
  • 076466b895 remove dependency to MariaDB tpeetz 2025-06-01 19:56:01 +02:00
  • 370738ff14 Merge branch 'feature/16-add-publication-date' into 'develop/0.2.0' tpeetz 2025-06-01 18:37:19 +02:00
  • 1151b0e45e Add field published_on and title to Issue #62 Thomas Peetz 2025-06-01 18:32:15 +02:00
  • 7c5c571716 add form for editing artist Thomas Peetz 2025-05-27 18:08:17 +02:00
  • 1b636efdb7 change logging Thomas Peetz 2025-05-26 11:35:51 +02:00
  • 374c242890 deactivate authentication Thomas Peetz 2025-05-25 23:10:05 +02:00
  • 87b1c24783 move card components to module specific directories Thomas Peetz 2025-05-25 22:12:23 +02:00
  • 456162da44 remove MetaDataTable and MetaDataColumn to cleanup schema Thomas Peetz 2025-05-23 18:21:41 +02:00
  • 8cfb60f9a1 add missing fields for import Thomas Peetz 2025-05-21 23:24:13 +02:00
  • 4c70046a32 removed fields from MetaDataColumn Thomas Peetz 2025-05-21 17:29:14 +02:00
  • 546f8ebbdf separate modules for worktype endpoints Thomas Peetz 2025-05-20 14:06:13 +02:00
  • bd86379d07 add missing fields for comic Thomas Peetz 2025-05-19 15:14:29 +02:00
  • edcaed1b1a fix problem when adding columns Thomas Peetz 2025-05-19 14:34:26 +02:00
  • 20ed0b2f40 add method for import data Thomas Peetz 2025-05-19 14:16:30 +02:00
  • 3197288eee add update for existing items Thomas Peetz 2025-05-18 15:44:13 +02:00
  • 84d64f04d2 check existing items with data from file Thomas Peetz 2025-05-15 13:46:05 +02:00
  • 1ecf64a228 update model for import tpeetz 2025-05-14 19:36:15 +02:00
  • 41d513e402 add reference from Volume to Issue and Comic Thomas Peetz 2025-05-13 21:40:29 +02:00
  • aa4b47e032 change display of Comics from cards to table Thomas Peetz 2025-05-13 07:57:58 +02:00
  • 3537642df9 add CRUD for WorkType Thomas Peetz 2025-05-13 00:42:41 +02:00
  • 06a48a03ac add display for WorkType Thomas Peetz 2025-05-09 01:17:35 +02:00
  • d60e606663 add display for MediaVideo Thomas Peetz 2025-05-05 22:13:51 +02:00
  • 13dad3961c add display for MetaData Thomas Peetz 2025-05-04 12:27:03 +02:00
  • 4cf1941f44 add issue display Thomas Peetz 2025-05-02 18:17:06 +02:00
  • ace568a800 setup changed Thomas Peetz 2025-05-02 13:58:09 +02:00
  • c77adb0e04 update models to use string type for id fields Thomas Peetz 2025-05-02 11:21:57 +02:00
  • 7ff2bf912d update scripts to use Postgres Thomas Peetz 2025-05-01 01:13:49 +02:00
  • 72c1a7d265 use PostgreSQL for kontor-spring and kontor-api Thomas Peetz 2025-04-30 22:10:05 +02:00
  • 2efacf6d67 Merge branch 'main' into develop/0.2.0 Thomas Peetz 2025-04-30 19:32:42 +02:00
  • d6549132ea update version to 0.2.0 Thomas Peetz 2025-04-30 19:24:29 +02:00
  • 58f80b3e76 create release 0.1.0 v0.1.0 Thomas Peetz 2025-04-30 18:40:24 +02:00
  • ce49c463c3 Merge branch 'develop/0.1.0' into 'main' tpeetz 2025-04-30 17:31:18 +02:00
  • 931b4a0aba remove obsolete kontor.py tpeetz 2025-04-30 17:31:18 +02:00
  • 2cfaaa4d87 remove obsolete kontor.py #61 develop/0.1.0 Thomas Peetz 2025-04-30 17:28:09 +02:00
  • 5850b1cfb0 rename User to Profile and Role to Permission. refs #15 Thomas Peetz 2025-04-30 17:22:40 +02:00
  • 8833d2ca6a add db-password.txt in preparation of switching to PostgreSQL Thomas Peetz 2025-04-29 14:48:31 +02:00
  • bbf422cc5d create Docker images only with development version as tag Thomas Peetz 2025-04-29 14:43:07 +02:00
  • 4c96de27db import sources from develop/0.1.0 Thomas Peetz 2025-04-29 12:52:55 +02:00
  • 1290a45fb5 kontor-api: Add details pages for Comics, Artists and MediaFiles Thomas Peetz 2025-04-28 15:47:07 +02:00
  • 3afbbf900d add life of MediaFile Thomas Peetz 2025-04-27 22:11:56 +02:00
  • f71419d37b Merge branch 'feature/12-import-templates-from-bottle' into 'develop/0.1.0' tpeetz 2025-04-27 14:53:34 +02:00
  • f5f673fd4e add comic artist details page #60 Thomas Peetz 2025-04-27 14:52:07 +02:00
  • 8ec0784490 import templates from bottle and django. Use bootstrap for HTML content Thomas Peetz 2025-04-27 14:14:56 +02:00
  • 13faff8e01 add dependency to mariadb for kontor and kontor-api Thomas Peetz 2025-04-26 22:57:52 +02:00
  • 0a4f6bb0f9 remove kontor-cli Thomas Peetz 2025-04-26 22:17:09 +02:00
  • 3b4e5634b1 remove scriptsa.bak Thomas Peetz 2025-04-26 00:40:00 +02:00
  • 8c98e6de26 kontor-spring: change IssueView to use StatusIcon Thomas Peetz 2025-04-25 16:32:31 +02:00
  • 525d82cbda remove conflict marker Thomas Peetz 2025-04-25 08:13:33 +02:00
  • e26aaa1420 fix deprecatino warning in build.gradle Thomas Peetz 2025-04-25 07:47:29 +02:00
  • ec7f05d8fc Merge branch 'feature/10-improve-docker-image' into 'develop/0.1.0' tpeetz 2025-04-25 01:21:16 +02:00
  • 727e95e732 setup kontor-schema #58 Thomas Peetz 2025-04-21 21:45:06 +02:00
  • 75d3bf6ffb Resolve "evaluate uv" tpeetz 2025-04-21 17:39:20 +02:00
  • 94782fc468 relocate sources Thomas Peetz 2025-04-21 03:56:55 +02:00
  • 101ece44d8 Resolve "evaluate uv" tpeetz 2025-04-21 17:39:20 +02:00
  • e880594a5b change schema back to use BIT(1) for boolean Thomas Peetz 2025-04-25 00:45:25 +02:00
  • c222d4cd7a copy sources from branch develop/0.1.0 Thomas Peetz 2025-04-24 16:05:05 +02:00
  • cb0fa3f728 change schema Thomas Peetz 2025-04-23 22:54:37 +02:00
  • 4709e431b7 add schema from kontor-schema Thomas Peetz 2025-04-23 21:21:19 +02:00
  • bfccca72a1 copy schema to kontor-api Thomas Peetz 2025-04-23 10:08:22 +02:00
  • 8a3eebaab5 move schema to separate uv project Thomas Peetz 2025-04-22 00:51:41 +02:00
  • 6716103d0c setup kontor-schema Thomas Peetz 2025-04-21 21:45:06 +02:00
  • ee78af1abe relocate sources Thomas Peetz 2025-04-21 03:56:55 +02:00
  • 1fc726ee4b Resolve "evaluate uv" tpeetz 2025-04-21 17:39:20 +02:00
  • 882f48de0b relocate sources Thomas Peetz 2025-04-21 03:56:55 +02:00
  • 097a3efd4a Merge branch 'feature/11-evaluate-uv' into 'develop/0.1.0' tpeetz 2025-04-21 17:39:21 +02:00
  • 934ef826c9 Resolve "evaluate uv" tpeetz 2025-04-21 17:39:20 +02:00
  • bb049441b4 extend check_kontor.py for comparing json file with db Thomas Peetz 2025-04-21 00:55:50 +02:00
  • 2bdbef8f8a change boolean fields in schema from Bit(1) to Boolean tpeetz 2025-04-19 01:40:13 +02:00
  • 20f29d88fa add script to copy from json to mariadb tpeetz 2025-04-18 22:55:40 +02:00
  • 1997957069 remove .itlab-ci.yml and call of pytest to Makefile Thomas Peetz 2025-04-18 00:52:00 +02:00
  • 116bb77e4c update check_kontor.py to call Kontor API Thomas Peetz 2025-04-18 00:09:30 +02:00
  • a6eeea6c1f add testing to fastapi Thomas Peetz 2025-04-17 02:21:14 +02:00
  • 4a61d6a727 refactor scripts to work wit api Thomas Peetz 2025-04-16 05:08:59 +02:00
  • 98e3d91edd reorganize python projects Thomas Peetz 2025-04-15 01:29:08 +02:00
  • a169f6a6c1 Merge branch 'feature/9-evaluate-sqlmodel' into 'develop/0.1.0' tpeetz 2025-04-13 16:16:10 +02:00
  • b14a267b5b evaluate sqlmodel tpeetz 2025-04-13 16:16:10 +02:00
  • a43e2c806c add virtualenv to scripts Thomas Peetz 2025-04-08 12:14:20 +02:00
  • 10834df92b add script for import data Thomas Peetz 2025-04-08 11:49:52 +02:00
  • 3d97c3360a add MetaDataColumn import Thomas Peetz 2025-04-07 22:26:33 +02:00
  • 76d91dd506 add import view Thomas Peetz 2025-04-07 19:34:08 +02:00