-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [TASK] change visibility of createQueryBuilder function - used only internally * [TASK] refactor functions in LogRepository where $constraints where passed by reference * [TASK] test findByFiler in LogRepository * [TASK] test findByFiler in LogRepository * [TASK] remove no group by SQL mode from default FunctionalTestCase config * [TASK] add @Covers annotation, specify which parts of the code it is supposed to test while running FunctionalTestCase * [TASK] add tests for findByFilter for UserId/PageId * [TASK] refactor and add test for logDownload function in LogRepository.php * [TASK] add tests for getFirstTimestampByFilter and getTrafficSumByFilter functions from LogRepository.php * [TASK] add TokenRefreshMiddlewareTest based on FunctionalTestCase (WIP) * [TASK] add tests when user is the same and user is different (html comes from cache), create function to build request handler * [CODE] code style fix * [BUGFIX] Resource files are now also logged #220 [TER-262] * [BUGFIX] Consider a possible file change from the previous event #215 [TER-253] * [BUGFIX] Remove unnecessary variables #217 [TER-258] * [BUGFIX] No error on Cleaning processed files anymore #216 [TER-258] * [TASK] set correct return type * [TASK] Use vendor and extension name for naming * [TASK] fix SQL-GroupBy error and use default setting in Functional Tests #222 [TER-265] --------- Co-authored-by: Peter Zar <[email protected]>
- Loading branch information
1 parent
facdf87
commit 8012a41
Showing
9 changed files
with
495 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"tx_securedownloads_domain_model_log", | ||
,"uid","pid","tstamp","crdate","file_id","file_name","file_path","file_size","file_type","media_type","user","page" | ||
,1,0,1727859973,1727859973,"52","fixture_1","fileadmin/_processed_/e/1/csm_sunflower_b98a5975b3",67008,"jpg","image/jpeg",1,5 | ||
,2,0,1727859974,1727859974,"82","fixture_2","fileadmin/_processed_/4/6/csm_landscape_eb858b5476",46235,"png","image/png",2,6 | ||
,3,0,1727859976,1727859976,"82","fixture_3","fileadmin/_processed_/4/6/csm_landscape_eb858b5476",46235,"tiff","image/tiff",0,6 | ||
,4,0,1727859977,1727859977,"52","fixture_4","fileadmin/_processed_/e/1/csm_sunflower_b98a5975b3",67008,"jpg","image/jpeg",0,5 | ||
,5,0,1727859980,1727859980,"52","fixture_5","fileadmin/_processed_/e/1/csm_sunflower_b98a5975b3",67008,"bmp","image/bmp",0,5 | ||
,6,0,1727860176,1727860176,"51","fixture_6","fileadmin/_processed_/e/1/csm_sunflower_29bee2a7c2",2152,"jpg","image/jpeg",5,1 | ||
,7,0,1727860178,1727860178,"83","fixture_7","fileadmin/_processed_/4/6/csm_landscape_226c4e299f",1147,"webp","image/webp",6,1 |
Oops, something went wrong.