Better information extraction from x509 command #20

Merged
MarkL4YG merged 22 commits from wip/38c3 into main 2025-04-21 10:16:27 +00:00

22 commits

Author SHA1 Message Date
89959bd718
ci: Create Dockerfile to build a basic container image
All checks were successful
Build / build (pull_request) Successful in 39s
Check formatting / check-formatting (pull_request) Successful in 16s
2025-04-21 12:14:35 +02:00
7def9ba4f1
ci: Apply discovered options to formatting too 2025-04-21 11:05:00 +02:00
995ed5f8a2
ci: Remove no longer supported PR parameter 2025-04-21 11:04:21 +02:00
4ffd6461d7
ci: Add proxy to gradle wrapper
Some checks failed
Build / build (pull_request) Successful in 2m20s
Check formatting / check-formatting (pull_request) Failing after 26s
2025-04-20 23:05:23 +02:00
905f1dd5dc
ci: Git proxy config moved to runner-env
Some checks failed
Check formatting / check-formatting (pull_request) Failing after 13s
Build / build (pull_request) Failing after 20s
2025-04-20 22:35:26 +02:00
dbf50fa9d3
ci: Configure proxies directly in Git
Some checks failed
Check formatting / check-formatting (pull_request) Failing after 0s
Build / build (pull_request) Failing after 10s
2025-04-20 22:12:58 +02:00
5237e81754
ci: Add proxies to build workflow
Some checks failed
Build / build (pull_request) Failing after 1s
Check formatting / check-formatting (pull_request) Failing after 0s
2025-04-20 22:10:52 +02:00
2f252a4eae
ci: Remove outdated GitHub workflows
Some checks failed
Build / build (pull_request) Failing after 2s
Check formatting / check-formatting (pull_request) Failing after 1s
2025-04-20 22:06:17 +02:00
ed98de0f33
ci: Use qualified action URLs 2025-04-20 21:39:03 +02:00
483be8f11c
ci: Create forgejo workflows
Some checks failed
Build / build (pull_request) Failing after 0s
Check formatting / check-formatting (pull_request) Failing after 0s
2025-04-20 21:33:59 +02:00
a9d8782a27
Merge remote-tracking branch 'origin/wip/38c3' into wip/38c3
Some checks failed
Build / build (pull_request) Failing after 1s
Check formatting / check-formatting (pull_request) Failing after 1s
2025-04-20 17:14:26 +02:00
f8e9158a76
chore: Fixup test failures introduced by cert import 2025-04-20 17:13:07 +02:00
4b863fec42
chore: Apply spotless formatting 2025-04-20 15:41:16 +02:00
2a02e26b01
chore: Upgrade frontend dev dependencies
Some checks failed
Build / build (pull_request) Failing after 2s
Check formatting / check-formatting (pull_request) Failing after 1s
2025-04-15 18:38:46 +02:00
a618a58041
chore: Upgrade frontend libs 2025-04-15 18:17:15 +02:00
bd3a22b45d
chore: Update version expectations for frontend tools 2025-04-15 18:12:42 +02:00
b27623db26
feat: Add frontend mocking using MockServiceWorker
Some checks failed
Build / build (pull_request) Failing after 8s
Check formatting / check-formatting (pull_request) Failing after 0s
2025-01-07 12:56:39 +01:00
95638d8ce8
feat: Enable HTTPS for vite devserver 2024-12-30 15:25:19 +01:00
28df5c0be2
Properly configure ECMAScript version of frontend 2024-12-30 11:03:01 +01:00
d725d7d249
feat: Read notBefore/After and serial from x509 command
- Added notBefore/After to the DB entity
- API changed to a command output oriented record instead of the certificate request object to separate concerns
2024-12-28 09:48:49 +01:00
cdd82443b0
chore: Apply IntelliJ quickfix about Data generator being discouraged 2024-12-28 09:48:47 +01:00
1b3600a1c9
chore: Define JS engine requirements in package.json 2024-12-28 09:30:06 +01:00