| 2026-08-26 04:27 | delete now unused CI/CD config | Oliver Lowe | 2 | +0 | -20 |
| 2024-11-04 08:34 | Update to working godoc host | Oliver Lowe | 1 | +1 | -1 |
| 2023-04-27 03:19 | Always return a usable Client | Oliver Lowe | 1 | +2 | -4 |
| 2023-04-27 03:19 | Correctly return scan errors | Oliver Lowe | 1 | +3 | -3 |
| 2023-04-22 06:31 | Trim const type prefix | Oliver Lowe | 2 | +6 | -6 |
| 2023-03-11 06:36 | cmd/checkweb: start experimental basic web app for icinga2 | Oliver Lowe | 6 | +286 | -0 |
| 2023-03-11 06:35 | Handle looking up objects with slashes in name | Oliver Lowe | 3 | +18 | -12 |
| 2023-03-11 06:34 | Store notes and notes_url object attributes | Oliver Lowe | 2 | +4 | -0 |
| 2023-03-08 09:13 | delete experimental object watcher | Oliver Lowe | 1 | +0 | -18 |
| 2023-03-08 09:13 | delete experimental object watcher | Oliver Lowe | 2 | +0 | -136 |
| 2023-03-08 09:03 | initial event stream implementation | Oliver Lowe | 1 | +73 | -0 |
| 2022-12-01 02:58 | wip | Oliver Lowe | 3 | +154 | -0 |
| 2022-11-01 22:21 | Support icinga 2.12 acknowledgement, state, statetype field | Oliver Lowe | 2 | +62 | -18 |
| 2022-10-22 11:00 | link to the new general mailing list | Oliver Lowe | 1 | +4 | -4 |
| 2022-02-12 00:11 | Store last Host check result and time | Oliver Lowe | 4 | +20 | -19 |
| 2022-02-11 23:45 | Simplify service JSON marshalling | Oliver Lowe | 4 | +68 | -26 |
| 2022-02-11 04:39 | store a service's last check result | Oliver Lowe | 1 | +31 | -2 |
| 2022-02-04 03:31 | icinga_test: Don't assign group for random hosts | Oliver Lowe | 1 | +0 | -1 |
| 2022-02-04 03:23 | icinga_test: Inline permissions response | Oliver Lowe | 1 | +11 | -12 |
| 2022-02-04 03:06 | Run a full test on builds.sr.ht for every commit | Oliver Lowe | 2 | +20 | -0 |
| 2022-02-04 02:57 | Test against a fake in-processs icinga server | Oliver Lowe | 2 | +253 | -106 |
| 2022-02-03 00:05 | Remove unnecessary parseAPIResponse function | Oliver Lowe | 2 | +4 | -11 |
| 2022-02-02 15:31 | Remove useless loop | Oliver Lowe | 1 | +1 | -4 |
| 2022-02-02 15:26 | panic on unlikely test case | Oliver Lowe | 1 | +1 | -6 |
| 2022-02-02 14:54 | Use default MarshalJSON method | Oliver Lowe | 7 | +12 | -109 |
| 2022-02-02 04:41 | Keep test data in version control | Oliver Lowe | 6 | +230 | -24 |
| 2022-02-02 04:28 | Catch all HostStates and ServiceStates | Oliver Lowe | 2 | +6 | -10 |
| 2022-02-02 04:25 | Only log on test error | Oliver Lowe | 1 | +1 | -2 |
| 2022-02-02 04:23 | Just panic on unlikely user test error | Oliver Lowe | 1 | +1 | -8 |
| 2022-02-02 03:32 | Revert "Create a new client interface" | Oliver Lowe | 3 | +23 | -47 |
| 2022-02-01 07:41 | Create a new client interface | Oliver Lowe | 3 | +47 | -23 |
| 2022-02-01 02:18 | Correctly return ErrNoMatch when rescheduling a check | Oliver Lowe | 2 | +31 | -12 |
| 2022-02-01 02:14 | Marshal using struct tags rather than a custom map | Oliver Lowe | 5 | +31 | -53 |
| 2022-01-31 22:49 | Delete unused testUser var | Oliver Lowe | 1 | +0 | -5 |
| 2022-01-26 05:54 | Properly encode spaces in filter expressions | Oliver Lowe | 3 | +25 | -4 |
| 2022-01-21 03:10 | Correctly return ErrNoMatch | Oliver Lowe | 5 | +29 | -16 |
| 2022-01-19 05:34 | Store acknowledgement status of hosts, services | Oliver Lowe | 4 | +1233 | -8 |
| 2022-01-18 15:04 | Actually return permissions grante to the client | Oliver Lowe | 2 | +20 | -10 |
| 2022-01-18 14:12 | Let users schedule their own checks | Oliver Lowe | 1 | +41 | -15 |
| 2022-01-18 13:37 | Always format generated code | Oliver Lowe | 4 | +9 | -7 |
| 2022-01-18 13:11 | Handle last check result of services | Oliver Lowe | 3 | +826 | -5 |
| 2022-01-18 13:01 | Implement checker interface for HostGroup | Oliver Lowe | 2 | +73 | -30 |
| 2022-01-18 12:59 | Correctly marshal Hosts into JSON | Oliver Lowe | 2 | +48 | -15 |
| 2022-01-18 11:41 | Document checker Check() methods | Oliver Lowe | 1 | +2 | -0 |
| 2022-01-18 11:27 | Support cascading delete of objects | Oliver Lowe | 5 | +67 | -29 |
| 2022-01-18 08:55 | Store host state type | Oliver Lowe | 1 | +1 | -0 |
| 2022-01-18 08:21 | Add checking of services and hosts | Oliver Lowe | 4 | +219 | -117 |
| 2022-01-18 03:08 | Set accurate crud.go header comment | Oliver Lowe | 2 | +8 | -7 |
| 2022-01-18 02:58 | deduplicate new test client code | Oliver Lowe | 4 | +16 | -20 |
| 2022-01-14 00:21 | Support Icinga2 hostgroups | Oliver Lowe | 7 | +113 | -6 |
| 2022-01-13 00:18 | doc: Keep the getting started tutorial in 1 place | Oliver Lowe | 2 | +33 | -44 |
| 2022-01-12 11:05 | Clearer contribution details in README | Oliver Lowe | 1 | +9 | -4 |
| 2022-01-12 10:51 | Remove unused attrs() method | Oliver Lowe | 3 | +0 | -19 |
| 2022-01-12 10:48 | doc: correct doc comment about type | Oliver Lowe | 4 | +5 | -7 |
| 2022-01-12 09:18 | Generate CRUD code using go generate | Oliver Lowe | 9 | +327 | -129 |
| 2022-01-11 23:34 | Merge Hosts and FilterHosts | Oliver Lowe | 3 | +8 | -25 |
| 2022-01-11 21:57 | Merge get and getFilter methods | Oliver Lowe | 3 | +12 | -24 |
| 2022-01-11 21:16 | Merge filter and all objects methods | Oliver Lowe | 3 | +13 | -24 |
| 2022-01-11 20:10 | Deduplicate case conditions | Oliver Lowe | 1 | +1 | -9 |
| 2022-01-11 07:17 | Add test for getting objects with a filter | Oliver Lowe | 1 | +68 | -0 |
| 2022-01-11 06:56 | Add tests for user management | Oliver Lowe | 2 | +118 | -0 |
| 2022-01-11 05:46 | I learned how to do some generic programming | Oliver Lowe | 7 | +455 | -159 |
| 2022-01-07 08:37 | Export NewRequest | Oliver Lowe | 1 | +33 | -32 |
| 2022-01-06 22:30 | Complete the README with a tutorial and a "why?" | Oliver Lowe | 2 | +56 | -6 |
| 2022-01-06 13:14 | Use slightly clearer param name | Oliver Lowe | 1 | +5 | -5 |
| 2022-01-06 13:02 | add Icinga service and host states | Oliver Lowe | 2 | +19 | -4 |
| 2022-01-06 12:54 | Release under ISC license | Oliver Lowe | 1 | +13 | -0 |
| 2022-01-06 12:53 | more docs | Oliver Lowe | 4 | +153 | -32 |
| 2022-01-06 01:30 | dump | Oliver Lowe | 4 | +153 | -53 |
| 2021-12-30 07:52 | README: use http.DefaultClient in example | Oliver Lowe | 1 | +4 | -7 |
| 2021-12-30 07:51 | go fmt | Oliver Lowe | 2 | +3 | -4 |
| 2021-12-30 07:50 | set correct request Content-Type and Accept values in header | Oliver Lowe | 1 | +7 | -1 |
| 2021-12-27 12:07 | Embed http.Client in Client | Oliver Lowe | 2 | +2 | -13 |
| 2021-12-23 23:42 | initial commit | Oliver Lowe | 5 | +177 | -0 |