Commit graph

361 commits

Author SHA1 Message Date
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
dependabot[bot]
107260d00f
Bump docker/setup-qemu-action from 1 to 2 (#16)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 21:07:56 +02:00
dependabot[bot]
6abbd114b8
Bump docker/setup-buildx-action from 1 to 2 (#17)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 21:07:43 +02:00
dependabot[bot]
fb03ea43d1
Bump pylint from 2.13.5 to 2.13.9 (#19)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.9.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.9)

---
updated-dependencies:
- dependency-name: pylint
  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:06:56 +02:00
dependabot[bot]
62063392f6
Bump types-setuptools from 57.4.12 to 57.4.14 (#10)
Bumps [types-setuptools](https://github.com/python/typeshed) from 57.4.12 to 57.4.14.
- [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-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Resch <robert@resch.dev>
2022-04-19 00:24:01 +02:00
dependabot[bot]
cedc95548d
Bump types-cachetools from 5.0.0 to 5.0.1 (#9)
Bumps [types-cachetools](https://github.com/python/typeshed) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-cachetools
  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-04-19 00:23:00 +02:00
dependabot[bot]
89482d8810
Bump actions/setup-python from 3.1.1 to 3.1.2 (#8)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-04-19 00:22:47 +02:00
dependabot[bot]
d2247f5790
Bump codecov/codecov-action from 2 to 3 (#5)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 23:26:32 +02:00
dependabot[bot]
6f4cfd1bed
Bump actions/checkout from 2 to 3 (#6)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 23:26:19 +02:00
dependabot[bot]
e393e42c76
Bump actions/setup-python from 2.3.1 to 3.1.1 (#7)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v3.1.1)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 23:25:59 +02:00
Robert Resch
cde35b62aa remove custom labels 2022-04-08 23:25:16 +02:00
Robert Resch
1001fcad6b
Create codeql-analysis.yml 2022-04-08 23:23:48 +02:00
Robert Resch
8c4b568cdc add dependabot.yml 2022-04-08 23:19:11 +02:00
Robert Resch
bb05ff4a80 fix ci 2022-04-08 23:17:34 +02:00
Robert Resch
1d0b0e3deb upgrade code to python 3.10 2022-04-08 23:14:59 +02:00
Robert Resch
0738a30ad5 use python 3.10 and only build image after tests succeeded 2022-04-08 23:14:07 +02:00
Robert Resch
a3caf8ed04 upgrade amqtt to unreleased version to remove deprecation warnings 2022-04-08 23:01:59 +02:00
Robert Resch
3bf77ec3cb improve start stop test 2022-04-08 22:57:24 +02:00
Robert Resch
3de058ba77 move server to mqtt module 2022-04-08 20:28:03 +02:00
Robert Resch
cd84a6873d upgrade dependencies 2022-04-08 20:12:43 +02:00
Robert Resch
240a66155f wait for broker to be started 2022-03-08 00:24:30 +01:00
Robert Resch
6a58d8fb7f amqtt.client is not working correctly. Using gmqtt instead 2022-03-07 12:55:59 +01:00
Robert Resch
72dcf9af20 refactor auth_util 2022-03-07 10:03:27 +01:00
Robert Resch
1a1dc17648 most plugins have same response schema 2022-03-06 22:21:45 +01:00
Robert Resch
3dd905d3d5 refactor common 2022-03-06 21:24:46 +01:00
Robert Resch
26d8985b1a fix yamllint findings 2022-03-06 19:21:21 +01:00
Robert Resch
2f893f17ea rename confserver to webserver 2022-03-06 19:20:10 +01:00
Robert Resch
be21b8bc72 refactor endpoints to use new plugin system 2022-03-06 19:09:25 +01:00
Robert Resch
329217ba8f refactor /api endpoints to use new plugin system 2022-03-06 18:15:03 +01:00
Robert Resch
7fe1c388dd start refactoring plugin system 2022-03-06 17:45:57 +01:00
Robert Resch
5e2e92daf7 refactor api dim 2022-03-06 15:45:59 +01:00
Robert Resch
40c972e938 remove last star import 2022-03-06 15:29:16 +01:00
Robert Resch
89f4b56859 refactor bumper_confserver_api_appsvr plugin 2022-03-06 14:14:10 +01:00
Robert Resch
23d79e8ea1 create env var for https port 2022-03-06 00:44:12 +01:00
Robert Resch
3a4a70a6bb remove unused imports 2022-03-06 00:16:00 +01:00
Robert Resch
2781f5d32e remove shebangs 2022-03-06 00:04:23 +01:00
Robert Resch
4dce3c262c start refactoring confserver 2022-03-06 00:03:05 +01:00
Robert Resch
ba3f28165f remove unnecessary list/objects 2022-03-05 21:10:48 +01:00
Robert Resch
fccca0919a fix check if session has state connected 2022-03-05 21:10:03 +01:00
Robert Resch
2f7c7e1aa8 run prettier 2022-03-03 14:10:50 +01:00
Robert Resch
1e2d87efda improve code quality for mqtt server 2022-03-03 14:10:36 +01:00
Robert Resch
e65446515d don't expose mqtt client/broker outside the class 2022-03-03 12:11:08 +01:00