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: symfony/flex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.4
Choose a base ref
...
head repository: symfony/flex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.2
Choose a head ref
  • 15 commits
  • 14 files changed
  • 4 contributors

Commits on Sep 6, 2021

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

Commits on Sep 14, 2021

  1. Test on PHP 8.1

    nicolas-grekas committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    96fab32 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Fix PHPUnit deprecations

    fabpot authored and nicolas-grekas committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    d0e745d View commit details
    Browse the repository at this point in the history
  2. removed unnecessary code

    EhEhRon91 authored and nicolas-grekas committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    74117fb View commit details
    Browse the repository at this point in the history
  3. minor #798 removed unnecessary code (EhEhRon91)

    This PR was squashed before being merged into the 1.13-dev branch.
    
    Discussion
    ----------
    
    removed unnecessary code
    
    Fixes #775
    
    Removed code that was implemented in #576 as this is no longer needed as per the issue reported.
    
    First PR in this repository. Hoping to contribute to more! If there are any issues, let me know.
    
    Commits
    -------
    
    74117fb removed unnecessary code
    nicolas-grekas committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9a8b00b View commit details
    Browse the repository at this point in the history
  4. bug #797 Fixed directory separator trimming in vendors path (skmedix)

    This PR was merged into the 1.13-dev branch.
    
    Discussion
    ----------
    
    Fixed directory separator trimming in vendors path
    
    Fixes #796
    
    We don't need to use `\DIRECTORY_SEPARATOR` here, as [**symfony/filesystem**](https://github.com/symfony/filesystem/blob/4.4/Filesystem.php#L451) already normalizes windows directory separator to use forward slash.
    
    Commits
    -------
    
    fd34129 Fixed directory separator trimming in vendors path
    nicolas-grekas committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6c13a9e View commit details
    Browse the repository at this point in the history
  5. Add --reset flag to recipes:install to reset all installed recipes ba…

    …ck to their initial state
    nicolas-grekas committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    fc1998f View commit details
    Browse the repository at this point in the history
  6. feature #795 Add --reset flag to recipes:install to reset all install…

    …ed recipes back to their initial state (nicolas-grekas)
    
    This PR was merged into the 1.13-dev branch.
    
    Discussion
    ----------
    
    Add --reset flag to recipes:install to reset all installed recipes back to their initial state
    
    Fix #777
    
    Replaces #702, see discussion there.
    
    Commits
    -------
    
    fc1998f Add --reset flag to recipes:install to reset all installed recipes back to their initial state
    nicolas-grekas committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    78a94b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee7b8d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    9c1a3f8 View commit details
    Browse the repository at this point in the history
  2. feature #803 Replace flex-server by hosting recipe info on GitHub (ni…

    …colas-grekas)
    
    This PR was merged into the 1.13-dev branch.
    
    Discussion
    ----------
    
    Replace flex-server by hosting recipe info on GitHub
    
    This PR replaces the `flex.symfony.com` endpoint that flex currently uses by a new endpoint made of static JSONs hosted on GitHub.
    
    Said JSONs are here:
    https://github.com/symfony/recipes/tree/flex/main
    
    And are generated by GHA:
    https://github.com/symfony/recipes/blob/master/.github/workflows/flex-endpoint.yml
    
    With the help of this tool:
    https://github.com/symfony-tools/recipes-checker
    
    The target is to retire `flex.symfony.com` at some point in the future and free us from maintaining and hosting it.
    
    As a nice side effect, this should make it easier for ppl to host their own flex endpoint overlay.
    
    It should also enable contributions for the community to innovate at the Flex API layer.
    
    The default endpoints can be changed by setting the `extra.symfony.endpoint` entry in the root `composer.json` file. The special `flex://defaults` endpoint can be used in that list to reference the default endpoints.
    
    On top of that, the `SYMFONY_ENDPOINT` env var can be defined to a single endpoint. This endpoint will be used on top of (with higher priority than) the default endpoints of the app.
    
    Commits
    -------
    
    9c1a3f8 Replace flex-server by hosting recipe info on GitHub
    nicolas-grekas committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7f45cf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7018918 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

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