Pulse/internal/updates
rcourtman 7b9d31066c Fix: Skip draft releases in update checker
Bug: Pulse was showing update notifications for draft releases because
the update checker didn't filter them out.

The GitHub API returns draft releases in the releases endpoint, and
Pulse was treating them as available updates even though they're not
published yet.

Fix:
- Added Draft field to ReleaseInfo struct
- Added draft filtering in both RC and stable channel logic
- Draft releases are now skipped with debug logging

This prevents users from seeing "Update available" notifications
when maintainers create draft releases during the release workflow.
2025-11-12 12:31:58 +00:00
..
adapter_installsh.go Fix critical rollback download URL bug and doc inconsistencies 2025-11-06 14:25:32 +00:00
history.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
manager.go Fix: Skip draft releases in update checker 2025-11-12 12:31:58 +00:00
manager_test.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
queue.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
queue_test.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
sse.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
sse_test.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
updater.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
version.go feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
version_test.go feat: add docker agent command handling 2025-10-15 19:27:19 +00:00