1. 7879310 regulators: Add test cases for check_duplicate_object_id. by Bob King · 4 years, 4 months ago
  2. 9343756 regulators: Increase timeout for validator tests by Shawn McCarney · 4 years, 4 months ago
  3. 8a3afd7 regulators: Create Chassis class by Shawn McCarney · 4 years, 4 months ago
  4. 358c417 regulators: Update validator testcases for python3 by Bob King · 4 years, 4 months ago
  5. 0b1a0e7 regulators: Add remaining props to Device class by Shawn McCarney · 4 years, 4 months ago
  6. a57e081 regulators: Modify file path and timeout for CI. by Bob King · 4 years, 4 months ago
  7. 4bf310e regulators: Add remaining properties to Rail class by Shawn McCarney · 4 years, 4 months ago
  8. bc47c1b regulators: Create SensorMonitoring class by Shawn McCarney · 4 years, 4 months ago
  9. bfe2c25 regulators: Create PresenceDetection class by Shawn McCarney · 4 years, 4 months ago
  10. d3a8aab regulators: Create Configuration class by Shawn McCarney · 4 years, 4 months ago
  11. 0fd07d7 regulators: Use std::optional in ActionEnvironment by Shawn McCarney · 4 years, 4 months ago
  12. ed00965 regulators: Add test cases for command line syntax by Bob King · 4 years, 5 months ago
  13. dc72b62 regulators: Add test cases for check_number_of_elements_in_masks by Bob King · 4 years, 5 months ago
  14. 21b09be regulators: Add test cases for check_rule_id_exists by Bob King · 4 years, 5 months ago
  15. 13b2ad9 regulators: Add test cases for check_set_device_value_exists by Bob King · 4 years, 5 months ago
  16. f88203a regulators: Add test cases for check_run_rule_value_exists by Bob King · 4 years, 5 months ago
  17. a8119f2 regulators: Add pmbus_write_vout_command action by Shawn McCarney · 4 years, 4 months ago
  18. a5ef540 regulators: Add PMBusError/WriteVerificationError by Shawn McCarney · 4 years, 4 months ago
  19. 6663abf regulators: Add PMBus utilities by Shawn McCarney · 4 years, 4 months ago
  20. 88d5b69 regulators: Implement i2c_write_bit action by Shawn McCarney · 4 years, 4 months ago
  21. 83169bf regulators: Implement i2c_write_bytes action by Shawn McCarney · 4 years, 4 months ago
  22. f1c9061 regulators: Implement i2c_write_byte action by Shawn McCarney · 4 years, 4 months ago
  23. 2c65700 regulators: Improve gmock EXPECT_CALL() usage by Shawn McCarney · 4 years, 5 months ago
  24. 5ad5394 regulators: Implement i2c_compare_bytes action by Shawn McCarney · 4 years, 5 months ago
  25. 7d3a9f1 regulators: Fix 'run_rule' and 'set_device' test cases fail. by Bob King · 4 years, 5 months ago
  26. 63d795f regulators: Fix 'rule' test cases fail. by Bob King · 4 years, 5 months ago
  27. f4ff116 regulators: Fix 'presence_detection' test cases fail. by Bob King · 4 years, 5 months ago
  28. 2d27dcf regulators: Fix test cases fail for 'if'. by Bob King · 4 years, 5 months ago
  29. b3e48bc regulators: Fix test case failures. by Bob King · 4 years, 5 months ago
  30. 8215be3 regulators: Implement i2c_compare_bit action by Shawn McCarney · 4 years, 5 months ago
  31. 188db7d regulators: Add test cases for 'i2c_write_bit' and 'i2c_write_byte(s)'. by Bob King · 4 years, 5 months ago
  32. 64df7da regulators: change the test cases sorting. by Bob King · 4 years, 5 months ago
  33. 3643cc0 regulators: Add test cases for check duplicates and infinite loop. by Bob King · 4 years, 5 months ago
  34. fcc2a2f regulators: Add test cases for object 'sensor_monitoring'. by Bob King · 4 years, 5 months ago
  35. e9260b5 regulators: Add test cases for object 'rail'. by Bob King · 4 years, 6 months ago
  36. 4c67a3a regulators: Add test cases for object 'configuration'. by Bob King · 4 years, 5 months ago
  37. 99d8fa1 regulators: Add test cases for object 'presence_detection'. by Bob King · 4 years, 5 months ago
  38. b38da99 regulators: Implement i2c_compare_byte action by Shawn McCarney · 4 years, 5 months ago
  39. dc8e931 Add OE-SDK option to Meson by Brandon Wyman · 4 years, 5 months ago
  40. 8f0d142 regulators: Create ActionError class by Shawn McCarney · 4 years, 5 months ago
  41. 8a3db36 regulators: Add toString() method to Action class by Shawn McCarney · 4 years, 5 months ago
  42. ca93f1f regulators: Add test cases for object 'i2c_interface'. by Bob King · 4 years, 5 months ago
  43. a2ba2df regulators: Add test cases for object 'device'. by Bob King · 4 years, 5 months ago
  44. 3728f56 regulators: Add test cases for object 'chassis'. by Bob King · 4 years, 6 months ago
  45. 68230aa regulators: Add test cases for object 'set_device'. by Bob King · 4 years, 6 months ago
  46. e86c2e5 regulators: Add test cases for object 'run_rule'. by Bob King · 4 years, 6 months ago
  47. 02179c6 regulators: Add test cases for object 'pmbus_write_vout_command'. by Bob King · 4 years, 6 months ago
  48. d661809 regulators: Add test cases for object 'pmbus_read_sensor'. by Bob King · 4 years, 6 months ago
  49. cfc29d0 regulators: Add test cases for object 'or'. by Bob King · 4 years, 6 months ago
  50. bfe9fe7 regulators: Add test cases for object 'not'. by Bob King · 4 years, 6 months ago
  51. ead0b05 regulators: Add test cases for object 'if'. by Bob King · 4 years, 6 months ago
  52. fb162bb regulators: Add test cases for object 'i2c_compare_bytes'. by Bob King · 4 years, 6 months ago
  53. 514023d regulators: Add test cases for object 'i2c_compare_byte'. by Bob King · 4 years, 6 months ago
  54. 4ab8cbb regulators: Add test cases for object 'i2c_compare_bit'. by Bob King · 4 years, 6 months ago
  55. f8b77a0 regulators: Add test cases for object 'compare_vpd'. by Bob King · 4 years, 6 months ago
  56. bf1cbea regulators: Add test cases for object 'compare_presence'. by Bob King · 4 years, 6 months ago
  57. beaf653 regulators: Add test cases for object 'and'. by Bob King · 4 years, 6 months ago
  58. afb7fc3 Add I2C interface to Device class by Shawn McCarney · 4 years, 7 months ago
  59. 0dcbdf5 Update format cause .clang-format file updates. by Bob King · 4 years, 6 months ago
  60. 386d33f Create validate-regulators-config_tests.cpp. by Bob King · 4 years, 6 months ago
  61. 6d59773 Create regulators IfAction class by Shawn McCarney · 4 years, 8 months ago
  62. d3bbfe2 Create regulators OrAction class by Shawn McCarney · 4 years, 8 months ago
  63. 74538a6 Create regulators AndAction class by Shawn McCarney · 4 years, 8 months ago
  64. 6aac414 Create regulators NotAction class by Shawn McCarney · 4 years, 8 months ago
  65. 2134ca6 Create regulators RunRuleAction class by Shawn McCarney · 4 years, 8 months ago
  66. 9fc08e7 Enhance regulators Rule class by Shawn McCarney · 4 years, 8 months ago
  67. 494ef03 Remove circular dependencies in regulator includes by Shawn McCarney · 4 years, 8 months ago
  68. ea7385b Use C++17 format for nested namespace definitions by Shawn McCarney · 4 years, 8 months ago
  69. 78488f6 Create regulators action_utils namespace by Shawn McCarney · 4 years, 8 months ago
  70. f2aa59d Replace regulators StubAction with MockAction by Shawn McCarney · 4 years, 8 months ago
  71. 6b2ebaf Combine regulator tests into one executable by Shawn McCarney · 4 years, 8 months ago
  72. 623f5a8 Create regulators StubAction class by Shawn McCarney · 4 years, 8 months ago
  73. 1e5f993 Create regulators SetDeviceAction class by Shawn McCarney · 4 years, 8 months ago
  74. c69a275 Create regulators ActionEnvironment class by Shawn McCarney · 4 years, 8 months ago
  75. 3daeb91 Create regulators IDMap class by Shawn McCarney · 4 years, 8 months ago
  76. 4afb285 Conform regulator methods to acronym conventions by Shawn McCarney · 4 years, 8 months ago
  77. a2461b3 Create stubs for regulator Device, Rail, and Rule by Shawn McCarney · 4 years, 8 months ago