pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python
Filter by
149M results
📌 PR 목적 (AS-IS / TO-BE)
- AS-IS: 시간 상수 미적용, 공통 컴포넌트 미활용, 책임 미분리
- TO-BE: 상수화, 공통 컴포넌트 활용, 책임 분리 적용, 에러 필드 명시적 병합
작업 내용
- formatCountdown 매직 넘버(1000, 60) → SECOND, SECS_PER_MIN 상수 교체
- setInterval ...
요약
- KTG_OPS_PG_STAT_STATEMENTS_RETENTION_DAYS 기본 7일 설정을 추가했습니다.
- ops.pg_stat_statements_snapshots capture transaction 안에서 오래된 snapshot row를 pruning합니다.
- scheduler와 수동 capture 경로가 같은 retention ...
Summary
Milestone v1.9: Language-Neutral Skill Cleanup Goal: Remove stale Chinese-only scope wording from runtime skill
discovery and Xiaohei route references while preserving approved multilingual compatibility ...
Adds the protocol reference documentation and the integration implementation plan for the Joyonway P20B29 controller.
Proposed Changes
1. Protocol Reference (docs/p20b29_protocol.md)
- Consolidates ...
documentation
Updates the requirements on pytest, pytest-cov, ruff, mypy and pre-commit to permit the latest version. Updates pytest
to 9.1.0 details summary Release notes /summary p em Sourced from a href= https://github.com/pytest-dev/pytest/releases ...
dependencies
python
Problem
The developer docs describe observations as carrying a ** computed freshness trend (stable / strengthening / weakening /
new / stale). ** That maps to code in hindsight-api-slim/.../engine/reflect/observations.py ...
Closes #34
Scopes the lookup by userId, returns 404 when the metric is missing (instead of throwing on null.delete()), and replaces
the deprecated metric.delete() with await metric.deleteOne().
Schedule slot bug fixes merged to master