Thomas Peetz
|
e26aaa1420
|
fix deprecatino warning in build.gradle
|
2025-04-25 07:47:29 +02:00 |
|
tpeetz
|
ec7f05d8fc
|
Merge branch 'feature/10-improve-docker-image' into 'develop/0.1.0'
Feature/10 improve docker image
See merge request tpeetz/kontor!14
|
2025-04-25 01:21:16 +02:00 |
|
Thomas Peetz
|
727e95e732
|
setup kontor-schema
|
2025-04-25 01:19:59 +02:00 |
|
tpeetz
|
75d3bf6ffb
|
Resolve "evaluate uv"
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
94782fc468
|
relocate sources
|
2025-04-25 01:19:59 +02:00 |
|
tpeetz
|
101ece44d8
|
Resolve "evaluate uv"
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
e880594a5b
|
change schema back to use BIT(1) for boolean
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
c222d4cd7a
|
copy sources from branch develop/0.1.0
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
cb0fa3f728
|
change schema
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
4709e431b7
|
add schema from kontor-schema
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
bfccca72a1
|
copy schema to kontor-api
|
2025-04-25 01:19:59 +02:00 |
|
Thomas Peetz
|
8a3eebaab5
|
move schema to separate uv project
|
2025-04-25 01:19:47 +02:00 |
|
Thomas Peetz
|
6716103d0c
|
setup kontor-schema
|
2025-04-25 01:19:37 +02:00 |
|
Thomas Peetz
|
ee78af1abe
|
relocate sources
|
2025-04-25 01:19:28 +02:00 |
|
tpeetz
|
1fc726ee4b
|
Resolve "evaluate uv"
|
2025-04-25 01:19:28 +02:00 |
|
Thomas Peetz
|
882f48de0b
|
relocate sources
|
2025-04-25 01:19:14 +02:00 |
|
tpeetz
|
097a3efd4a
|
Merge branch 'feature/11-evaluate-uv' into 'develop/0.1.0'
Resolve "evaluate uv"
Closes #11
See merge request tpeetz/kontor!15
|
2025-04-21 17:39:21 +02:00 |
|
tpeetz
|
934ef826c9
|
Resolve "evaluate uv"
|
2025-04-21 17:39:20 +02:00 |
|
Thomas Peetz
|
bb049441b4
|
extend check_kontor.py for comparing json file with db
|
2025-04-21 00:55:50 +02:00 |
|
tpeetz
|
2bdbef8f8a
|
change boolean fields in schema from Bit(1) to Boolean
|
2025-04-19 01:40:13 +02:00 |
|
tpeetz
|
20f29d88fa
|
add script to copy from json to mariadb
|
2025-04-18 22:55:40 +02:00 |
|
Thomas Peetz
|
1997957069
|
remove .itlab-ci.yml and call of pytest to Makefile
|
2025-04-18 00:52:00 +02:00 |
|
Thomas Peetz
|
116bb77e4c
|
update check_kontor.py to call Kontor API
|
2025-04-18 00:09:30 +02:00 |
|
Thomas Peetz
|
a6eeea6c1f
|
add testing to fastapi
|
2025-04-17 02:21:14 +02:00 |
|
Thomas Peetz
|
4a61d6a727
|
refactor scripts to work wit api
|
2025-04-16 05:08:59 +02:00 |
|
Thomas Peetz
|
98e3d91edd
|
reorganize python projects
|
2025-04-15 01:29:08 +02:00 |
|
tpeetz
|
a169f6a6c1
|
Merge branch 'feature/9-evaluate-sqlmodel' into 'develop/0.1.0'
evaluate sqlmodel
See merge request tpeetz/kontor!13
|
2025-04-13 16:16:10 +02:00 |
|
tpeetz
|
b14a267b5b
|
evaluate sqlmodel
|
2025-04-13 16:16:10 +02:00 |
|
Thomas Peetz
|
a43e2c806c
|
add virtualenv to scripts
|
2025-04-08 12:14:20 +02:00 |
|
Thomas Peetz
|
10834df92b
|
add script for import data
|
2025-04-08 11:49:52 +02:00 |
|
Thomas Peetz
|
3d97c3360a
|
add MetaDataColumn import
|
2025-04-07 22:26:33 +02:00 |
|
Thomas Peetz
|
76d91dd506
|
add import view
|
2025-04-07 19:34:08 +02:00 |
|
Thomas Peetz
|
84aff2b7d7
|
add data for cards
|
2025-04-06 09:41:53 +02:00 |
|
Thomas Peetz
|
2f8c10a692
|
add package repository and refactor classes
|
2025-04-03 22:31:11 +02:00 |
|
Thomas Peetz
|
c5f74e007a
|
organize imports
|
2025-04-01 23:13:08 +02:00 |
|
Thomas Peetz
|
243f693f9d
|
ignore project files
|
2025-04-01 23:08:54 +02:00 |
|
Thomas Peetz
|
976b4f3f47
|
extract ColumnToggleContextMenu and createStatusIcon to separate classes
|
2025-04-01 22:09:41 +02:00 |
|
Thomas Peetz
|
1b18dae311
|
add scripts from repository python-scripts
|
2025-04-01 08:12:53 +02:00 |
|
Thomas Peetz
|
38e77b25b1
|
change display of boolean in ComicView and add docker tasks to build.gradle
|
2025-03-31 22:41:08 +02:00 |
|
tpeetz
|
bbc08863f0
|
Merge branch 'feature/8-create-docker-build' into 'develop/0.1.0'
Resolve "Create docker build"
Closes #8
See merge request tpeetz/kontor!6
|
2025-03-31 18:40:40 +02:00 |
|
tpeetz
|
d58f18d206
|
Merge branch 'develop/0.1.0' into 'feature/8-create-docker-build'
# Conflicts:
# springboot/Dockerfile
|
2025-03-31 18:30:11 +02:00 |
|
Thomas Peetz
|
fd5bc54eee
|
import repositories kontor-java and kontor-ee
|
2025-03-30 15:57:09 +02:00 |
|
Thomas Peetz
|
cbc57d22f8
|
add Docker build and domcker-compose file
|
2025-03-30 04:17:58 +02:00 |
|
Thomas Peetz
|
a5cdf8867a
|
move Git repository kontor-docker to directory bottle-docker
|
2025-03-29 19:05:31 +01:00 |
|
tpeetz
|
45971518ee
|
change ModuleData view
|
2025-03-17 18:43:55 +01:00 |
|
Thomas Peetz
|
7db244f599
|
add length vor varchar for _id fields
|
2025-02-12 18:07:48 +01:00 |
|
Thomas Peetz
|
41e2b11da2
|
add details view
|
2025-02-11 16:16:38 +01:00 |
|
Thomas Peetz
|
0d1b2e416e
|
add tab witg table and details
|
2025-02-11 10:39:07 +01:00 |
|
Thomas Peetz
|
d8eecb4dab
|
fix NPE in MediaActorView
|
2025-02-10 15:56:32 +01:00 |
|
Thomas Peetz
|
3bb3b22cea
|
add MediaActor and MediaActorFile to kontor-schema
|
2025-02-10 12:54:59 +01:00 |
|