Skip to content

Conversation

@SteveClement
Copy link
Member

No description provided.

@SteveClement
Copy link
Member Author

Next step will be to install kvrocks from .deb to avoid compilation artifacts that use disk space. This should, in theory, solve the disk issue.
Perhaps it could also be implemented at least for the docker setup as it would improve the speed of a first deployment.

Terrtia and others added 23 commits November 10, 2025 14:39
- Add tests/test_api_crawler.py with 10 test cases covering:
  * POST /api/v1/add/crawler/task endpoint (success, errors, auth, validation)
  * POST /api/v1/add/crawler/capture endpoint (success, errors, auth)
  * Authentication and authorization scenarios
  * Input validation and error handling
- Update bin/LAUNCH.sh to include test_api_crawler in test runner
- All tests use Flask test client with mocked dependencies for isolation
- Add disk cleanup step to prevent 'No space left on device' errors
  * Clears APT cache and lists
  * Removes unused tools (dotnet, ghc, android SDK)
  * Removes hosted tool cache (safe since workflow uses system Python)
- Comment out unused Python version matrix (was creating 4 identical jobs)
  * Makes tests 4x faster without changing results
  * Add TODO with instructions on how to enable multi-version testing properly
- All cleanup operations check for directory existence before removing
Add some more tests for crawler API endpoints
Terrtia and others added 30 commits November 27, 2025 14:04
…tion_models()

The get_description_models() method was building a list of description model
names but never returning it, causing the method to implicitly return None.

This fix adds the missing return statement to both Images.py and Screenshots.py.
…ts-issues-v2

fix: [Images/Screenshots] Add missing return statement in get_descrip…
…+ Clear All Object Types + Select All Object Types
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.

3 participants