Releases: getslash/backslash
Releases · getslash/backslash
2.15.0
- UPGRADE NOTE: This version changes the docker-compose.yml used to deploy Backslash. Please update
the configuration when performing the upgrade - Switch to dual-backend mode - one for API calls and the other for UI-related traffic. This avoids
starvation of the UI responsiveness when lots of sessions report to Backslash at a high rate
2.13.3
2.13.2
2.13.1
- Searching for starred tests is now supported in test search as well
- Tests can now be search based on them not containing a string in their error messages, via the
!~
operator - Fixed a UI bug affecting test queries, causing tests to disappear
- Fixed UI bugs in help display
2.13.0
- Backslash can now be configured to replicate test data to an external ElasticSearch service
- Added support for "starring" tests, saving them for later reference
- Session ends and keepalives now extend the last activity of the subjects they run on
- Session overview side panel now summarizes aggregated timings of all timing metrics from all tests and the session itself
2.12.0
- Backslash now supports reporting interruption exceptions to help determine what caused the session to be interrupted. When the sessions are reported with a compatible toolchain (for example, Slash >= 1.5.0), the session and test views will show the interruption exceptions and their contexts
- Added an option to display metadata values in an accessible location for tests and sessions
- Warnings are now deduplicated within sessions and tests, preventing DB bloat
- Added a view for test cases. This is planned to evolve into a suite management feature over the next releases
- Fixed the order of display of quick-jump items, and they are now sorted by name
- Added the ability to search by product type
- Added a "status_description" field for tests, allowing setting more informative information on what the test is currently doing (via API)
- Added timing metrics API, enabling tests and sessions to display the total time distribution spent while running
- Fixed indication of search term syntax errors
2.11.1
2.11.0
- Added search option to user view
- Added support for discarding sessions. Admins can now mark sessions for deletion after a certain period of time (30 days by default). This is useful for temporary sessions that are not interesting for keeping forever.
- Sessions can have a TTL, automatically marking their discard date on keepalives and session ends
- Support reporting of remote and local SCM branches
- Removed the "mark archived" and "mark investigated" features. Investigation will be added in a future release as a part of a stricter workflow, and archiving can now be replaced with discarding sessions