Skip to content

pullrequests Search Results · language:B4X language:C++ language:Java language:JavaScript language:JavaScript language:Java

Filter by

141M results  (2 s)

141M results

Summary Fixes #1606 — frontend public/nodes.js issued a single ?limit=5000 fetch to /api/nodes and trusted the response as the complete node set. After PR #1540 (v3.8.3) clamped /api/nodes ?limit to 500 ...

Summary Extracts 5 shared utility functions from repeated code patterns in app.js, reducing duplication and improving maintainability without changing any user-facing behavior. New shared utilities: ...

Summary - Replace magic numeric literals in audit log and progression code with named constants for cost and ranks - Add tests covering the new module/config/progression.mjs constants and audit-log ...

Contexte Lot E de l audit d honnêteté : tests d erreur explicite pour les rejets du chemin polaire (Phase 2b) et du mecanisme de role DSL. Chaque test ECHOUE si le rejet est supprime -- ils constituent ...
ci-full

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Summary The app silently swallowed errors in many critical paths — failed saves looked like successes, crypto failures crashed without feedback, and catch blocks discarded error details. This PR ensures ...

🤖 Generated with APM Instrumentation Toolkit Summary - Bumps latestDepTestImplementation spring-webflux from 6.+ to 7.+ for Spring Framework 7 test coverage - Bumps latestDepTestImplementation spring-context/spring-test ...
ai-generated
apm-integration-toolkit

Summary The monolithic 363-line App.jsx contained several duplicated patterns. This PR extracts them into reusable utilities and components, reducing App.jsx to ~140 lines. Shared utilities created ...