1. 162d2c6 Load additional plugin-specific rule base by Christian Aistleitner · 10 years ago
  2. 3c22491 Load actions from both actions.config and action.config by Christian Aistleitner · 10 years ago
  3. 1179f72 Refactor documentation, so downstream plugins can reuse it easier by Christian Aistleitner · 10 years ago
  4. e9135f6 Include resources for Buck build by Christian Aistleitner · 10 years ago
  5. 02955bc Fix javadoc warnings by David Ostrovsky · 10 years ago
  6. f7c47bf Implement buck driven build by David Ostrovsky · 11 years ago
  7. 9557d7f Merge its-base subdirectory in parent project directory by David Ostrovsky · 11 years ago
  8. ce33448 Update to Gerrit 2.11-SNAPSHOT api by Christian Aistleitner · 10 years ago
  9. 9537a99 Minor fixes in the documentation by David Pursehouse · 11 years ago
  10. 059e4b2 Fix OutOfScopeException: No user on merge thread by Edwin Kempin · 11 years ago
  11. 7d0d76f Support to enable/disable the ITS integration in the UI by Edwin Kempin · 11 years ago
  12. d33e912 Allow throwing exceptions from run() method of InitIts init step by Edwin Kempin · 11 years ago
  13. d530c41 Configure branches for ITS integration on init by Edwin Kempin · 11 years ago
  14. 60e71d6 Support to enable the ITS integration only for certain branches by Edwin Kempin · 11 years ago
  15. 6cfdac4 Support enforcing issue tracker system integration for child projects by Edwin Kempin · 11 years ago
  16. 667a20a Support to enable/disable the issue tracker integration per project by Edwin Kempin · 11 years ago
  17. 4f80dd3 Rename artifact to 'its-base' by Edwin Kempin · 11 years ago
  18. e3e95ee Init step postRun() introduced for 2.9-SNAPSHOT compliance. by Luca Milanesio · 11 years ago
  19. 0c6b272 Remove @ItsName and replace it by @PluginName by Edwin Kempin · 11 years ago
  20. 47fba12 Update to Gerrit 2.9 API and use Java 7 by Edwin Kempin · 11 years ago
  21. d250372 Merge "Add .settings files to the project to get standard code formatting" by Edwin Kempin · 11 years ago
  22. 8d0eecf Add .settings files to the project to get standard code formatting by Edwin Kempin · 11 years ago
  23. 43af661 Merge "Add hooks-rtc to list of known plugins that are built upon hooks-its" by Christian Aistleitner · 11 years ago
  24. a1f1e74 Some cleanups in the documentation by Edwin Kempin · 11 years ago
  25. 23c2117 Add hooks-rtc to list of known plugins that are built upon hooks-its by Edwin Kempin · 11 years ago
  26. 221898f Remove custom YesNoEnum and use yesno method from ConsoleUI by Edwin Kempin · 11 years ago
  27. 87aa36a Remove unneeded injection of GitRepositoryManager by Edwin Kempin · 11 years ago
  28. a7faba3 Fix build of hooks-its. by Sasa Zivkov · 11 years ago
  29. 06b178f Merge "Extract status from PatchSetAttribute" by Chad Horohoe · 11 years ago
  30. 005f112 Merge "Bump used gerrit API to version 2.8-SNAPSHOT" by Chad Horohoe · 11 years ago
  31. ef7dbe5 Merge changes I6f698f3e,I48d8d181 by Chad Horohoe · 11 years ago
  32. 65628de Merge changes I99bb4320,I7d5d74f1,Ic3b4a139 by Chad Horohoe · 11 years ago
  33. 0f856b8 Merge "Add action to log event properties" by Chad Horohoe · 11 years ago
  34. 62d6e85 Merge "Adding documentation for configuration/action rewrite" by Chad Horohoe · 11 years ago
  35. 9210857 Merge "Add action to add a plain comment to an issue" by Chad Horohoe · 11 years ago
  36. 9fa6ce0 Merge "Add keyed properties for issue occurrences in footer lines" by Chad Horohoe · 11 years ago
  37. 512ae92 Merge "Extract approvals into properties for CommentAddedEvent" by Chad Horohoe · 11 years ago
  38. d43cc39 Merge "When adding issue occurrences, mark them additionally as 'added@'" by Chad Horohoe · 11 years ago
  39. 23b24e6 Merge "Add properties to specify where an issue got associated" by Chad Horohoe · 11 years ago
  40. 4b744e0 Merge "Add actions for comments built from Velocity templates" by Chad Horohoe · 11 years ago
  41. 2be75c2 Merge "Add action for short predefined comments" by Chad Horohoe · 11 years ago
  42. 2b0bfee Merge "Pass actions through to Its" by Chad Horohoe · 11 years ago
  43. c2bedf1 Merge "Implement extracting properties from events" by Chad Horohoe · 11 years ago
  44. 536e7cd Merge "Allow to extract issue ids directly by project name, and commit id" by Chad Horohoe · 11 years ago
  45. 504fdc9 Merge "Extract fetching commit messages into injectable class" by Chad Horohoe · 11 years ago
  46. cf67779 Merge "Switch to IssueExtractor constructor injection to ease mocking" by Chad Horohoe · 11 years ago
  47. ce3e5a1 Merge "Add RuleBase implementation" by Chad Horohoe · 11 years ago
  48. b7c6f7a Merge "Add workflow for ActionController" by Chad Horohoe · 11 years ago
  49. e588718 Merge "Add skeleton action controller unifying event handling" by Chad Horohoe · 12 years ago
  50. 72e3856 Extract status from PatchSetAttribute by Christian Aistleitner · 12 years ago
  51. 1a130c2 Bump used gerrit API to version 2.8-SNAPSHOT by Christian Aistleitner · 12 years ago
  52. 9e05c32 Extract status from ChangeAttribute by Christian Aistleitner · 12 years ago
  53. 0eb6c2c Allow to negate conditions by setting their first value to ! by Christian Aistleitner · 12 years ago
  54. 5f2ec2f Hide Condition's getValue by Christian Aistleitner · 12 years ago
  55. b4c0e8f Add handling of DraftPublishedEvent by Christian Aistleitner · 12 years ago
  56. 174a529 Add link formatting to Velocity comments by Christian Aistleitner · 12 years ago
  57. a6b6d12 Add action to log event properties by Christian Aistleitner · 12 years ago
  58. 449782a Adding documentation for configuration/action rewrite by Christian Aistleitner · 12 years ago
  59. 9ed3dc9 Ignore *.html files in hooks-its/src/main/resources/Documentation by Christian Aistleitner · 12 years ago
  60. d4331ff Add action to add a plain comment to an issue by Christian Aistleitner · 12 years ago
  61. 28000bf Add keyed properties for issue occurrences in footer lines by Christian Aistleitner · 12 years ago
  62. 6adf63a Extract approvals into properties for CommentAddedEvent by Christian Aistleitner · 12 years ago
  63. 6d7372d When adding issue occurrences, mark them additionally as 'added@' by Christian Aistleitner · 12 years ago
  64. 72de8ad Add properties to specify where an issue got associated by Christian Aistleitner · 12 years ago
  65. 0cf53a5 Add actions for comments built from Velocity templates by Christian Aistleitner · 12 years ago
  66. b4ada62 Add action for short predefined comments by Christian Aistleitner · 12 years ago
  67. d479aed Pass actions through to Its by Christian Aistleitner · 12 years ago
  68. 3db23a6 Implement extracting properties from events by Christian Aistleitner · 12 years ago
  69. e971867 Allow to extract issue ids directly by project name, and commit id by Christian Aistleitner · 12 years ago
  70. 7eef87d Extract fetching commit messages into injectable class by Christian Aistleitner · 12 years ago
  71. 790465f Switch to IssueExtractor constructor injection to ease mocking by Christian Aistleitner · 12 years ago
  72. ec44c85 Add RuleBase implementation by Christian Aistleitner · 12 years ago
  73. e623d76 Add workflow for ActionController by Christian Aistleitner · 12 years ago
  74. e149bf5 Add skeleton action controller unifying event handling by Christian Aistleitner · 12 years ago
  75. e114e60 Merge "Allow ITS comments for a change's patch sets that first associate an issue" by Chad Horohoe · 12 years ago
  76. d500dd3 Allow ITS comments for a change's patch sets that first associate an issue by Christian Aistleitner · 12 years ago
  77. 63e70cd Add tests for IssueExtractor by Christian Aistleitner · 12 years ago
  78. ebe0a8f Add test infrastructure by Christian Aistleitner · 12 years ago
  79. 37828e4 Add tests for ItsValidateComment by Christian Aistleitner · 12 years ago
  80. bd8330b Set visibility of ItsValidateComment's validCommit to private by Christian Aistleitner · 12 years ago
  81. 68c95c5 When searching issue ids in Strings, do not return duplicates by Christian Aistleitner · 12 years ago
  82. e2c8126 Simplify extraction of issue id from match by Christian Aistleitner · 12 years ago
  83. 2d2cf8a Stop using a list for patterns, as there is at most one pattern by Christian Aistleitner · 12 years ago
  84. cc136df Validate all issues of a commit by Christian Aistleitner · 12 years ago
  85. 4a4fd69 Stop using map for matches, as the map has at most one entry by Christian Aistleitner · 12 years ago
  86. fb59562 Harmonize extracting issue ids from matched pattern by Christian Aistleitner · 12 years ago
  87. 271a3b5 Harmonize getting the pattern by which issue ids get matched by Christian Aistleitner · 12 years ago
  88. 83505f8 Refactor GerritHookfilter's issue extraction into separate class by Christian Aistleitner · 12 years ago
  89. 7f22a82 Remove unused code from GerritHookFilter by Christian Aistleitner · 12 years ago
  90. e3e1595 Follow gerrit's move of Attribute classes to data package by Christian Aistleitner · 12 years ago
  91. 318bc39 Don't warn when we match an issue by Chad Horohoe · 12 years ago
  92. d138425 Only try to validate commentLink associated to the Its by Christian Aistleitner · 12 years ago
  93. 4baf184 Merge "Allow adding ITS comments upon adding changes in gerrit" by Chad Horohoe · 12 years ago
  94. 88a87b1 Merge "Use lower case condition keys" by Chad Horohoe · 12 years ago
  95. f614013 Use lower case condition keys by Christian Aistleitner · 12 years ago
  96. aa1a448 Merge "Use gerrit's spelling of 'Patch Set' for ITS comments" by Chad Horohoe · 12 years ago
  97. 6d7191e Merge "Harmonize link text in ITS comments" by Chad Horohoe · 12 years ago
  98. cd1ff92 Merge "Bump used gerrit API to version 2.7-SNAPSHOT" by Chad Horohoe · 12 years ago
  99. 3283024 Bump used gerrit API to version 2.7-SNAPSHOT by Christian Aistleitner · 12 years ago
  100. 8199937 Allow adding ITS comments upon adding changes in gerrit by Christian Aistleitner · 12 years ago