-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Comparing changes
Open a pull request
base repository: symfony/symfony
base: v2.7.49
head repository: symfony/symfony
compare: v2.7.50
- 20 commits
- 16 files changed
- 3 contributors
Commits on Aug 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ced4201 - Browse repository at this point
Copy the full SHA ced4201View commit details -
minor #28110 [2.7] Make CI green (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7] Make CI green | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - 2.7 still receives security fixes for a few more months, let's keep its CI green. Commits ------- ced4201 [2.7] Make CI green
Configuration menu - View commit details
-
Copy full SHA for 79e3904 - Browse repository at this point
Copy the full SHA 79e3904View commit details
Commits on Aug 3, 2018
-
minor #28114 [travis] merge "same Symfony version" jobs in one (nicol…
…as-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [travis] merge "same Symfony version" jobs in one | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Allowing to consume fewer jobs and save the 1 to 2 minutes bootstrap time of workers. Commits ------- 9857ca0 [travis] merge "same Symfony version" jobs in one
Configuration menu - View commit details
-
Copy full SHA for 548e9f7 - Browse repository at this point
Copy the full SHA 548e9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4d95a - Browse repository at this point
Copy the full SHA fa4d95aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ce6ea - Browse repository at this point
Copy the full SHA 79ce6eaView commit details
Commits on Aug 7, 2018
-
minor #28146 [travis] cache composer.lock files for deps=low (nicolas…
…-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [travis] cache composer.lock files for deps=low | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I just realized that the resolved package versions for lowest deps depends only on the root composer.json, and not on transitive deps. This means we can cache the lock files and save ~10 minutes required to resolve the lowest deps of the SecurityBundle. Commits ------- caaa74c [travis] cache composer.lock files for deps=low
Configuration menu - View commit details
-
Copy full SHA for 4b13fc5 - Browse repository at this point
Copy the full SHA 4b13fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8098033 - Browse repository at this point
Copy the full SHA 8098033View commit details
Commits on Aug 18, 2018
-
minor #28199 [travis][appveyor] use symfony/flex to accelerate builds…
… (nicolas-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [travis][appveyor] use symfony/flex to accelerate builds | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Playing with symfony/flex#409 The optimization is required because appveyor is transiently failing with OOM errors, see e.g. https://ci.appveyor.com/project/fabpot/symfony/build/1.0.39377 Commits ------- 940ec8f [travis][appveyor] use symfony/flex to accelerate builds
Configuration menu - View commit details
-
Copy full SHA for e61cb8e - Browse repository at this point
Copy the full SHA e61cb8eView commit details
Commits on Aug 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for caf69aa - Browse repository at this point
Copy the full SHA caf69aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74aef7a - Browse repository at this point
Copy the full SHA 74aef7aView commit details
Commits on Aug 24, 2018
-
minor #28258 [travis] fix composer.lock invalidation for deps=low (ni…
…colas-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [travis] fix composer.lock invalidation for deps=low | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 41ffba1 [travis] fix composer.lock invalidation for deps=low
Configuration menu - View commit details
-
Copy full SHA for c40cf26 - Browse repository at this point
Copy the full SHA c40cf26View commit details
Commits on Nov 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cb8302c - Browse repository at this point
Copy the full SHA cb8302cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 205a44e - Browse repository at this point
Copy the full SHA 205a44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a0cec - Browse repository at this point
Copy the full SHA 99a0cecView commit details
Commits on Dec 6, 2018
-
security #cve-2018-19789 [Form] Filter file uploads out of regular fo…
…rm types (nicolas-grekas) This PR was merged into the 2.7 branch. Discussion ---------- [Form] Filter file uploads out of regular form types | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - This PR filters uploaded files out of the data processed by any form type except `FileType`. Commits ------- 205a44e [Form] Filter file uploads out of regular form types
Configuration menu - View commit details
-
Copy full SHA for b65e6f1 - Browse repository at this point
Copy the full SHA b65e6f1View commit details -
security #cve-2018-19790 [Security\Http] detect bad redirect targets …
…using backslashes (xabbuh) This PR was merged into the 2.7 branch. Discussion ---------- [Security\Http] detect bad redirect targets using backslashes | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #76 | License | MIT | Doc PR | Commits ------- 99a0cec [Security\Http] detect bad redirect targets using backslashes
Configuration menu - View commit details
-
Copy full SHA for f27dd4b - Browse repository at this point
Copy the full SHA f27dd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b10db2 - Browse repository at this point
Copy the full SHA 9b10db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161aa25 - Browse repository at this point
Copy the full SHA 161aa25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95222d6 - Browse repository at this point
Copy the full SHA 95222d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0848ce2 - Browse repository at this point
Copy the full SHA 0848ce2View commit details
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 v2.7.49...v2.7.50