-
Notifications
You must be signed in to change notification settings - Fork 428
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
Migrate mod_privacy to mongoose_backend #3347
Conversation
Default :: mod_privacy:list_name(), | ||
Items :: [mod_privacy:list_item()], | ||
Reason :: not_found | term(). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra line here, but can be fixed in other PR.
Codecov Report
@@ Coverage Diff @@
## without-dynamic-backend-modules #3347 +/- ##
===================================================================
- Coverage 80.73% 80.70% -0.03%
===================================================================
Files 401 402 +1
Lines 32496 32508 +12
===================================================================
Hits 26235 26235
- Misses 6261 6273 +12
Continue to review full report at Codecov.
|
small_tests_24 / small_tests / 0f645ff |
0f645ff
to
e7a322c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xref:
===> src/event_pusher/mod_event_pusher_push_backend.erl:41: Warning: mod_event_pusher_push_backend:init/2 calls undefined function mongoose_backend:init_per_host_type/3 (Xref)
src/mongoose_backend.erl: Warning: mongoose_backend:init_per_host_type/3 is undefined function (Xref)
I know, that was actually failing in the parent branch, fix coming here #3348 |
small_tests_24 / small_tests / e7a322c internal_mnesia_24 / internal_mnesia / e7a322c small_tests_23 / small_tests / e7a322c ldap_mnesia_24 / ldap_mnesia / e7a322c dynamic_domains_mysql_redis_24 / mysql_redis / e7a322c dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / e7a322c ldap_mnesia_23 / ldap_mnesia / e7a322c dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / e7a322c elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / e7a322c pgsql_mnesia_24 / pgsql_mnesia / e7a322c dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / e7a322c mysql_redis_24 / mysql_redis / e7a322c mssql_mnesia_24 / odbc_mssql_mnesia / e7a322c pgsql_mnesia_23 / pgsql_mnesia / e7a322c riak_mnesia_24 / riak_mnesia / e7a322c |
No description provided.