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.10.2
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.10.3
Choose a head ref
  • 20 commits
  • 11 files changed
  • 5 contributors

Commits on Jul 6, 2024

  1. Only listen on 127.0.0.1 not all interfaces

    This is a security risk, because you are exposing your application to other devices on your network if your device has no firewall configured.
    More importantly though it allows root free running of symfony and on macOS you will no longer get an annoying popup to allow incoming connections.
    check24-danielpaschsannapiu committed Jul 6, 2024
    3 Configuration menu
    Copy the full SHA
    e697eb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    4afc16a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a9432 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Remove unused code

    fabpot committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3c2a192 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    e067dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00511a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Bump deps

    fabpot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    367ab89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #502 from kevin-studer/installer_with_version

    Installer with version
    fabpot authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4b1a8d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #494 from gempir/bind-address

    Only listen on 127.0.0.1 not all addresses
    fabpot authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7c4fca5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    6355163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #514 from tucksaun/fix/bash-completion-side-effect

    fix: bash side-effects from bash completions
    fabpot authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    37bdf46 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    43fbcd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f3d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    646dabe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #519 from tucksaun/fix/docker-connection-log

    Always log Docker connection error if `--debug` flag is set
    fabpot authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5d3623d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Merge pull request #520 from tucksaun/fix/docker-connection-no-defaul…

    …t-socket
    
    Make Docker connection use Docker Desktop socket if available
    fabpot authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5054732 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Bump deps

    fabpot committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8b8583d View commit details
    Browse the repository at this point in the history
  2. Fix test data

    fabpot committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    799c80f View commit details
    Browse the repository at this point in the history
Loading