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
Vincent Langlet
c4ba76aeae
Avoid throwing an exception when the toString fails ( #1868 )
2024-04-12 10:47:57 +02:00
Alies Lapatsin
a693dc25b0
Improve installation instructions ( #1871 )
...
Remove `$` as it's not valid terminal command and breaks copy-paste flow.
2024-04-12 10:36:23 +02:00
Luiz “Felds” Liscia
ee7e2fa4df
Remove final
from class declaration ( #1859 )
...
Most (if not all) other classes in the project are not marked as final.
Although it's possible to extend the functionality of this class by using composition, it goes against how the rest of the library works for no apparent reason.
In my use case, I was trying to add a field linking the log entry to a request [as described in the Cloud Logging documentation](https://cloud.google.com/run/docs/logging#correlate-logs ).
2024-04-12 09:50:09 +02:00
Christian Flothmann
b0a861a9cc
explicitly mark nullable parameters as nullable ( #1874 )
2024-04-12 09:48:58 +02:00
Jordi Boggiano
479c936d2c
Add logo and favicon to export ignore
2023-12-18 11:39:48 +01:00
Jordi Boggiano
6bee67ad21
Add betterstack sponsorship note
2023-12-07 16:58:33 +01:00
Jordi Boggiano
bc3e507096
Update phpstan.neon.dist
2023-11-10 13:33:53 +01:00
Jordi Boggiano
c412c2e0d6
Fix case of Redis::lTrim call
2023-11-10 13:29:35 +01:00
Jordi Boggiano
59c8bdf6a2
Add missing use statement in docs
2023-11-10 13:09:41 +01:00