Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:Go language:Java

Filter by

206M results  (2 s)

206M results

Se refactorizó una API monolítica de FastAPI hacia Clean Architecture utilizando IA. Se separaron las capas api, services, repositories y core, se implementó testing con 139 pruebas y 99% de cobertura, ...

Summary This PR migrates the purchase history module from in-memory storage to JPA-based persistence. The production HistoryRepository now delegates to a Spring Data JPA repository, while tests use the ...
DB
V3

Automated nightly smoke test for ephemeral PR-env teardown. Workflow run: https://github.com/Chronicle20/atlas/actions/runs/27748326513
deploy-env

Bumps the npm_and_yarn group with 7 updates in the /JournalAppMobile directory: | Package | From | To | | --- | --- | --- | | @babel/core | 7.25.2 | 7.29.6 | | @babel/plugin-transform-modules-systemjs ...
dependencies
javascript

CLI TUI redesign — step 5 (forms). The form-driven generate actions are now runnable from the studio, not just browsable. - catalog.go — actionForms maps each form-driven generate action to its fields ...

Summary Fixes 6 real bugs across 6 files: | File | Issue | Description | | --- | --- | --- | | agent/agent_init.py | F821 | Undefined RateLimitState — added TYPE_CHECKING guard | | gateway/platforms/sms.py ...

Summary Ride snapshots force an extra camera override + a GPU framebuffer read-back on the render thread, so a capture is a real (small) hitch. This makes capture performance-aware, with a graceful degrade ...