pelican/internal/board
Dan Anglin 4e7eb77583
All checks were successful
/ test (pull_request) Successful in 40s
/ lint (pull_request) Successful in 43s
fix: add restrictions when setting IDs.
Main change:

Add restrictions when adding IDs for cards and statuses. Errors are
returned when an attempt is made to set an ID lower than 1, or an
attempt is made to set an ID that has already been set.

Additional changes:

- Error types in the board packages are now defined in errors.go.
- Small formatting to error messages.
2024-01-21 15:39:51 +00:00
..
board.go feat: add support for deleting status columns 2024-01-18 22:36:33 +00:00
card.go fix: add restrictions when setting IDs. 2024-01-21 15:39:51 +00:00
card_lifecycle_test.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00
errors.go fix: add restrictions when setting IDs. 2024-01-21 15:39:51 +00:00
helpers_test.go feat: add the pelican project 2023-05-06 12:49:40 +01:00
status.go fix: add restrictions when setting IDs. 2024-01-21 15:39:51 +00:00
status_lifecycle_test.go feat: add support for deleting status columns 2024-01-18 22:36:33 +00:00