brewlog/tests/cli
Jon Seager 6bbbafbef4
refactor(gear): remove notes field from Gear entity
The notes field was not providing enough value to justify its presence.
Simplified the Gear entity by removing notes from:
- Domain structs (Gear, NewGear, UpdateGear)
- SQL repository queries and GearRecord
- HTTP client methods
- CLI commands (--notes flag)
- Web views and templates
- All related tests

Added migration 0008_remove_gear_notes.sql to drop the column.
2026-02-02 16:16:54 +00:00
..
bags_cli.rs test: add test for listing all bags 2025-11-27 14:32:56 +00:00
gear_cli.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
helpers.rs test: add cli tests for bags 2025-11-27 14:02:58 +00:00
main.rs test(gear): add comprehensive test suite for gear entity 2026-02-02 16:09:02 +00:00
roasters_cli.rs test: add cli tests for bags 2025-11-27 14:02:58 +00:00
roasts_cli.rs test: add cli tests for bags 2025-11-27 14:02:58 +00:00
tokens_cli.rs feat: add username/password flags to create-token command 2025-11-26 16:32:40 +00:00