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-cli/symfony-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.14.1
Choose a base ref
...
head repository: symfony-cli/symfony-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.14.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 23, 2025

  1. envs: do not try to parse the query into something valid.

    Symfony Cloud systems use the "query" for other things than the query
    parameters used for the URL, so we cannot rely on it. This was trying
    to parse it into a `map[string]string` which is just
    incompatible.
    
    This PR drops the part that was trying to make it too smart and keeps
    it simpler.
    ralt committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    49f2e79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #653 from ralt/pr/fix-mongodb-query

    envs: do not try to parse the query into something valid.
    fabpot authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    f983eb1 View commit details
    Browse the repository at this point in the history
  3. Fix Upsun brand

    fabpot committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    db55b18 View commit details
    Browse the repository at this point in the history
Loading