issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript linked:pr
Filter by
3.2M results
{{print 1 2 3}} - 123 , Go fmt.Sprint - 1 2 3 (a space is added between two adjacent non-string operands). Also affects
{{print 0377}} (octal literal) and underscore numeric literals. Found via exec_test.go ...
{{if}}/{{else if}} work, but {{with X}}...{{else with Y}}...{{end}} throws TemplateParseException. Go supports else-with
(and else-if) chains on if/with/range. Found via exec_test.go conformance. Latent; ...
설명
- 알림 타입 부재: 알림이 어떤 종류인지 구분할 필드가 없음 → type 컬럼(ENUM) 추가. 값은 ROLE_CHANGED / PLAYLIST_SUBSCRIBED / PLAYLIST_UPDATED /
FOLLOWED / DIRECT_MESSAGE / WATCHING_ACTIVITY
- 태그 배열 저장: tags TEXT[]로는 tagsIn ...
refactor
✨ 기능 요약
user-service의 나머지 회원 API(토큰 갱신·프로필 수정·회원 탈퇴)와 배송지 CRUD API를 완성하고, Gateway의 X-User-Id 주입 방식을 Keycloak ID → DB UUID 변환으로
개선한다. 유닛/통합/E2E 테스트를 전방위로 작성하고 Docker 기동 스크립트도 추가한다.
📌 작업 내용
도메인 레이어
...
The app currently exposes the API with no authentication and no CSRF protection. Anyone who can reach the web port can
drive SSH/docker/containerlab on the configured hosts. This epic adds an application-level ...
Summary
Enable the built-in no-extra-bind rule (as error) in the shared rule set.
Motivation
no-extra-bind flags a .bind() call on a function that never references this and binds no arguments — for ...
Summary
Enable @typescript-eslint/explicit-function-return-type (as an error) for TypeScript source files (.ts/.mts/.cts) in the
shared config.
What it catches
It flags any function that has no explicit ...
Summary
In the DefaultScheduler path the idle-supervisor redistribute pass runs twice in a single scheduling round, so the
per-topology nimbus.even.rebalance.max.free.per.topology cap is enforced twice ...
Contexto
O critério D — Fronteiras explícitas do professor exige que o contrato CLI ↔ JAR (parâmetros, formato de saída, códigos
de erro) seja uma API documentada e testada, não inferida. Hoje a API HTTP ...
어떤 기능인가요?
Inventory, Inbound, Outbound 도메인 객체의 핵심 비즈니스 규칙을 검증하기 위한 단위 테스트 코드 작업입니다. 세 도메인 객체는 도메인 주도 설계 방법론에 따라 순수 Java 객체로 설계했기
때문에 외부 의존성, DB 없이 바로 실행 가능한 테스트 코드 작성이 가능합니다.
또한 도메인 비즈니스 규칙 위반 시점에 일부 ...
enhancement
refactor
test

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.