72 Commits

Author SHA1 Message Date
bb15c55e46 Improve asset sorting by brand, model, and QR code with null handling
All checks were successful
Build / build (push) Successful in 2m27s
Deploy / build (push) Successful in 3m1s
v1.4.2
2025-06-15 09:48:07 +02:00
35c2e07c05 Update build view to link part types for better navigation
All checks were successful
Build / build (push) Successful in 2m2s
Deploy / build (push) Successful in 2m43s
v1.4.1
2025-06-15 09:27:32 +02:00
92187fd345 Handle non-positive capacities in idealUnitForCapacity method 2025-06-15 09:27:29 +02:00
0dbab45651 Enhance asset display by handling null builds and sorting assets by QR code 2025-06-15 09:26:08 +02:00
14ac78982f Reorder fields in HddAsset for clarity
All checks were successful
Build / build (push) Successful in 1m20s
2025-06-15 09:14:13 +02:00
b4c493c27b Merge pull request 'Add support for builds' (#2) from builds into master
All checks were successful
Build / build (push) Successful in 1m51s
Deploy / build (push) Successful in 2m23s
Reviewed-on: #2
v1.4.0
2025-06-15 09:06:19 +02:00
8e26a73243 Add build management features and views
All checks were successful
Build / build (push) Successful in 2m10s
2025-06-15 09:03:47 +02:00
8cbededc79 Initial support for builds
All checks were successful
Build / build (push) Successful in 2m16s
2025-06-15 07:47:30 +02:00
13617eed6d Add support for duplicating assets
All checks were successful
Build / build (push) Successful in 6m44s
Deploy / build (push) Successful in 6m57s
v1.3.0
2025-06-10 13:54:27 +02:00
698f6a3903 Fix some conversion problems
All checks were successful
Build / build (push) Successful in 1m31s
2025-06-10 13:30:36 +02:00
d702544f2c Add OpenAPI description
All checks were successful
Build / build (push) Successful in 3m33s
Deploy / build (push) Successful in 4m20s
v1.2.0
2025-06-10 10:05:47 +02:00
7fca7c4ff0 Adding api
All checks were successful
Build / build (push) Successful in 2m43s
Deploy / build (push) Successful in 2m24s
v1.1.0
2025-06-09 19:49:44 +02:00
3789fee73b Add CHS mapping to hard drive
All checks were successful
Build / build (push) Successful in 1m34s
Deploy / build (push) Successful in 1m53s
v1.0.0
2025-06-09 15:41:04 +02:00
18baf239e8 Add custom device 2025-06-09 15:40:05 +02:00
c57c429dae Fix 500 problem
All checks were successful
Build / build (push) Successful in 2m56s
Deploy / build (push) Successful in 2m59s
v0.9.0
2025-06-09 15:10:31 +02:00
5d1c65a4c5 Better capacity support
All checks were successful
Build / build (push) Successful in 2m36s
Deploy / build (push) Successful in 2m40s
v0.8.0
2025-06-09 15:03:16 +02:00
85de1c0c9f Add BigInteger support for capacity handling and enhance UI for capacity selection 2025-06-09 14:53:23 +02:00
a4b88f6dfd Ensure casing is ignored when sorting input list 2025-06-09 10:53:22 +02:00
b9bf2f1d38 Only login into docker once needed 2025-06-09 10:09:50 +02:00
d45b2cc068 Refine deployment
All checks were successful
Build / build (push) Successful in 3m43s
Deploy / build (push) Successful in 3m2s
v0.7.0
2025-06-09 10:08:37 +02:00
9c376b3a97 Add support for worklogs 2025-06-09 10:05:39 +02:00
ae010a0e21 Update build and deploy workflows to support branch-specific builds and Java setup
Some checks failed
Build / build (push) Successful in 1m58s
Deploy / build (push) Failing after 3m18s
v0.6.0
2025-06-09 09:15:36 +02:00
b47b3abbab Add PowerSupplyAsset model and repository, and implement WorkLogEntry for asset tracking 2025-06-09 09:15:32 +02:00
309bc72405 Rename CdDriveAsset and CdDriveRepository to OpticalDriveAsset and OpticalDriveRepository for consistency 2025-06-09 08:52:17 +02:00
7cd7d11a40 Update deploy workflow
Some checks failed
Build / build (push) Successful in 3m13s
Deploy / build (push) Failing after 4m2s
v0.5.0
2025-06-09 08:50:31 +02:00
ab06c37a71 Add CpuAsset model and CpuRepository for CPU asset management 2025-06-09 08:46:04 +02:00
54231df858 Add ReadWrite enum and update CdDriveAsset to use ReadWrite for support properties 2025-06-09 08:42:43 +02:00
5e902dd8b0 Add NIC asset model and repository
Some checks failed
Deploy / build (push) Failing after 29s
Build / build (push) Successful in 1m33s
v0.4.0
2025-06-08 16:48:20 +02:00
7f4954a98d Enhance UI: Update headings for asset browsing and creation pages; add CD Drive asset model and repository 2025-06-08 16:48:20 +02:00
af5cd88691 Add floppy drive asset 2025-06-08 16:48:20 +02:00
c1af87f82a Remove tests 2025-06-08 16:48:20 +02:00
6cda1f5bde Merge pull request 'Rewrite in Java' (#1) from java into master
Some checks failed
Deploy / build (push) Failing after 1m17s
Build / build (push) Failing after 2m4s
Reviewed-on: #1
v0.3.0
2025-06-08 16:10:20 +02:00
bbb3448994 Create docker file
Some checks failed
Build / build (push) Failing after 7m52s
2025-06-08 16:09:29 +02:00
72c006f520 Add support for hiding additional properties in Chassis asset model
Some checks failed
Build / build (push) Failing after 11s
2025-06-08 15:03:59 +02:00
51820545a0 Add Chassis asset model and repository; define properties and metadata 2025-06-08 15:03:46 +02:00
162bd7fd74 Add Sound Adapter asset model and repository; standardize asset type naming 2025-06-08 15:00:56 +02:00
5a480faca0 Add motherboard asset model and repository; hide specific properties in overview 2025-06-08 14:59:08 +02:00
c8829c5f7c Add description support for asset properties and update related models 2025-06-08 14:47:13 +02:00
a490b2a306 Add support for hiding properties in asset overview and enhance input list handling 2025-06-08 14:39:25 +02:00
afd36bcb0c Can create, edit, view, and delete assets 2025-06-08 14:20:29 +02:00
72f4a1cd28 Working on edit
Some checks failed
Build / build (push) Failing after 8s
2025-06-08 08:57:55 +02:00
3a70613023 Close to the same feature set as the Go interface
Some checks failed
Build / build (push) Failing after 19s
2025-06-08 07:02:13 +02:00
d4718d15c3 Can show an asset 2025-06-08 06:47:34 +02:00
257abddc15 Actually support creating assets 2025-06-08 06:10:45 +02:00
1c65630565 Add asset creation form handling and update asset interface
Some checks failed
Build / build (push) Failing after 8s
2025-06-07 19:30:42 +02:00
a9889511d1 Fix Thymeleaf syntax for fragment replacement in asset creation pages 2025-06-07 19:22:14 +02:00
e703da995e Got most of the create menu working
Some checks failed
Build / build (push) Failing after 15s
2025-06-07 17:32:55 +02:00
07765b8367 Working on fragments
Some checks failed
Build / build (push) Failing after 16s
2025-06-07 08:47:53 +02:00
8d86b56a34 Ignore sqlite things 2025-06-06 10:05:03 +02:00
ca47f8f8ab Add ability to reflectively determine asset information
Some checks failed
Build / build (push) Failing after 1m41s
2025-06-05 21:17:17 +02:00