Enter Sandman
rpelisse
released this
17 Jul 14:07
·
83 commits
to master
since this release
Main Features
- Check fix version changes once the sprint is up.
- RFE - Allows Checks to load "on demand" issue (when analyzing one issue dependency)
- Use repositories info from streams during PR links checks.
- Check differences in sprint and fix versions between upgrade issue and its incorporates issues.
- Detect fix version changes during sprint
- Issue #43: Detect changes in issue once it is in resolved state.
- Check Request #28 - check PR details with streams
- Check if the PR urls are really correct PRs.
- Add check to ensure upstream issue has the downstream_dependency.
- Hang due to JSONException until Jenkins fixed
Code enhancements
- Fix PMD violations.
- Use optional instead of returning null and use collect in streams.
- misc: fixup invalid position of 'static' keyword
- Add the simpleContainer usage and add mocking of the issue.getProduct().
- Move the getUpstreamReferences() to aphrodite.
- Use minor severity for violation.
- Fix checkstyle issues.
Project build and documentation enhancements
- Update readme - fix markdown of the release process.
- add .metadata to .gitignore
- Update rules on readme.
- Add more details to the release process
- Update examples of usage in readme.
- Add copyright to the FixVersionChangesDuringSprint.drl.
- .gitignore: ignore *.json
- Update checks list on README.md