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

Add the possibility to load filelists conditionally #1635

Merged
merged 4 commits into from
Jan 25, 2024

Commits on Jan 18, 2024

  1. repo: Load filelists based on the configuration

    Prepare libdnf to not load the filelists metadata by default in the future.
    They will be loaded only when requested through the `optional_metadata_types`
    configuration option.
    jan-kolarik committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e588234 View commit details
    Browse the repository at this point in the history
  2. config: Add optional_metadata_types option

    A new optional_metadata_types option was created to be used for configuring if filelists metadata should be downloaded by default.
    jan-kolarik committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3cfe9d7 View commit details
    Browse the repository at this point in the history
  3. dnf-context: Load default filelists value from config

    Use the default value for enabling filelists metadata from main configuration. Override the value when explicitly using the setter.
    jan-kolarik committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    edc343c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    2986bdb View commit details
    Browse the repository at this point in the history