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.0
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.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 22, 2025

  1. Correctly set the mongodb URL in the environment.

    The path was actually setting `authSource`, not the URL's path, so
    this was broken to begin with, as has been pointed out in
    #458 already.
    
    That said, some Symfony Cloud systems somehow forgot to expose the
    `port` in the relationships, and as such, just "fixing" that would
    break existing systems.
    
    This commit does 2 things:
    
    1. Introduces a BC-mode where if the provided `host` is a fully-formed
       URL, we use it as-is
    2. Creates a correct URL from the endpoint, avoiding any future issues
       related to string parsing.
    ralt committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    85542e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #649 from ralt/pr/mongodb-host

    Correctly set the mongodb URL in the environment.
    fabpot authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    d5f0562 View commit details
    Browse the repository at this point in the history
Loading