Addicted to Chaos
·
337 commits
to master
since this release
- Add handy script to generate changelog based on git commit log
- Minor enhancement of interface - display filter name, if any, instead of complete URL
- Add a 'no-run' option printing the CSV list retrieved from server, but does not trigger BugClerk (for debug purpose)
- Check Request #8: A payload BZ having all flags qa,pm and dev, should have no dependencies without such flag.
- Enhance exception handling - notify user of issue with filter ctype missing
- Clean test code
- - move share code to AbstractRunner
- - add a commodity method to generate the 3 usual flags (qa,dev and pmd ack)
- Add missing to pass extra parameters to BugClerk
- bump version to 0.5.0-SNAPSHOT
- Add new filter rule, plus some commented info message
- Add new unit tests to test suite
- Add new checks to README
- Add new Check#7 - A BZ with status VERIFIED or above should at least have qa? flags on
- Add new Check#6 - A BZ with status POST or above should at least have dev? flags on
- Fix: mail on update BZ feature were disabled by mistake, adding'em back
- Add a Level enum to Violation to allow fine grained post action (update BZ or not, for instance)
- Fix markdown syntax
- update doc on README
- Fix scripts - removed filter from rules
- Fix README links to rules
- Code cleaning - renamed rule file not following convention
- Add handy script to generate rule index as markdown
- Update README to index all existing rules
- Code cleaning - rework CLI to reduce code duplication
- Code cleaning - move htmlUnit code to a separate class