This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Releases: chutney-testing/chutney-legacy
Releases · chutney-testing/chutney-legacy
Release 1.3.12
Implemented enhancements:
Fixed bugs:
- 🐛 | Task development with complex object inputs #526
- 🐛 | Add try catch with log on schedule campaign #498
- 🐛 | Log authentication errors #495
- 🐛 | First campaign execution error #456
- 🐛 | Panel of last 10 executions disappear #324
- 🐛 | Cannot see report of running execution #306
- 🐛 | Dataset export/import to csv has line end issue #212
- 🐛 | Too many open files #159
- 🐛 | Lost of info and error when we stop scenario #119
Merged pull requests:
- chore(deps): bump jackson.version from 2.12.4 to 2.12.5 #547 (dependabot[bot])
- chore(deps): bump qpid-broker.version from 8.0.5 to 8.0.6 #543 (dependabot[bot])
- chore(deps-dev): bump mockito.version from 3.11.2 to 3.12.4 #542 (dependabot[bot])
- chore(deps-dev): bump awaitility from 4.0.3 to 4.1.0 #540 (dependabot[bot])
- chore(deps): bump pitest.version from 1.6.8 to 1.6.9 #539 (dependabot[bot])
- chore(deps-dev): bump activemq.version from 5.16.1 to 5.16.3 #538 (dependabot[bot])
- Fix missing column import in dataset if no semi colon at the end of the file #533 (nbrouand)
- feat(engine): Git export on shutdown #531 (bessonm)
- feat(engine): On retry strategy, add last error message #530 (nbrouand)
- feat(server): Remove scheduletime from campaign #529 (nbrouand)
- feat(server): Export campaigns and composable steps #528 (bessonm)
- bugfix(engine): Complex input without annotation does not appear in UI #527 (nbrouand)
- chore/junit parallel #525 (boddissattva)
- chore(deps): bump spring-boot-maven-plugin from 2.1.3.RELEASE to 2.5.3 #524 (dependabot[bot])
- chore(deps): bump commons-io from 2.10.0 to 2.11.0 #523 (dependabot[bot])
- chore(deps): bump jackson.version from 2.12.3 to 2.12.4 #522 (dependabot[bot])
- chore(deps): bump org.eclipse.jgit.ssh.jsch from 5.11.0.202103091610-r to 5.12.0.202106070339-r #521 (dependabot[bot])
- chore(deps): bump amqp-client from 5.8.0 to 5.13.0 #520 (dependabot[bot])
- chore(deps-dev): bump json-path from 2.4.0 to 2.6.0 #519 (dependabot[bot])
- chore(deps): bump sl4j.api.version from 1.7.31 to 1.7.32 #518 (dependabot[bot])
- chore(deps): bump pitest.version from 1.5.1 to 1.6.8 #515 (dependabot[bot])
- fix(server): Warn when scenario is not found getting campaign last executions #514 (boddissattva)
- fix/logauth and campaign UI #512 (boddissattva)
- fix(server): Campaign scheduler robustness #510 (boddissattva)
Release 1.3.11
Fixed bugs:
- 🐛 | Links to JIRA are not working #508
Merged pull requests:
- fix(server+ui): JIRA configuration url endpoint produces plain text #509 (boddissattva)
Release 1.3.10
Fixed bugs:
- 🐛 | LDAP authentification problem - Authorities have role prefix ROLE_ #506
- 🐛 | Execute button of scenario does not work #505
Merged pull requests:
- fix/scenario execute UI #507 (boddissattva)
Release 1.3.9
Implemented enhancements:
- 🚀 | JSON assert : JSONPath with selector returns array problem with placeholder #344
- 🚀 | Add full scenario text research on scenario page #331
- 🚀 | Add authorization management #95
Fixed bugs:
- 🐛 | soft strategy with validation should be in error #502
- 🐛 | UI lags on complex component testcases #494
- 🐛 | Datasets : search filter clear button is not working #481
- 🐛 | Chutney logo on login page unresolved when logout #480
- 🐛 | Wrong configuration folder during tests #460
- 🐛 | core_unit_tests run configuration also run core_integration_tests #402
- 🐛 | No error message when wrong login #338
Closed issues:
- Out of memory on big SQL result #69
Merged pull requests:
- fix(egine): Validations only set FAILURE step status #504 (boddissattva)
- fix(ui): Map deselect all event on angular-multiselect #497 (boddissattva)
- fix(junit): Use class filter in junit engine #496 (boddissattva)
- chore(ui+server): Load independently testcase header and content #493 (boddissattva)
- chore(deps-dev): bump assertj-core from 3.19.0 to 3.20.2 #491 (dependabot[bot])
- chore(deps): bump sl4j.api.version from 1.7.30 to 1.7.31 #490 (dependabot[bot])
- chore(deps-dev): bump mockito.version from 3.10.0 to 3.11.2 #489 (dependabot[bot])
- chore(deps): bump commons-io from 2.8.0 to 2.10.0 #487 (dependabot[bot])
- chore(deps): bump maven-javadoc-plugin from 3.2.0 to 3.3.0 #485 (dependabot[bot])
- chore(deps-dev): bump otj-pg-embedded from 0.13.1 to 0.13.4 #484 (dependabot[bot])
- chore(deps): bump qpid-broker.version from 7.0.6 to 8.0.5 #483 (dependabot[bot])
- Feat/authorizations #477 (boddissattva)
Release 1.3.8
Implemented enhancements:
- 🚀 | Include jira link in backup #458
- 🚀 | Add research full text in scenario #397
- 🚀 | Add global variables support to new ui #390
Fixed bugs:
- 🐛 | SQL task - mapping and print errors when having 2 or more column with same header #478
- 🐛 | Pause button doesnt appear anymore #476
- 🐛 | SQL client change #470
- 🐛 | Regression in scenario execution #469
- 🐛 | Random classnotfound exeception #466
- 🐛 | Missing dataset data in git export #461
- 🐛 | Environment backup #457
- 🐛 | Navigation to scenario components is broken #434
Merged pull requests:
- fix(task): SQL result with duplicated column name #479 (bessonm)
- bugfix(engine): Add pause as report status for running scenario #475 (nbrouand)
- fix(server): Backup all environments #474 (bessonm)
- fix(server): Includes datatable & constants on exporting dataset to git #473 (bessonm)
- feat(ui+server): Backup jira links #472 (bessonm)
- Bugfix/sql task change #471 (nbrouand)
- fix(task-impl): Keep numeric and date JDBC SQL Types in task result #468 (boddissattva)
- Chore/taskexecutor #467 (nbrouand)
- feat(ui+server): Add full text scenario search #465 (nbrouand)
Release 1.3.7
Fixed bugs:
- 🐛 | When setting Xms on Chutney, SQL task always raise NotEnoughMemoryException #463
Merged pull requests:
Release 1.3.6
Implemented enhancements:
- 🚀 | Chutney working directory configuration #437
Fixed bugs:
- 🐛 | Empty campaign execution user #454
- 🐛 | Empty tag on component scenarios #441
- 🐛 | Component's validations list keeps adding empty validations #439
Merged pull requests:
- feat(task) : Prevent OOM on large SQL queries #462 (bessonm)
- bugfix(ui): fix empty campaign execution user #455 (rbenyoussef)
- chore(deps): bump junit5.version from 5.7.1 to 5.7.2 #453 (dependabot[bot])
- chore(deps-dev): bump mockito-core from 2.8.9 to 3.10.0 #452 (dependabot[bot])
- chore(deps): bump exec-maven-plugin from 1.6.0 to 3.0.0 #451 (dependabot[bot])
- chore(deps): bump jacoco-maven-plugin from 0.8.5 to 0.8.7 #450 (dependabot[bot])
- chore(deps): bump cxf-xjc-plugin from 3.3.0 to 3.3.1 #448 (dependabot[bot])
- chore(deps): bump everit-json-schema from 1.11.0 to 1.12.2 #444 (dependabot[bot])
- chore: Upgrade selenium version to 3.141.59 #443 (rbenyoussef)
- bugfix(server): Prevent creating empty tags #442 (bessonm)
- bugfix(ui): Reset component validations list when selecting another one #440 (bessonm)
- chore(): Single chutney working directory configuration #436 (boddissattva)
Release 1.3.5
Merged pull requests:
- bugfix(task-impl): fix NPE on null sql result column #438 (rbenyoussef)