Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dragonflyoss/client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.6
Choose a base ref
...
head repository: dragonflyoss/client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.7
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 25, 2025

  1. feat: add include-files argrument in the downloaded directory (#1247)

    * add include-files arg
    
    Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
    
    * fix regular expression matching
    
    Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
    
    * fix lint
    
    Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
    
    ---------
    
    Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
    LunaWhispers authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    cca88b3 View commit details
    Browse the repository at this point in the history
  2. refactor(dfget): Improve logic and error handling in filter_entries (

    …#1258)
    
    - Updated function signature to use references (`&Url`, `&[String]`) for efficiency.
    - Improved error handling with detailed `ValidationError` messages instead of generic `UnexpectedResponse`.
    - Renamed `rel_path_to_entry` to `entries_by_relative_path` for better clarity.
    - Replaced `Vec` with `HashSet` for filtered entries to avoid duplicates.
    - Simplified parent directory path construction using `join("")`.
    - Enhanced doc comments to clearly describe functionality and behavior.
    - Streamlined pattern compilation and iteration using `iter()`.
    
    Signed-off-by: Gaius <gaius.qi@gmail.com>
    gaius-qi authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    b30993e View commit details
    Browse the repository at this point in the history
Loading