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

Rework domain API module #3851

Merged
merged 13 commits into from
Nov 15, 2022
Merged

Rework domain API module #3851

merged 13 commits into from
Nov 15, 2022

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented Nov 9, 2022

The main goal is to make mongoose_domain_api more consistent with the other *_api modules used by the GraphQL and REST APIs:

  • Return two-element tuples from all functions that used by external API's. Functions used internally are not changed.
  • Return errors on insertion duplicates and deletion of non-existing domains.
  • Check if the service is enabled with the @use directive.

Other important changes:

  • Fixed handling of the @use directive for services.
  • Added a DomainName type that is string-prepped on input. It does not accept empty strings as well.
  • Amended the initialization of dynamic domains in big tests, as the insertion and deletion check for duplicates now.
  • Add a DELETED status that is used only to mark successful deletion.

@mongoose-im

This comment was marked as outdated.

@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Base: 83.08% // Head: 83.10% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (ce0c961) compared to base (68efb98).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3851      +/-   ##
==========================================
+ Coverage   83.08%   83.10%   +0.01%     
==========================================
  Files         535      535              
  Lines       34118    34089      -29     
==========================================
- Hits        28348    28328      -20     
+ Misses       5770     5761       -9     
Impacted Files Coverage Δ
src/graphql/mongoose_graphql_enum.erl 87.50% <ø> (+1.78%) ⬆️
src/graphql/mongoose_graphql_errors.erl 90.24% <ø> (+7.89%) ⬆️
src/domain/mongoose_domain_api.erl 97.72% <100.00%> (+1.83%) ⬆️
src/domain/mongoose_domain_db_cleaner.erl 67.56% <100.00%> (ø)
src/domain/mongoose_domain_sql.erl 93.15% <100.00%> (-0.81%) ⬇️
src/domain/service_admin_extra_domain.erl 100.00% <100.00%> (ø)
...l/admin/mongoose_graphql_domain_admin_mutation.erl 100.00% <100.00%> (+10.00%) ⬆️
...phql/admin/mongoose_graphql_domain_admin_query.erl 100.00% <100.00%> (ø)
...aphql/directive/mongoose_graphql_directive_use.erl 100.00% <100.00%> (ø)
src/graphql/mongoose_graphql_domain.erl 100.00% <100.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

- Return two-element tuples as it is the current convention
- Fold over step functions because there are multiple common steps
- Return errors on duplicate deletion/insertion. This prevents the
  user from interpreting the 'ok' result as successful operation if
  the supplied domain name was wrong.
- Don't check for enabled service - it is done once for all operations now.
- Check if service_domain_db is enabled
- Use stringprepping for domain names
- Don't nest deleted domain - use a separate status value 'deleted' instead
- Require non-empty passwords
Services have no host type, so no argument is needed in the directive.
It is a bit easier (and more consistent with the remaining API) to use maps.
Don't accept empty strings.
- Use the new API, which returns error tuples
- Check if the service is enabled
- Use the error messages from the 2-element tuples
- Check if the service is running
- Use the error messages
Update expected results:
- Errors on duplicate operations
- New error messages
- Deleted domain is not nested
Update expected results:
- Two-element tuples are returned from the external API
- Database errors don't have special handling
- Errors on duplicate operations
- New error messages
@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 14, 2022

small_tests_24 / small_tests / 3a00cce
Reports root / small


