Skip to content

Commit

Permalink
chore(): Release 2.9.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
boddissattva authored Jun 10, 2024
1 parent 78a466f commit 3ee2131
Show file tree
Hide file tree
Showing 23 changed files with 104 additions and 28 deletions.
78 changes: 75 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,77 @@
# Changelog

## [2.9.0](https://github.com/chutney-testing/chutney/tree/2.9.0)

### 🚀 Implemented enhancements:
* Replay scenario execution by @KarimGl in https://github.com/chutney-testing/chutney/pull/86
* Set tag from campaign to scenario execution by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/85
* Update tag design in table for campaign executions by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/90
* Select dataset for each scenario in campaign by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/84
* Show dataset content in execution report by @KarimGl in https://github.com/chutney-testing/chutney/pull/88
* Order environment by name on target edition by @nbrouand in https://github.com/chutney-testing/chutney/pull/110
* Externalize jira link edition for scenarios by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/109
### 🐛 Fixed bugs:
* Update scenario list every 3 seconds when running by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/49
* Remove ng-scrollbar by @nbrouand in https://github.com/chutney-testing/chutney/pull/89
* Allow no proxy configuration for JIRA configuration by @boddissattva in https://github.com/chutney-testing/chutney/pull/105
* Resolve api/name error message conflict on envs list by @KarimGl in https://github.com/chutney-testing/chutney/pull/106
* Cursor pointer on report step title hover by @KarimGl in https://github.com/chutney-testing/chutney/pull/107
* Fix scenarios list scroll by @KarimGl in https://github.com/chutney-testing/chutney/pull/108
### 🔧 Technical enhancements:
* Take into account documentation label in Changelog template by @boddissattva in https://github.com/chutney-testing/chutney/pull/83
* Set dynamic ports for servers' start test by @boddissattva in https://github.com/chutney-testing/chutney/pull/103
* Fix old table deletion by @KarimGl in https://github.com/chutney-testing/chutney/pull/91
* Change scenarios default dataset id from "null" to null by @KarimGl in https://github.com/chutney-testing/chutney/pull/92
### 👒 Dependencies:
* Ng17 by @KarimGl in https://github.com/chutney-testing/chutney/pull/81
* Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.6.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/99
* Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/94
* Bump org.apache.maven.plugins:maven-install-plugin from 3.1.0 to 3.1.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/93
* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/101
* Bump jqwik.version from 1.8.4 to 1.8.5 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/98
* Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.8 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/95

**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.8.0.1...2.9.0

## [2.8.0.1](https://github.com/chutney-testing/chutney/tree/2.8.0.1)

## What's Changed
### 🚀 Implemented enhancements:
* Enable offset reset before consuming from kafka by @KarimGl in https://github.com/chutney-testing/chutney/pull/38
* Scenario execution inherits scenario and dataset tags by @boddissattva in https://github.com/chutney-testing/chutney/pull/46
* Iterate over dataset constants when datatable is empty by @KarimGl in https://github.com/chutney-testing/chutney/pull/48
* Execute campaign on different environments in parallel by @KarimGl in https://github.com/chutney-testing/chutney/pull/63
* Free system port function by @boddissattva in https://github.com/chutney-testing/chutney/pull/64
* Kotlin DSL with scenario tags, dataset and campaign synchronization by @boddissattva in https://github.com/chutney-testing/chutney/pull/61
* Purge - Keep executions newer than 24 hours by @KarimGl in https://github.com/chutney-testing/chutney/pull/62
* Time rules spEL functions by @boddissattva in https://github.com/chutney-testing/chutney/pull/68
* Campaign with scenario-dataset pairs by @boddissattva in https://github.com/chutney-testing/chutney/pull/67
### 🐛 Fixed bugs:
* Fix confirm-dialog component title by @KarimGl in https://github.com/chutney-testing/chutney/pull/50
### 🔧 Technical enhancements:
* Log kafka consume errors by @KarimGl in https://github.com/chutney-testing/chutney/pull/44
* Audit api call (not GET) by @nbrouand in https://github.com/chutney-testing/chutney/pull/45
* Delete dataset version property by @boddissattva in https://github.com/chutney-testing/chutney/pull/65
* Use dynamic port for jms tests by @boddissattva in https://github.com/chutney-testing/chutney/pull/82
### 📖 Documentation
* Fix broken links to code and img by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/47
* Change README by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/66
### 👒 Dependencies:
* Bump net.jqwik:jqwik from 1.8.1 to 1.8.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/51
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/54
* Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/55
* Bump qpid-broker.version from 9.1.0 to 9.2.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/57
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/58
* Bump commons-io:commons-io from 2.15.1 to 2.16.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/60
* Bump org.apache.cxf:cxf-xjc-plugin from 4.0.0 to 4.0.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/53
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.2.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/56
* Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0 to 3.1.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/80
* Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/79
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/71
* Bump org.liquibase:liquibase-core from 4.25.1 to 4.27.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/72
* Bump org.apache.activemq.tooling:activemq-junit from 5.18.3 to 6.1.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/76

