Skip to content

Conversation

@fank
Copy link
Member

@fank fank commented Feb 2, 2026

Summary

  • Rename marker commands to follow the same naming convention as other database commands
  • :MARKER:CREATE::NEW:MARKER:
  • :MARKER:MOVE::NEW:MARKER:STATE:
  • :MARKER:DELETE::DELETE:MARKER:

Test plan

  • All existing tests pass
  • Verify addon sends updated command names

Rename marker commands to follow the same naming convention as other
database commands:

- :MARKER:CREATE: → :NEW:MARKER:
- :MARKER:MOVE:   → :NEW:MARKER:STATE:
- :MARKER:DELETE: → :DELETE:MARKER:
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ 🤖
github.com/OCAP2/extension/v5/internal/handlers 1.24% (ø)
github.com/OCAP2/extension/v5/internal/worker 1.77% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/OCAP2/extension/v5/internal/handlers/handlers.go 1.24% (ø) 9099 113 8986
github.com/OCAP2/extension/v5/internal/worker/dispatch.go 2.02% (ø) 2080 42 2038

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/OCAP2/extension/v5/internal/worker/dispatch_test.go

@fank fank merged commit c270fe3 into main Feb 2, 2026
3 checks passed
@fank fank deleted the refactor/rename-marker-commands branch February 2, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants