-
-
Notifications
You must be signed in to change notification settings - Fork 30
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: symfony/dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 7 files changed
- 7 contributors
Commits on Nov 20, 2023
-
DotEnv debug command aware of custom dotenv_path
Introduce SYMFONY_DOTENV_PATH set by DotEnv class and read by debug:dotenv command to contextualize the debug info with the file that was actually parsed.
Configuration menu - View commit details
-
Copy full SHA for 68cd3f9 - Browse repository at this point
Copy the full SHA 68cd3f9View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 850329b - Browse repository at this point
Copy the full SHA 850329bView commit details
Commits on Dec 10, 2023
-
* 7.0: fix merge [VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space [WebProfilerBundle] Fix intercept external redirects [Webhook] Added missing XML attribute in config XSD [String] Skip a test when an issue is detected in PCRE2 [ExpressionLanguage] Fix null coalescing propagation [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests. detect colors on not windows fix xterm detection refactor: hyper check Missing translations for Slovak (sk) #51954 Remove redundant PHPdoc line properly handle SYMFONY_DOTENV_VARS being the empty string Avoid incompatibility with symfony/console 7 bug #45057 [Messenger] Avoid reconnecting active Redis connections. [HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver` [Serializer] fix regression where nullable int cannot be serialized do not overwrite an application's default serialization context
Configuration menu - View commit details
-
Copy full SHA for d9759e3 - Browse repository at this point
Copy the full SHA d9759e3View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0106cf4 - Browse repository at this point
Copy the full SHA 0106cf4View commit details
Commits on Dec 28, 2023
-
* 7.0: [VarDumper] Fix CSS alignment in HtmlDumper allow environment variables starting with an underscore Update a test [PsrHttpMessageBridge] Fix links in composer.json [Mailer][Postmark] Add missing changelog for webhook support [HttpKernel] fix "Cannot redeclare renderSymfonyLogoSvg()" inside phpunit tests Remove #StandWithUkraine [Notifier][Smsc] Require login and password
Configuration menu - View commit details
-
Copy full SHA for 267a24d - Browse repository at this point
Copy the full SHA 267a24dView commit details
Commits on Jan 2, 2024
-
feature #52638 [Dotenv] Add
SYMFONY_DOTENV_PATH
, consumed by `debug……:dotenv` for custom `.env` path (GromNaN) This PR was merged into the 7.1 branch. Discussion ---------- [Dotenv] Add `SYMFONY_DOTENV_PATH`, consumed by `debug:dotenv` for custom `.env` path | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix #47880 | License | MIT Continuation of #47901 Introduce `SYMFONY_DOTENV_PATH` set by DotEnv class and read by the `debug:dotenv` command to contextualize the debug info with the file that was actually parsed. The custom path can be set in many ways: - Doing a call to `(new Dotenv())->bootEnv(dirname(__DIR__).'my/custom/path/to/.env');` - In `composer.json`: `"extra": { "runtime": { "dotenv_path": "my/custom/path/to/.env" }` - With the env var: `$_SERVER['APP_RUNTIME_OPTIONS'] = ['dotenv_path' => 'my/custom/path/to/.env'];` The dotenv file can be outside of the `project_dir`. Commits ------- 52b6416ff9 DotEnv debug command aware of custom dotenv_path
Configuration menu - View commit details
-
Copy full SHA for 92db794 - Browse repository at this point
Copy the full SHA 92db794View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3e6a5e - Browse repository at this point
Copy the full SHA f3e6a5eView commit details
Commits on Jan 23, 2024
-
* 7.0: List CS fix in .git-blame-ignore-revs Fix implicitly-required parameters minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench) Fix bad merge List CS fix in .git-blame-ignore-revs Fix implicitly-required parameters List CS fix in .git-blame-ignore-revs Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value [Messenger][AmazonSqs] Allow async-aws/sqs version 2
Configuration menu - View commit details
-
Copy full SHA for a2934c6 - Browse repository at this point
Copy the full SHA a2934c6View commit details
Commits on Feb 9, 2024
-
* 7.0: fix merge fix test fix test [SecurityBundle] Fix failing tests fix tests [DependencyInjection] fix unable to make lazy service from readonly class [Dotenv] Specify envKey while loading variables with the dotenv:dump command [Mailer][Postmark][Webhook] Accept different date formats
Configuration menu - View commit details
-
Copy full SHA for 04aa55c - Browse repository at this point
Copy the full SHA 04aa55cView commit details
Commits on Apr 18, 2024
-
* 7.0: Auto-close PRs on subtree-splits review German translation
Configuration menu - View commit details
-
Copy full SHA for 54003d1 - Browse repository at this point
Copy the full SHA 54003d1View commit details
Commits on Apr 29, 2024
-
* 7.0: show overridden vars too Bump Symfony version to 7.0.8 Update VERSION for 7.0.7 Update CHANGELOG for 7.0.7 Bump Symfony version to 6.4.8 Update VERSION for 6.4.7 Update CHANGELOG for 6.4.7 Bump Symfony version to 5.4.40 Update VERSION for 5.4.39 Update CONTRIBUTORS for 5.4.39 Update CHANGELOG for 5.4.39 [FrameworkBundle] Fix indentation
Configuration menu - View commit details
-
Copy full SHA for d6f7bd8 - Browse repository at this point
Copy the full SHA d6f7bd8View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f7ed9e - Browse repository at this point
Copy the full SHA 3f7ed9eView commit details
Commits on May 2, 2024
-
* 7.0: fix compatibility with Twig 3.10 [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album' handle union and intersection types for cascaded validations move wiring of the property info extractor to the ObjectNormalizer restore deprecated properties move Process component dep to require-dev Remove calls to `onConsecutiveCalls()` fix: remove unwanted type cast accept AbstractAsset instances when filtering schemas better distinguish URL schemes and windows drive letters handle edge cases when constructing constraints with named arguments convert empty CSV header names into numeric keys
Configuration menu - View commit details
-
Copy full SHA for 8302688 - Browse repository at this point
Copy the full SHA 8302688View 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 v7.0.10...v7.1.0