summaryrefslogtreecommitdiff
path: root/kvmd/apps
AgeCommit message (Collapse)Author
2020-09-13using libgpiod for the gpio atxDevaev Maxim
2020-09-12using libgpiod for the relay msdDevaev Maxim
2020-09-12using libgpiod for the serial hidDevaev Maxim
2020-09-12deprecated old streaming hardware controlDevaev Maxim
2020-09-10led colorsDevaev Maxim
2020-09-10changed separatorDevaev Maxim
2020-09-10refactoringDevaev Maxim
2020-09-10refactoringDevaev Maxim
2020-09-10only available gpio modesDevaev Maxim
2020-09-10refactoringDevaev Maxim
2020-09-10fixesDevaev Maxim
2020-09-10removed processing flagDevaev Maxim
2020-09-09sync atx apiDevaev Maxim
2020-09-09prefer sync apiDevaev Maxim
2020-09-09muteDevaev Maxim
2020-09-09cleanup on driver sideDevaev Maxim
2020-09-09testsDevaev Maxim
2020-09-09catch manual validationDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-08validate driversDevaev Maxim
2020-09-08renamed default gpio driverDevaev Maxim
2020-09-08more validationDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-08improved ugpio scheme apiDevaev Maxim
2020-09-08fixed ipmi authDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-07optional gpio initialDevaev Maxim
2020-09-07fixDevaev Maxim
2020-09-07ugpio pluginsDevaev Maxim
2020-09-05more logsDevaev Maxim
2020-09-05fixed ugpio pin modesDevaev Maxim
2020-09-05common background systasksDevaev Maxim
2020-09-05gpio read is very fastDevaev Maxim
2020-09-05minor 3.7 fixesDevaev Maxim
2020-09-05refactoringDevaev Maxim
2020-09-05Merge pull request #6 from OlegGirko/python-3.7Maxim Devaev
Make KVMD compatible with Python 3.7
2020-09-03pass gpio to prometheus metricsDevaev Maxim
2020-09-03gpio uiDevaev Maxim
2020-09-01Remove 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-01Remove 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-31gpio view and refactoringDevaev Maxim
2020-08-31no titleDevaev Maxim
2020-08-31proper set_input/set_outputDevaev Maxim
2020-08-31inverted output and initial stateDevaev Maxim
2020-08-30refactoringDevaev Maxim
2020-08-30Merge pull request #5 from Frostman/promMaxim Devaev
Add minimal prometheus exporter support
2020-08-30Add minimal prometheus exporter supportSergey 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/
2020-08-30supported Authorization headerDevaev Maxim