summaryrefslogtreecommitdiff
path: root/internal/config/config_test.go
AgeCommit message (Collapse)Author
2025-09-24add --stats flagPaul Buetow
2025-06-12add pause feature for social media postingPaul Buetow
- Add PauseStart and PauseEnd configuration fields - Implement IsPaused() method to check pause status - Skip all posting when current date is within pause period - Add comprehensive unit tests for pause functionality - Update README with pause feature documentation and examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2024-09-21cleanupPaul Buetow
2024-09-03hiding generics as types cant be inferredPaul Buetow
2024-09-03refactorPaul Buetow
2024-09-03fix testsPaul Buetow
2024-09-03initial generic handling of environment variablesPaul Buetow
2024-09-03add EnvToStrSlicePaul Buetow
2024-08-29initial EnvToBoolPaul Buetow
2024-08-11add CBs for config defaultsPaul Buetow
2024-08-11add IntFromENVPaul Buetow
2024-08-11more on thisPaul Buetow
2024-08-11initial cron servicePaul Buetow
2024-06-18can open EDITORPaul Buetow
2024-06-17add EDITOR client config, plus a bit refactor of the config env handlingPaul Buetow
2024-05-11branch out serverconfigPaul Buetow
2024-05-11refactor serverPaul Buetow
refactor config
2024-05-11add config packagePaul Buetow