Commit graph

27 commits

Author SHA1 Message Date
dependabot[bot]
ae42ade334
Bump pyyaml from 5.3b1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3b1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/commits/5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05 13:09:23 +00:00
Brian Martin
01d13e0264 add jinja2
Add jinja2/aiohttp_jinja2
- Update handle_base and template to show status
2020-01-02 01:16:43 -05:00
Brian Martin
b137474a7c update requirements and pipenv 2019-12-31 12:53:43 -05:00
Brian Martin
b39c45fabb add atomicwrites to pipenv
- Add atomicwrites to fix windows build
- Regenerate requirements.txt
2019-12-31 11:49:43 -05:00
Brian Martin
d15c23fbdd fix pipenv lock
aiohttp was updating to v4 and causing problems, set versioning requirements for packages.
2019-12-31 11:38:47 -05:00
Brian Martin
72a77435e1 remove mkdocs and lock 2019-12-31 01:16:42 -05:00
Brian Martin
9950a1a2ad merge sucks example 2019-12-31 00:59:02 -05:00
Brian Martin
c8acac767f More MQTT Logging
MQTT Server logs routed to mqttserver.log
2019-09-27 17:25:57 -04:00
Brian Martin
422a28cd8d fix tests
fix tests broken by lack of certs
- pytest.ini provides environment variables that load tests/test_certs
2019-06-07 02:00:42 -04:00
Brian Martin
4e46d7e810 add autoflake
add autoflake
remove unused imports
2019-06-06 23:18:28 -04:00
Brian Martin
e00c4dd6e0 Add codecov 2019-06-05 00:11:38 -04:00
Brian Martin
0cb5c0b4f3 add test_mqttserver.py
add test_mqttserver.py
2019-06-04 09:57:45 -04:00
Brian Martin
d4414bd150 Reworking tests
Reworking tests with pytest
2019-05-31 22:06:54 -04:00
Brian Martin
7dc2504f2b Fix confserver test and add dev pbr
Fix confserver test and add dev pbr
2019-05-23 09:20:17 -04:00
Brian Martin
5efd5112a2 Cleanup remaining contextvar
Remove remaining context vars
Fix minor formatting
Rename bumper.py to run_bumper.py to remove conflict with module name
2019-03-18 13:13:38 -04:00
Brian Martin
616729e97f full coverage for init
full coverage for init
- 100% coverage of db operations
2019-03-13 21:07:29 -04:00
Brian Martin
4d4f0f4e40
Merge branch 'master' into tests 2019-03-11 23:18:23 -04:00
Brian Martin
98b65bb808 first test
first test
2019-03-11 23:14:50 -04:00
Brian Martin
34136f4fbf update pyyaml to address vulnerability
update pyyaml to address vulnerability
2019-03-11 21:47:12 -04:00
Brian Martin
028399c496 Update gitignore, pipfile
Update gitignore, pipfile
2019-03-11 21:25:05 -04:00
Brian Martin
a4fec85717 WIP: Bot and Client
- Using tinydb
- Bot and clients tracked in db
2019-03-02 16:33:56 -05:00
Brian Martin
e7e41ed56b add black and format 2019-02-22 00:09:19 -05:00
Brian Martin
d9bf97ce57 Remove paho and use hbmqtt for helper
Remove paho and use hbmqtt for helper
Fix sleep bug
2019-02-02 04:57:47 -05:00
Brian Martin
e3179d36a8 Change Confserver to AIOHTTP
Change Confserver to AIOHTTP
Better threading and performance across
2019-02-01 17:19:07 -05:00
Brian Martin
58e7ce0653 WIP: Working POC
Basics are in and this can act as a bumper server for control of D901.
TODO: Better threading and cleanup
2019-01-31 09:43:06 -05:00
Brian Martin
2e874307ed WIP: MQTT 2019-01-29 08:35:10 -05:00
Torbjörn Axelsson
d9ceeea556 Initial commit 2017-12-15 15:14:33 -08:00