Commit e45aa85
refactor: clean up config - rename fields, remove redundant server fields, drop migrations
- Rename QueueTypeConfiguration.order → priority (higher = higher priority)
- Rename QueueTypeConfiguration.slots → reservedSlots for clarity
- Mark singular queueServer/targetServer/sourceServer as @ignore (use queue groups instead)
- Remove ConfigMigrator and all migration code (no released version to migrate from)
- Fix rebuildKickWhenDownServers to use resolved queue groups with fallback values
- Fix postProcess order: build types and groups before resolving kick-when-down servers
- Simplify QueueEnvironment by removing singular-field fallbacks
- Update all tests to use queue group helpers instead of removed singular accessors
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 62c1590 commit e45aa85
10 files changed
Lines changed: 182 additions & 685 deletions
File tree
Lines changed: 62 additions & 189 deletions
Large diffs are not rendered by default.
Lines changed: 0 additions & 116 deletions
This file was deleted.
Lines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 73 | + | |
86 | 74 | | |
87 | 75 | | |
88 | 76 | | |
| |||
305 | 293 | | |
306 | 294 | | |
307 | 295 | | |
308 | | - | |
309 | | - | |
| 296 | + | |
310 | 297 | | |
311 | 298 | | |
312 | 299 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 1 addition & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 59 | + | |
74 | 60 | | |
75 | 61 | | |
76 | 62 | | |
| |||
86 | 72 | | |
87 | 73 | | |
88 | 74 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 75 | | |
93 | 76 | | |
94 | 77 | | |
| |||
0 commit comments