pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:TypeScript is:unmerged
Filter by
66.7M results
Remove the obsolete matchPercentage column and its cell factory from ResultsController and delete the corresponding
TableColumn from Results.fxml. Clean up and make imports explicit in the controller. ...
Adds a temperature sensor for HomeSiren / StreetSiren devices (#220).
Why
Sirens report their internal temperature in the Ajax app, but it doesn t arrive in the StreamLightDevices stream the
integration ...
관련 Jira 이슈
Closes HIVE-9
변경 사항 요약
- db/seed.sql에 커리큘럼 대주제 7개 seed 데이터를 정리.
- seed.sql을 여러 번 실행해도 같은 대주제가 중복 생성되지 않도록 처리.
- curriculum_nodes 테이블에 초기 대주제를 넣는 용도의 seed INSERT를 구성.
테스트 방법
1. db/schema.sql ...
This PR contains changelog entries generated for PR #180.
Generated by
- Workflow: Generate Changelog
- Run: 26717746586
- Base: main
- Head: beta
Next Steps
Review the changelog entries and ...
The faculty list page had its search + status filter bar sitting inside the scrollable PageBody, while the Courses page
already renders it inside the pinned PageHeader. This inconsistency meant the two ...
- Detect and preserve original indentation (tabs, 2-space, 4-space) and trailing newline style when writing
package.json
- Skip write entirely when serialized result matches raw content
- Add ...
What Why
!-- What does this PR do and why? --
Type:
- [ ] 🐛 Bug fix
- [ ] ✨ Feature
- [ ] ♻️ Refactor
- [ ] 🏗️ Infra
- [ ] 📝 Docs
Ticket: N/A -- initial development
Testing
- [ ] Tests ...
Summary
- Implements next_iteration(task_dir) — scans iterations/*.md for ^\d+_ filenames and returns max(N)+1 (or 1 if
empty/missing directory)
- Implements versioned_deliverable(name, n) — replaces ...
💻 Change Type
!-- For change type, change [ ] to [x]. --
- [ ] ✨ feat
- [ ] 🚀 improve
- [ ] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
- [ ] 👷 build
- [ ] ⚡️ perf
- [ ] ✅ test
- [ ] 📝 docs ...
This PR adds comprehensive unit and integration tests for core React pages and shared components under
src/test/components/. All tests are built using Vitest + React Testing Library + @testing-library/user-event ...