1. 550729a Merge pull request #9 from apache/dfoulks/msgcache by dfoulks1 · 7 months ago main
  2. af42f10 PEP8 linter, fixed up tests by Drew Foulks · 7 months ago dfoulks/msgcache
  3. 907ebf7 Message Cache config added, renamed the scanner config file and added yaml files to the gitignore list by Drew Foulks · 7 months ago
  4. d25ce45 Message pesterwait function working by Drew Foulks · 7 months ago
  5. 30dbced Merge pull request #8 from apache/dependabot/pip/aiohttp-3.10.11 by dfoulks1 · 9 months ago
  6. 140717c Moved the message footter to the top to make it easier to edit the template, ran black on both files by Drew Foulks · 9 months ago
  7. 9eabece NR: Formatting change to make the email more readable by Drew Foulks · 9 months ago
  8. 5d0cd60 using shortened link by Drew Foulks · 9 months ago
  9. dbcb2de OF: Typofix by Drew Foulks · 9 months ago
  10. 0ecbc3c NR: Updated the max-parallel description also by Drew Foulks · 9 months ago
  11. 8cb7706 Updated pull request target details by Drew Foulks · 9 months ago
  12. 4c46963 NR: formatstring by Drew Foulks · 9 months ago
  13. 136d757 Updated the subject so the messages don't thread in notifications@ by Drew Foulks · 9 months ago
  14. 7b0a732 typo in the default config file name by Drew Foulks · 9 months ago
  15. 97e8d31 Set the sole recipient to notifications@infra.a.o by Drew Foulks · 10 months ago
  16. 81b7a39 Set myself as the sole recipient of the error messages for now by Drew Foulks · 10 months ago
  17. 031fb04 Renamed the default configuration file to what pipservice puts custom yaml into by Drew Foulks · 10 months ago
  18. 6598f2e Bump aiohttp from 3.10.2 to 3.10.11 by dependabot[bot] · 10 months ago
  19. b53cec4 Updated the readme with a description of the software by Drew Foulks · 10 months ago
  20. f91681a Fullscan works, and it no longer dies when it fails to send the notification by Drew Foulks · 10 months ago
  21. 732791b Fullscan option implemented by Drew Foulks · 10 months ago
  22. c124ff9 Error handling on the list_flows function as well as fixed an incorrect log statement by Drew Foulks · 10 months ago
  23. 1010407 pytests work, need to retool the commit flow check to check for the data structure and not the data itself. by Drew Foulks · 10 months ago
  24. 9550270 NR: Create .asf.yaml, set up notification schemes by Daniel Gruno · 11 months ago
  25. 7207f2d Merge pull request #2 from apache/dependabot/pip/idna-3.7 by dfoulks1 · 11 months ago
  26. 9f28d87 Merge pull request #4 from apache/dependabot/pip/requests-2.32.0 by dfoulks1 · 11 months ago
  27. 8b91bb8 Merge pull request #5 from apache/dependabot/pip/urllib3-2.2.2 by dfoulks1 · 11 months ago
  28. 0a11e28 Merge pull request #6 from apache/dependabot/pip/certifi-2024.7.4 by dfoulks1 · 11 months ago
  29. 158b41f Merge pull request #7 from apache/dependabot/pip/aiohttp-3.10.2 by dfoulks1 · 11 months ago
  30. 15092a0 Bump aiohttp from 3.9.3 to 3.10.2 by dependabot[bot] · 1 year, 1 month ago
  31. f4cc14a Bump certifi from 2024.2.2 to 2024.7.4 by dependabot[bot] · 1 year, 2 months ago
  32. 498c25a Bump urllib3 from 2.2.1 to 2.2.2 by dependabot[bot] · 1 year, 3 months ago
  33. 9b84930 by dependabot[bot] · 1 year, 4 months ago
  34. 7f8ca93 Conditional for workflows presence by Drew Foulks · 1 year, 4 months ago
  35. 29f124d Added pipservice file by Drew Foulks · 1 year, 4 months ago
  36. 6134bf6 self.proj_mail isn't a thing. fix it by Drew Foulks · 1 year, 5 months ago
  37. 47c5e20 typofix by Drew Foulks · 1 year, 5 months ago
  38. f081635 Fixed a log output by Drew Foulks · 1 year, 5 months ago
  39. 5421372 OF: typofix by Drew Foulks · 1 year, 5 months ago
  40. 7201e1d log results at the end, print passed instead of dumping all results by Drew Foulks · 1 year, 5 months ago
  41. 58e96c7 Added a logline to ensure that project email addresses are working properly by Drew Foulks · 1 year, 5 months ago
  42. 9de1af9 More unnecessary logging removed by Drew Foulks · 1 year, 5 months ago
  43. d46f83f Removed unnecessary debug logging by Drew Foulks · 1 year, 5 months ago
  44. 49a0a7f missed quote typofix by Drew Foulks · 1 year, 5 months ago
  45. 8f1142a Incubator edge case handling by Drew Foulks · 1 year, 5 months ago
  46. 8575b1a Bump idna from 3.6 to 3.7 by dependabot[bot] · 1 year, 5 months ago
  47. 1aa8445 Template tweak and sending to notifications@infra by Drew Foulks · 1 year, 5 months ago
  48. fe1653c handling non-podling / non-tlp repos by Drew Foulks · 1 year, 5 months ago
  49. 2074d52 Trying out the podling names by Drew Foulks · 1 year, 5 months ago
  50. 0ca3b46 final logic tweak by Drew Foulks · 1 year, 5 months ago
  51. 93fecbc send email logic tweak by Drew Foulks · 1 year, 5 months ago
  52. d3fa2fa Tightened up the template by Drew Foulks · 1 year, 5 months ago
  53. 7fdbb74 Divination for Project names by Drew Foulks · 1 year, 5 months ago
  54. 33e43b1 NR: Added the repository name to the template by Drew Foulks · 1 year, 5 months ago
  55. aa08ce0 Merge pull request #1 from apache/classing-things-up by dfoulks1 · 1 year, 5 months ago
  56. 9a2f023 working on error handling for raw github user content by Drew Foulks · 1 year, 5 months ago classing-things-up
  57. 8d62b38 removed stuff from tests __init__ by Drew Foulks · 1 year, 5 months ago
  58. 4f323e2 Added a bit about alternate config files to the README by Drew Foulks · 1 year, 5 months ago
  59. a452245 Fetched the actions workflow with correct hash by Drew Foulks · 1 year, 5 months ago
  60. 9e8a7ef Added optional config file option to scanner. by Drew Foulks · 1 year, 5 months ago
  61. 05062a2 the script expects gha_token, not token by Drew Foulks · 1 year, 5 months ago
  62. d2265c3 Updated Set up instructions by Drew Foulks · 1 year, 5 months ago
  63. b083b3d revoked old r/o token, removed from config by Drew Foulks · 1 year, 5 months ago
  64. 8f812ca file cleanup by Drew Foulks · 1 year, 5 months ago
  65. 96f3135 pytests are working as expected, files are formatted, running as a test instance now by Drew Foulks · 1 year, 5 months ago
  66. 3eaff06 All checks passing by Drew Foulks · 1 year, 6 months ago
  67. 28020ff Shaping up! by Drew Foulks · 1 year, 6 months ago
  68. 0afefd9 fetch_flow now reliably returning json by Drew Foulks · 1 year, 6 months ago
  69. 69d875f Working through pytest testing by Drew Foulks · 1 year, 6 months ago
  70. 6474ccd Trying to OOP with class by Drew Foulks · 1 year, 6 months ago
  71. d8e6809 better commenting by Drew Foulks · 1 year, 6 months ago
  72. 7f02f06 results for workflows not tested is now none, instead of breaking everything by Drew Foulks · 1 year, 6 months ago
  73. eaf7190 adding more gha scanner logging lines for debugging by Drew Foulks · 1 year, 6 months ago
  74. 40ff215 Still working on getting workflows scanned by Drew Foulks · 1 year, 6 months ago
  75. 44f5e79 Still working on error handling by Drew Foulks · 1 year, 6 months ago
  76. ab9674b Added error handling for responses without 'content' by Drew Foulks · 1 year, 6 months ago
  77. 0515b6c looking into why it fails to extract flow data sometimes by Drew Foulks · 1 year, 6 months ago
  78. 1696509 Made more progress with the error handling by Drew Foulks · 1 year, 6 months ago
  79. b637153 Initial commit of the GitHub actions workflow scanner by Drew Foulks · 1 year, 6 months ago