1. cb240aa Add OWNERS file by Manojkiran Eda · 2 years, 6 months ago master
  2. d2aadf1 sensors: Remove sensor manager by Adriana Kobylak · 6 years ago
  3. 3856d7d sensors: Remove PowerSupplyDeratingSensor by Adriana Kobylak · 6 years ago
  4. 6c22a76 sensors: Remove PowerSupplyRedundancySensor by Adriana Kobylak · 6 years ago
  5. f63e191 sensors: Remove TurboAllowedSensor by Adriana Kobylak · 6 years ago
  6. 18d6cdc sensors: Remove BootCountSensor by Adriana Kobylak · 6 years ago
  7. b6d977a sensors: Remove OperatingSystemStatusSensor by Adriana Kobylak · 6 years ago
  8. c881802 sensors: Remove BootProgressSensor by Adriana Kobylak · 6 years ago
  9. 216b518 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  10. c31ae3b pathtree: Make dataitems() use the cache dict under restricted args by Andrew Jeffery · 6 years ago
  11. ce2a6f0 pathtree: Allow get() on subtrees by Andrew Jeffery · 6 years ago
  12. 13d0dc9 testpathtree: Add dataitems() stress test by Andrew Jeffery · 6 years ago
  13. 52aeb31 pathtree: Cache keys in a flat dict for fast lookup by Andrew Jeffery · 6 years ago
  14. 3ba497a testpathtree: Add stress tests by Andrew Jeffery · 6 years ago
  15. 786e6a6 utils: Add characterisation tests for PathTree by Andrew Jeffery · 6 years ago
  16. ffe66a9 utils: Remove ListMatch by Brad Bishop · 6 years ago
  17. aea38c6 Enable pycodestyle by Brad Bishop · 6 years ago
  18. dc63ed4 Port to python 3 by CamVan Nguyen · 6 years ago
  19. 9172f3e Port to python 3 by CamVan Nguyen · 6 years ago
  20. d67740e witherspoon: correct power supply derating value by Deepak Kodihalli · 6 years ago
  21. dab1c6d Point PowerSupplyRedundancySensor to new interface by Gunnar Mills · 6 years ago
  22. d641c08 Revert "Port obmc to python3.5" by Brad Bishop · 6 years ago
  23. f99783b Port obmc to python3.5 by Balaji B Rao · 6 years ago
  24. dc7f067 dbuslib: Fix UnknownInterface error by Adriana Kobylak · 6 years ago
  25. 5c5479b Make PowerSupplyRedundancy writeable. by Dhruvaraj Subhashchandran · 6 years ago
  26. 7c08c35 Change default of PowerSupplyRedundancy to enabled by Andrew Geissler · 6 years ago
  27. 2b05434 dbuslib: Add decorator for property only ifaces by Brad Bishop · 7 years ago
  28. c88b095 dbuslib: Point OBJ_PREFIX at new xyz namespace by Brad Bishop · 7 years ago
  29. 10ad8c3 libsensors: pep8 fixes by Brad Bishop · 7 years ago
  30. 4f91484 libsensors: Remove unused or unsupported types by Brad Bishop · 7 years ago
  31. 9070d1b Increase boot count for SBE side switch by Andrew Geissler · 7 years ago
  32. 0a3eeb8 Disable user updates for Power Cap Sensor by Jayanth Othayoth · 7 years ago
  33. 857e4b8 Add Power Supply Derating Sensor Support. by Jayanth Othayoth · 7 years ago
  34. 7a57f95 Add Turbo Allowed Sensor support by Jayanth Othayoth · 7 years ago
  35. 93daccf Corrected sensor name from PsRedundancy to PowerSupplyRedundancy by Dhruvaraj Subhashchandran · 7 years ago
  36. dc0dc12 Sensor reading support for Power Supply Redundancy by Dhruvaraj S · 7 years ago
  37. 57e3bf9 Add BootProgress signal for BootProgressSensor by Yi Li · 8 years ago
  38. 4fed868 dbus-binding: Fix 'pop' error when no validator given by Patrick Williams · 8 years ago
  39. 0722564 Callback input validator function on property set by Vishwanatha Subbanna · 8 years ago
  40. b00a989 utils: add prefix by Brad Bishop · 8 years ago
  41. bf72047 utils: match parents by Brad Bishop · 8 years ago
  42. 25af4ba utils: provide dbus match strings by Brad Bishop · 8 years ago
  43. d874f0b bindings: cooperative multiple inheritance by Brad Bishop · 8 years ago
  44. 84ed6e1 bindings: Add missing module imports by Brad Bishop · 8 years ago
  45. 93d0cf0 bindings: remove unused methods by Brad Bishop · 8 years ago
  46. 4234e71 Remove Path class by Brad Bishop · 8 years ago
  47. 91ae8f9 Add xyz.openbmc-project to interface match by Brad Bishop · 8 years ago
  48. 654526d Add WSGI namespaces by Brad Bishop · 8 years ago
  49. 5f80b79 Rename pyobmc to pyphosphor by Brad Bishop · 8 years ago
  50. ecf8bd8 change sensor scaling algorithm for exponential scales by Edward A. James · 8 years ago
  51. 0127d51 propertycacher: context manager for file open by Brad Bishop · 8 years ago
  52. d637227 propertycacher: make parent directories by Brad Bishop · 8 years ago
  53. 3cb85e9 Add parameter to Emergency signal of SensorThresholds by Yi Li · 8 years ago
  54. 9df7420 Remove find_dbus_interfaces by Brad Bishop · 8 years ago
  55. 3a6dcc1 Remove mapper bindings by Brad Bishop · 8 years ago
  56. 6835b67 Allow control of signal generation by Brad Bishop · 8 years ago
  57. 1f1d49b Improve short-lived object handling by Brad Bishop · 8 years ago
  58. 37ad094 Remove unnecessary variable by Brad Bishop · 8 years ago
  59. 737ea40 Remove name mangling from find_dbus_interfaces by Brad Bishop · 8 years ago
  60. c66de76 Add find_dbus_interfaces to introspection utils by Brad Bishop · 8 years ago
  61. a5d2a11 Add alias for org.freedesktop.DBus.Error.NoReply by Brad Bishop · 8 years ago
  62. 1cc1e46 Merge pull request #6 from bradbishop/enumerate by Patrick Williams · 8 years ago
  63. 0b30e97 Remove org.openbmc.Object.Enumerate interface by Brad Bishop · 8 years ago
  64. 93aed45 Merge pull request #5 from bradbishop/name by Patrick Williams · 8 years ago
  65. 51c5539 Use standard DBUS naming conventions by Brad Bishop · 8 years ago
  66. a88b323 Merge pull request #4 from bradbishop/sensors-propertycacher by Patrick Williams · 8 years ago
  67. 362fb80 Merge pull request #2 from bradbishop/set-multiple-bug by Patrick Williams · 8 years ago
  68. 7c82635 Merge pull request #3 from bradbishop/service-unknown-enum by Patrick Williams · 8 years ago
  69. 179b39b Move sensors.py and propertycacher.py frm skeleton by Brad Bishop · 8 years ago
  70. 0b88507 Add enum for Freedesktop unknown service error by Brad Bishop · 8 years ago
  71. d0827b1 Fix bug injected during skeleton port by Brad Bishop · 8 years ago
  72. 1b3c05c Merge pull request #1 from bradbishop/pull by Patrick Williams · 8 years ago
  73. f6c2a94 Move common code from REST server by Brad Bishop · 8 years ago
  74. e2b65e9 Added python to dts encoder by Brad Bishop · 8 years ago
  75. 4e601a0 Add dictionary export to PathTree by Brad Bishop · 8 years ago
  76. 8ffe1e4 Introducing pyobmc by Brad Bishop · 8 years ago
  77. c832cb3 Initial commit by Patrick Williams · 8 years ago