Releases: atlassian/dc-app-performance-toolkit
Releases · atlassian/dc-app-performance-toolkit
Release 1.1.1 Beta
Version 1.1.1 beta
Fixed
- README.md to reflect the correct status of supported Atlassian apps
Release 1.1.0 Beta
Version 1.1.0 beta
Added
- Confluence 6.13.8 support:
- Selenium scripts
- JMeter script
- util scripts
- User Guide
- "Large" dataset
- Support Jira ER 8.5.0
- User-friendly message for CAPTCHA
- New project folders structure unified for both Jira and Confluence
Fixed
- Jira “get projects pages“ logic
- Edge case when only one Jira issue type exists
- Error when toolkit full path contains spaces
Changed
- ChromeDriver version bump to 78.0.3904.70 to support Chrome version 78
- Taurus version bump to 1.13.9
- Filter only Jira Software projects/tickets/etc
- Improved yml config reading
Upgrade instructions
git pull
frommaster
branch- activate virtual env for the toolkit (see README.md for details)
pip install -r requirements.txt
Release 1.0.6 Beta
Version 1.0.6 beta
Fixed
- Collate issue in populate_db script - resolves a problem when a Jira node is not starting after scale event.
- Incorrect behavior of index-sync script - resolves an issue with incorrect index sync status reporting.
Changed
- Updated documentation with Base URL correction - after dataset load Base URL has to be updated on System preferences.
Known issues
- If sync-index.sh fails on a new node after scaling, try to terminate this node and wait for a new one
- https://ecosystem.atlassian.net/browse/DAPT-5 -
UnknownHostException
in Jira log
Release 1.0.5 Beta
Version 1.0.5 beta
Added
- Support of latest Enterprise Release Jira 7.13.6
Changed
- Chromedriver version bump to 77.0.3865.40 to support Chrome 77.
- Updated documentation to reflect Jira 7.13.6 support
Release 1.0.4 Beta
Version 1.0.4 beta
Added
- Examples on how to extend the performance toolkit
- Added copy of public User guide into the repo
Changed
- Refactored report generator
Fixed
- Hard-coded protocol in jira.jmx file