Skip to content

Commit 9528375

Browse files
Merge origin/main into ci/test-coverage; resolve package-lock conflict
Regenerated package-lock.json from the merged package.json so both the main-side deps (pino, LICENSE) and this branch's @vitest/coverage-v8 are reconciled. 91 unit tests pass; coverage gate passes above thresholds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 parents 366e435 + d1d23b1 commit 9528375

16 files changed

Lines changed: 975 additions & 555 deletions

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ PUBLIC_SITE_URL=http://localhost:5173
33

44
# Database
55
DATABASE_URL="postgres://user:password@localhost:5432/postguard_business"
6+
# Optional connection-pool tuning (postgres.js). Defaults are used if unset.
7+
# DB_POOL_MAX=10 # max pooled connections
8+
# DB_IDLE_TIMEOUT=20 # seconds before an idle connection is closed
9+
# DB_CONNECT_TIMEOUT=10 # seconds to wait when opening a connection
10+
# DB_MAX_LIFETIME=1800 # seconds before a connection is recycled
611

712
# Yivi (YIVI_SERVER_URL and YIVI_SERVER_TOKEN set in docker-compose / k8s)
813
YIVI_DEMO_ATTRIBUTES=true

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright 2021 Encryption 4 All
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7+
of the Software, and to permit persons to whom the Software is furnished to do
8+
so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,7 @@ Internet → Ingress → business-svc:3000 → business-deployment
323323
```
324324

325325
The IRMA/Yivi server is accessed through SvelteKit's backend proxy (`/irma/[...path]`), which adds the authentication token. The browser never communicates directly with the IRMA server.
326+
327+
## License
328+
329+
[MIT](LICENSE) © Encryption 4 All

0 commit comments

Comments
 (0)