1. e08ffba python: fix flake8 warnings and format with black by Patrick Williams · 1 year, 11 months ago
  2. 26d9d2c format-code: halt on missing linter by Patrick Williams · 1 year, 11 months ago
  3. 3d29494 format-code: document current linter-config hashes by Patrick Williams · 1 year, 11 months ago
  4. 147f37a format-code: add option to disable linter by Patrick Williams · 1 year, 11 months ago
  5. 71b7324 format-code: call linters by file types by Patrick Williams · 1 year, 11 months ago
  6. d535ecb format-code: simplify exclusion filter for clang by Patrick Williams · 1 year, 11 months ago
  7. dad9b7a format-code: combine linter enablement logic by Patrick Williams · 1 year, 11 months ago
  8. bc85b71 format-code: fix for 'git worktree' model by Patrick Williams · 1 year, 11 months ago
  9. 3c2e747 dbus-unit-test.py: utilize tempfile.TemporaryDirectory() by Andrew Geissler · 1 year, 11 months ago
  10. 903ebb2 dbus-unit-test.py: use /tmp for temporary files by Andrew Geissler · 1 year, 11 months ago
  11. 8e43efe run-unit-test-docker: avoid all workspace copying by Patrick Williams · 1 year, 11 months ago
  12. 001055b build-unit-test-docker: update linux headers to 6.0 by Patrick Williams · 1 year, 11 months ago
  13. 330b077 unit-test: always call global formatter by Patrick Williams · 1 year, 11 months ago
  14. d27ab4c format-code: add '--no-diff' option by Patrick Williams · 1 year, 11 months ago
  15. c1513c8 format-code: improve script ergonomics by Patrick Williams · 1 year, 11 months ago
  16. 38515a3 format-code: move checkers to functions by Patrick Williams · 1 year, 11 months ago
  17. 0f5f0e7 format-code: simplify codespell by Patrick Williams · 1 year, 11 months ago
  18. 7c1e562 format-code: avoid copying eslint config by Patrick Williams · 1 year, 11 months ago
  19. c2e7c93 build-unit-test-docker: use latest gitlint by Patrick Williams · 1 year, 11 months ago
  20. 41d8621 build-unit-test-docker: minor mypy/flake8 fixes by Patrick Williams · 1 year, 11 months ago
  21. 0ae544f Make git commit message checking mandatory by Ed Tanous · 2 years, 2 months ago
  22. ab2c6aa build-rootfs-size-docker: Enable proxy by Lei YU · 2 years ago
  23. 05fb2a0 build-unit-test-docker: format with black by Patrick Williams · 2 years ago
  24. 1c19e45 Migrate to libpldm by Manojkiran Eda · 2 years, 1 month ago
  25. c7d7364 build-unit-test-docker: support 'main' branches by Patrick Williams · 2 years ago
  26. 6c98f28 build-unit-test-docker: Only build phosphor-logging library by William A. Kennington III · 2 years, 1 month ago
  27. ca1bf0c build-unit-test-docker: Fix stdplus gtest support lib by William A. Kennington III · 2 years, 1 month ago
  28. 652d8ae build-unit-test-docker: Update fmt 8.1.1 -> 9.1.0 by William A. Kennington III · 2 years, 1 month ago
  29. be4bd08 build-unit-test-docker: cppcheck update to latest by Patrick Williams · 2 years, 1 month ago
  30. 27a646b build-unit-test-docker: update to clang-15 by Patrick Williams · 2 years, 1 month ago
  31. 5b08dc6 build-unit-test-docker: update ubuntu to kinetic by Patrick Williams · 2 years, 1 month ago
  32. 70af95c build-unit-test-docker: minor dependency tweaks by Patrick Williams · 2 years, 1 month ago
  33. c197783 build-unit-test-docker: refresh package versions by Patrick Williams · 2 years, 1 month ago
  34. 942235c build-unit-test-docker: use alternative for cpp by Patrick Williams · 2 years, 1 month ago
  35. 5278efb Add python3 packaging module by Ed Tanous · 2 years, 1 month ago
  36. 8b36256 qemu-docker: Update redfish version by Jian Zhang · 2 years, 1 month ago
  37. d342ed5 build-unit-test-docker: Add function2 to stdplus by William A. Kennington III · 2 years, 1 month ago
  38. 82aaba0 clang-tidy: use TemporaryDirectory by Nan Zhou · 2 years, 1 month ago
  39. 524ebee clang-tidy: try to remove old directories by Nan Zhou · 2 years, 2 months ago
  40. 11e5762 build-unit-test-docker: add cli11 to mapper by Brad Bishop · 2 years, 1 month ago
  41. 274e3a9 build-unit-test-docker: update GCC to 12 by Patrick Williams · 2 years, 2 months ago
  42. ed9414e build-unit-test-docker: upgrade googletest to 1.12.1 by Patrick Williams · 2 years, 2 months ago
  43. 43742f9 build-unit-test-docker: remove libunifex by Patrick Williams · 2 years, 2 months ago
  44. 0c4153b Change eslint output to human readable by Ed Tanous · 2 years, 2 months ago
  45. 310d66e build-unit-test-docker: remove catch2 by Patrick Williams · 2 years, 2 months ago
  46. 485a092 unit-test: cppcheck: use temporary directory by Patrick Williams · 2 years, 2 months ago
  47. fb612a5 Update meson to 0.63.0 by Michael Shen · 2 years, 3 months ago
  48. fb9948a Enforce commit message style by Ed Tanous · 2 years, 4 months ago
  49. ec22c46 userid-validation: add microsoft by Andrew Geissler · 2 years, 2 months ago
  50. 09dcd89 Update robotframework-requests package by George Keishing · 2 years, 3 months ago
  51. 81692c0 spelling: add ignore list by Patrick Williams · 2 years, 3 months ago
  52. de24e76 MAINTAINERS: remove file by Patrick Williams · 2 years, 3 months ago
  53. fe7f5d9 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 3 months ago
  54. 8cfff0d tools: owners: support recursive OWNERS by Patrick Williams · 2 years, 3 months ago
  55. 29986f1 tools: owners: reduce notify spam from Jenkins by Patrick Williams · 2 years, 3 months ago
  56. dbd7cd6 scripts/unit-test.py: Fix an indent issue by Lei YU · 2 years, 3 months ago
  57. b8c7c16 run-unit-test-docker: Support http_proxy env by Lei YU · 2 years, 3 months ago
  58. 47b59dc jenkins: add owners tool to userid-validation flow by Patrick Williams · 2 years, 3 months ago
  59. ce5f495 stdplus: Depend on googletest for support lib by William A. Kennington III · 2 years, 3 months ago
  60. c719855 Improve cppcheck results and calling code by Ed Tanous · 2 years, 4 months ago
  61. 6c55c58 Update boost to 1.79 by Ed Tanous · 2 years, 4 months ago
  62. bc73b75 userid-validation: add Phytium Technology by Patrick Williams · 2 years, 4 months ago
  63. 86ae135 build-qemu-robot-docker: update to jammy by Nan Zhou · 2 years, 4 months ago
  64. ca1b89e tools: owners: handle matchers by Patrick Williams · 2 years, 4 months ago
  65. 0ff14b2 Upgrade clang-tidy version to 14.0.0 by Jian Zhang · 2 years, 4 months ago
  66. 971a697 run-unit-test-docker: add comment for TEST_ONLY by Nan Zhou · 2 years, 4 months ago
  67. 6cef255 tools: owners: initial parsing of OWNERS file by Patrick Williams · 2 years, 5 months ago
  68. ae58fe7 run-unit-test-docker.sh: add INTERACTIVE option by Benjamin Fair · 2 years, 5 months ago
  69. c491709 userid-validation: move to python3 by Andrew Geissler · 2 years, 5 months ago
  70. 3705241 move all build scripts to gerrit.openbmc.org by Andrew Geissler · 2 years, 5 months ago
  71. 08d2b92 unit-test.py: Format with autopep8 by Lei YU · 2 years, 6 months ago
  72. cd57f32 run-ci: remove --network=host by Patrick Williams · 2 years, 5 months ago
  73. 4fe8777 build-unit-test-docker: Don't generate markdown for PDI by William A. Kennington III · 2 years, 8 months ago
  74. d9062c4 scripts/unit-test: Leverage meson log output by William A. Kennington III · 2 years, 6 months ago
  75. 36a12ec build-setup.sh: remove python by Andrew Geissler · 2 years, 6 months ago
  76. 7d2c27f test-qemu: Account for new Jenkins constraints and configuration by Andrew Jeffery · 2 years, 6 months ago
  77. 7d6ee0b test-qemu: Extend timeouts to 300 seconds (5 minutes) by Andrew Jeffery · 2 years, 6 months ago
  78. 0e47d12 test-qemu: Re-join lines of broken ssh invocation by Andrew Jeffery · 2 years, 6 months ago
  79. 625f285 bitbake: continue on failure by Patrick Williams · 2 years, 6 months ago
  80. 8949d3c build-unit-test-docker: update to ubuntu-jammy by Patrick Williams · 2 years, 6 months ago
  81. b58bf15 build-unit-test-docker: remove span-lite by Patrick Williams · 2 years, 6 months ago
  82. 38d2177 build-unit-test-docker: remove fifo_map by Patrick Williams · 2 years, 6 months ago
  83. e86aa1e meson: update to 0.61.3 by Patrick Williams · 2 years, 6 months ago
  84. 5eabdae phosphor-logging: fix yaml option by Patrick Williams · 2 years, 6 months ago
  85. 3ea4cd7 autoconf-archive: manually patch C++20 support by Patrick Williams · 2 years, 6 months ago
  86. 7031b33 userid-validation: add quic by Jae Hyun Yoo · 2 years, 6 months ago
  87. acfdee5 unit-test: Update gtest source rev to fix std::span issue by Willy Tu · 2 years, 7 months ago
  88. 8f80458 jenkins: README.md: Map jobs to scripts by Brad Bishop · 2 years, 7 months ago
  89. 6825a01 Use well-known passwd constants if user root by Josh Lehan · 2 years, 7 months ago
  90. abace2c update python path to 3.9 for site-packages by Andrew Geissler · 2 years, 7 months ago
  91. 313c6a9 MAINTAINERS/OWNERS: Removal of `msbarth` reviewer by Matthew Barth · 2 years, 7 months ago
  92. ac5915f Let eslint use .gitignore file by Ed Tanous · 2 years, 8 months ago
  93. 7d23896 OWNERS: add Patrick Williams by Patrick Williams · 2 years, 8 months ago
  94. dcb3f95 phosphor-dbus-interfaces: remove unnecessary config flags by Patrick Williams · 2 years, 8 months ago
  95. 123ffbe userid-validation: add Depo Electronics by Patrick Williams · 2 years, 8 months ago
  96. 5202d8e scripts/build-unit-test-docker: Update googletest to match openembedded by Michael Shen · 2 years, 8 months ago
  97. 5d3031d Fix shellcheck issue in userid-validation by Ed Tanous · 2 years, 8 months ago
  98. 86cafa6 Disable colored output in shellcheck by Ed Tanous · 2 years, 8 months ago
  99. 76f25de ci-authorized: add arm by Gilbert Chen · 2 years, 8 months ago
  100. ca8c4a8 Add python requests to CI by Ed Tanous · 2 years, 9 months ago