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: aboutcode-org/fetchcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aboutcode-org/fetchcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 201_add_nix_support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 18, 2026

  1. Add nix support #201

     * There are two main functions: get_download_url (system‑specific binary) and get_src_download_url (source tarball).
     * Avoid using nix to retrieve data whenever possible, but provide a fallback to nix if the non‑Nix method does not yield results.
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    c74910a View commit details
    Browse the repository at this point in the history
  2. Pinned to a full-length commit SHA for the actions

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    b8efdd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Add tests and code enhancement #201

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    47c57ff View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Code enhancement #201

     * version is now required
     * better error handling
     * etc...
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    b49c237 View commit details
    Browse the repository at this point in the history
  2. Add nix to the supported ecosystems in the README #201

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    b3a626b View commit details
    Browse the repository at this point in the history
  3. Add the missing f-string #201

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    091c595 View commit details
    Browse the repository at this point in the history
  4. Replaced actions/checkout@v4, actions/setup-python@v5, actions/upload…

    …-artifact@v7 and actions/download-artifact@v8 with a full-length commit SHA.
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    f114262 View commit details
    Browse the repository at this point in the history
  5. Update AUTHORS.rst

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    fb3e792 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. Better error handling #201

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    21f8c9a View commit details
    Browse the repository at this point in the history
  2. Add flakeref support #201

    * Correct typo
    * Add tests
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    9eb54ff View commit details
    Browse the repository at this point in the history
Loading