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

Develop #130

Merged
merged 7 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: redaxmedia
github: henryruhs
10 changes: 5 additions & 5 deletions .github/terminal-session.svg
Loading
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.
2 changes: 1 addition & 1 deletion chroma_feedback/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
'netlify',
'teamcity',
'travis',
'vercel',
'wercker'
'vercel'
]
ConsumerName = Literal\
[
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading