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 2.1.0

04 Aug 14:17
6e1f7db
Compare
Choose a tag to compare

2.1.0

Full Changelog

What's Changed

🚀 Implemented enhancements:

  • feat(ui): persist dataset filter by @rbenyoussef in #1066
  • fix(server): save campaign - scenario link at scenario execution end by @rbenyoussef in #1037
  • feature(functions) : jsonSet now accept objects, not only strings by @DelaunayAlex in #1086
  • feature(search sceanario) : allow research with nested quotes by @DelaunayAlex in #1084
  • feature(scenario execution): show not executed scenario when campain stop by @DelaunayAlex in #1093
  • feature(ui,dataset): handle and display error while trying to save dataset with duplicated headers by @DelaunayAlex in #1105

🐛 Fixed bugs:

  • fix(ui): fix target properties edition by @KarimGl in #1069
  • fix(pkg): Fix parallel exec - Set maxPoolSize to 1 for SQLite by @bessonm in #1090

🔧 Technical enhancements:

  • fix(environment) : check that all targets are unique before saving by @DelaunayAlex in #1081
  • fix(target) : fix url regex to include numbers, +, - and . in the protocol section by @DelaunayAlex in #1082
  • Remove complex object from action input by @nbrouand in #1083
  • doc: Improve GPG signin keys instructions by @bessonm in #1068

