9 Commits

Author SHA1 Message Date
Sebastian 8704a02a09 Update mongo Docker tag to v8
Build Test / test (pull_request) Successful in 46s
JS Unit Tests / test (pull_request) Successful in 35s
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m19s
PHP Unit Tests / test (pull_request) Successful in 2m12s
2026-07-26 03:05:06 +00:00
Sebastian df9fc2b6f5 Merge pull request 'Update dependency vuetify to v4.1.6' (#46) from renovate/vuetify-4.x-lockfile into main
Reviewed-on: #46
2026-07-25 23:50:39 +00:00
Sebastian 267aaa6f87 Update dependency vuetify to v4.1.6
Build Test / test (pull_request) Successful in 1m8s
JS Unit Tests / test (pull_request) Successful in 1m8s
PHP Unit Tests / test (pull_request) Successful in 2m23s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m29s
2026-07-25 03:05:13 +00:00
Sebastian da1a454515 Merge pull request 'chore: implement js test suites' (#45) from chore/js-test-suites into main
Reviewed-on: #45
2026-07-24 04:32:40 +00:00
Sebastian 471313bf23 chore: implement js test suites
JS Unit Tests / test (pull_request) Successful in 42s
Build Test / test (pull_request) Successful in 45s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m25s
PHP Unit Tests / test (pull_request) Successful in 1m29s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-24 00:30:12 -04:00
Sebastian 8774db22ca Merge pull request 'Update dependency pinia to v4' (#40) from renovate/pinia-4.x into main
Reviewed-on: #40
2026-07-24 03:19:04 +00:00
Sebastian 3789235f73 Merge pull request 'Update dependency vuetify to v4.1.6' (#43) from renovate/vuetify-4.x-lockfile into main
Reviewed-on: #43
2026-07-24 03:18:54 +00:00
Sebastian 388066cd31 Update dependency pinia to v4
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m2s
PHP Unit Tests / test (pull_request) Successful in 1m4s
2026-07-24 03:10:14 +00:00
Sebastian 0beb467739 Update dependency vuetify to v4.1.6
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m15s
PHP Unit Tests / test (pull_request) Successful in 1m59s
2026-07-24 03:10:03 +00:00
3 changed files with 15 additions and 595 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:7
image: mongo:8
options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s
+13 -593
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -19,7 +19,7 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"pinia": "^3.0.0",
"pinia": "^4.0.0",
"qrcode": "^1.5.4",
"vue": "^3.5.18",
"vue-router": "^5.0.0",