lucasheld
|
84d4009d6a
|
feat: replace raw return values with enum values
BREAKING CHANGE:
Types of return values changed to enum values:
- monitor: `type` (str -> MonitorType), `authMethod` (str -> AuthMethod)
- notification: `type` (str -> NotificationType)
- docker host: `dockerType` (str -> DockerType)
- status page: `style` (str -> IncidentStyle)
- maintenance: `strategy` (str -> MaintenanceStrategy)
- proxy: `protocol` (str -> ProxyProtocol)
|
2023-05-25 21:26:54 +02:00 |
|
lucasheld
|
712cd85aae
|
test: fix notification test
|
2023-05-25 18:35:56 +02:00 |
|
lucasheld
|
8a0ad53753
|
fix: check only for required notification arguments
|
2023-05-20 22:06:05 +02:00 |
|
Lucas Held
|
1359576413
|
feat: raise exception when deleting an element that does not exist (#37)
|
2023-05-20 14:09:09 +02:00 |
|
lucasheld
|
06fa29cd41
|
fix: update event list data after changes
|
2022-10-04 18:38:17 +02:00 |
|
lucasheld
|
a409c2dbaa
|
refactor: use enums
|
2022-09-18 19:46:20 +02:00 |
|
lucasheld
|
928462c6b2
|
test: create objects with all available arguments
|
2022-09-17 12:24:08 +02:00 |
|
lucasheld
|
624c16c4a6
|
add more tests
|
2022-08-03 12:35:48 +02:00 |
|
lucasheld
|
8d2c0ec4f7
|
remove converter
|
2022-08-03 11:56:02 +02:00 |
|
lucasheld
|
a1a483efce
|
add tests
|
2022-08-02 23:47:56 +02:00 |
|