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
|
cb0ccb9cdb
|
fix postgres user role enum casts in migrations
|
2026-05-11 20:31:47 +08:00 |
|
fawney19
|
ce70780851
|
Fix proxy node uptime bucket rendering
|
2026-05-11 20:22:40 +08:00 |
|
fawney19
|
30b18d3310
|
fix: use gateway healthcheck flag in compose
|
2026-05-11 19:21:46 +08:00 |
|
fawney19
|
1d33e2c51b
|
Fix Gemini model denial test fixture
|
2026-05-11 18:40:28 +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
|
e16a225eb3
|
Merge pull request #428 from AAEE86/rust
fix(gateway): 修复正则模型映射未生效到出站请求
|
2026-05-11 16:04:56 +08:00 |
|
AAEE86
|
67ca47afd4
|
fix(gateway): 修复正则模型映射未生效到出站请求
修复 key allowed_models 通过 global_model_mappings 正则命中时,
候选选择仍使用 provider model mapping 作为出站模型的问题。
正则命中后将 allowed model 写入 selected_provider_model_name,
确保最终 execution runtime 请求体中的 model 使用映射后的模型。
补充三层回归测试:
- scheduler-core 正则映射解析
- gateway candidate/data 候选选择输出
- gateway ai_execute 出站请求 model 捕获
|
2026-05-11 15:58:13 +08:00 |
|
fawney19
|
9057537ab8
|
fix: preserve model associations on refresh
|
2026-05-11 14:52:50 +08:00 |
|
fawney19
|
247ea9d1bd
|
Restrict scheduler affinity to cache affinity mode
|
2026-05-11 14:06:49 +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 版本保持一致
v0.7.0-rc26
|
2026-05-11 03:22:46 +08:00 |
|
github-actions[bot]
|
40470d8ca5
|
chore(proxy): update download links for proxy-v0.3.8
|
2026-05-10 19:10:49 +00:00 |
|
fawney19
|
94c0076778
|
chore(proxy): bump version to 0.3.8
proxy-v0.3.8
|
2026-05-11 03:03:04 +08:00 |
|
fawney19
|
b813498e40
|
feat(proxy): surface node resource diagnostics
|
2026-05-11 02:59:18 +08:00 |
|
fawney19
|
cc4512fbbb
|
Refine load balance candidate ranking
|
2026-05-11 02:32:11 +08:00 |
|
fawney19
|
ef4cc55c9a
|
Record per-candidate upstream error bodies
|
2026-05-11 02:30:45 +08:00 |
|
fawney19
|
e3574e1918
|
Track scheduler affinity epochs and key sorting
|
2026-05-11 01:45:49 +08:00 |
|
fawney19
|
7b81c77424
|
Fix regex model mapping direction
|
2026-05-11 01:43:14 +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
|
ceda0635e4
|
Merge remote-tracking branch 'origin/pr/424' into aether-rust-pioneer
# Conflicts:
# crates/aether-provider-transport/src/vertex/auth.rs
# crates/aether-provider-transport/src/vertex/mod.rs
# crates/aether-provider-transport/src/vertex/policy.rs
|
2026-05-11 00:19:04 +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 |
|
fawney19
|
1a0f1a7b72
|
Merge branch 'codex/pr-416-420-integration' into aether-rust-pioneer
|
2026-05-10 19:22:28 +08:00 |
|
fawney19
|
3201851667
|
Merge remote-tracking branch 'origin/pr/416' into codex/pr-416-420-integration
|
2026-05-10 19:13:42 +08:00 |
|
Codex
|
75df21932a
|
修复 Gemini 工具结果透传 Vertex 格式
|
2026-05-10 19:08:35 +08:00 |
|
Codex
|
fb96771b56
|
修复 Vertex AI 服务账号访问
|
2026-05-10 19:08:27 +08:00 |
|
fawney19
|
c4b484fb43
|
fix: satisfy vertex transport lint checks
|
2026-05-10 19:07:51 +08:00 |
|
fawney19
|
37fb79fb87
|
fix: drop stray auth modules migration
|
2026-05-10 18:57:58 +08:00 |
|
fawney19
|
f03039d846
|
Merge remote-tracking branch 'origin/pr/420' into codex/pr-416-420-integration
|
2026-05-10 18:44:29 +08:00 |
|
fawney19
|
69476f69b9
|
Merge remote-tracking branch 'origin/pr/416' into codex/pr-416-420-integration
# Conflicts:
# crates/aether-data/src/lifecycle/bootstrap/postgres.rs
# crates/aether-data/src/lifecycle/migrate/tests.rs
|
2026-05-10 18:44:19 +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
|
228253c166
|
Merge pull request #410 from Entropy-Xu/codex/codex-image-progress-heartbeat
Add Codex image progress heartbeat
|
2026-05-10 17:57:33 +08:00 |
|
fawney19
|
d26321006b
|
Merge remote-tracking branch 'origin/aether-rust-pioneer' into aether-rust-pioneer
|
2026-05-10 17:48:54 +08:00 |
|
fawney19
|
377dd52805
|
style: polish multi select dropdown
|
2026-05-10 17:40:32 +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 |
|
Codex
|
7e804c408f
|
修复 Vertex AI 服务账号访问
|
2026-05-10 15:51:47 +08:00 |
|
Entropy.Xu
|
5268f62a64
|
feat: add sync image heartbeat toggle
|
2026-05-10 12:40:52 +08:00 |
|
github-actions[bot]
|
7f101431c5
|
chore(proxy): update download links for proxy-v0.3.7
|
2026-05-10 03:27:15 +00: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 |
|
fawney19
|
e8259a76f0
|
chore(proxy): bump version to 0.3.7
proxy-v0.3.7
v0.7.0-rc25
|
2026-05-10 11:19:26 +08:00 |
|
fawney19
|
3983b5a5cf
|
Merge pull request #419 from wendaochangsheng/aether-rust-pioneer
修复 Vertex AI 服务账号 JSON 导入入口
|
2026-05-10 09:27:22 +08:00 |
|
fawney19
|
79b3a76dc1
|
Merge pull request #411 from buniakinazach-dev/feat/codex-spark-quota
新增 Codex Spark 额度展示
|
2026-05-10 09:25:44 +08:00 |
|
fawney19
|
c2bf17b4dd
|
Fix Codex Spark quota formatting
|
2026-05-10 09:14:19 +08:00 |
|