pullrequests Search Results · language:Edge language:Python language:PHP language:HTML language:HTML language:Java language:Java
Filter by
127M results
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| renovatebot/pre-commit-hooks | repository | patch | 43.205.0 → 43.205.1 |
[!WARNING] Some dependencies ...
Automated test pull request
Closes #2008
Summary
- outcome_classifier.py already implements classify_session_impact() and /api/outcomes/impact was already exposed in
routes/sessions.py (landed as part of #1649) — but no UI ...
Problem
infer_component_from_key (used by every parser) only split on . or _. Flutter ARB keys — and many i18next/.strings keys
— are camelCase with no delimiter (merchantSearchHint, cardStrategyTitle), ...
Summary
Resolves the defects and actionable concerns from the independent audit of Phases 23.38-23.43.
Defects fixed
1. Phase 23.42 CHANGELOG migration-count table was wrong. Claimed 12 fully + 3 partial ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| org.danilopianini.gradle-java-qa | 1.180.0 → 1.181.0 | age | confidence |
Configuration
📅 ...
dependencies
Problem
The docs site rendered the pre-palette-work colors even though the tokens were correct everywhere. Root cause:
apps/docs/app/globals.css imported design tokens from two places —
1. @import @nexus/tailwind ...
Automated test pull request
What why
The predictions tab s Week column was the only non-rank categorical column that wasn t click-sortable, and the tab s
filters were limited to Position / Week / name-Search. This makes Week sortable ...
I have added a new test file test_main.py that covers the existing endpoints in main.py. I also added a .gitignore file
to keep the repository clean. All tests passed successfully.
PR created automatically ...