| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added tests to verify background crawler behavior:
- Tests that backgroundCrawl returns immediately when minutes <= 0
- Tests that backgroundCrawl executes at the specified interval
- Tests that Run() returns early when port is -1 (testing mode)
These tests verify the general structure and timing of the background
crawler without requiring a full integration test with actual feeds.
Closes NK-pwogze
Created follow-up tickets:
- NK-rhelrq: End-to-end integration test for complete crawl cycle
- NK-0oti10: Documentation for background crawler behavior
|
| |
|
|
| |
field to config.Settings\n- Added --secure-cookies command line flag\n- Updated CSRFMiddleware to use config setting instead of hardcoded value\n- Default is false for local development, set to true for production HTTPS\n- Updated config.example and README.md with documentation\n- Updated tests to pass config to CSRFMiddleware\n\nThis allows users to easily switch between insecure cookies (for local dev)\nand secure cookies (for production HTTPS) via config file or command line.
|
| |
|
|
| |
with v1
|
| |
|
|
| |
easier to understand/maintain
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|