pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:JavaScript
Filter by
150M results
Summary
Productizes the spec-sheet → structured-data intake loop (the entry counterpart of cloud_doc_backport.py, the return
path) into committed, tested tooling + a skill. Previously this lived as ad-hoc ...
!-- CURSOR_AGENT_PR_BODY_BEGIN -- The Django 6 upgrade forced Python 3.12 + a long chain of Distroless workarounds
(cc-debian12, --copies venv, manual libpython copy, build-time SKIP, etc.) and has led ...
sidebar.tsx logout() calls clearClientLogoutState() but never imported it (only the test file imported it from
@/lib/auth/logout-cleanup). A full next build typecheck fails TS2304 Cannot find name . OSS ...
Closes #1389.
Summary of What Has Been Done: Extracted extract_target from backend/secuscan/executor.py into a new lightweight
import-safe module backend/secuscan/executor_helpers.py, and created comprehensive ...
本次提交在 feature-add-function 分支中添加了 calculate_average 函 数,用于计算列表的平均值。
Related Issue
Closes #67
Summary of Changes
added new files
Testing Performed
Acceptance Criteria Verification
Copy the acceptance criteria from the linked issue and tick each one:
- [ ]
- [ ...
Closes #1387.
Summary of What Has Been Done: Created testing/backend/unit/test_finding_intelligence_diff.py covering the
build_scan_diff function from backend/secuscan/finding_intelligence.py. This function ...
问题
上一轮修复(将嵌套的 .card 替换为纯 div)解决了 wide 主题下蓝色背景条宽度异常的问题,但导致 default 主题出现了异常加宽。
分析
问题根源在于 ranking 模版需要根据不同 base 主题采用不同的标记结构:
- wide 主题: 外层卡片有 margin-top: 12px 的自定义 CSS,嵌套 .card 会导致间距异常 → 需要使用纯 div 扁平结构 ...
Closes #1386.
Summary of What Has Been Done: Created testing/backend/unit/test_finding_intelligence_groups.py covering the
build_finding_groups function from backend/secuscan/finding_intelligence.py. ...
Closes #1385.
Summary of What Has Been Done: Added a TestRecencyDetail class to testing/backend/unit/test_risk_scoring_helpers.py
covering the _recency_detail pure helper from backend/secuscan/risk_scoring.py. ...