Compare commits

..

7 Commits

Author SHA1 Message Date
92ec26e2b8 fix coverage
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 21:24:08 +02:00
6509049309 coverage
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-14 21:22:41 +02:00
35bd1245c9 Update 'README.rst'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:45:31 +02:00
3b4bd7322e Update 'README.rst'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:44:39 +02:00
3b8b05c3c4 Update 'README.rst'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:44:16 +02:00
573cff2c4c Update 'README.md'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:35:36 +02:00
d4a2e7c272 Merge pull request 'dev-testing' (#2) from dev-testing into master
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-08 22:24:57 +02:00
4 changed files with 10 additions and 6 deletions

View File

@ -38,7 +38,7 @@ steps:
- name: coverage - name: coverage
image: python:3.8 image: python:3.8
environment: environment:
PRODUCER_REDIS: cache REDIS_URL: "redis://cache"
commands: commands:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt - pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pip3 install --cache-dir='./.pipcache' coverage pytest - pip3 install --cache-dir='./.pipcache' coverage pytest

View File

@ -1,2 +0,0 @@
# producer-endpoint

6
README.rst Normal file
View File

@ -0,0 +1,6 @@
=================
Producer endpoint
=================
Manages IP changes of consumers. If a consumer sends a message to /ip endpoint, it will write the gotten IP address into the redis DB.
Produced by GoldenPogácsa Inc.