aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Diagnostics/QueryLogger.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
| | | | | | | | This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-10/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run phan over code baseLukas Reschke2017-07-191-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix missing conflict resolutionsJoas Schilling2017-04-261-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust query/event logging code in favour of more complex ↵Piotr Mrówczyński2017-04-261-6/+27
| | | | | | | owncloud/diagnostics (#27643) * Adjust query/event logging code in favour of more complex owncloud/diagnostics * Add descriptions to IQueryLogger and IEventLogger interfaces
* Cap the number of queries we save in the query loggerRobin Appelman2016-11-031-2/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add stacktrace to query loggerRobin Appelman2016-08-241-1/+9
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Move \OC\Diagnostics to PSR-4Roeland Jago Douma2016-04-191-0/+61