Commit Graph

457 Commits

Author SHA1 Message Date
0483fe7766 correct test setup: remove test:e2e, skip auth tests (see prev. commit), ´BUCKET´ const mock
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-09-05 08:24:43 +02:00
edb37d8117 implement test View Leere Liste in TatortListe 2025-09-04 19:07:43 +02:00
0bbbe0064b Merge pull request 'f105_umstellung_seaweedS3' (#32) from f105_umstellung_seaweedS3 into development
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
Reviewed-on: #32
2025-09-04 15:17:38 +02:00
92f5f8e5ed Merge pull request 'f100_backend_api-endpoints_tests' (#31) from f100_backend_api-endpoints_tests into development
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
Reviewed-on: #31
2025-09-04 15:16:49 +02:00
e935adf8df hotfix: viewer cannot access Vorgang with correct PIN, temp remove check if logged-in
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-09-04 12:44:33 +02:00
d007513e82 formatting 2025-09-04 10:56:11 +02:00
b9c03831cb switch from minio to seaweed S3 storage: configs and buckets (dev vs. prod, refactoring magic strings) 2025-09-04 10:55:45 +02:00
1e85df9127 remove unrelated View tests 2025-09-04 09:59:46 +02:00
3d22aab5b3 stop tracking tatort.db
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-09-04 08:11:38 +02:00
5a1b27f81c Merge branch 'development' into f094_create_tests 2025-09-03 13:05:02 +02:00
0290616890 Merge branch 'b086_Nachbearbeitung_edit-der-Namen' into development
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-09-03 13:01:08 +02:00
8eef717e50 kleine Nachbesserungen: page.server.ts reset, config_prod zurück in config 2025-09-03 12:55:26 +02:00
283755c7db edit Leere Liste in Vorgang und Crime 2025-09-03 12:27:13 +02:00
f18ef07116 add tests for API endpoint: vorgang/[vorgang]/vorgangPIN 2025-09-03 10:16:18 +02:00
821b8a6440 refactoring: extract common locals.user definition and translatation of comments 2025-09-03 08:41:57 +02:00
e0b490a353 add tests for API endpoint: users 2025-09-03 08:31:53 +02:00
1e96f13d22 remove unused import 2025-09-02 11:49:11 +02:00
c222d75ac5 add tests for API endpoint: user 2025-09-02 11:10:07 +02:00
877c350824 rename test file for ViewAngemeldet 2025-09-02 10:58:38 +02:00
418e91c504 add tests for API endpoint: list/[vorgang]/[tatort] 2025-09-02 10:47:08 +02:00
9be9676f6c add more tests for API endpoint: list/[vorgang], HEAD and DELETE 2025-08-29 10:19:45 +02:00
52bffcd4f0 reorder import, vi.mock is being hoisted 2025-08-29 08:25:52 +02:00
66a4c014ad add tests for API endpoint: list/[vorgang] 2025-08-28 12:43:56 +02:00
a85ef8eab1 rename api-list test file to use CamelCase 2025-08-28 12:40:56 +02:00
9bb691055a add tests for API endpoint: list vorgang 2025-08-28 12:09:43 +02:00
0aa49643ca add tests for API endpoint: list vorgang 2025-08-28 12:03:40 +02:00
cfe00b5424 Add Landing Page View tests, admin and viewer access 2025-08-28 10:09:34 +02:00
b43cfe345a configure vite.config to include toplevel ´tests´ folder 2025-08-27 13:56:39 +02:00
37e103a494 properly format mail-to link
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-08-26 10:55:42 +02:00
d4dba5aef8 Merge branch 'b084_zugangsPIN_vorhandener_Vorgang' into development
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-08-26 08:34:44 +02:00
f2aa7df441 add guard to dbService checking for directory existence
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
2025-08-26 08:23:39 +02:00
323264150b add guard in init_DB, check for existing folder before db creation
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
2025-08-22 10:03:39 +02:00
0c000f72a2 more unused imports
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
2025-08-21 14:32:58 +02:00
3d59beb3a6 remove unused import 2025-08-21 13:57:42 +02:00
a790bb0974 fix zugangsPIN for existing Vorgang in upload page 2025-08-21 12:35:24 +02:00
e966a1817c remove unused import in DB init file
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
2025-08-21 11:46:58 +02:00
e5d3c494ec replace plain-text password with hashed one
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
2025-08-21 11:21:12 +02:00
e3f4a97772 Merge pull request 'f052_admin_area' (#27) from f052_admin_area into development
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Reviewed-on: #27
2025-08-21 11:08:44 +02:00
7995aab697 remove unused import
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
2025-08-21 11:03:05 +02:00
ec15095da3 remove jssha and add bcrypt for password hashing with salt 2025-08-21 10:52:29 +02:00
723ec0773d add error handling and formatting 2025-08-19 13:19:23 +02:00
9d54a0fdb8 refactor addUser API endpoint to return user object if successful 2025-08-19 12:56:28 +02:00
ef0b981d84 fix user not found during auth 2025-08-19 12:24:51 +02:00
df03a833d2 update .gitignore for IDE workspace settings and remove db
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
2025-08-19 09:38:39 +02:00
b703fdcb3d Merge pull request 'f047_neu_Edit-der-Namen' (#28) from f047_neu_Edit-der-Namen into development
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
Reviewed-on: #28
2025-08-19 09:30:13 +02:00
be9e64cfd8 Überarbeitung des Pull Request, für Chico bitte offen lassen. 2025-08-13 16:56:35 +02:00
6c9afda777 Teilbearbeitung des Pull-Requests, nicht fertig da meeting 2025-08-13 12:03:14 +02:00
7bdfa1f69b refactoring branch, tatort page-svelte, Datenaktualisierung durch api, page.ts, choose better names 2025-08-12 17:36:24 +02:00
35a55d0676 vorgaenge and crimesList API endpoints, auto-formatting 2025-08-12 09:26:41 +02:00
84588cedfd fix vorgangPIN API endpoint 2025-08-12 09:11:28 +02:00