-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: composer/composer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 29 files changed
- 5 contributors
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0a110f - Browse repository at this point
Copy the full SHA b0a110fView commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ff942b - Browse repository at this point
Copy the full SHA 1ff942bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5aad9e - Browse repository at this point
Copy the full SHA b5aad9eView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efc105e - Browse repository at this point
Copy the full SHA efc105eView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8f82b2 - Browse repository at this point
Copy the full SHA b8f82b2View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32366bc - Browse repository at this point
Copy the full SHA 32366bcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5d2d513 - Browse repository at this point
Copy the full SHA 5d2d513View commit details
Commits on Mar 20, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 685a2e6 - Browse repository at this point
Copy the full SHA 685a2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3adecf - Browse repository at this point
Copy the full SHA d3adecfView commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62f12ab - Browse repository at this point
Copy the full SHA 62f12abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3d8f3 - Browse repository at this point
Copy the full SHA 5c3d8f3View commit details -
Fixed querying of default config values, and fix source display for t…
…hem, and fix bools to show as bools, fixes #11302
Configuration menu - View commit details
-
Copy full SHA for 91b7b0f - Browse repository at this point
Copy the full SHA 91b7b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0a185 - Browse repository at this point
Copy the full SHA 8b0a185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62ec143 - Browse repository at this point
Copy the full SHA 62ec143View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cffaa - Browse repository at this point
Copy the full SHA c7cffaaView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.5.4...2.5.5