Pulse/internal/dockeragent
rcourtman 7ab68cf682 Fix offline buffering: add tests, remove unused config, fix flaky test
- Add unit tests for internal/buffer package
- Fix misleading "ring buffer" comment (it's a bounded FIFO queue)
- Remove unused BufferCapacity config field from both agents
- Rewrite flaky integration test to use polling instead of fixed sleeps
2025-12-02 22:31:44 +00:00
..
agent.go Fix offline buffering: add tests, remove unused config, fix flaky test 2025-12-02 22:31:44 +00:00
agent_integration_test.go
agent_internal_test.go style: Apply gofmt to 37 files 2025-12-02 17:21:48 +00:00
agent_log_test.go Improve agent update logging and installer warnings (related to #737) 2025-11-23 22:07:37 +00:00
swarm.go fix: remove ineffectual assignments 2025-11-27 09:48:29 +00:00
swarm_test.go Add unit tests for Docker swarm utility functions (dockeragent) 2025-11-30 05:32:52 +00:00
system.go
version.go