plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 50 forks source link

Deps: replace aioredis with redis-py #1177

Closed masipcat closed 1 year ago

masipcat commented 1 year ago

Close https://github.com/plone/guillotina/issues/1176

codecov-commenter commented 1 year ago

Codecov Report

Merging #1177 (741c987) into master (64e7b6e) will increase coverage by 0.2%. The diff coverage is 75.0%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/plone/guillotina/pull/1177/graphs/tree.svg?width=650&height=150&src=pr&token=MIUJDWnGXD&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone)](https://codecov.io/gh/plone/guillotina/pull/1177?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone) ```diff @@ Coverage Diff @@ ## master #1177 +/- ## ======================================== + Coverage 94.6% 94.7% +0.2% ======================================== Files 377 358 -19 Lines 32655 30675 -1980 ======================================== - Hits 30877 29043 -1834 + Misses 1778 1632 -146 ``` | [Impacted Files](https://codecov.io/gh/plone/guillotina/pull/1177?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone) | Coverage Δ | | |---|---|---| | [guillotina/contrib/catalog/pg/indexes.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9jb250cmliL2NhdGFsb2cvcGcvaW5kZXhlcy5weQ==) | `96.2% <ø> (ø)` | | | [guillotina/contrib/redis/driver.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9jb250cmliL3JlZGlzL2RyaXZlci5weQ==) | `85.2% <75.0%> (ø)` | | | [guillotina/permissions.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9wZXJtaXNzaW9ucy5weQ==) | | | | [guillotina/async\_util.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9hc3luY191dGlsLnB5) | | | | [guillotina/tests/\_\_init\_\_.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS90ZXN0cy9fX2luaXRfXy5weQ==) | | | | [guillotina/\_\_init\_\_.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9fX2luaXRfXy5weQ==) | | | | [guillotina/languages.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9sYW5ndWFnZXMucHk=) | | | | [guillotina/event.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9ldmVudC5weQ==) | | | | [guillotina/const.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS9jb25zdC5weQ==) | | | | [guillotina/tests/conftest.py](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone#diff-Z3VpbGxvdGluYS90ZXN0cy9jb25mdGVzdC5weQ==) | | | | ... and [11 more](https://codecov.io/gh/plone/guillotina/pull/1177/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=plone) | |
vangheem commented 1 year ago

Thank you @masipcat!