[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-08-22 10:04:12 +00:00
parent 15489f4f64
commit 3f304dde2a
22 changed files with 2894 additions and 2542 deletions
@@ -1074,6 +1074,7 @@ spec/graphql/gql/subscriptions/user/current/recent_view/updates_spec.rb
spec/graphql/gql/subscriptions/user/current/two_factor_updates_spec.rb
spec/graphql/gql/subscriptions/user/current/devices_updates_spec.rb
spec/graphql/gql/subscriptions/config_updates_spec.rb
spec/graphql/gql/subscriptions/ai/text_tool_updates_spec.rb
spec/graphql/gql/subscriptions/checklist/template_updates_spec.rb
spec/graphql/gql/subscriptions/online_notifications_count_spec.rb
spec/graphql/gql/subscriptions/user_updates_spec.rb
@@ -1104,6 +1105,7 @@ spec/graphql/gql/queries/system/setup/info_spec.rb
spec/graphql/gql/queries/locales_spec.rb
spec/graphql/gql/queries/public_links_spec.rb
spec/graphql/gql/queries/link/list_spec.rb
spec/graphql/gql/queries/ai_assistance/text_tools/list_spec.rb
spec/graphql/gql/queries/mention/suggestions_spec.rb
spec/graphql/gql/queries/macros_spec.rb
spec/graphql/gql/queries/application_build_checksum_spec.rb
@@ -1193,7 +1195,7 @@ spec/graphql/gql/mutations/system/setup/run_auto_wizard_spec.rb
spec/graphql/gql/mutations/organization/update_spec.rb
spec/graphql/gql/mutations/link/remove_spec.rb
spec/graphql/gql/mutations/link/add_spec.rb
spec/graphql/gql/mutations/ai_assistance/text_tools_spec.rb
spec/graphql/gql/mutations/ai_assistance/text_tools/run_spec.rb
spec/graphql/gql/mutations/logout_spec.rb
spec/graphql/gql/mutations/mention/unsubscribe_spec.rb
spec/graphql/gql/mutations/mention/subscribe_spec.rb
@@ -2179,6 +2181,9 @@ spec/policies/user/overview_sorting_policy_spec.rb
spec/policies/taskbar_policy/scope_spec.rb
spec/policies/activity_stream_policy/scope_spec.rb
spec/policies/signature_policy_spec.rb
spec/policies/ai/agent_policy_spec.rb
spec/policies/ai/text_tool_policy/scope_spec.rb
spec/policies/ai/text_tool_policy_spec.rb
spec/policies/group_policy_spec.rb
spec/policies/token_policy_spec.rb
spec/policies/data_privacy_task_policy_spec.rb
@@ -2483,8 +2488,8 @@ spec/lib/ai/provider/zammad_ai_spec.rb
spec/lib/ai/provider/azure_spec.rb
spec/lib/ai/provider/anthropic_spec.rb
spec/lib/ai/vectordb_spec.rb
spec/lib/ai/service/text_tool_spec.rb
spec/lib/ai/service/ai_agent_spec.rb
spec/lib/ai/service/text_spelling_and_grammar_spec.rb
spec/lib/ai/provider_spec.rb
spec/lib/report_examples.rb
spec/lib/operations_rate_limiter_spec.rb
@@ -3027,6 +3032,7 @@ app/assets/javascripts/app/controllers/ticket_zoom/sidebar_ticket_summary.coffee
app/assets/javascripts/app/controllers/ticket_zoom/article_actions.coffee
app/assets/javascripts/app/controllers/ticket_zoom/sidebar_organization.coffee
app/assets/javascripts/app/controllers/ticket_zoom/setting.coffee
app/assets/javascripts/app/controllers/ticket_zoom/form_handler_text_tools.coffee
app/assets/javascripts/app/controllers/ticket_zoom/form_handler_multi_organization.coffee
app/assets/javascripts/app/controllers/ticket_zoom/sidebar.coffee
app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee
@@ -3147,6 +3153,7 @@ app/assets/javascripts/app/controllers/widget/invite_user.coffee
app/assets/javascripts/app/controllers/widget/online_notification.coffee
app/assets/javascripts/app/controllers/widget/ticket_list.coffee
app/assets/javascripts/app/controllers/widget/answer_list.coffee
app/assets/javascripts/app/controllers/widget/text_tools.coffee
app/assets/javascripts/app/controllers/organization.coffee
app/assets/javascripts/app/controllers/user_history.coffee
app/assets/javascripts/app/controllers/search.coffee
@@ -4168,6 +4175,7 @@ app/services/service/link/list.rb
app/services/service/translation/search/collector.rb
app/services/service/translation/search/collector/object_manager_attributes.rb
app/services/service/translation/search/collector/state.rb
app/services/service/translation/search/collector/text_tool.rb
app/services/service/translation/search/collector/macro.rb
app/services/service/translation/search/collector/model.rb
app/services/service/translation/search/collector/priority.rb
@@ -4280,6 +4288,7 @@ app/graphql/gql/subscriptions/user/current/taskbar_item_updates.rb
app/graphql/gql/subscriptions/user/current/taskbar_item_state_updates.rb
app/graphql/gql/subscriptions/user/current/access_token_updates.rb
app/graphql/gql/subscriptions/organization_updates.rb
app/graphql/gql/subscriptions/ai/text_tool_updates.rb
app/graphql/gql/subscriptions/app_maintenance.rb
app/graphql/gql/subscriptions/template_updates.rb
app/graphql/gql/subscriptions/macros_update.rb
@@ -4311,6 +4320,7 @@ app/graphql/gql/queries/system/setup/info.rb
app/graphql/gql/queries/current_user.rb
app/graphql/gql/queries/link/list.rb
app/graphql/gql/queries/application_config.rb
app/graphql/gql/queries/ai_assistance/text_tools/list.rb
app/graphql/gql/queries/ticket.rb
app/graphql/gql/queries/mention/suggestions.rb
app/graphql/gql/queries/macros.rb
@@ -4410,7 +4420,7 @@ app/graphql/gql/mutations/base_mutation.rb
app/graphql/gql/mutations/logout.rb
app/graphql/gql/mutations/link/remove.rb
app/graphql/gql/mutations/link/add.rb
app/graphql/gql/mutations/ai_assistance/text_tools.rb
app/graphql/gql/mutations/ai_assistance/text_tools/run.rb
app/graphql/gql/mutations/mention/subscribe.rb
app/graphql/gql/mutations/mention/unsubscribe.rb
app/graphql/gql/mutations/mention/base.rb
@@ -4544,7 +4554,6 @@ app/graphql/gql/types/enum/user_error_exception_type.rb
app/graphql/gql/types/enum/ticket_article_sender_name_type.rb
app/graphql/gql/types/enum/ticket_summary_generation.rb
app/graphql/gql/types/enum/permission_access_type.rb
app/graphql/gql/types/enum/ai_text_tool_service_type.rb
app/graphql/gql/types/enum/authentication_provider_type.rb
app/graphql/gql/types/enum/object_manager_objects_type.rb
app/graphql/gql/types/enum/security_option_type.rb
@@ -4691,6 +4700,7 @@ app/graphql/gql/types/signature_type.rb
app/graphql/gql/types/addresses_field_type.rb
app/graphql/gql/types/base_object.rb
app/graphql/gql/types/ai/agent_type.rb
app/graphql/gql/types/ai/text_tool_type.rb
app/graphql/gql/types/search_result_type.rb
app/graphql/gql/types/uri_string_type.rb
app/graphql/gql/types/search_result/item_type.rb
@@ -5134,6 +5144,7 @@ app/models/ai/agent/assets.rb
app/models/ai/agent/type.rb
app/models/ai/text_tool.rb
app/models/ai/agent.rb
app/models/ai/text_tool/triggers_subscriptions.rb
app/models/history.rb
app/models/permission.rb
app/models/authorization/provider/facebook.rb
@@ -6280,6 +6291,9 @@ app/policies/channel_policy.rb
app/policies/checklist_template_policy.rb
app/policies/taskbar_policy/scope.rb
app/policies/activity_stream_policy/scope.rb
app/policies/ai/text_tool_policy.rb
app/policies/ai/agent_policy.rb
app/policies/ai/text_tool_policy/scope.rb
app/policies/knowledge_base_policy.rb
app/policies/text_module_policy.rb
app/policies/ticket_policy/base_scope.rb
@@ -8259,10 +8273,12 @@ app/frontend/shared/router/router.ts
app/frontend/shared/router/__tests__/walker.spec.ts
app/frontend/shared/router/walker.ts
app/frontend/shared/graphql/subscriptions/macrosUpdate.mocks.ts
app/frontend/shared/graphql/subscriptions/aiTextToolUpdates.graphql
app/frontend/shared/graphql/subscriptions/configUpdates.graphql
app/frontend/shared/graphql/subscriptions/currentUserUpdates.mocks.ts
app/frontend/shared/graphql/subscriptions/configUpdates.mocks.ts
app/frontend/shared/graphql/subscriptions/currentUserUpdates.api.ts
app/frontend/shared/graphql/subscriptions/aiTextToolUpdates.api.ts
app/frontend/shared/graphql/subscriptions/appMaintenance.graphql
app/frontend/shared/graphql/subscriptions/configUpdates.api.ts
app/frontend/shared/graphql/subscriptions/macrosUpdate.graphql
@@ -8275,6 +8291,7 @@ app/frontend/shared/graphql/subscriptions/pushMessages.mocks.ts
app/frontend/shared/graphql/subscriptions/pushMessages.api.ts
app/frontend/shared/graphql/subscriptions/appMaintenance.mocks.ts
app/frontend/shared/graphql/subscriptions/pushMessages.graphql
app/frontend/shared/graphql/subscriptions/aiTextToolUpdates.mocks.ts
app/frontend/shared/graphql/subscriptions/macrosUpdate.api.ts
app/frontend/shared/graphql/types.ts
app/frontend/shared/graphql/queries/translations.mocks.ts
@@ -8323,14 +8340,14 @@ app/frontend/shared/graphql/fragments/currentUserAttributes.api.ts
app/frontend/shared/graphql/fragments/userPersonalSettings.graphql
app/frontend/shared/graphql/fragments/publicLinkAttributes.graphql
app/frontend/shared/graphql/fragments/userAttributes.api.ts
app/frontend/shared/graphql/mutations/aiAssistanceTextTools.mocks.ts
app/frontend/shared/graphql/mutations/aiAssistanceTextTools.api.ts
app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts
app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.api.ts
app/frontend/shared/graphql/mutations/login.api.ts
app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.graphql
app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.api.ts
app/frontend/shared/graphql/mutations/logout.graphql
app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.graphql
app/frontend/shared/graphql/mutations/login.mocks.ts
app/frontend/shared/graphql/mutations/aiAssistanceTextTools.graphql
app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.mocks.ts
app/frontend/shared/graphql/mutations/logout.api.ts
app/frontend/shared/graphql/mutations/login.graphql
@@ -8810,6 +8827,7 @@ app/frontend/shared/stores/session.ts
app/frontend/shared/stores/translations.ts
app/frontend/shared/stores/authentication.ts
app/frontend/shared/stores/macro.ts
app/frontend/shared/stores/aiAssistantTextTools.ts
app/frontend/shared/stores/__tests__/locale.spec.ts
app/frontend/shared/stores/__tests__/session.spec.ts
app/frontend/shared/stores/__tests__/translations.spec.ts
@@ -9064,6 +9082,9 @@ app/frontend/shared/components/Form/fields/FieldEditor/types.ts
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/knowledgeBase/answerSuggestions.mocks.ts
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/knowledgeBase/answerSuggestions.graphql
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/knowledgeBase/answerSuggestions.api.ts
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/aiAssistanceTextTools/aiAssistanceTextToolsList.api.ts
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/aiAssistanceTextTools/aiAssistanceTextToolsList.mocks.ts
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/aiAssistanceTextTools/aiAssistanceTextToolsList.graphql
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/mention/mentionSuggestions.mocks.ts
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/mention/mentionSuggestions.graphql
app/frontend/shared/components/Form/fields/FieldEditor/graphql/queries/mention/mentionSuggestions.api.ts
@@ -9299,6 +9320,7 @@ app/frontend/cypress/shared/components/Form/fields/FieldEditor/editor-mention-kn
app/frontend/cypress/shared/components/Form/fields/FieldEditor/editor-signature.cy.ts
app/frontend/cypress/shared/components/Form/fields/FieldEditor/editor-dir-visuals.cy.ts
app/frontend/cypress/shared/components/Form/fields/FieldEditor/editor-actions.cy.ts
app/frontend/cypress/shared/components/Form/fields/FieldEditor/editor-action-text-tools.cy.ts
app/frontend/cypress/shared/components/Form/fields/FieldEditor/utils.ts
app/frontend/cypress/shared/components/Form/fields/FieldTextarea/textarea-visuals.cy.ts
app/frontend/cypress/shared/components/Form/fields/FieldRadio/radio-visuals.cy.ts
@@ -9502,6 +9524,8 @@ test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_does_exch
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_api_is_faulty_raises_an_error.yml
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_embeddings_are_requested_raises_an_error.yml
test/data/vcr_cassettes/lib/ai/service/ai_service_when_service_is_executed_check_result.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_spelling_and_grammar/ai_service_textspellingandgrammar_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_spelling_and_grammar/ai_service_textspellingandgrammar_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/import/exchange/folder/import_exchange_folder_display_path_2152_when_server_returns_valid_utf-8_and_walking_up_directory_tree_raises_ewserror_returns_the_partial_path_from_error_to_target_folder.yml
@@ -10773,26 +10797,17 @@ lib/ai/provider/ollama.rb
lib/ai/provider/azure.rb
lib/ai/provider/concerns/handles_response.rb
lib/ai/provider/anthropic.rb
lib/ai/service/text_spelling_and_grammar.rb
lib/ai/service/text_simplify.rb
lib/ai/service/text_improve_writing.rb
lib/ai/service/text_tool.rb
lib/ai/service/ticket_summarize.rb
lib/ai/service/text_expand.rb
lib/ai/service/email_remove_quote.rb
lib/ai/service/prompts/system/text_simplify.txt.erb
lib/ai/service/prompts/system/ai_agent.txt.erb
lib/ai/service/prompts/system/text_spelling_and_grammar.txt.erb
lib/ai/service/prompts/system/text_improve_writing.txt.erb
lib/ai/service/prompts/system/text_tool.txt.erb
lib/ai/service/prompts/system/ticket_summarize.txt.erb
lib/ai/service/prompts/system/email_remove_quote.txt.erb
lib/ai/service/prompts/system/text_expand.txt.erb
lib/ai/service/prompts/user/text_simplify.txt.erb
lib/ai/service/prompts/user/ai_agent.txt.erb
lib/ai/service/prompts/user/text_spelling_and_grammar.txt.erb
lib/ai/service/prompts/user/text_improve_writing.txt.erb
lib/ai/service/prompts/user/text_tool.txt.erb
lib/ai/service/prompts/user/ticket_summarize.txt.erb
lib/ai/service/prompts/user/email_remove_quote.txt.erb
lib/ai/service/prompts/user/text_expand.txt.erb
lib/ai/service/ai_agent.rb
lib/ai/provider.rb
lib/bulk_import_info.rb
@@ -10905,6 +10920,7 @@ db/migrate/20241210142554_setting_add_auto_restart_optout.rb
db/migrate/20170207081400_ticket_state_priority_defaults.rb
db/migrate/20220211135842_drop_translator_key.rb
db/migrate/20250310095858_add_setting_ui_desktop_beta_switch.rb
db/migrate/20250820082156_ai_text_tool_fix_spell_and_grammar.rb
db/migrate/20210528092410_issue_3567_auto_assignment.rb
db/migrate/20210731132202_setting_update_password_max_login_failed.rb
db/migrate/20250329155232_add_es_asciifolding_setting.rb
@@ -11343,6 +11359,7 @@ db/seeds/roles.rb
db/seeds/ticket_priorities.rb
db/seeds/ticket_state_types.rb
db/seeds/triggers.rb
db/seeds/ai/text_tools.rb
db/seeds/overviews.rb
db/seeds/channels.rb
db/seeds/ticket_article_types.rb