1579 Commits

Author SHA1 Message Date
einhornimmond
da7cd09244 update dockerfiles 2025-01-24 13:55:48 +01:00
einhornimmond
cd739f56f5 fix docker 2025-01-21 12:09:59 +01:00
einhornimmond
7fafb546b5 fix docker setup 2025-01-20 17:00:51 +01:00
einhornimmond
7295bfc5af Merge branch 'master' into setup_config_generation 2025-01-20 16:18:31 +01:00
einhornimmond
7fbe3a2606 Merge branch 'master' into setup_config_generation 2025-01-20 16:18:11 +01:00
einhornimmond
31c55a36d6 update frontend and admin to use config as module 2025-01-20 15:39:53 +01:00
einhornimmond
7e305d74a7 release version and Changelog 2025-01-20 12:59:01 +01:00
einhornimmond
169b18731f make config a own module, detect db version automatic 2025-01-19 20:01:54 +01:00
einhornimmond
15db898cfd check all and set to null if not found 2025-01-18 19:45:18 +01:00
einhornimmond
c227484fec fix admin build test 2025-01-18 19:42:10 +01:00
einhornimmond
39c6782dd4 fix copy of env variables 2025-01-18 19:33:34 +01:00
einhornimmond
5061c83f0c copy new setup from frontend to admin 2025-01-18 18:24:19 +01:00
Einhornimmond
5ca51a9941 more schemas 2025-01-18 08:36:16 +01:00
einhornimmond
decb23372d Merge branch 'master' into admin_fix_resubmission 2025-01-14 16:43:00 +01:00
einhornimmond
be910485dd fix problems 2025-01-10 14:12:00 +01:00
einhornimmond
687541754d add date picker, because bootstrap-next don't has one 2025-01-10 13:30:34 +01:00
einhornimmond
2be27b7fa5 remove incompatible yarn version from script 2025-01-09 14:52:12 +01:00
einhornimmond
cf54652e52 fix problems with docker container, vite host must be 0.0.0.0 not localhost else, it don't workgit add admin frontend! 2024-12-20 17:25:08 +01:00
einhornimmond
ede03978b5 fix maybe lost update and missing env 2024-12-20 12:32:29 +01:00
einhornimmond
fc466d9f7a more modern color-function-notation to fix lint error 2024-12-20 12:08:05 +01:00
einhornimmond
accbb6e306 fix admin 2024-12-18 14:42:16 +01:00
einhornimmond
ec08154831 remove yarn from admin 2024-12-18 12:24:59 +01:00
MateuszMichalowski
5237c9cab5
feat(frontend): add feedback fixes + map feature fixes (#3400) 2024-12-06 20:58:36 +01:00
clauspeterhuebner
520dda6913 correct syntax error 2024-11-22 00:00:46 +01:00
clauspeterhuebner
64847aa309 remove wrong commented line 2024-11-21 23:51:04 +01:00
clauspeterhuebner
4b1794b003 remove packageManager yarn@4.5.1 2024-11-21 17:56:41 +01:00
clauspeterhuebner
a6cc7f8793 undo changes in dockerfile 2024-11-20 23:55:36 +01:00
clauspeterhuebner
829a105641 upgrade yarn and node versions for admin build 2024-11-20 23:06:48 +01:00
clauspeterhuebner
99d4fd6dcb remove option --production=false 2024-11-20 23:00:21 +01:00
clauspeterhuebner
c7dee96f84 undo previous commit: NODE_ENV comment 2024-11-20 22:55:35 +01:00
clauspeterhuebner
781ae689ad comment NODE_ENV="production" because of error with "yarn install
--production=false ..."
2024-11-20 22:32:37 +01:00
clauspeterhuebner
f57cde981b steps to build frontend and admin as a script, but it works only on
starting each step manually
2024-11-20 16:16:38 +01:00
clauspeterhuebner
691179cfef linting 2024-11-20 16:15:14 +01:00
clauspeterhuebner
ba5d0bc8d7
Merge branch 'master' into 3384-feature-extend-user-transfer-to-gms-with-update-user 2024-11-20 01:18:23 +01:00
clauspeterhuebner
00f2be3df3 enable usage of dotenv and src/configs in vite.config for admin and
frontend
2024-11-20 00:53:02 +01:00
clauspeterhuebner
219ac00a88 use harmonized src/configs for admin and frontend 2024-11-20 00:52:13 +01:00
einhornimmond
46765dc91d release 2024-11-17 10:11:31 +01:00
clauspeterhuebner
1621f13e8f untrack .yarn/install-state.gz 2024-11-14 00:18:37 +01:00
clauspeterhuebner
7ee45b93f8 ignore .yarn/isntall-state.gz 2024-11-14 00:17:47 +01:00
clauspeterhuebner
3d3a204ac7 use dotenv and src/config in vite.config 2024-11-14 00:04:08 +01:00
clauspeterhuebner
a29f55656b use admin specific configs 2024-11-14 00:02:46 +01:00
einhornimmond
0b6b5c4869 version 2024-11-13 11:38:26 +01:00
clauspeterhuebner
73902bceee increase chunkSize warning limit on build 2024-11-12 23:16:01 +01:00
clauspeterhuebner
52364d0524 upgrade yarn 2024-11-12 23:15:06 +01:00
MateuszMichalowski
a58ba48604
feat(frontend): fix postmigration fix (#3378)
* feat(frontend): migration fixes

* feat(admin): post migration fixes

* feat(admin): revert docker change

* feat(admin): update tests
2024-10-31 18:05:48 +01:00
MateuszMichalowski
45f4207537
build(frontend): merged code from master (#3367)
* fix

* fix test

* update docker compose call

* update e2e test

* change docker-compose to docker compose in all workflows

* use mariadb container with enabled external_network

* add sleep to test_database

* add maybe new parameter --service-ports needed for docker compose run else there weren't any open ports

* try another approach

* save change (._.);

* fix(frontend): fix e2e setup & add additional check in validation rules.

* fix(frontend): fix e2e setup

---------

Co-authored-by: einhornimmond <info@einhornimmond.de>
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2024-09-12 21:00:08 +02:00
MateuszMichalowski
e8277861ec
fix(frontend): vue3 migration pre deploy setup (#3366)
* fix(admin): update test files predeploy

* fix(admin): update test files predeploy

* fix(admin): update test files predeploy
2024-09-12 18:53:40 +02:00
MateuszMichalowski
b3f031fff4
fix(frontend): style fixes, admin fix (#3364) 2024-09-04 14:01:33 +02:00
MateuszMichalowski
0f134c8a15
fix(frontend): migration feedback fixes (#3359)
* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback
2024-08-26 08:41:28 +02:00
einhornimmond
f2cf1c622d ignore components.d.ts from admin, remove auto generated components.d.ts from admin and frontend from git repository 2024-08-19 18:13:01 +02:00