Skip to content

Commit

Permalink
Merge 8c0ab5a into 675af1d
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Apr 7, 2022
2 parents 675af1d + 8c0ab5a commit 1e3b153
Show file tree
Hide file tree
Showing 43 changed files with 170 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
@@ -1 +1 @@
github: redaxmedia
github: henryruhs
12 changes: 6 additions & 6 deletions .github/terminal-session.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -23,12 +23,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, 3.10-dev, 3.11-dev ]
python-version: [ '3.8', '3.9', '3.10' ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: pip install mock
Expand All @@ -53,15 +53,14 @@ jobs:
TEAMCITY_TOKEN: ${{ secrets.TEAMCITY_TOKEN }}
TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
WERCKER_TOKEN: ${{ secrets.WERCKER_TOKEN }}
report:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9
- run: pip install coveralls
Expand All @@ -87,7 +86,6 @@ jobs:
TEAMCITY_TOKEN: ${{ secrets.TEAMCITY_TOKEN }}
TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
WERCKER_TOKEN: ${{ secrets.WERCKER_TOKEN }}
- run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,16 +3,16 @@ Chroma Feedback

> Turn your RGB powered hardware into a status indicator for continuous integration, continuous deployment and infrastructure monitoring.
[![Build Status](https://img.shields.io/github/workflow/status/redaxmedia/chroma-feedback/ci.svg)](https://github.com/redaxmedia/chroma-feedback/actions?query=workflow:ci)
[![Coverage Status](https://img.shields.io/coveralls/redaxmedia/chroma-feedback.svg)](https://coveralls.io/r/redaxmedia/chroma-feedback)
[![Build Status](https://img.shields.io/github/workflow/status/henryruhs/chroma-feedback/ci.svg)](https://github.com/henryruhs/chroma-feedback/actions?query=workflow:ci)
[![Coverage Status](https://img.shields.io/coveralls/henryruhs/chroma-feedback.svg)](https://coveralls.io/r/henryruhs/chroma-feedback)
[![PyPI](https://img.shields.io/pypi/v/chroma-feedback.svg)](https://pypi.org/project/chroma-feedback)
[![License](https://img.shields.io/pypi/l/chroma-feedback.svg)](https://pypi.org/project/chroma-feedback)


Preview
-------

![Terminal Session](https://raw.githubusercontent.com/redaxmedia/chroma-feedback/master/.github/terminal-session.svg?sanitize=true)
![Terminal Session](https://raw.githubusercontent.com/henryruhs/chroma-feedback/master/.github/terminal-session.svg?sanitize=true)


Installation
Expand Down Expand Up @@ -62,4 +62,4 @@ chroma-feedback [options]
Documentation
-------------

Read the [documenation](https://redaxmedia.gitbook.io/chroma-feedback) for a deep dive.
Read the [documenation](https://henryruhs.gitbook.io/chroma-feedback) for a deep dive.
4 changes: 2 additions & 2 deletions chroma_feedback/metadata.py
Expand Up @@ -4,11 +4,11 @@
{
'name': 'chroma-feedback',
'description': 'Turn your RGB powered hardware into a status indicator for continuous integration, continuous deployment and infrastructure monitoring',
'version': '12.2.0',
'version': '12.2.1',
'license': 'MIT',
'keywords': ' '.join(producer.__all__),
'author': 'Henry Ruhs',
'author_email': 'info@redaxmedia.com',
'author_email': 'info@henryruhs.com',
'url': 'https://chroma-feedback.com'
}

Expand Down
3 changes: 1 addition & 2 deletions chroma_feedback/producer/__init__.py
Expand Up @@ -18,6 +18,5 @@
'netlify',
'teamcity',
'travis',
'vercel',
'wercker'
'vercel'
]
1 change: 0 additions & 1 deletion chroma_feedback/producer/wercker/__init__.py

This file was deleted.

68 changes: 0 additions & 68 deletions chroma_feedback/producer/wercker/core.py

This file was deleted.

25 changes: 0 additions & 25 deletions chroma_feedback/producer/wercker/normalize.py

This file was deleted.

3 changes: 1 addition & 2 deletions chroma_feedback/typing.py
Expand Up @@ -27,8 +27,7 @@
'netlify',
'teamcity',
'travis',
'vercel',
'wercker'
'vercel'
]
ConsumerName = Literal\
[
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -36,7 +36,6 @@
'chroma_feedback.producer.teamcity',
'chroma_feedback.producer.travis',
'chroma_feedback.producer.vercel',
'chroma_feedback.producer.wercker',
'chroma_feedback.consumer',
'chroma_feedback.consumer.agile_innovative_blinkstick',
'chroma_feedback.consumer.elgato_streamdeck',
Expand Down Expand Up @@ -65,7 +64,7 @@
},
install_requires =
[
'busylight-for-humans==0.15.2',
'busylight-for-humans==0.15.4',
'lifxlan==1.2.7',
'nanoleafapi==2.1.1',
'phue==1.1',
Expand Down
10 changes: 5 additions & 5 deletions tests/consumer/agile_innovative_blinkstick/test_device.py
Expand Up @@ -17,7 +17,7 @@ def test_process_passed() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'passed'
}
])
Expand All @@ -41,7 +41,7 @@ def test_process_started() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'started'
}
])
Expand All @@ -65,7 +65,7 @@ def test_process_errored() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'errored'
}
])
Expand All @@ -89,7 +89,7 @@ def test_process_warned() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'warned'
}
])
Expand All @@ -113,7 +113,7 @@ def test_process_failed() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'failed'
}
])
Expand Down
10 changes: 5 additions & 5 deletions tests/consumer/elgato_streamdeck/test_device.py
Expand Up @@ -17,7 +17,7 @@ def test_process_passed() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'passed'
}
])
Expand All @@ -41,7 +41,7 @@ def test_process_started() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'started'
}
])
Expand All @@ -65,7 +65,7 @@ def test_process_errored() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'errored'
}
])
Expand All @@ -89,7 +89,7 @@ def test_process_warned() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'warned'
}
])
Expand All @@ -113,7 +113,7 @@ def test_process_failed() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'failed'
}
])
Expand Down
10 changes: 5 additions & 5 deletions tests/consumer/embrava_blynclight/test_device.py
Expand Up @@ -17,7 +17,7 @@ def test_process_passed() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'passed'
}
])
Expand All @@ -41,7 +41,7 @@ def test_process_started() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'started'
}
])
Expand All @@ -65,7 +65,7 @@ def test_process_errored() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'errored'
}
])
Expand All @@ -89,7 +89,7 @@ def test_process_warned() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'warned'
}
])
Expand All @@ -113,7 +113,7 @@ def test_process_failed() -> None:
'name': 'github',
'symbol': None,
'message': None,
'url': 'https://github.com/redaxmedia/chroma-feedback/actions/runs/1',
'url': 'https://github.com/henryruhs/chroma-feedback/actions/runs/1',
'status': 'failed'
}
])
Expand Down

0 comments on commit 1e3b153

Please sign in to comment.