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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilise fetchTree #10068

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Stabilise fetchTree #10068

wants to merge 5 commits into from

Commits on Feb 19, 2024

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

Commits on Feb 22, 2024

  1. Break down the fetch-tree experimental-feature

    Add two new features:
    - `fetch-tree-git` to enable the `git` fetcher for `fetchTree`
    - `fetch-tree-urls` to enable the URL-like syntax for `fetchTree`
    
    `fetch-tree` is kept as a backwards-compatibility alias for the two new
    features.
    thufschmitt committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f0fd3f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Test the non-experimental fetchtree

    Run the fetchTree-file test without the experimental feature to make
    sure that it works properly
    thufschmitt committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9553fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d72715 View commit details
    Browse the repository at this point in the history
  3. Test the fetchtree implied experimental features

    Make sure that enabling `fetch-tree` also enables `fetch-tree-git` and
    `fetch-tree-urls`.
    thufschmitt committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fd5e9d2 View commit details
    Browse the repository at this point in the history