small_tests_25 / small_tests / 3a00cce
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 3a00cce
Reports root/ big
OK: 4026 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 3a00cce
Reports root/ big
OK: 2127 / Failed: 0 / User-skipped: 784 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 3a00cce
Reports root/ big
OK: 2127 / Failed: 0 / User-skipped: 784 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 3a00cce
Reports root/ big
OK: 4026 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 3a00cce
Reports root/ big
OK: 4000 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 3a00cce
Reports root/ big
OK: 4026 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 3a00cce
Reports root/ big
OK: 2605 / Failed: 0 / User-skipped: 641 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 3a00cce
Reports root/ big
OK: 2262 / Failed: 1 / User-skipped: 648 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:system_metrics_are_reported_to_configurable_google_analytics
{error,
  {{assertEqual,
     [{module,service_mongoose_system_metrics_SUITE},
      {line,470},
      {expression,"ActualTrackingIds"},
      {expected,[<<"UA-151671255-1">>,<<"UA-EXTRA-TRACKING-ID">>]},
      {value,[<<"UA-151671255-1">>]}]},
   [{service_mongoose_system_metrics_SUITE,
      events_are_reported_to_tracking_ids,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,470}]},
    {service_mongoose_system_metrics_SUITE,
      system_metrics_are_reported_to_configurable_google_analytics,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,204}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_24 / pgsql_mnesia / 3a00cce
Reports root/ big
OK: 4400 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 3a00cce
Reports root/ big
OK: 4400 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 3a00cce
Reports root/ big
OK: 2451 / Failed: 0 / User-skipped: 627 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 3a00cce
Reports root/ big
OK: 4386 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 3a00cce
Reports root/ big
OK: 4421 / Failed: 3 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2592@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2592@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"RLDigYs1ggHvel7bMsJ6Fg==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2604@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2604@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"Gl18M7Oap2CnO7dP+RssWQ==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

push_integration_SUITE:pubsub_less:pm_notifications_with_inbox:inbox_msg_reset_unread_count_apns
{error,
  {{assertMatch,
     [{module,push_integration_SUITE},
      {line,662},
      {expression,"Data"},
      {pattern,"# { << \"message-count\" >> := ExpectedCount }"},
      {value,
        #{<<"last-message-body">> => <<"THIRD MESSAGE">>,
        <<"last-message-sender">> =>
          <<"alice_inbox_msg_reset_unread_count_apns_2908@localhost">>,
        <<"message-count">> => 2}}]},
   [{push_integration_SUITE,check_notification,2,
      [{file,
         "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"},
       {line,662}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / 3a00cce
Reports root/ big
OK: 2263 / Failed: 0 / User-skipped: 648 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 3a00cce
Reports root/ big
OK: 4400 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 14, 2022

small_tests_24 / small_tests / 1e2d731
Reports root / small


small_tests_25 / small_tests / 1e2d731
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 1e2d731
Reports root/ big
OK: 4032 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 1e2d731
Reports root/ big
OK: 2127 / Failed: 0 / User-skipped: 790 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 1e2d731
Reports root/ big
OK: 4032 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 1e2d731
Reports root/ big
OK: 2127 / Failed: 0 / User-skipped: 790 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 1e2d731
Reports root/ big
OK: 4006 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 1e2d731
Reports root/ big
OK: 4417 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2590@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2590@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"79RXSeIgXjzz4NUpkeLZVA==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / 1e2d731
Reports root/ big
OK: 2263 / Failed: 0 / User-skipped: 654 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 1e2d731
Reports root/ big
OK: 4028 / Failed: 4 / User-skipped: 88 / Auto-skipped: 0

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_fetch_ahead
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_max_queries_can_fetch_ahead_1499@domain.example.com/res1">>,
          escalus_tcp,<0.7482.1>,
          [{event_manager,<0.7467.1>},
           {server,<<"domain.example.com">>},
           {username,<<"kate_max_queries_can_fetch_ahead_1499">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.7467.1>},
            {server,<<"domain.example.com">>},
            {username,<<"kate_max_queries_can_fetch_ahead_1499">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_max_queries_can_fetch_ahead_1499">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_max_queries_can_fetch_ahead_1499">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"e5293f06e75424f7">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,540}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_backwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"mike_can_paginate_backwards_1496@domain.example.com/res1">>,
          escalus_tcp,<0.7485.1>,
          [{event_manager,<0.7446.1>},
           {server,<<"domain.example.com">>},
           {username,<<"mike_can_paginate_backwards_1496">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.7446.1>},
            {server,<<"domain.example.com">>},
            {username,<<"mike_can_paginate_backwards_1496">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"mike_can_paginate_backwards_1496">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"mike_can_paginate_backwards_1496">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"nicniema">>},
           {stream_id,<<"64fc4a38bbbfcf71">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,540}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SU...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:pagination_overrides_form
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"mike_pagination_overrides_form_1498@domain.example.com/res1">>,
          escalus_tcp,<0.7487.1>,
          [{event_manager,<0.7460.1>},
           {server,<<"domain.example.com">>},
           {username,<<"mike_pagination_overrides_form_1498">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.7460.1>},
            {server,<<"domain.example.com">>},
            {username,<<"mike_pagination_overrides_form_1498">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"mike_pagination_overrides_form_1498">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"mike_pagination_overrides_form_1498">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"nicniema">>},
           {stream_id,<<"ca58f71c12cfe8b6">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,540}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbo...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_be_limited
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"mike_max_queries_can_be_limited_1494@domain.example.com/res1">>,
          escalus_tcp,<0.7484.1>,
          [{event_manager,<0.7432.1>},
           {server,<<"domain.example.com">>},
           {username,<<"mike_max_queries_can_be_limited_1494">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.7432.1>},
            {server,<<"domain.example.com">>},
            {username,<<"mike_max_queries_can_be_limited_1494">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"mike_max_queries_can_be_limited_1494">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"mike_max_queries_can_be_limited_1494">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"nicniema">>},
           {stream_id,<<"658679c19cce420c">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,540}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     ...

Report log


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 1e2d731
Reports root/ big
OK: 2605 / Failed: 0 / User-skipped: 647 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 1e2d731
Reports root/ big
OK: 2451 / Failed: 0 / User-skipped: 633 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 1e2d731
Reports root/ big
OK: 4406 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 1e2d731
Reports root/ big
OK: 4392 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 1e2d731
Reports root/ big
OK: 4406 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 14, 2022

small_tests_24 / small_tests / ce0c961
Reports root / small


small_tests_25 / small_tests / ce0c961
Reports root / small


ldap_mnesia_24 / ldap_mnesia / ce0c961
Reports root/ big
OK: 2127 / Failed: 0 / User-skipped: 790 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / ce0c961
Reports root/ big
OK: 4032 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / ce0c961
Reports root/ big
OK: 4006 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / ce0c961
Reports root/ big
OK: 4032 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / ce0c961
Reports root/ big
OK: 2127 / Failed: 0 / User-skipped: 790 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / ce0c961
Reports root/ big
OK: 4406 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / ce0c961
Reports root/ big
OK: 4032 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / ce0c961
Reports root/ big
OK: 2263 / Failed: 0 / User-skipped: 654 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / ce0c961
Reports root/ big
OK: 2605 / Failed: 0 / User-skipped: 647 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / ce0c961
Reports root/ big
OK: 4406 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / ce0c961
Reports root/ big
OK: 2451 / Failed: 0 / User-skipped: 633 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / ce0c961
Reports root/ big
OK: 4392 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / ce0c961
Reports root/ big
OK: 4406 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review November 14, 2022 14:30
Copy link
Contributor

@JanuszJakubiec JanuszJakubiec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@JanuszJakubiec JanuszJakubiec merged commit c863ca0 into master Nov 15, 2022
@JanuszJakubiec JanuszJakubiec deleted the refactor-graphql-domains branch November 15, 2022 08:14
@chrzaszcz chrzaszcz added this to the 6.0.0 milestone Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants