Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify fetch() and fetch_items() in the backends #848

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

  1. [backend] Set default category if none is provided

    The default category is now set to the first category listed in the backend's
    `CATEGORIES` list. This change is necessary to accommodate the removal of
    backend-specific `fetch` methods, which previously handled category assignment.
    
    Updated the tests to validate the default and specific category assignments,
    and removed the obsolete `test_fetch_archive_needs_category`.
    
    Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
    vchrombie committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    529c9ab View commit details
    Browse the repository at this point in the history