Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-09 | prefer sync api | Devaev Maxim | |
2020-09-09 | hide device path | Devaev Maxim | |
2020-09-09 | mute | Devaev Maxim | |
2020-09-09 | cleanup on driver side | Devaev Maxim | |
2020-09-09 | hid relay driver | Devaev Maxim | |
2020-09-09 | valid_ugpio_driver() fix + tests | Devaev Maxim | |
2020-09-09 | tests | Devaev Maxim | |
2020-09-09 | catch manual validation | Devaev Maxim | |
2020-09-08 | refactoring | Devaev Maxim | |
2020-09-08 | refactoring | Devaev Maxim | |
2020-09-08 | validate drivers | Devaev Maxim | |
2020-09-08 | renamed default gpio driver | Devaev Maxim | |
2020-09-08 | stronger validators | Devaev Maxim | |
2020-09-08 | fixed type of return value of check_string_in_list() | Devaev Maxim | |
2020-09-08 | more validation | Devaev Maxim | |
2020-09-08 | refactoring | Devaev Maxim | |
2020-09-08 | improved ugpio scheme api | Devaev Maxim | |
2020-09-08 | fixed ipmi auth | Devaev Maxim | |
2020-09-08 | refactoring | Devaev Maxim | |
2020-09-08 | refactoring | Devaev Maxim | |
2020-09-07 | optional gpio initial | Devaev Maxim | |
2020-09-07 | minor relatime fixes | Devaev Maxim | |
2020-09-07 | fix | Devaev Maxim | |
2020-09-07 | ugpio plugins | Devaev Maxim | |
2020-09-05 | more logs | Devaev Maxim | |
2020-09-05 | don't report inotify mask | Devaev Maxim | |
2020-09-05 | fixed ugpio pin modes | Devaev Maxim | |
2020-09-05 | using BatchReader for ATX | Devaev Maxim | |
2020-09-05 | common background systasks | Devaev Maxim | |
2020-09-05 | gpio read is very fast | Devaev Maxim | |
2020-09-05 | minor 3.7 fixes | Devaev Maxim | |
2020-09-05 | refactoring | Devaev Maxim | |
2020-09-05 | Merge pull request #6 from OlegGirko/python-3.7 | Maxim Devaev | |
Make KVMD compatible with Python 3.7 | |||
2020-09-03 | pass gpio to prometheus metrics | Devaev Maxim | |
2020-09-03 | Bump version: 1.98 → 1.99v1.99 | Devaev Maxim | |
2020-09-03 | gpio ui | Devaev Maxim | |
2020-09-01 | Remove all uses of = specifier in f-strings. | Oleg Girko | |
This is needed to port to Python 3.7 because Raspbian 10 doesn't have Python 3.8. Signed-off-by: Oleg Girko <[email protected]> | |||
2020-09-01 | Remove all uses of assignment expressions. | Oleg Girko | |
This is needed to port to Python 3.7 because Raspbian 10 doesn't have Python 3.8. Signed-off-by: Oleg Girko <[email protected]> | |||
2020-08-31 | Bump version: 1.97 → 1.98v1.98 | Devaev Maxim | |
2020-08-31 | fixed valid_ugpio_view_table | Devaev Maxim | |
2020-08-31 | gpio view and refactoring | Devaev Maxim | |
2020-08-31 | no title | Devaev Maxim | |
2020-08-31 | Bump version: 1.96 → 1.97v1.97 | Devaev Maxim | |
2020-08-31 | refactoring | Devaev Maxim | |
2020-08-31 | proper set_input/set_output | Devaev Maxim | |
2020-08-31 | inverted output and initial state | Devaev Maxim | |
2020-08-30 | Bump version: 1.95 → 1.96v1.96 | Devaev Maxim | |
2020-08-30 | refactoring | Devaev Maxim | |
2020-08-30 | Merge pull request #5 from Frostman/prom | Maxim Devaev | |
Add minimal prometheus exporter support | |||
2020-08-30 | Add minimal prometheus exporter support | Sergey Lukjanov | |
Prometheus https://prometheus.io/ is one of the popular monitoring systems. It pulls service's endpoint to get metrics in a simple text format https://prometheus.io/docs/instrumenting/exposition_formats/ |