-
-
Notifications
You must be signed in to change notification settings - Fork 105
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/process
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 710e278
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13bdb16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 7 files changed
- 4 contributors
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed6595d - Browse repository at this point
Copy the full SHA ed6595dView commit details
Commits on Jul 5, 2023
-
* 6.4: [Scheduler] Fix `PeriodicalTrigger` from argument for stateful run dates cs fix [Messenger] Fix passing options set via tags to handler descriptors random_bytes length should be an int greater than 0 enforce UTC timezone in test [DependencyInjection] Fix autocasting null env values to empty string Fix executable bit Fix executable bit Readme: Replace Stack Overflow with GitHub Discussions [DoctrineBridge] Remove outdated comment [DependencyInjection] Fix annotation [DoctrineBridge] Improve subscriber deprecation message [SecurityBundle] Do not translate `Bearer` header’s `error_description` [Lock] add missing UPGRADE and CHANGELOG Lock mention #50689 [String] Fix Inflector for 'status' [DependencyInjection] Fix resource tracking for lazy services [EventDispatcher] [EventDispatcher] Throw exception when listener method cannot be resolved [Serializer] Fix type error not be accessed before initialization
Configuration menu - View commit details
-
Copy full SHA for 86d3463 - Browse repository at this point
Copy the full SHA 86d3463View commit details -
* 6.4: Add missing return types to magic methods
Configuration menu - View commit details
-
Copy full SHA for 0a7ebac - Browse repository at this point
Copy the full SHA 0a7ebacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bea96b - Browse repository at this point
Copy the full SHA 2bea96bView commit details
Commits on Jul 12, 2023
-
* 6.4: [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s [Intl] fix test [Intl] Use VarExporter::export() in PhpBundleWriter [Console] The application also catch `\Throwable` exceptions FrameworkBundle] Fix tests [Mailer] Fix Brevo transport factory registration Simplify tests [Notifier] Fix Esendex messages serialization Use triggering class to generate baseline for deprecation messages from DebugClassLoader [Security] Fix false-string handling in RememberMeAuthenticator [CssSelector] Tests on Xpath translator will always pass [Serializer] Fix Normalizer not utilizing converted name for index variadic param [DepdencyInjection] Fix costly logic when checking errored definitions Fix merge fix children cond [DoctrineBridge] Load refreshed user proxy [DependencyInjection] Don't ignore attributes on the actual decorator [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
Configuration menu - View commit details
-
Copy full SHA for 1daa2a7 - Browse repository at this point
Copy the full SHA 1daa2a7View commit details
Commits on Jul 25, 2023
-
* 6.4: Use typed properties in tests as much as possible
Configuration menu - View commit details
-
Copy full SHA for e361824 - Browse repository at this point
Copy the full SHA e361824View commit details -
* 6.4: fix typo Add types to private and internal properties [Workflow] Cleaning code [Scheduler] Fix NPE in debug:scheduler command
Configuration menu - View commit details
-
Copy full SHA for 74ea743 - Browse repository at this point
Copy the full SHA 74ea743View commit details
Commits on Jul 27, 2023
-
* 6.4: Ensure all properties have a type
Configuration menu - View commit details
-
Copy full SHA for 3d4d048 - Browse repository at this point
Copy the full SHA 3d4d048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d97ce8 - Browse repository at this point
Copy the full SHA 8d97ce8View commit details
Commits on Jul 30, 2023
-
* 6.4: (99 commits) [HttpClient][Messenger] add `PingWebhookMessage` and `PingWebhookMessageHandler` Use Stringable interface as much as possible [Messenger][Process] add `RunProcessMessage` and `RunProcessMessageHandler` Add generics to the progress bar iteration methods [SecurityBundle] Allow an array of `pattern` in firewall configuration [FrameworkBundle] Simplify marking store configuration [PsrHttpMessageBridge] Patch return types and fix CS [PsrHttpMessageBridge] Import the bridge into the monorepo Prepare release 2.3.1 Fix CS Don't rely on Request::getPayload() to populate the parsed body Prepare release 2.3.0 Implement ValueResolverInterface Leverage `Request::getPayload()` to populate the parsed body of PSR-7 requests Add native types where possible cs fix Prepare the 2.2.0 release Bump psr/http-message version Drop support for Symfony 4 Adjustments for PHP CS Fixer 3 ...
Configuration menu - View commit details
-
Copy full SHA for b7004dc - Browse repository at this point
Copy the full SHA b7004dcView commit details
Commits on Aug 1, 2023
-
* 6.4: (31 commits) [HttpKernel] Strip exception file paths from log messages [Validator] Add ability to validate time without seconds [Process] Fix test case [Process] Support finding executables independently of open_basedir [Mime] Update mimetypes Add some PHPDoc [Workflow] Add a profiler [Form] Removing self-closing slash from `<input>` [FrameworkBundle][Serializer] Add TranslatableNormalizer [Uid] Fix example [HttpKernel] Add `reset()` implementation in DataCollector [Uid] Add more PHP doc to "export" functions [HttpKernel] RequestPayloadValueResolver Add support for custom http status code [Serializer] Add support for seld/jsonlint in order to enhance error messages [Workflow] fix MermaidDumper when place contains special char [Translation] Phrase translation provider [Workflow] Add support for storing the marking in a property [Crawler] Fix regression where cdata nodes will return empty string [Scheduler] make `ScheduledStamp` "send-able" [Serializer] Groups annotation/attribute on class ...
Configuration menu - View commit details
-
Copy full SHA for 51e1cf6 - Browse repository at this point
Copy the full SHA 51e1cf6View commit details
Commits on Aug 4, 2023
-
* 6.4: (35 commits) fix tests [DomCrawler][FrameworkBundle] Add `assertAnySelectorText*` fix tests [SecurityBundle] Add `$badges` argument to `Security::login` [FrameworkBundle] Support APP_BUILD_DIR [Scheduler] Add --all to debug:schedule [Cache] minor cleanup [HttpFoundation] Use Symfony exception for request unexpected values [Scheduler] Display friendly dates in debug:schedule [RemoteEvent][Webhook] Add Brevo support [Webhook][RemoteEvent] Add Mailjet support. fix typo fix minimum required HttpKernel component version fix tests Remove remaining experimental classes [RemoteEvent] Mark component as non experimental [Webhook] Mark component as non experimental [Process] Fix return type [Scheduler] Mark component as non experimental [AssetMapper] Mark component as non experimental ...
Configuration menu - View commit details
-
Copy full SHA for bc2c6a3 - Browse repository at this point
Copy the full SHA bc2c6a3View commit details
Commits on Aug 7, 2023
-
* 6.4: [Process] Fix silencing `wait` when using a sigchild-enabled binary [Process] fix tests
Configuration menu - View commit details
-
Copy full SHA for 1301c34 - Browse repository at this point
Copy the full SHA 1301c34View commit details
Commits on Sep 12, 2023
-
* 6.4: Make tests green again Make tests green again
Configuration menu - View commit details
-
Copy full SHA for a71b8a1 - Browse repository at this point
Copy the full SHA a71b8a1View commit details
Commits on Sep 27, 2023
-
* 6.4: (32 commits) [Validator] Fix registering "is_valid()" for `#[Expression]` [Scheduler] Trigger unique messages at runtime [Scheduler] Fix CHANGELOG [Clock] Add `DatePoint`: an immutable DateTime implementation with stricter error handling and return types [Scheduler] Allow modifying the schedule at runtime and recalculate heap [Cache] Fix Redis6Proxy [Finder] Disable failing test about open_basedir Fix merge Fix merge Minor CS fixes Deprecate `Kernel::stripComments()` Remove setAccessible reflection call in tests [Notifier] Telegram Bridge add escaping for \ [Component][AssertMapper] add type hint of an argument in asset mapper command [Translation] [Phrase] Refacto ReadConfig and WriteConfig into arrays [Routing] Fix routing collection defaults when adding a new route to a collection [Messenger] Fix cloned TraceableStack not unstacking the stack independently [Translation] Add `--as-tree` option to `translation:pull` command [Mime] Allow to add some headers as a strings [Translation] Give current locale to locale switcher runWithLocale callback ...
Configuration menu - View commit details
-
Copy full SHA for 6075f9a - Browse repository at this point
Copy the full SHA 6075f9aView commit details
Commits on Oct 17, 2023
-
* 6.4: (33 commits) [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands [AssetMapper] Disable profiler when the "dev server" respond Adds translations for Portuguese (pt) [AssetMapper] Link needs as="style" Allow Symfony 7.0 on Phrase translation provider [Mime] Throw InvalidArgumentException on invalid form field type inside array [Mailer][Bridges] Allow Symfony 7 [Tests] Use `JsonMockResponse` where applicable [FrameworkBundle][HttpKernel] Introduce `$buildDir` argument to `WarmableInterface::warmup` to warm read-only artefacts in `build_dir` [ErrorHandler] Fix expected missing return types [Form] Fix merging params & files when "multiple" is enabled [HttpFoundation] Do not swallow trailing `=` in cookie value Fix markdown in README files Handle Sendinblue error responses without a message key Handle Brevo error responses without a message key [Scheduler] Add failureEvent [Notifier][Bridges] Allow Symfony 7 [Mailer][Brevo][Sendinblue] Fix typo [Serializer] Fix collecting only first missing constructor argument [ErrorHandler] Fix file link format call in trace view ...
Configuration menu - View commit details
-
Copy full SHA for acdafc7 - Browse repository at this point
Copy the full SHA acdafc7View commit details
Commits on Oct 29, 2023
-
* 6.4: [Process] remove fixing of legacy bug, when PTS functionality is enabled DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response fix test Fix wrong yaml parse null test [AssetMapper] Fixing merge from multiple PR's Bump Symfony version to 5.4.31 Update VERSION for 5.4.30 Update CONTRIBUTORS for 5.4.30 Update CHANGELOG for 5.4.30 Fix wrong merge [AssetMapper] Allowing circular references in JavaScriptImportPathCompiler [AssetMapper] Fix file deleting errors & remove nullable MappedAsset on JS import [Lock] Fix mongodb extension requirement in tests [Yaml] Remove dead code [AssetMapper] Fix in-file imports to resolve via filesystem throw better exception in TranslatableNormalizer, add to changelog Passing null to Inline::parse is not allowed Fix passing null to trim()
Configuration menu - View commit details
-
Copy full SHA for 3411cf9 - Browse repository at this point
Copy the full SHA 3411cf9View commit details
Commits on Nov 7, 2023
-
* 6.4: (28 commits) [Serializer] Fix `@method` annotation fix compatibility with Doctrine DBAL 4 ensure string type with mbstring func overloading enabled [HttpKernel] Fix quotes expectations in tests [Validator] updated Greek translation [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded render newline in front of all script elements fix test fixture fix tests [Cache] Fix property types in PdoAdapter PHP files cannot be executable without shebang [TwigBridge] Mark CodeExtension as @internal Remove full DSNs from exception messages [Yaml] Fix uid binary parsing Disable the "Copy as cURL" button when the debug info are disabled [HttpClient] Replace `escapeshellarg` to prevent overpassing `ARG_MAX` Fix missing `profile` option for console commands [HttpFoundation][Lock] Makes MongoDB adapters usable with `ext-mongodb` only [HttpKernel] Preventing error 500 when function putenv is disabled ...
Configuration menu - View commit details
-
Copy full SHA for 5610dee - Browse repository at this point
Copy the full SHA 5610deeView commit details
Commits on Nov 20, 2023
-
* 6.4: [FrameworkBundle] Add TemplateController to the list of allowed controllers for fragments [Cache][Lock] Fix PDO store not creating table + add tests Closes #51936-Added Missing translations for Czech (cs) in validators.cs.xlf file Added missing translations in turkish and updated validators.tr.xlf [Serializer] Fix denormalizing date intervals having both weeks and days [Validator] updated Turkish translation [Serializer] Remove wrong final tags [Serializer] Fix denormalize constructor arguments Add some more non-countable English nouns Add hint that changing input arguments has no effect register the virtual request stack together with common profiling services Don't lose checkpoint state when lock is acquired from another [DomCrawler] Revert "bug #52579 UriResolver support path with colons" [VarExporter] Fix handling mangled property names returned by __sleep() Update Github template for 7.1 Fix memory limit in PhpSubprocess unit test
Configuration menu - View commit details
-
Copy full SHA for 13bdb16 - Browse repository at this point
Copy the full SHA 13bdb16View 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 710e278...13bdb16