Thanks to visit codestin.com
Credit goes to github.com

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: composer/composer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.4
Choose a base ref
...
head repository: composer/composer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.5
Choose a head ref
  • 15 commits
  • 29 files changed
  • 5 contributors

Commits on Feb 15, 2023

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

Commits on Feb 24, 2023

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

Commits on Feb 27, 2023

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

Commits on Mar 15, 2023

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

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    32366bc View commit details
    Browse the repository at this point in the history
  2. Follow-up for #5205: fix high concurrency race condition

    Composer would fail with an
    ```
    PHP temp directory (/tmp) does not exist or is not writable to Composer. Set sys_temp_dir in your php.ini
    ```
    error when used in parallel. Because it is checking if a file with `md5(microtime())` can be created, which is not sufficiently unique when used in parallel.
    
    Since each Composer instance runs in its own process, this can easily be mitigated by not just partitioning based on time of use, but also based on process ID.
    
    Original investigation: https://www.drupal.org/project/automatic_updates/issues/3338789#comment-14961390
    wimleers authored and Seldaek committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5d2d513 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Composer support string (#11386)

    * GitHubDriver: fix support is set to string
    
    * GitLabDriver: fix support is set to string
    
    * BitbucketDriver: fix support is set to string
    
    * Fix PHPStan
    glaubinix authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    685a2e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3adecf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    62f12ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c3d8f3 View commit details
    Browse the repository at this point in the history
  3. Fixed querying of default config values, and fix source display for t…

    …hem, and fix bools to show as bools, fixes #11302
    Seldaek committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    91b7b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0a185 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    Seldaek committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    62ec143 View commit details
    Browse the repository at this point in the history
  6. Release 2.5.5

    Seldaek committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c7cffaa View commit details
    Browse the repository at this point in the history
Loading