pullrequests Search Results · language:Dune language:Python language:HTML is:unmerged language:HTML language:Java language:Java
Filter by
37.3M results
Automated test pull request
Motivation
- Improve site branding and recognition by adding a proper favicon and a consistent navigation wordmark.
- Replace the text-based logo with a visual SVG wordmark for clearer branding in ...
codex
Summary
Implements the iterative hard-positive generation strategy proposed in #35.
Changes
- Makes n_synthesized optional and infers the default target from positive/negative class imbalance.
- ...
Summary
- migrate Litestar 3 deprecation sites across runtime, tests, examples, docs, and llms snapshots
- remove the deprecated litestar.repository exception dependency from Inertia handling
- ...
Enable CodeQL code scanning
Automated test pull request
What does this PR do ?
Advance last_target_weight_already_generated in sample() (on batch consumption) instead of add(), and release per-target
generation reservations only once all spawned workers complete. ...
CI:Lfast
super-v3
范围
- 回滚端点从 query 参数改为 PackageRollbackRequest 请求体,要求目标包、当前版本确认、目标版本确认、回滚原因和高危确认。
- 服务层强制校验高危确认、原因、当前包 ACTIVE、同一 packageCode、当前 / 目标版本一致;失败不保存任何包状态。
- 前端配置包回滚弹窗采集审计原因和高危确认,仅展示同编码历史版本;Popconfirm 只作为体验层提示,不作为安全边界。 ...