39 Commits

Author SHA1 Message Date
8b4119e872 Forced backend to use 3306 as potentially Feb 2026 updates resulted in mismatch issues being stricter.
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m38s
Build & Deploy Backend / deploy (push) Successful in 3s
2026-03-04 06:55:58 +08:00
be8e5b0cdf Additional PatchHistory entities to expand the information stored.
All checks were successful
Build & Deploy Backend / build (push) Successful in 49s
Build & Deploy Backend / deploy (push) Successful in 32s
2025-11-05 09:22:29 +08:00
6be9c671ff Introduction of WindowsUpdate endpoint, allows for /api/patch-compliance to accept POSTS
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m6s
Build & Deploy Backend / deploy (push) Successful in 32s
2025-11-05 08:45:48 +08:00
1a08230291 Fixed issue with drives list not being initialized first as an array. Was silently killing the DeviceService and not saving new devices.
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m20s
Build & Deploy Backend / deploy (push) Successful in 32s
2025-11-04 08:27:52 +08:00
89c88d6de9 Added ambiguity to accepting PUT updates from admin end.
All checks were successful
Build & Deploy Backend / build (push) Successful in 51s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-29 12:03:24 +08:00
b0e1928ca3 adjusted PUT methods for updating backend users.
All checks were successful
Build & Deploy Backend / build (push) Successful in 51s
Build & Deploy Backend / deploy (push) Successful in 1s
2025-10-29 11:55:07 +08:00
988c5ad527 Further AI fixes on snakecase vs camelcase
All checks were successful
Build & Deploy Backend / build (push) Successful in 51s
Build & Deploy Backend / deploy (push) Successful in 1s
2025-10-29 11:39:43 +08:00
859fc20ae8 AI fixing the SQL Limit objects on the reporting.
All checks were successful
Build & Deploy Backend / build (push) Successful in 52s
Build & Deploy Backend / deploy (push) Successful in 2s
2025-10-29 11:35:22 +08:00
afceca70d9 AI changes to reporting
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m28s
Build & Deploy Backend / deploy (push) Successful in 34s
2025-10-29 11:30:20 +08:00
7797da78d0 Forgot missing import for JsonIgnoreProperties....
All checks were successful
Build & Deploy Backend / build (push) Successful in 43s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-13 11:16:12 +08:00
faa4e579b4 Added an ignoreunknown to SystemInfoDTO for ease of flexibility on intake.
Some checks failed
Build & Deploy Backend / build (push) Failing after 40s
Build & Deploy Backend / deploy (push) Has been skipped
2025-10-13 11:14:28 +08:00
d3c3d93057 Lowered max range to 120 days in application.properties.
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m21s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-13 06:28:59 +08:00
43f2442d0b Resolved missing import.
All checks were successful
Build & Deploy Backend / build (push) Successful in 51s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-10 11:14:18 +08:00
0844780949 Missing tokenResolver.
Some checks failed
Build & Deploy Backend / build (push) Failing after 41s
Build & Deploy Backend / deploy (push) Has been skipped
2025-10-10 10:56:31 +08:00
69721ba411 Resolved refresh endpoint issues.
Some checks failed
Build & Deploy Backend / build (push) Failing after 36s
Build & Deploy Backend / deploy (push) Has been skipped
2025-10-10 10:54:37 +08:00
9f68959a29 Added a keep-alive function to the AuthController
Some checks failed
Build & Deploy Backend / build (push) Failing after 35s
Build & Deploy Backend / deploy (push) Has been skipped
2025-10-10 10:50:42 +08:00
d639090419 The key changes:
All checks were successful
Build & Deploy Backend / build (push) Successful in 55s
Build & Deploy Backend / deploy (push) Successful in 31s
1. Script updated: Now runs fetchCVE_v2.js instead of fetchCVE.js (line 49)
  2. Proper configuration injection: Uses @Value to inject database credentials, API keys, and directory paths from your
  application properties
  3. Working directory: Sets the script directory properly with pb.directory(scriptDir)
  4. Environment setup: Uses the same DB connection extraction methods (extractHost, extractPort, extractDbName) as your
  ScriptController
  5. Locale settings: Added UTF-8 and Node options to match your ScriptController setup
  6. Log file location: Uses logsDirectory configuration instead of hardcoded path

  The scheduler will now run fetchCVE_v2.js (which executes importCVEEnrichmentFast) every 8 hours at midnight, 8am, and 4pm.
2025-10-10 09:56:34 +08:00
2b5aaa1401 Updated fetchcve scripts with enrichments.
All checks were successful
Build & Deploy Backend / build (push) Successful in 47s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-08 11:07:04 +08:00
c43b3a65c5 New Github support for CVE verification.
All checks were successful
Build & Deploy Backend / build (push) Successful in 47s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-08 10:41:19 +08:00
80c6aae9c2 Updated CVE scripts to include backfill support.
All checks were successful
Build & Deploy Backend / build (push) Successful in 55s
Build & Deploy Backend / deploy (push) Successful in 31s
2025-10-08 10:02:35 +08:00
2517db791c Updating scripts to hopefully work with migrated DB.
All checks were successful
Build & Deploy Backend / build (push) Successful in 58s
Build & Deploy Backend / deploy (push) Successful in 32s
2025-10-08 09:10:17 +08:00
1da5d77e5c Added explicit Timezone references.
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m5s
Build & Deploy Backend / deploy (push) Successful in 32s
2025-10-08 07:52:17 +08:00
f7ae54f320 Migration to more stable MariaDB within Unraid.
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m28s
Build & Deploy Backend / deploy (push) Successful in 2s
2025-10-07 02:14:13 +00:00
26c9ae8f01 Fixed typo on https://dev.psg.net.au within BasicConfiguration.java 2025-09-22 01:54:17 +00:00
046985259c Updated entry to accept Access Control Allow Origin from https://dev.psg.net.au explicitly.
Removed line entry for old legacy IP address.
2025-09-22 01:49:45 +00:00
73a7579ff2 Updated springboot.p12 to updated cert. 2025-09-22 01:08:20 +00:00
43cd89a517 Trigger backend deploy 2025-09-19 05:42:49 +00:00
0c795ec30a Trigger backend deploy 2025-09-19 05:36:37 +00:00
a809e38a62 Trigger backend deploy 2025-09-19 04:36:54 +00:00
3ddd4bbba0 Trigger backend deploy 2025-09-19 04:26:05 +00:00
4c87d3cd5d Trigger backend deploy 2025-09-19 04:21:22 +00:00
2d2c6f30df Trigger backend deploy 2025-09-19 04:19:04 +00:00
aea472cf62 Trigger CI 2025-09-19 04:13:26 +00:00
a6175c2fe1 Trigger CI 2025-09-19 03:51:25 +00:00
707d5818ea Trigger CI 2025-09-19 03:49:31 +00:00
192542178f Adjusted CI/CD workflow.yaml 2025-09-19 03:41:32 +00:00
ebb1755a3f Add backend CI/CD workflow 2025-09-19 02:23:22 +00:00
1912ad00c1 Add backend CI/CD workflow 2025-09-19 02:13:22 +00:00
c0349c106b Initial commit of ld-sysinfo-server backend 2025-09-19 02:09:05 +00:00