Commit graph

71 commits

Author SHA1 Message Date
24de58982a 17 - Deduplicate Scenario type to shared types 2026-03-22 01:11:11 +01:00
b98b6f6dd9 17 - Add settings panel with distribution mode toggle 2026-03-22 01:08:44 +01:00
a7f9799391 17 - Share scenario as Inertia shared data 2026-03-22 01:00:39 +01:00
ac3e6d2ff9 17 - Add scenario PATCH route with distribution_mode validation 2026-03-22 00:56:20 +01:00
246ca69f40 17 - Rewrite tests for phased distribution service 2026-03-21 23:55:21 +01:00
d45ca30151 17 - Rewrite PipelineAllocationService for phased distribution 2026-03-21 18:23:38 +01:00
f14057d6d9 17 - Add distribution_mode to Scenario 2026-03-21 18:09:56 +01:00
cf89ee7cd2 16 - Update frontend for cents-based API 2026-03-21 17:48:58 +01:00
d6f60ab987 16 - Update tests for integer allocation_value 2026-03-21 17:42:52 +01:00
3a5126f51c 16 - Pass raw storage units through API 2026-03-21 17:26:45 +01:00
4554f4e417 16 - Migrate allocation_value to integer and update model 2026-03-21 16:54:11 +01:00
d603fc6401 12 - Integrate distribution preview into scenario page 2026-03-21 11:49:45 +01:00
0bec678b5a 12 - Add income distribution preview component 2026-03-21 11:40:34 +01:00
a70dc036fe 12 - Add tests for allocation preview endpoint 2026-03-21 11:19:00 +01:00
4a6e69d33b 12 - Add allocation preview endpoint 2026-03-21 11:05:50 +01:00
4bf3aef610 13 - Fix allocation_value nulled on partial updates 2026-03-21 10:52:27 +01:00
a045ee6c23 13 - Integrate inline editing into bucket cards 2026-03-21 10:47:36 +01:00
073efc4bda 13 - Add InlineEdit components 2026-03-21 10:37:52 +01:00
df985091dd 13 - Add tests for partial bucket updates 2026-03-21 10:35:05 +01:00
969a88bc53 13 - Support partial updates and starting_amount in bucket API 2026-03-21 09:43:50 +01:00
969c97b165 15 - Update tests for single-scenario routing 2026-03-20 15:33:24 +01:00
962acdc6ae 15 - Clean up frontend for single-scenario page 2026-03-20 15:20:49 +01:00
873484db74 15 - Redirect root to single scenario and hide CRUD routes 2026-03-20 14:46:08 +01:00
fab5a5f4be 14 - Add empty state with bucket setup guidance 2026-03-20 13:08:19 +01:00
66fb866f42 5 - Clean up dead formatting code and tighten buffer validation 2026-03-20 00:45:48 +01:00
8f6de4aace 5 - Add buffer multiplier UI with preset and custom options 2026-03-20 00:41:47 +01:00
ed6be6249e 5 - Expose buffer multiplier in controller and resource API layer 2026-03-20 00:37:23 +01:00
ad55a38c90 5 - Add buffer multiplier parameter to CreateBucketAction 2026-03-20 00:31:04 +01:00
50b7caf1f9 5 - Integrate buffer multiplier into pipeline allocation service 2026-03-20 00:28:20 +01:00
772f4c1c5a 5 - Add buffer multiplier support to Bucket model with effective capacity 2026-03-20 00:25:44 +01:00
b4903cf3cf 5 - Add buffer_multiplier column to buckets table 2026-03-20 00:21:24 +01:00
d742b84343 6 - Consolidate allocation type constraints into BucketTypeEnum and remove dead code 2026-03-19 23:54:58 +01:00
d06b859652 4 - Harden overflow bucket invariants with server-side guards 2026-03-19 21:49:00 +01:00
faff18f82b 4 - Update PHPStan baseline for bucket type changes and stale UUID entries 2026-03-19 21:41:36 +01:00
2f51374e3a 4 - Update frontend with bucket type support and visual distinction 2026-03-19 21:35:27 +01:00
e5dc7b0e21 4 - Update BucketController with bucket type validation and constraints 2026-03-19 21:29:03 +01:00
da036ce97f 4 - Add bucket type parameter to CreateBucketAction and update CreateScenarioAction 2026-03-19 21:22:09 +01:00
fe5355d182 4 - Add BucketTypeEnum and update Bucket model, migration, factory, and resource 2026-03-19 21:14:36 +01:00
72cc6ff0b7 1 - Expose UUIDs in API responses and update frontend types 2026-03-19 21:01:56 +01:00
367f255200 1 - Add UUID support to all domain models 2026-03-19 20:34:47 +01:00
bfa92f8f24 Fix remaining kebab-case imports for case-sensitive filesystems
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m58s
2026-03-19 01:53:27 +01:00
25728141c2 Fix Dockerfile Node version and case-sensitive import paths
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m20s
2026-03-19 01:43:33 +01:00
d2a2d543d3 Fix Dockerfile to use npm install (no lock file in repo)
Some checks failed
Build and Push Docker Image / build (push) Failing after 6m2s
2026-03-19 01:35:19 +01:00
41fad79af7 Re-enable 18 skipped tests, fix route('home') references
Some checks failed
Build and Push Docker Image / build (push) Failing after 4m37s
2026-03-19 01:27:16 +01:00
2fa31ff74c Fix priority shift to update in reverse order for SQLite compatibility 2026-03-19 01:26:58 +01:00
59d6cd7721 Fix phpunit.xml to use server tags with force for container testing 2026-03-19 01:13:07 +01:00
67ab1f5f41 Fix code style issues across 32 files (Pint) 2026-03-19 01:09:47 +01:00
54de5b6cc2 Align .gitignore and .editorconfig with project conventions 2026-03-19 01:08:31 +01:00
ed957aae97 Add Forgejo build workflow for Docker image push 2026-03-19 01:07:42 +01:00
f9b72d20d2 Add Forgejo CI workflow with lint, PHPStan, tests, and coverage 2026-03-19 01:07:19 +01:00