**[Full Changelog]( https://github.com/chutney-testing/chutney/compare/2.8.0...2.8.0.1)**

## [2.8.0](https://github.com/chutney-testing/chutney/tree/2.8.0)

Expand Down Expand Up @@ -31,9 +103,9 @@
* Allow build with TestContainers' test for kotlin-dsl on docker in WSL2 without desktop by @boddissattva in https://github.com/chutney-testing/chutney/pull/37
* Clean transitive dependencies from kotlin-dsl & server packaging jar name by @KarimGl in https://github.com/chutney-testing/chutney/pull/12
### 👒 Dependencies:
* chore(deps): Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/21
* chore(deps): Bump org.codehaus.mojo:build-helper-maven-plugin from 3.3.0 to 3.5.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/25
* chore(deps): Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.6 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/29
* Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/21
* Bump org.codehaus.mojo:build-helper-maven-plugin from 3.3.0 to 3.5.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/25
* Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.6 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/29

**[Full Changelog](https://github.com/chutney-testing/chutney/compare/Mono-repo...2.7.0.1)**

Expand Down
2 changes: 1 addition & 1 deletion chutney/action-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>action-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/action-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>action-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/chutney-junit/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>chutney-junit-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/chutney-junit/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>chutney-junit-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/chutney-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>chutney-junit-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion chutney/glacio-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>glacio-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/local-api-unsecure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>packaging</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>local-api-unsecure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/local-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>packaging</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>local-dev</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>
<artifactId>packaging</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions chutney/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>pom</packaging>

<name>Chutney</name>
Expand Down Expand Up @@ -48,7 +48,7 @@
<url>https://github.com/chutney-testing/chutney.git</url>
<connection>scm:git:[email protected]:chutney-testing/chutney.git</connection>
<developerConnection>scm:git:[email protected]:chutney-testing/chutney.git</developerConnection>
<tag>HEAD</tag>
<tag>2.9.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion chutney/server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>ui</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions idea-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ org.gradle.jvmargs=-Xmx2048M

pluginGroup = com.chutneytesting.idea
pluginName = chutney-idea-plugin
chutneyVersion = 2.8.1-SNAPSHOT
chutneyVersion = 2.9.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 231
pluginUntilBuild = 233.*
pluginUntilBuild = 241

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2023.2
pluginVerifierIdeVersions = 2024.1

platformType = IU
platformVersion = 2023.1
platformVersion = 2024.1
platformDownloadSources = false

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import com.chutneytesting.idea.actions.converter.ScenarioV1ToV2Converter
import com.chutneytesting.idea.logger.EventDataLogger
import com.chutneytesting.idea.server.ChutneyServerRegistry
import com.chutneytesting.idea.util.HJsonUtils
import com.chutneytesting.idea.util.StringUtils.escapeSql
import com.chutneytesting.kotlin.util.ChutneyServerInfo
import com.chutneytesting.kotlin.util.HttpClient
import com.intellij.openapi.actionSystem.AnActionEvent
import com.intellij.openapi.actionSystem.CommonDataKeys
import com.intellij.openapi.actionSystem.LangDataKeys
import com.intellij.openapi.diagnostic.Logger
import org.apache.commons.lang.StringEscapeUtils.escapeSql
import org.apache.commons.text.StringEscapeUtils
import org.hjson.JsonValue
import org.hjson.Stringify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ object StringUtils {
}
return false
}

fun escapeSql(sql: String): String {
return sql.replace("'".toRegex(), "''")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import com.chutneytesting.idea.ChutneyUtil.isRemoteChutneyJson
import com.chutneytesting.idea.actions.converter.ScenarioV1ToV2Converter
import com.chutneytesting.idea.logger.EventDataLogger
import com.chutneytesting.idea.settings.ChutneySettings
import com.chutneytesting.idea.util.StringUtils.escapeSql
import com.chutneytesting.kotlin.util.HttpClient
import com.intellij.ide.util.PropertiesComponent
import com.intellij.notification.NotificationListener
Expand All @@ -17,7 +18,6 @@ import com.intellij.openapi.vcs.checkin.CheckinHandler
import com.intellij.openapi.vcs.ui.RefreshableOnComponent
import com.intellij.psi.PsiManager
import com.intellij.psi.search.searches.ReferencesSearch
import org.apache.commons.lang.StringEscapeUtils.escapeSql
import org.hjson.JsonValue
import org.hjson.Stringify
import java.awt.GridLayout
Expand Down
2 changes: 1 addition & 1 deletion kotlin-dsl/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chutneyVersion = 2.8.1-SNAPSHOT
chutneyVersion = 2.9.0

0 comments on commit 3ee2131

Please sign in to comment.