Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Releases: chutney-testing/chutney-legacy

Release 1.3.12

03 Sep 12:31
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • 🚀 | Simplify campaign scheduling #511
  • 🚀 | Link to campaign execution #17

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:

Release 1.3.11

19 Jul 09:47
Compare
Choose a tag to compare

Full Changelog

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

13 Jul 19:33
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • 🐛 | LDAP authentification problem - Authorities have role prefix ROLE_ #506
  • 🐛 | Execute button of scenario does not work #505

Merged pull requests:

Release 1.3.9

12 Jul 15:06
Compare
Choose a tag to compare

Full Changelog

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:

Release 1.3.8

23 Jun 10:24
1.3.8
558e653
Compare
Choose a tag to compare

Full Changelog

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

09 Jun 10:52
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • 🐛 | When setting Xms on Chutney, SQL task always raise NotEnoughMemoryException #463

Merged pull requests:

  • bugfix(engine+tools): Fix memory check on sql task. Should not use co… #464 (nbrouand)

Release 1.3.6

08 Jun 09:03
Compare
Choose a tag to compare

Full Changelog

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:

Release 1.3.5

25 May 10:03
1.3.5
5580c2b
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

Release 1.3.4

20 May 12:49
1.3.4
0559139
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • 🚀 | Search campaign more easily #355

Fixed bugs:

  • 🐛 | Cannot edit component since 1.3.3 #433

Merged pull requests:

Release 1.3.3

19 May 12:49
Compare
Choose a tag to compare

1.3.3

Full Changelog

Implemented enhancements:

  • Enhance read-only scenario with parameters #158

Fixed bugs:

  • 🐛 | Cannot load home page #429

Merged pull requests:

  • bugfix(server): Fix home page serialization #430 (nbrouand)
  • 🚀 feat(tasks): Pretty print SQL tasks results for execution reports #428 (bessonm)
  • feat(server+ui): Evaluate parameters for reading scenario #427 (nbrouand)