Jordi Boggiano
d5b588a306
Fix phpstan build
2024-11-09 14:41:45 +01:00
Steven Lewis
e5b3586456
Fix PHP 8.4 E_STRICT deprecation notices ( #1921 )
2024-11-09 14:27:28 +01:00
Jordi Boggiano
e266d7d914
Add support for elastica 8, fixes #1917
2024-11-09 14:16:37 +01:00
Nikola Mijajlović
67cc5502a3
Remove Slim framework integration suggestion ( #1914 )
...
The suggested library (https://github.com/Flynsarmy/Slim-Monolog ) only supports Slim 2, which has not been maintained for a long time. Monolog can be integrated with Slim v4 directly, without the need for any additional libraries.
2024-11-09 14:15:43 +01:00
Jordi Boggiano
11075bc016
Add baseline for php8.2
2024-10-25 22:44:10 +02:00
Jordi Boggiano
b4a48dd3ee
Fix phpstan build
2024-10-25 22:15:10 +02:00
InvisibleSmiley
63fdb125ab
Remove pointless json_encode availability checks ( #1919 )
...
Co-authored-by: Jens Hatlak <jens.hatlak@check24.de >
2024-10-25 21:45:46 +02:00
Eric Emmrich
2497a896b1
ProcessHandler: Make timeout of stream_select()
configurable ( #1916 )
...
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be >
2024-10-23 15:31:42 +02:00
Luboš Hubáček
3327c29d37
Make IntrospectionProcessor extendable ( #1899 )
2024-08-27 09:51:08 +02:00
dependabot[bot]
5c41cf7a24
Bump ramsey/composer-install from 2 to 3 ( #1908 )
...
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install ) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases )
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: ramsey/composer-install
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 09:50:06 +02:00
dependabot[bot]
d42b711aa7
Bump supercharge/mongodb-github-action from 1.10.0 to 1.11.0 ( #1907 )
...
Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/supercharge/mongodb-github-action/releases )
- [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.10.0...1.11.0 )
---
updated-dependencies:
- dependency-name: supercharge/mongodb-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 09:49:59 +02:00
Jordi Boggiano
a4a5a06501
Fix deprecations
2024-08-27 09:45:47 +02:00
Kirill Nesmeyanov
5c45513614
Fix PHP 8.4 deprecation notices ( #1903 )
2024-08-27 09:43:15 +02:00
Jordi Boggiano
6772a39c03
Merge branch '2.x'
2024-08-27 09:42:11 +02:00
Jordi Boggiano
23560e32b1
Update CI ( #1909 )
...
* Update CI
* Fix deprecation warning
* Fix types
2024-08-27 09:31:25 +02:00
Jordi Boggiano
e0cd5d576c
Enable dependabot
2024-08-22 16:13:28 +02:00
Sébastien Alfaiate
b914d02a9d
Replace goo.gl URL ( #1904 )
...
Google URL Shortener links will no longer be available:
https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/
2024-08-17 10:11:50 +02:00
Jordi Boggiano
f4393b648b
Update changelog
3.7.0
2024-06-28 11:40:51 +02:00
javaDeveloperKid
f836e01659
Update example in RedisHandler ( #1894 )
2024-06-28 11:06:36 +02:00
Thomas Portelange
4112a1880b
add formatted key in ArrayAccess for LogRecord ( #1886 )
...
since $record['formatted'] is a legal syntax, it should not be flagged by static analysis tools like phpstan
2024-06-28 11:05:04 +02:00
Jordi Boggiano
b56faa67a0
Expand code a bit
2024-06-28 11:01:50 +02:00
Jordi Boggiano
4bfbba8de0
Fix build
2024-06-28 11:01:44 +02:00
Jordi Boggiano
07cd08e0e4
Fix CS
2024-06-28 10:48:40 +02:00
Christoph Dreis
3ba77d1d39
Use fully-qualified name for native functions ( #1887 )
2024-06-28 10:45:25 +02:00
Jonathan Campbell
4e03d25f6d
Fix IntrospectionProcessor tests that were not validating the code under test ( #1896 )
...
Three tests in IntrospectionProcessorTest (testLevelTooLow, testLevelEqual, testLevelHigher) aren't actually testing anything. Because `$expected = $input` is a reference, the changes made to `$expected['extra']` are made to $input and carried forward to $actual. You can demonstrate this by adding a `return $record` at the immediate start of `InstrospectionProcessor::__invoke` -- the tests still pass despite bypassing all the code.
2024-06-28 10:41:10 +02:00
Jordi Boggiano
47e301d3e2
Also add setBasePath to NormalizerFormatter/JsonFormatter
2024-06-28 10:39:13 +02:00
Jordi Boggiano
a4471eb05b
Merge branch '2.x'
2024-04-15 11:22:23 +02:00
Jordi Boggiano
884aa47a05
Fix json formatter handling of incomplete classes, fixes #1834
2024-04-15 10:56:50 +02:00
Jordi Boggiano
233e0b27a0
Ensure private error handler does not cause problems, fixes #1866
2024-04-15 10:17:33 +02:00
Jordi Boggiano
4b18b21a55
Update changelog
3.6.0
2024-04-12 23:02:21 +02:00
Jordi Boggiano
a0860dd076
Merge branch '2.x'
2024-04-12 22:54:39 +02:00
Jordi Boggiano
a30bfe2e14
Update changelog
2.9.3
2024-04-12 22:52:51 +02:00
Jordi Boggiano
84638a5926
Add test for setBasePath functionality, refs #1873
2024-04-12 22:41:20 +02:00
cesarreyes3
24e0e454d9
Remove base path on LineFormatter ( #1873 )
2024-04-12 22:37:56 +02:00
cracksalad
c48c642b9a
[ #1878 ] User definable duplication for DeduplicationHandler ( #1879 )
2024-04-12 17:37:06 +02:00
Jordi Boggiano
613eaea74b
Fix group annotations
2024-04-12 17:30:46 +02:00
Jordi Boggiano
b127292ee0
Fix phpunit deprecations
2024-04-12 17:26:33 +02:00
Jordi Boggiano
5b990255a3
Remove curlopt safe upload which is not needed since php5.6
2024-04-12 15:41:24 +02:00
Jordi Boggiano
cdec3b52ad
Merge branch '2.x'
2024-04-12 15:36:24 +02:00
Sebastian Muszynski
814ea500f8
Convert GelfMessage into string required by createAmqpMessage ( #1869 )
...
* Convert GelfMessage into string required by createAmqpMessage
* Convert object on write() too
2024-04-12 13:51:55 +02:00
Jordi Boggiano
e7455b7942
Bump actions/cache
2024-04-12 13:44:53 +02:00
Jordi Boggiano
d1422610e9
Fix PHP 8.4 build error
2024-04-12 13:43:28 +02:00
Jordi Boggiano
91f225e4b6
Update build
2024-04-12 13:36:30 +02:00
Jordi Boggiano
a9129ee202
Update build matrix
2024-04-12 13:31:51 +02:00
Jordi Boggiano
f771304e25
Update baseline for php8.0
2024-04-12 13:30:45 +02:00
Jordi Boggiano
a1af771439
Allow more modern phpunit
2024-04-12 13:29:18 +02:00
Jordi Boggiano
06f81e4717
Upgrade phpstan
2024-04-12 13:27:23 +02:00
Jordi Boggiano
5223f28d41
Add some docs
2024-04-12 11:21:16 +02:00
Witold Wasiczko
35dab43e3c
Include extra in context in PsrHandler ( #1852 )
2024-04-12 11:00:56 +02:00
Arun Sathiya
000fedbcf2
Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated ( #1864 )
...
* Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated
* Quote envvar to match documentation
2024-04-12 10:56:41 +02:00