1. e33f59e Merge pull request #8 from apache/christ/buildbot_scanner by dfoulks1 · 1 year, 3 months ago master
  2. 5fa43a8 updating buildbot api url by Chris Thistlethwaite · 1 year, 4 months ago christ/buildbot_scanner
  3. 4d581b1 main has recently become the default branch for git, so add that into the mix by Daniel Gruno · 2 years, 2 months ago
  4. 2a8c00d Account for various connection hiccups that can happen by Daniel Gruno · 3 years ago
  5. 6611d4e Merge pull request #5 from erogol/patch-1 by Tomek Urbaszek · 3 years, 2 months ago
  6. 6ed9254 Update requirements.txt by Eren Gölge · 3 years, 2 months ago
  7. 77c2572 Remove try/except here, so we can catch raw python/ES errors by Daniel Gruno · 4 years ago
  8. 87dfe96 Update supported plugins by Daniel Gruno · 4 years ago
  9. dd45d59 We don't use bttf any longer, nix it by Daniel Gruno · 4 years ago
  10. 6f316a9 Obvious fix: these parameters are never used, and cause forward compatibility issues. So, nix them. by Daniel Gruno · 4 years ago
  11. c345691 don't count folders as building (even if sub-projects are) by Daniel Gruno · 4 years, 1 month ago
  12. ee37a9f rework Jenkins scanners to work with org folders and multibranch jobs by Daniel Gruno · 4 years, 1 month ago
  13. 097af86 duration is in ms as well, so divide all of it by 1000 by Daniel Gruno · 4 years, 2 months ago
  14. 5dd9353 fix old typo, pass on KibbleBit to allow for custom branch detection by Daniel Gruno · 4 years, 10 months ago
  15. 86fabfb refactor branch detection, allow for custom config by Daniel Gruno · 4 years, 10 months ago
  16. 19ee562 work around rate limits by sleeping it off by Daniel Gruno · 4 years, 10 months ago
  17. 31ebcf3 forgot to pass along params! by Daniel Gruno · 4 years, 10 months ago
  18. ba6a37a tweak GitHub to work around abuse limitations by Daniel Gruno · 4 years, 10 months ago
  19. a07ff82 Add timeouts for JSON requests by Daniel Gruno · 4 years, 10 months ago
  20. 4e636d7 State who we actually are :) by Daniel Gruno · 5 years ago
  21. ff31052 Raise a ConnectionError, so we can catch it by Daniel Gruno · 5 years ago
  22. 35aeeb0 Merge branch 'master' of github.com:apache/kibble-scanners by Daniel Gruno · 5 years ago
  23. 963a5d7 only fetch as json if not errored out. by Daniel Gruno · 5 years ago
  24. 083ed59 consistency is not always a thing, ignore it... by Daniel Gruno · 5 years ago
  25. 8988dae copypasto by Daniel Gruno · 5 years ago
  26. c70d210 Adjust to work with ES >= 7.x (prepping for no doc_types at all in 8.x) by Daniel Gruno · 5 years ago
  27. 8de0240 Commit timestamps should have H:M:S as well, not just days by Daniel Gruno · 5 years ago
  28. e6a4f86 Try our best to respect and compromise on rate limiting, quietly fail otherwise by Daniel Gruno · 5 years ago
  29. 64250ca fix dependency notes by Daniel Gruno · 5 years ago
  30. 5b6f9c7 Move to using cloc 1.76 as minimum by Daniel Gruno · 5 years ago
  31. 183f5d1 Add command line options to readme by Daniel Gruno · 5 years ago
  32. 754202a tickets with these values are broken and need a rescan by Daniel Gruno · 5 years ago
  33. ac30427 Fake user email if nto provided by JIRA by Daniel Gruno · 5 years ago
  34. 2c32eea if we've scanned before, only grab latest changes by Daniel Gruno · 6 years ago
  35. 4a7ea21 we need to sleep to avoid abusing github by Daniel Gruno · 6 years ago
  36. db88a83 this is extremely spammy when running manually :( by Daniel Gruno · 6 years ago
  37. 6fc3f4c we should just pass the response text.. by Daniel Gruno · 6 years ago
  38. 31a75c4 could be no auth was set.. by Daniel Gruno · 6 years ago
  39. 376c7cd we're only interested in label names for now by Daniel Gruno · 6 years ago
  40. 423b54c fix error logging by Daniel Gruno · 6 years ago
  41. ff0253f wrong var name here by Daniel Gruno · 6 years ago
  42. 1beda5d oops, typo by Daniel Gruno · 6 years ago
  43. 858733f add support for files changed as a list in each commit object by Daniel Gruno · 6 years ago
  44. 52fbb8e handle closer key errors properly by Daniel Gruno · 6 years ago
  45. 899a751 closer may be null for imported issues by Daniel Gruno · 6 years ago
  46. 6aff99d bump default limits for tone/mood analysis by Daniel Gruno · 6 years ago
  47. fdd5984 fix key errors by Daniel Gruno · 6 years ago
  48. 2e67be0 prefer full name over username, if available by Daniel Gruno · 6 years ago
  49. c3d634e turns out this needs to be 0 for latest posts by Daniel Gruno · 6 years ago
  50. f6cf17e add forum type, and a date-string field for histograms by Daniel Gruno · 6 years ago
  51. 21380bf don't kill the loop by Daniel Gruno · 6 years ago
  52. 79c5171 We can accept both version 1 and 2 atm by Daniel Gruno · 6 years ago
  53. 36dd761 Rewrite broker class, inherit kibble UI wrapper by Daniel Gruno · 6 years ago
  54. d4750da Alignm with new DB format by Daniel Gruno · 6 years ago
  55. 9a94bde store the person posting, d'uh. by Daniel Gruno · 6 years ago
  56. 2468fc2 be sure to actually store the post doc in ES by Daniel Gruno · 6 years ago
  57. 69ed9aa remove spurious comment by Daniel Gruno · 6 years ago
  58. f8595af Updates to JSON API by Daniel Gruno · 6 years ago
  59. 91b4108 Add initial Discourse scanner plugin by Daniel Gruno · 6 years ago
  60. b60230e Try to grab the different states of 'started' jobs by Daniel Gruno · 6 years ago
  61. 3f2e125 this should use kibble's pprinter by Daniel Gruno · 6 years ago
  62. 45d448e need to return true here by Daniel Gruno · 6 years ago
  63. 22967d9 break if we hit the end by Daniel Gruno · 6 years ago
  64. a337953 the job URL needs to be consistent, tweak it by Daniel Gruno · 6 years ago
  65. a16c326 reverse logic, fix a string by Daniel Gruno · 6 years ago
  66. fc3bc2f scan all previous jobs, if that makes sense by Daniel Gruno · 6 years ago
  67. ab09e40 queue size should reflect multibuilds by Daniel Gruno · 6 years ago
  68. 88bc6d8 Add initial WIP Travis CI Scanner by Daniel Gruno · 6 years ago
  69. 3664188 don't bork if color isn't present by Daniel Gruno · 6 years ago
  70. a0ed245 allow for excluding scanner types with -e flag by Daniel Gruno · 6 years ago
  71. b684c79 also count jobs building at the moment by Daniel Gruno · 6 years ago
  72. 9a5f34c Add in preliminary buildbot scanner by Daniel Gruno · 6 years ago
  73. fd9e921 we need the jobURL, which is unique to a job by Daniel Gruno · 6 years ago
  74. 103755f add a timestamp for when we think the build finished. by Daniel Gruno · 6 years ago
  75. cf24721 remove debug return by Daniel Gruno · 6 years ago
  76. 5229665 fix queue avg calc, add date key by Daniel Gruno · 6 years ago
  77. 5585778 Add a generic Jenkins scanner by Daniel Gruno · 6 years ago
  78. 29c9a41 we can't work on a jira ticket without fields data by Daniel Gruno · 6 years ago
  79. 0a0bedb If not key phrases, put _NULL_ to avoid breaking ES by Daniel Gruno · 6 years ago
  80. 31eb19d better quote removal by Daniel Gruno · 6 years ago
  81. 9e3ecdf Better trimming of unnecessary text elements by Daniel Gruno · 6 years ago
  82. 4d5a09a forgot to add kpe to init.py by Daniel Gruno · 6 years ago
  83. 23839ca Initial stab at KPE for Kibble by Daniel Gruno · 6 years ago
  84. aeae757 additional emotional weighting available by Daniel Gruno · 6 years ago
  85. eac4ef9 there's a value for this too. by Daniel Gruno · 6 years ago
  86. 5be26b7 picoAPI has scores for positivity/negativity, let's use those by Daniel Gruno · 6 years ago
  87. 047075c weave picoAPI into pm-tone by Daniel Gruno · 6 years ago
  88. 0d3300b add support for picoAPI sentiment analysis by Daniel Gruno · 6 years ago
  89. 387628a bump the limit from 1 email to 100 per scan at max by Daniel Gruno · 6 years ago
  90. d49c1e7 get ponymail-tone scanner to work with lib changes by Daniel Gruno · 6 years ago
  91. cd08190 rework tone lib to accept an array of bodies by Daniel Gruno · 6 years ago
  92. ecc80ce account for azure rate limiting by Daniel Gruno · 6 years ago
  93. a4f651b ensure that azure returns a valid response by Daniel Gruno · 6 years ago
  94. a3f70b1 this needs to be a string representation by Daniel Gruno · 6 years ago
  95. 201b8aa add commented out example watson/azure creds by Daniel Gruno · 6 years ago
  96. 6f15f8a also add azure text analysis option by Daniel Gruno · 6 years ago
  97. 7c57f8c catch exception and store in db if we fail to scan by Daniel Gruno · 6 years ago
  98. 8f6483f report when we're done scanning by Daniel Gruno · 6 years ago
  99. fbe036d ^- (merghebegin work on a PoC twitter scanner by Daniel Gruno · 6 years ago
  100. 9e53ef3 override alerts should cause a rewind attempt as well by Daniel Gruno · 6 years ago