Commit graph

59 commits

Author SHA1 Message Date
lucasheld
5e5c327b20 chore: update year 2023-01-17 21:06:18 +01:00
lucasheld
3e56459fb2 feat: add support for uptime kuma 1.19.5 2023-01-17 21:01:55 +01:00
lucasheld
a909c75542 bump version to 0.8.0 2023-01-04 22:49:01 +01:00
lucasheld
982c37045a feat: add support for uptime kuma 1.19.3 2023-01-04 22:46:34 +01:00
lucasheld
4c9d017f62 bump version to 0.7.1 2023-01-01 13:33:05 +01:00
lucasheld
c1d941a200 docs: complete values for uptime kuma 1.19.2 2022-12-30 21:37:13 +01:00
lucasheld
4538901cea docs: fix list type hints 2022-12-29 01:17:48 +01:00
lucasheld
9e3cbe7d59 docs: replace list[dict] with list type hint and add missing type hints 2022-12-29 01:09:44 +01:00
lucasheld
fd9411c57e bump version to 0.7.0 2022-12-29 00:25:54 +01:00
lucasheld
d01ff6d80e feat: add support for uptime kuma 1.19.2 2022-12-29 00:22:53 +01:00
lucasheld
1e4be04ad7 fix: skip condition check for None values 2022-12-29 00:17:57 +01:00
lucasheld
bc53116d9f bump version to 0.6.0 2022-12-23 14:09:13 +01:00
lucasheld
e0c4207984 feat: add parameter wait_timeout to adjust connection timeout 2022-12-23 14:07:46 +01:00
lucasheld
d68168b769 docs: add return types and exceptions 2022-12-17 15:31:47 +01:00
lucasheld
748d2b191a docs: write param and type in the same line and add optional to type 2022-12-17 15:31:36 +01:00
lucasheld
ce5ba2d943 docs: add docstrings and sphinx, readthedocs configuration 2022-12-16 21:43:01 +01:00
lucasheld
face6c731d bump version to 0.5.2 2022-11-05 18:50:57 +01:00
lucasheld
dac368e2a5 fix: add type to notification provider options 2022-11-05 18:48:31 +01:00
lucasheld
2c9bf42be5 bump version to 0.5.1 2022-10-07 14:34:04 +02:00
lucasheld
52d33d8751 fix: remove required notification provider args check 2022-10-07 14:32:52 +02:00
lucasheld
3d9a2a40b0 bump version to 0.5.0 2022-10-06 19:03:06 +02:00
lucasheld
c8529d65c3 feat: add support for uptime kuma 1.18.3 2022-10-06 19:01:51 +02:00
lucasheld
b4aa04bec5 bump version to 0.4.0 2022-10-04 19:12:33 +02:00
lucasheld
06fa29cd41 fix: update event list data after changes 2022-10-04 18:38:17 +02:00
lucasheld
fee0a1dd8e feat: add support for uptime kuma 1.18.1 / 1.18.2 2022-10-04 18:36:32 +02:00
lucasheld
37e1fd6d6f bump version to 0.3.0
x
2022-09-23 19:18:35 +02:00
lucasheld
661c06b15f feat: support autoLogin for enabled disableAuth
Call the login method without parameters to log in when disableAuth is enabled.
2022-09-23 18:24:00 +02:00
lucasheld
ebadfb73e6 fix: set_settings password is only required if disableAuth is enabled 2022-09-23 17:19:00 +02:00
lucasheld
0821f38faa fix: increase event wait time
the statusPageList event is slow
2022-09-18 22:31:38 +02:00
lucasheld
88e4ccc57e bump version to 0.2.2 2022-09-18 14:54:27 +02:00
lucasheld
54d221cdfe fix: convert monitor notificationIDList only once 2022-09-18 14:49:10 +02:00
lucasheld
928462c6b2 test: create objects with all available arguments 2022-09-17 12:24:08 +02:00
lucasheld
de38586bf5 fix: remove tags from monitor input
add_monitor_tag must be used instead
2022-09-17 12:19:36 +02:00
lucasheld
3772d1dc26 bump version to 0.2.1 2022-09-12 22:46:33 +02:00
lucasheld
314f07c93d fix: convert monitor notificationIDList return value
https://github.com/lucasheld/ansible-uptime-kuma/issues/3
2022-09-12 22:45:43 +02:00
lucasheld
12cd8067e4 fix: generate pushToken on push monitor save
https://github.com/lucasheld/ansible-uptime-kuma/issues/5
2022-09-12 20:48:36 +02:00
lucasheld
9b0f0c1e7f bump version to 0.2.0 2022-09-07 13:04:41 +02:00
lucasheld
a7f571f508 add support for uptime kuma 1.18.0 2022-09-07 13:03:13 +02:00
lucasheld
45b8b88166 convert monitor data on edit
closes #3
2022-09-06 13:41:51 +02:00
lucasheld
d79e108f8d bump version to 0.1.1 2022-08-26 17:19:10 +02:00
lucasheld
b2bacc9f8b rename 2FA token 2022-08-26 17:02:55 +02:00
lucasheld
c6b3d59221 fix monitors in status pages 2022-08-26 14:04:43 +02:00
lucasheld
804bd85909 reset uptime kuma config after each test 2022-08-26 14:01:29 +02:00
lucasheld
8f108a700b add event enum 2022-08-05 15:52:19 +02:00
lucasheld
ed4a6130fe do not wait for events that are not sent 2022-08-05 15:48:02 +02:00
lucasheld
01664f5fbc add more tests 2022-08-05 14:35:17 +02:00
lucasheld
512057ab61 implement 2FA login 2022-08-05 14:33:28 +02:00
lucasheld
f9b90ad2b8 prepare release 0.1.0 2022-08-03 22:49:10 +02:00
lucasheld
f433fe4416 fix delete tag test and fix compare object 2022-08-03 16:56:38 +02:00
lucasheld
8d2c0ec4f7 remove converter 2022-08-03 11:56:02 +02:00