pullrequests Search Results · language:Edge language:Python language:PHP language:JavaScript language:Java is:public is:unmerged
Filter by
36.9M results
Summary
Automated fix for issue #2: [Good First Issue] Implement sentinel --version in the modern TUI
Changes
Fixed: [Good First Issue] Implement sentinel --version in the modern TUI
Files Modified ...
llm added
개요
MessageIndexStore, ReadCursorStore 인터페이스의 Redis 구현체 및 no-op fallback 구현체를 추가했습니다.
변경 사항
- DbMessageIndexStore — no-op fallback, Redis 장애 시 경고 로그
- RedisMessageIndexStore — Redis Sorted Set 기반, ...
Adds a cancel() method to the Order aggregate that throws if the order has already shipped. Modifies a domain invariant
— red zone, requires architecture-review.
The PR has the architecture-reviewed label ...
architecture-reviewed
Adds a forbidden import: OrderService (in application/) imports PostgresOrderRepository (in adapter/persistence/)
directly, bypassing the OrderRepository port.
The ArchUnit rule application_must_not_depend_on_persistence_adapters ...
Adds a customerNotes field to OrderRow (the persistence-internal DTO). This is a blue-zone change: tests pass, no
contract surface touched, no checkpoint required.
Adds a new endpoint to OrderController:
POST /orders/{id}/cancel
This is the canonical demonstration of api.type: openapi-from-controllers:
1. The controller is in the red zone (*Controller.java), ...
api-reviewed
- User model with findByUsername and create methods
- Contact model with findByUser and addContact methods