fawney19
|
c916e76bd2
|
Merge branch 'pr-461'
# Conflicts:
# .github/workflows/rust-ci.yml
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
|
2026-05-15 21:52:37 +08:00 |
|
fawney19
|
87e44479cc
|
Add proxy tunnel diagnostics and default logging
|
2026-05-15 19:43:59 +08:00 |
|
fawney19
|
e4f427f921
|
Merge remote-tracking branch 'entropy-xu/payment-billing-plans'
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
# frontend/src/views/admin/Users.vue
|
2026-05-15 16:37:17 +08:00 |
|
fawney19
|
01a982bdf6
|
fix: preserve codex include fields
|
2026-05-15 03:25:06 +08:00 |
|
RWDai
|
4db01244ec
|
Update Postgres bootstrap for audit admin role
|
2026-05-15 01:20:29 +08:00 |
|
RWDai
|
6021110fb2
|
Add audit admin Postgres userrole migration
|
2026-05-15 01:20:29 +08:00 |
|
zhefox
|
498b3b1226
|
fix(auth): correct postgres api key create field ordering
|
2026-05-14 17:41:13 +08:00 |
|
zhefox
|
3b77686cee
|
fix(auth): cast standalone api key expires_at update to timestamptz
|
2026-05-14 16:28:38 +08:00 |
|
fawney19
|
509bd30252
|
Redesign sensitive info protection settings
|
2026-05-14 11:14:20 +08:00 |
|
fawney19
|
91955ad1e0
|
Merge remote-tracking branch 'origin/pr/451' into aether-rust-pioneer
|
2026-05-14 02:10:37 +08:00 |
|
Kayphoon
|
2958041dc7
|
feat(gateway): add reversible chat pii redaction
|
2026-05-13 18:25:13 +08:00 |
|
Entropy.Xu
|
3fb007a56d
|
Merge remote-tracking branch 'origin/aether-rust-pioneer' into payment-billing-plans
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
|
2026-05-13 01:29:18 +08:00 |
|
Entropy.Xu
|
10285c5eb9
|
feat: add payment gateway and billing plans
|
2026-05-13 01:18:38 +08:00 |
|
Kayphoon
|
15800d7a80
|
feat(admin): manual request-records cleanup with typed confirmation
|
2026-05-13 00:36:43 +08:00 |
|
fawney19
|
81ee27cdea
|
Merge remote-tracking branch 'origin/codex/pool-member-scores' into aether-rust-pioneer
|
2026-05-12 09:17:25 +08:00 |
|
fawney19
|
fad28eee2c
|
Improve pool score probing rules
|
2026-05-12 09:08:10 +08:00 |
|
fawney19
|
c578689356
|
Fix pool score CI regressions
|
2026-05-12 02:17:19 +08:00 |
|
fawney19
|
b9e62d1667
|
Implement generic pool member scoring and probing
|
2026-05-12 01:46:22 +08:00 |
|
fawney19
|
09146f8cdd
|
fix: tighten model candidate matching scopes
|
2026-05-12 00:52:19 +08:00 |
|
fawney19
|
7ae38b6c43
|
Merge pull request #429 from AAEE86/rust
fix(usage): 统一用户排行榜 Token 统计口径
|
2026-05-11 22:46:56 +08:00 |
|
AAEE86
|
bfbf7a4663
|
fix(usage): 统一用户排行榜 Token 统计口径
- 将用户排行榜 Tokens 调整为与仪表盘今日 Token 一致
- 统一 effective input、cache creation fallback、cache read 计算规则
- 补齐 Postgres 聚合、admin 内存构建和内存仓库回退路径
- 增加缓存命中场景的统计口径测试
|
2026-05-11 22:34:37 +08:00 |
|
fawney19
|
cb0ccb9cdb
|
fix postgres user role enum casts in migrations
|
2026-05-11 20:31:47 +08:00 |
|
fawney19
|
fed676f54f
|
fix: exempt admins from default user group limits
|
2026-05-11 18:20:01 +08:00 |
|
fawney19
|
9bed5e9f83
|
fix: use intersection for user group policies
|
2026-05-11 17:00:07 +08:00 |
|
fawney19
|
e91c874863
|
fix(migrations): explicitly set timestamps in system_configs insert
老库的 created_at/updated_at 没有 DEFAULT now(),依赖默认值会写入 NULL
触发 NOT NULL 约束失败,改为显式传入 now() 与 sqlite/mysql 版本保持一致
|
2026-05-11 03:22:46 +08:00 |
|
fawney19
|
b813498e40
|
feat(proxy): surface node resource diagnostics
|
2026-05-11 02:59:18 +08:00 |
|
fawney19
|
e3574e1918
|
Track scheduler affinity epochs and key sorting
|
2026-05-11 01:45:49 +08:00 |
|
fawney19
|
c9c968c2e9
|
fix: avoid duplicate user policy migration version
|
2026-05-11 00:39:34 +08:00 |
|
fawney19
|
e3f8fef30c
|
Merge remote-tracking branch 'origin/pr/425' into aether-rust-pioneer
|
2026-05-11 00:19:50 +08:00 |
|
fawney19
|
bacb14e5f0
|
refactor: lazy pool key scheduling
|
2026-05-11 00:12:05 +08:00 |
|
Entropy.Xu
|
9e705ff603
|
Fix legacy user policy modes for empty lists
|
2026-05-10 19:35:09 +08:00 |
|
Entropy.Xu
|
bb22978574
|
Merge remote-tracking branch 'upstream/aether-rust-pioneer' into fix-management-token-oauth-jsonb
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
|
2026-05-10 18:36:53 +08:00 |
|
fawney19
|
d246f6b42c
|
fix: align user group access controls
|
2026-05-10 17:28:23 +08:00 |
|
Entropy.Xu
|
59d16ebb4b
|
Merge remote-tracking branch 'upstream/aether-rust-pioneer' into fix-management-token-oauth-jsonb
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
|
2026-05-10 16:21:09 +08:00 |
|
Entropy.Xu
|
948a173f39
|
fix: avoid management token migration version collision
|
2026-05-10 16:16:11 +08:00 |
|
Entropy.Xu
|
56857280d3
|
fix: tolerate legacy management token json columns
|
2026-05-10 15:59:13 +08:00 |
|
fawney19
|
a8ac944959
|
Merge remote-tracking branch 'entropy-xu/codex/user-groups-default-permissions' into aether-rust-pioneer
|
2026-05-10 11:26:29 +08:00 |
|
Entropy.Xu
|
545299fc62
|
fix: align management token oauth permissions and jsonb schema
|
2026-05-10 01:47:48 +08:00 |
|
fawney19
|
a81053e6ff
|
fix(admin): run destructive purges as cleanup tasks
|
2026-05-10 00:41:21 +08:00 |
|
fawney19
|
391c2fbe5d
|
Merge remote-tracking branch 'origin/aether-rust-pioneer' into codex/async-cleanup-records
# Conflicts:
# apps/aether-gateway/src/maintenance/mod.rs
# apps/aether-gateway/src/maintenance/runtime/runners.rs
|
2026-05-10 00:28:39 +08:00 |
|
Entropy.Xu
|
121bdbd614
|
fix(data): avoid duplicate user group migration version
|
2026-05-09 22:26:31 +08:00 |
|
Entropy.Xu
|
a68c690874
|
Merge remote-tracking branch 'upstream/aether-rust-pioneer' into codex/user-groups-default-permissions
|
2026-05-09 22:04:09 +08:00 |
|
Entropy.Xu
|
3a814f3d1f
|
feat: add user groups and inherited access policies
|
2026-05-09 21:47:33 +08:00 |
|
fawney19
|
209322b499
|
feat(gateway): unify background task runtime and storage
|
2026-05-09 21:19:29 +08:00 |
|
fawney19
|
e21fb58479
|
chore(proxy): guard metrics retention cleanup
|
2026-05-08 22:57:00 +08:00 |
|
fawney19
|
a703acd1fe
|
feat(proxy): record tunnel stability metrics
|
2026-05-08 22:03:17 +08:00 |
|
Entropy.Xu
|
3f29335fd6
|
Add async request body cleanup records
|
2026-05-08 13:50:18 +08:00 |
|
fawney19
|
fa22384f24
|
Merge remote-tracking branch 'origin/pr/399' into aether-rust-pioneer
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
|
2026-05-08 02:52:13 +08:00 |
|
fawney19
|
31d142effc
|
Merge remote-tracking branch 'origin/pr/395' into aether-rust-pioneer
|
2026-05-08 02:47:07 +08:00 |
|
fawney19
|
66d8e90647
|
Merge remote-tracking branch 'origin/pr/394' into aether-rust-pioneer
|
2026-05-08 02:46:35 +08:00 |
|