Uh oh!
There was an error while loading. Please reload this page.
Deprecated ILogger from IJob - #33047
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| $this->logger->error( | ||
| 'remote server "' . $target . '"" does not return a valid shared secret. Received data: ' . $body, | ||
| ['app' => 'federation'] | ||
| 'remote server "' . $target . '"" does not return a valid shared secret. Received data: ' . $body, |
Check notice
Code scanning / Psalm
PossiblyInvalidOperand
7d91d1d to
73b41e8CompareUh oh!
There was an error while loading. Please reload this page.
come-nc
commented
Jun 28, 2022
❤️ |
6721a06 to
b700c8bCompareChristophWurst
commented
Jun 29, 2022
It will? 🎉 |
ChristophWurst
left a comment
There was a problem hiding this comment.
Lots of good cleanup
Personally I would prefer if the PR only touched the logger aspects if that is what title and subscription say. E.g. background job OC to OCP kinda feels sneaked in.
But I understand it's easier this way, so 👍 and 🤞
CarlSchwan
commented
Jun 29, 2022
still one year to wait since we need to wait 3 years after it has been deprecated, but since execute(...., ILogger) was for some app the only reasons why ILogger was still used, this should make it easier to get rid of it as soon as the 3 years are over. |
b700c8b to
f512492CompareUh oh!
There was an error while loading. Please reload this page.
f512492 to
dcbc9d1Compareaf33a00 to
3c7280aComparePossible performance regression detected Show Output |
6fa90dd to
06e1aa9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d24ef26 to
2d025a3ComparePossible performance regression detected Show Output |
2d025a3 to
d03bb36Comparecome-nc
commented
Jul 28, 2022
|
0fead00 to
5d02024CompareUh oh!
There was an error while loading. Please reload this page.
b56a561 to
f60c1a3CompareSince the ILogger will be soon removed we need to ensure that nothing in the public api use it. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
f60c1a3 to
49334e4CompareCarlSchwan
commented
Aug 23, 2022
ci failure unrelated |
Since the ILogger will be soon removed we need to ensure that nothing in
the public API use it.
startto replaceexecutebut without ILoggerexecutestill exists but only call start internally