-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Migrate IndexQueue + Garbage Collector Fixtures to CSV
- Loading branch information
Showing
133 changed files
with
1,445 additions
and
3,422 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
8 changes: 4 additions & 4 deletions
8
Tests/Integration/Domain/Search/ResultSet/Fixtures/fe_user_page.csv
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
"pages", | ||
,"uid","pid","is_siteroot","doktype","slug","title","fe_group","module" | ||
,2,1,0,1,"/public","Public page",0,"" | ||
,2,1,0,1,"/public","Public page",,"" | ||
,3,1,0,1,"/restricted","Private page",1,"" | ||
,4,1,0,254,"/folder","FE Users",0,"fe_users" | ||
,4,1,0,254,"/folder","FE Users",,"fe_users" | ||
"tt_content", | ||
,"uid","pid","colPos","CType","bodytext" | ||
,1,3,0,"text","Top secret content" | ||
"fe_groups", | ||
,"uid","pid","title" | ||
,1,4,"Secret" | ||
"fe_users", | ||
,"uid","pid","username","usergroup" | ||
,1,4,"test",1 | ||
,"uid","pid","username","password","usergroup" | ||
,1,4,"test","blablabla","1" |
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
26 changes: 0 additions & 26 deletions
26
..._collect_garbage_from_subPages_when_page_is_set_to_hidden_and_extendToSubpages_is_set.xml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...rom_subPages_when_page_is_set_to_hidden_and_extendToSubpages_is_set_multiple_subpages.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
Tests/Integration/Fixtures/can_handle_missing_page_on_deletion.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
Tests/Integration/Fixtures/can_queue_a_page_and_remove_it_with_the_garbage_collector.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
"pages", | ||
,"uid","pid","is_siteroot","doktype","hidden","slug","title" | ||
,2,1,0,1,0,"/test-childpage","Test Childpage" | ||
"tt_content", | ||
,"uid","pid","colPos","CType","bodytext" | ||
,88,2,0,"text","will be removed!" | ||
,99,1,0,"text","will stay!" | ||
"tx_solr_indexqueue_item", | ||
,"uid","root","item_type","item_uid","indexing_configuration","errors","indexed","changed" | ||
,4711,1,"pages",1,"pages","",1,1449151778 | ||
,4712,1,"pages",2,"pages","",1,1449151778 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.