pullrequests Search Results · language:Edge language:Python language:JavaScript language:HTML language:JavaScript language:Java
Filter by
212M results
Ops-infra parity with inbox-to-action.
- bug_report.md — command, error (with mask-your-secrets reminder), expected, environment (llm_provider / version /
Python+OS).
- feature_request.md — what/why/notes ...
Harness has created this PR to fix risky or vulnerable packages.
📁 Changes included in this PR
Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- python/requirements.txt ...
Harness has created this PR to fix risky or vulnerable packages.
📁 Changes included in this PR
Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- java/pom.xml ...
Harness has created this PR to fix risky or vulnerable packages.
📁 Changes included in this PR
Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- python/requirements.txt ...
Summary
- OTel Collector 的抓取端口原先对 25 个角色都写死在 ddl 的静态 jmxPort 字段里,用户在 Web UI 改了实际业务端口后 OTel 就抓不到——本 PR 让全部 25 个角色的监控端口都跟随 Web
UI 实时配置,读不到时退回 ddl defaultValue,彻底撤销静态 jmxPort 字段。
- 逐个角色核实了真实端口暴露机制(javaagent ...
What
Adds the Admin-only delete affordance to Beringer management (PRD #205, issue #208), reusing the ADR 0003 reassignment
model.
Backend (backend/birds/)
- ScientistViewSet: add mixins.DestroyModelMixin; ...
Summary
This PR introduces foundational schema and state management for Phase 1 follow-up handling, enabling the system to track
caller requests for time and manage side questions that arise during conversations. ...
Summary
A personal, single-user CSV data-analysis agent. Upload a CSV, ask a natural-language question, get a plain-language
answer with key numbers, an interactive chart, a summary table, and the executed ...
What
AI가 낸 key_metrics를 저장 전에 whitelist로 정제한다. competitor 정제와 대칭.
Why
프롬프트로 30개 목록에서만 고르라 고 부탁만 할 뿐 코드 강제가 없어, 목록 밖 지표가 저장되면 프론트 METRIC_INFO에 없어 카드가 렌더되지 않는다.
Changes (backend/app/services/stock_profile_ai.py) ...