1. 0967989 pycodestyle: Module level import not at top of file by George Keishing · 1 year, 7 months ago
  2. 37c58c8 Revert "Fix for module level import not at top of file" by George Keishing · 1 year, 7 months ago
  3. e635ddc Revert "black: re-format" by George Keishing · 1 year, 7 months ago
  4. 5731818 black: re-format by Patrick Williams · 1 year, 7 months ago
  5. 47375aa Fix for module level import not at top of file by Sridevi Ramesh · 1 year, 7 months ago
  6. 6224635 E275 missing whitespace after keyword by George Keishing · 1 year, 11 months ago
  7. f87cc0a Vulnerability fix for yaml load by Yunyun Lin · 2 years, 1 month ago
  8. cb791d7 ffdc: Fix pathing when running within Robot Environment by Peter D Phan · 2 years, 5 months ago
  9. b289081 ffdc: Set PyYAML version requirement to >= 5.3.0 by Peter D Phan · 2 years, 5 months ago
  10. 5e56f52 ffdc: Integrate ffdc script into robot framework flow. by Peter D Phan · 2 years, 6 months ago
  11. e7e9171 Update python code for python 3.8 or higher compatibility by George Keishing · 2 years, 10 months ago
  12. 73b95d1 Handle python eval plugin execptions by George Keishing · 2 years, 11 months ago
  13. e9b23d3 Handle YAML load error exception and plugin name indexing by George Keishing · 2 years, 11 months ago
  14. 9348b40 Update code documentation for log collector by George Keishing · 2 years, 11 months ago
  15. de79a9b Plugin Error response type check by George Keishing · 2 years, 11 months ago
  16. dda48ce Update plugin print statement by George Keishing · 2 years, 11 months ago
  17. 91308ea Add support to walk through /redfish/v1 using plugin by George Keishing · 2 years, 11 months ago
  18. cfbc905 Fix python plugin path by George Keishing · 2 years, 11 months ago
  19. 1e7b018 Add plugin block error state and checking by George Keishing · 2 years, 11 months ago
  20. a56e87b Update SCP files logic to handle multiple file listing or find by George Keishing · 2 years, 11 months ago
  21. 0581cb0 Enhance FFDC plugin to handle data types return from plugins by George Keishing · 2 years, 11 months ago
  22. caa97e6 Add support to write plugin response datat to file by George Keishing · 2 years, 11 months ago
  23. 2b83e04 Fix command parsing for SHELL, IPMI and REDFISH by George Keishing · 2 years, 11 months ago
  24. b76e175 ffdc: Convert telnet return data to ASCII string. by Peter D Phan · 2 years, 11 months ago
  25. f15252b Parse SHELL / IPMI files and replace if env exist by George Keishing · 2 years, 11 months ago
  26. b4540e7 Add YAML parsing to update env vars for SCP by George Keishing · 2 years, 11 months ago
  27. 5765f79 Fix plugin arg parser to handle data types by George Keishing · 2 years, 11 months ago
  28. b97a904 Add plugin support for python module by George Keishing · 3 years ago
  29. 685480b Fix SCP using pre-define rule by George Keishing · 3 years ago
  30. 12fd065 Remove explicit checking of DUMP_LOGS from YAML by George Keishing · 3 years ago
  31. e168675 Load env in a function by George Keishing · 3 years ago
  32. b760761 Update redfishtool, ipmitool, SHELL redundant code by George Keishing · 3 years ago
  33. 506b058 Generalize execution for protocols and YAML update by George Keishing · 3 years ago
  34. 484f824 Generalize IPMI execution by George Keishing · 3 years ago
  35. aa63870 Fix remote protocol add to working list by George Keishing · 3 years ago
  36. 0813e71 Mask password from debug print in log collector by George Keishing · 3 years ago
  37. 8e94f8c Support user define environment variable YAML by George Keishing · 3 years ago
  38. f5a5750 Re-structure protocol and secution check by George Keishing · 3 years ago
  39. 7bf5509 Clean up error markers by George Keishing · 3 years ago
  40. bff617a ffdc: Limit protocol checking. by Peter D Phan · 3 years ago
  41. aa1f848 Update env vars dict by George Keishing · 3 years ago
  42. 4885b2f Add --env_vars option support for CLI for user env by George Keishing · 3 years ago
  43. d1fccd3 ffdc: Fix config to enhance messaging. by Peter D Phan · 3 years ago
  44. 2b6cb3a ffdc: Add verification of remote command exit code. by Peter D Phan · 3 years ago
  45. cce505b Minor update print to logger messaging by George Keishing · 3 years ago
  46. 04d2910 Add initial support for SHELL script execution in YAML by George Keishing · 3 years ago
  47. e86d9a5 ffdc: Enhance telnet timing to handle large data amount by Peter D Phan · 3 years ago
  48. 7b3a513 Add directories by type in log path by George Keishing · 3 years ago
  49. 0662e94 Fix ping command option for macbook users by George Keishing · 3 years ago
  50. 5963d63 ffdc: Implement for use with Telnet protocol by Peter D Phan · 3 years ago
  51. babf296 ffdc: Use paramiko non blocking APIs by Peter D Phan · 3 years ago
  52. 3beb02e ffdc: Add code to handle OEM OSes by Peter D Phan · 3 years ago
  53. 7610bc4 ffdc: Add reporting of Total Time taken to collect ffdc by Peter D Phan · 3 years ago
  54. 86764b5 Add supported distro in YAML config for FFDC by George Keishing · 3 years ago
  55. 6ea92b0 Restructure FFDC YAML and logic to walk them through by George Keishing · 3 years ago
  56. eafba18 Add FFDC support for IPMI LAN out of band commands by George Keishing · 3 years ago
  57. 0c42a94 ffdc: Change config file option to -c by Peter D Phan · 3 years ago
  58. 0c66977 ffdc: Add base infrastructure to support redfish protocol. by Peter D Phan · 3 years ago
  59. 615fe32 Minor documentation and print chnages in FFDC script by George Keishing · 3 years ago
  60. 56429a6 ffdc: Add OPENBMC_DUMPS stanza by Peter D Phan · 3 years ago
  61. 2b8052d ffdc: Add OS general info section. by Peter D Phan · 3 years ago
  62. 04aca3b ffdc: Add code to handle RHEL, UBUNTU, AIX remote hosts. by Peter D Phan · 3 years ago
  63. 733df63 ffdc: Add checking for scp get_transport error. by Peter D Phan · 3 years ago
  64. 772c977 FFDC stand-alone script pretty prints updates by George Keishing · 3 years, 1 month ago
  65. 8462faf ffdc: Simplify error messages by Peter D Phan · 3 years, 1 month ago
  66. 72ce6b8 ffdc: Add standalone FFDC collector script by Peter D Phan · 3 years, 1 month ago