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

Add redis user and password support #200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abulte
Copy link

@abulte abulte commented Nov 23, 2020

  • I've added tests to cover the proposed changes

Changes proposed in this pull request:

  • add support for Redis authentification through DPP_REDIS_USERNAME and DPP_REDIS_PASSWORD env vars

Replaces #199

@abulte abulte mentioned this pull request Nov 23, 2020
1 task
@coveralls
Copy link

coveralls commented Nov 23, 2020

Pull Request Test Coverage Report for Build 1168

  • 6 of 9 (66.67%) changed or added relevant lines in 3 files are covered.
  • 80 unchanged lines in 6 files lost coverage.
  • Overall coverage decreased (-8.5%) to 17.103%

Changes Missing Coverage Covered Lines Changed/Added Lines %
datapackage_pipelines/status/backend_redis.py 1 2 50.0%
datapackage_pipelines/celery_tasks/dependency_manager.py 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
.tox/py37-plyvel/lib/python3.7/site-packages/datapackage_pipelines/status/backend_redis.py 10 0%
.tox/py37-sqlite/lib/python3.7/site-packages/datapackage_pipelines/status/backend_redis.py 10 0%
.tox/py37-plyvel/lib/python3.7/site-packages/datapackage_pipelines/status/status_manager.py 14 0%
.tox/py37-sqlite/lib/python3.7/site-packages/datapackage_pipelines/status/status_manager.py 14 0%
.tox/py37-plyvel/lib/python3.7/site-packages/datapackage_pipelines/celery_tasks/dependency_manager.py 16 0%
.tox/py37-sqlite/lib/python3.7/site-packages/datapackage_pipelines/celery_tasks/dependency_manager.py 16 0%
Totals Coverage Status
Change from base Build 1166: -8.5%
Covered Lines: 1739
Relevant Lines: 10168

💛 - Coveralls

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.

2 participants