Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow TransformAction to clone options #64

Allow TransformAction to clone options

5f357f6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Allow TransformAction to clone options #64

Allow TransformAction to clone options
5f357f6
Select commit
Loading
Failed to load commit list.
GitHub Actions / IT-TestResult succeeded Dec 17, 2024 in 1s

58 passed, 0 failed and 2 skipped

Tests passed successfully

✅ TestResults/runneradmin_fv-az1489-66_2024-12-17_01_09_41.trx

60 tests were completed in 237s with 58 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest 7✅ 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.ComplexQueriesTest 2⚪ 0ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest 5✅ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests 2✅ 706ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests 1✅ 399ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.HightLightingTests 1✅ 440ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests 3✅ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.LocaleTests 1✅ 367ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests 3✅ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryAutocompleteOperatorTests 3✅ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests 7✅ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests 11✅ 4s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests 8✅ 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests 4✅ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SubTypeQueryTests 2✅ 724ms

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest

✅ search_2_conditions_in_and_filter_should_return_1_item
✅ search_2_conditions_in_not_filter_should_return_2_items
✅ search_2_conditions_in_or_filter_should_return_3_items
✅ search_combine_3_boolean_filters_should_return_3_items
✅ search_single_and_filter_with_priority_100_should_return_2_items
✅ search_single_not_filter_with_priority_100_should_return_2_items
✅ search_single_or_filter_with_priority_100_should_return_2_items

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.ComplexQueriesTest

⚪ given_1_parent_and_2_children_objects_search_response_should_returns_children_items
⚪ given_1_parent_and_2_children_objects_search_response_should_returns_total_3_hits

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest

✅ search_with_2_facet_should_return_2_facets
✅ search_with_facet_filters_should_return_correct_items
✅ search_with_facet_in_2_ranges_should_return_2_facets
✅ search_with_facet_limit_1_should_return_facet_count_equals_1
✅ search_with_string_facet_should_return_2_facets

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests

✅ search_with_filter_for_visitors_should_result_1_item
✅ search_without_filter_for_visitors_should_result_3_items

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests

✅ select_2_fields_in_fragment_should_return_2_fields_in_result

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.HightLightingTests

✅ search_data_with_highlight_should_result_wrap_keyword_in_tag

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests

✅ search_with_limit_1_should_return_1_hit
✅ search_with_limit_100_should_return_all_hits
✅ search_with_limit_101_should_produce_errors

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.LocaleTests

✅ search_with_fields_should_result_2_items

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests

✅ orderby_on_datetime_should_return_correct_order
✅ orderby_on_int_should_return_correct_order
✅ orderby_on_searchable_string_should_return_correct_order

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryAutocompleteOperatorTests

✅ autocomplete_has_value_more_than_10_characters_will_be_ignore
✅ autocomplete_id_contains_myid_and_limit_1_should_result_1_phrase
✅ autocomplete_id_contains_myid_should_result_3_phrases

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests

✅ search_startpublish_Equals_datetime_should_return_1_item
✅ search_startpublish_Gt_datetime_should_return_1_item
✅ search_startpublish_Gte_datetime_should_return_2_items
✅ search_startpublish_in_range_should_return_2_items
✅ search_startpublish_Lt_datetime_should_return_1_item
✅ search_startpublish_Lte_datetime_should_return_2_items
✅ search_startpublish_notEq_datetime_should_return_2_item

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests

✅ search_priority_Equals_100_should_return_2_items
✅ search_priority_Exists_false_should_return_1_item
✅ search_priority_GreaterThan_100_should_return_1_item_value_300
✅ search_priority_Gte_100_should_return_3_items
✅ search_priority_in_100_and_300_should_return_3_items
✅ search_priority_in_range_100_to_300_should_return_3_items
✅ search_priority_LessThan_100_should_return_0_item
✅ search_priority_Lte_200_should_return_2_items
✅ search_priority_notEQ_100_should_return_2_items
✅ search_priority_NotEq_filter
✅ search_priority_notIn_100_and_300_should_return_1_item

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests

✅ search_Contains_operator_should_result_2_items
✅ search_Exists_operator_should_result_2_item
✅ search_Match_operator_should_result_2_items
✅ search_name_Equals_operator_should_result_exactly_1_item
✅ search_startWith_endsWith_operator_should_result_1_item
✅ search_with_filter_on_2_fields_should_result_1_item
✅ search_with_In_operator_should_result_2_items
✅ search_with_Like_operator_should_result_2_items

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests

✅ full_text_search_should_result_correct_data
✅ search_order_desc_should_get_correct_order
✅ search_paging_with_2_should_result_2_items
✅ search_with_fields_should_result_3_items

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.SubTypeQueryTests

✅ given_1_parent_and_2_children_objects_search_response_should_returns_children_items
✅ given_1_parent_and_2_children_objects_search_response_should_returns_total_3_hits