👒 Dependencies:

  • chore(deps): Bump maven-enforcer-plugin from 3.1.0 to 3.3.0 by @dependabot in #1064
  • chore(deps): Bump testcontainers-bom from 1.16.3 to 1.18.3 by @dependabot in #1071
  • chore(deps-dev): Bump net.jqwik:jqwik from 1.7.3 to 1.7.4 by @dependabot in #1102
  • chore(deps): Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #1095
  • chore(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10 by @dependabot in #1099
  • chore(deps): Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #1100
  • chore(deps-dev): Bump com.mockrunner:mockrunner-jms from 1.1.2 to 2.0.7 by @dependabot in #1103
  • chore(ui): Bump nodejs version from v16.15.0 to v16.19.1 by @bessonm in #1091
  • chore: Bump SpringBoot version from 2.7.5 to 2.7.14 by @bessonm in #1108

Release 2.0.0

12 Jun 14:14
f5ad978
Compare
Choose a tag to compare

2.0.0

Full Changelog

What's Changed

🚀 Implemented enhancements:

  • Step iterations dataset by #1021
  • Targets new UI/UX #1020
  • Show error message for invalid environment name #1054
  • Run all scenario format using a dataset #1065

🔧 Technical enhancements:

  • Remove 'test' workflow & improve issue template #1051
  • Toggle components feature when it's not available #1038
  • Include private and package-only fields in SqlAction ou… #1052
  • SQLite migration with JPA : Add campaign and executions #1040

👒 Dependencies:

  • Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0 #1049
  • Bump jqwik from 1.7.1 to 1.7.3 #1041

Full Changelog: chutney-testing/chutney@1.7.1...2.0.0

Release 1.7.1

22 Mar 19:06
30da561
Compare
Choose a tag to compare

1.7.1

Full Changelog

What's Changed

🚀 Implemented enhancements:

  • Sort scenarios on campaign execution report #1022
  • Getting result by headers is non sensitive #1004

🐛 Fixed bugs:

  • Fix some bug in UI #1017

🔧 Technical enhancements:

  • Put env in context once for all steps #1016
  • Rename Action pause/resume/stop as Command #1015
  • Upgrade to java 17 #1019

Release 1.7.0

23 Feb 13:46
7781600
Compare
Choose a tag to compare

1.7.0

Full Changelog

What's Changed

🚀 Implemented enhancements:

  • New campaign execution ui #1001
  • Log stepDefinition raw inputs on assert action #968
  • Execution report new UX #971

🐛 Fixed bugs:

  • Fix xsd validation action using file #998
  • Performance issue on scenario list #1002
  • Make step details sticky in scenario report #1000
  • Scenario creation date should not be updated #965
  • Fix ts errors on scenario and campaign pages #970
  • Scenario execution fault barrier extension to catch Throwable but VM Errors #984
  • Fix doc broken link #985
  • Missing linkifier pipe in Scenario title & desc #987

🔧 Technical enhancements:

  • Refactor theme switch & add themes to storybook #997
  • Remove component dependency #999
  • Fix chutney version and update release management #967
  • Decouple components backup #972
  • Add storybook components & pages #973
  • Test fault barrier only with catch errors #986
  • Add support of sqlite and jpa for scenario repository only #974

Release 1.6.0

09 Dec 14:04
981541b
Compare
Choose a tag to compare

1.6.0

Full Changelog

breaking changes :

  • SpEL manipulating SQL using .value are not needed anymore
  • Chutney configuration keys have changed. See #944

Implemented enhancements:

  • 🚀 | Scenario executions history new UX #906
  • 🚀 | Add utiliy method on sql Records #886
  • 🚀 | Documentation of version convergence #959
  • 🚀 | Add affected rows count for single statement #958
  • 🚀 | Improve dark theme #941
  • 🚀 | Test campaign exec history with not executed scenario #931
  • 🚀 | SQL records utilities #897

Fixed bugs:

  • 🐛 | Xpath function make report empty #960
  • 🐛 | Quick fix to allow serialization of jdom element #961
  • 🐛 | Fix raw edition error message #945
  • 🐛 | Fix white page when cookies expired #935
  • 🐛 | Fix database admin page overflow #933
  • 🐛 | Fix backup page css #932
  • 🐛 | Fix sequence recalculate at starting #930

Technical enhancements:

  • 🔧 | Local dev ldap #922
  • 🔧 | Spring Boot maven plugin configuration : wait and JMX #942
  • 🔧 | Scp test on windows only + agent feature first #943
  • 🔧 | Change chutney configuration keys #944
  • 🔧 | Rename Task to Action #844
  • 🔧 | Remove broken links, component refs and lighten readme #934
  • 🔧 | Move spring-security-ldap dependency from server to local-dev #940

Dependencies updated:

  • Bump maven-install-plugin from 3.0.1 to 3.1.0 #952
  • Bump sshj from 0.33.0 to 0.34.0 #951
  • Bump jqwik from 1.6.5 to 1.7.1 #950
  • Bump rabbitmq-mock from 1.1.1 to 1.2.0 #949
  • Bump qpid-broker.version from 8.0.6 to 9.0.0 #948
  • Bump sshd.version from 2.9.1 to 2.9.2 #947
  • Bump orient to 3.2.12 #939
  • Bump springboot.version from 2.7.4 to 2.7.5 #911

Release 1.5.6

14 Nov 13:48
b28bbb7
Compare
Choose a tag to compare

1.5.6

Full Changelog

Implemented enhancements:

  • 🚀 | feat(task): Document unsupported radius protocols mschapv2 & eap #921

Fixed bugs:

  • 🐛 | bugfix(jira): Close jira client #923
  • 🐛 | bugfix: Upgrade guava version to 31.0.1-jre. Mandatory for selenium 4.1 #924

Merged pull requests:

  • chore(): Do not deploy packaging pom #926
  • chore(): Delete unknown dependency in parent pom #925
  • chore(deps): Remove maven-assembly-plugin #909

Release 1.5.5

08 Nov 09:43
46f7644
Compare
Choose a tag to compare

1.5.5

Full Changelog

Implemented enhancements:

  • 🚀 | Create xray test execution from test plan #607

Fixed bugs:

  • 🐛 | Cannot edit global variable #917

Merged pull requests:

  • chore(deps): Bump maven-resources-plugin from 3.2.0 to 3.3.0 #907
  • Enforce dependency convergence #894

Release 1.5.4

27 Oct 14:00
6d6413e
Compare
Choose a tag to compare

1.5.4

Full Changelog

Implemented enhancements:

  • 🚀 | Enable dynamic host for Http targets #889
  • 🚀 | Use a given proxy for HTTP tasks #881
  • 🚀 | Add attribute rel to link #892
  • 🚀 | Remove default role #891
  • 🚀 | Encrypt and hash sensitive data in config files #880

Fixed bugs:

  • 🐛 | Error message on login page #883
  • 🐛 | User migration issue #896
  • 🐛 | Fix scenario read angle color #888
  • 🐛 | Toggle unused header features & restore backup menu #887

Merged pull requests:

  • chore(): Use spring boot version property for spring boot maven plugin #884
  • chore(deps): bump springboot.version from 2.7.0 to 2.7.4 #862

Release 1.5.2

06 Oct 15:19
01ed932
Compare
Choose a tag to compare

1.5.2

Full Changelog

Security enhancements:

  • 🚀 | fix(xxe): Disable doctype declaration #857 (KarimGl)

Implemented enhancements:

Dependencies bumps:

  • chore(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 #870
  • chore(deps): bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #873

Release 1.5.1

04 Oct 09:02
5c67c76
Compare
Choose a tag to compare

1.5.1

Full Changelog

Implemented enhancements:

  • 🚀 | New chutney instance should create at least a default environment #838
  • 🚀 | Add log to help understanding client errors #802
  • 🚀 | New interface for chutney (login page and layout)#827
  • 🚀 | enable xsd validation from file in classpath, jar in classpath and file system #849

Fixed bugs:

  • 🐛 | Buttons style KO after deleting all environments #832
  • 🐛 | If no environment, it bugs on interface #808
  • 🐛 | AMQP target with cluster addresses #766
  • 🐛 | Avoid NPE in Micrometer function #854
  • 🐛 | Avoid NPE when exploring target with unknown port #850
  • 🐛 | Fix linkifier regex validation #839
  • 🐛 | Scenario execution preview too slow #789

Merged pull requests:

  • Delete git backup feature #859
  • chore/angular13 #748
  • chore(): Add thread pool executor for async/sse rest endpoints #765
  • chore(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0 #799
  • chore(deps): bump sshd.version from 2.8.0 to 2.9.0 #797
  • chore(deps): bump maven-install-plugin from 2.5.2 to 3.0.1 #796
  • chore(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 #794
  • chore(deps): bump spring-boot-maven-plugin from 2.7.1 to 2.7.2 #793
  • chore(deps): bump groovy from 3.0.11 to 3.0.12 #792
  • chore(deps): bump spring-boot-maven-plugin from 2.7.0 to 2.7.1 #782
  • chore(deps): bump caffeine from 3.0.6 to 3.1.1 #781
  • chore(deps): bump org.eclipse.jgit.ssh.jsch from 6.1.0.202203080745-r to 6.2.0.202206071550-r #780
  • chore(deps): bump maven-clean-plugin from 3.1.0 to 3.2.0 #779
  • chore(deps): bump h2 from 2.1.210 to 2.1.214 #776
  • chore(deps): bump h2 from 1.4.197 to 2.1.210 in /packaging #768
  • chore(deps): bump springboot.version from 2.6.4 to 2.7.0 #749
  • chore(deps): bump spring-boot-maven-plugin from 2.7.2 to 2.7.3 #847
  • chore(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0 #817