Commit graph

402 commits

Author SHA1 Message Date
Robert Resch
d759fc6d0e add log endpoint 2022-10-01 13:32:49 +02:00
dependabot[bot]
03e94c026e
Bump pylint from 2.14.5 to 2.15.0 (#52)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.0.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.5...v2.15.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 22:01:17 +02:00
dependabot[bot]
bbef7a70fa
Bump types-setuptools from 64.0.1 to 65.3.0 (#53)
Bumps [types-setuptools](https://github.com/python/typeshed) from 64.0.1 to 65.3.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 22:01:05 +02:00
Robert Resch
8bfd5c241a fix some pylint findings 2022-08-28 18:24:05 +02:00
Robert Resch
c400c87aab fix yamllint 2022-08-25 12:08:00 +02:00
Robert Resch
a0eb86a76f fix flake8 findings 2022-08-25 11:51:53 +02:00
Robert Resch
23a84dda04 update pre-commit 2022-08-25 11:08:04 +02:00
Robert Resch
bfba75f0ad rename logers 2022-08-24 23:25:58 +02:00
Robert Resch
2da065924e fix 2022-08-24 22:52:40 +02:00
Robert Resch
496c75b05f improve logging 2022-08-24 22:41:06 +02:00
Robert Resch
36d7c468fa log response headers 2022-08-24 22:27:45 +02:00
Robert Resch
2282748d1a fix exclude logging 2022-08-24 22:20:59 +02:00
Robert Resch
03c3f4a4df increase cache 2022-08-24 21:52:27 +02:00
Robert Resch
fbeca06694
Merge pull request #51 from edenhaus/proxyV2
add proxy mode
2022-08-20 19:41:20 +02:00
Robert Resch
b92cead7d5 remove not required code 2022-08-20 19:40:04 +02:00
Robert Resch
80ffc65620 data can be None 2022-08-20 19:37:01 +02:00
Robert Resch
e7c03f8cf0 fix mypy 2022-08-20 16:43:17 +02:00
Robert Resch
e7f5d0846f fix proxy 2022-08-20 16:41:36 +02:00
Robert Resch
d07ba472be allow self signed certs 2022-08-20 14:53:52 +02:00
Robert Resch
8abf7e0f02 ignore helperbot 2022-08-20 14:10:42 +02:00
Robert Resch
8d7fd6c759 raise CancelledError 2022-08-20 14:03:20 +02:00
Robert Resch
574e91bb38 fix "UnboundLocalError" 2022-08-20 13:58:20 +02:00
Robert Resch
308a590e8e improve request logging 2022-08-20 13:19:38 +02:00
Robert Resch
6fb5e99e06 add proxy mode 2022-08-20 12:22:31 +02:00
Robert Resch
8afc17e23e add type hints 2022-08-17 11:00:07 +02:00
Robert Resch
b3fbf79290 add type hints 2022-08-17 10:29:25 +02:00
Robert Resch
42c8378833 update deps 2022-08-15 20:06:37 +02:00
Robert Resch
8b9e8473c4 fix typo 2022-08-15 20:04:46 +02:00
dependabot[bot]
5b23b195ab
Bump actions/setup-python from 3.1.2 to 4.2.0 (#44)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 20:00:54 +02:00
Robert Resch
35834b47cb add missing endpoints 2022-08-15 19:52:00 +02:00
Robert Resch
b984261749 use better start message 2022-05-18 01:49:59 +02:00
Robert Resch
a226605e7e pytest log to cli 2022-05-18 01:44:37 +02:00
Robert Resch
6b2a6549f2 fix shutdown mqtt server correctly 2022-05-18 01:39:36 +02:00
Robert Resch
24359aeda8 ignore idea folder 2022-05-18 00:08:21 +02:00
Robert Resch
91a4fdef48 small improvements 2022-05-18 00:07:39 +02:00
Robert Resch
0636b68fb0 fix bugs introduce today 2022-05-18 00:00:01 +02:00
Robert Resch
796e0fab8b update product iot map 2022-05-17 23:50:11 +02:00
Robert Resch
47ff6dcb81 rename 2022-05-17 23:48:45 +02:00
Robert Resch
0186d5d2ba sort json 2022-05-17 23:41:01 +02:00
Robert Resch
f09cacda9e move productIotMap into own file 2022-05-17 23:14:14 +02:00
Robert Resch
9b85d45407 refactor pim endpoint 2022-05-17 22:40:06 +02:00
Robert Resch
50d31344c8 fix pre-commit findings 2022-05-17 22:18:56 +02:00
Robert Resch
e81ed17aa3 pre-commit autoupdate 2022-05-17 21:38:00 +02:00
Robert Resch
b5c73dac3e fix yamllint 2022-05-17 21:30:10 +02:00
Robert Resch
b0becabb5e typo 2022-05-17 21:28:42 +02:00
Robert Resch
8503788969 add type hints 2022-05-17 21:28:25 +02:00
Robert Resch
5374b63165 update deps 2022-05-17 21:15:46 +02:00
dependabot[bot]
da4c242cac
Bump mypy from 0.942 to 0.950 (#13)
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.950)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 21:09:06 +02:00
dependabot[bot]
e07b5320c6
Bump cachetools from 5.0.0 to 5.1.0 (#20)
Bumps [cachetools](https://github.com/tkem/cachetools) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/tkem/cachetools/releases)
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 21:08:31 +02:00
dependabot[bot]
a423f1417e
Bump jinja2 from 3.1.1 to 3.1.2 (#14)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.1...3.1.2)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 21:08:16 +02:00