Skip to content

Releases: apache/seatunnel-web

1.0.2

24 Oct 16:43
Compare
Choose a tag to compare

What's Changed

  • Update doc of jwt.secretKey by @Hisoka-X in #169
  • Update .asf.yaml by @Hisoka-X in #173
  • [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web by @arshadmohammad in #170
  • [Bug] [Seatunnel-web] gc.log, nohup.out is created outside of logs directory by @arshadmohammad in #172
  • [Bug] [Seatunnel-web] Seatunnel-web always requires the cluster name to be seatunnel by @arshadmohammad in #174
  • add icon by @liunaijie in #156
  • Update README.md for fix the seatunnel.sh cmd by @zhangm365 in #158
  • Revert "Update README.md for fix the seatunnel.sh cmd" by @Hisoka-X in #175
  • [Feature][Seatunnel-web] Add FakeSource and Console data sources into seatunnel-web by @arshadmohammad in #176
  • [Improve][feature][Bug] Add Tooltip and Fix Design Issue In the Task Definition by @SachinS10-lab in #171
  • [Improvement][Seatunnel-web] Bump frontend-maven-plugin from 1.11.3 to 1.15.0 and slf4j.version from 1.7.25 to 1.7.36 by @arshadmohammad in #177
  • [Bug] [Seatunnel-web] seatunnel-web start and plugin download scripts by default do not have execute permission by @arshadmohammad in #178
  • [Bug][Seatunnel-web] Jwt Algorithm is hardcoded. Use the configured j… by @BilwaST in #179
  • [Improvement][Seatunnel-web] Add support to execute seatunnel-web REST API e2e by @arshadmohammad in #180
  • [Improvement][Seatunnel-web] Execute job REST API should be of type POST, not GET by @arshadmohammad in #183
  • [Build] Update snapshot version to 1.0.2 by @Hisoka-X in #182
  • [Feature][Seatunnel-web] Add support to create job with single API by @arshadmohammad in #184
  • [Fix]Fix the run_time calculation to account for missing days. by @XIAOKUOAIyang in #185
  • [Bug] [Seatunnel-web] Validation messages are wrong by @arshadmohammad in #186
  • [Bug] [Seatunnel-web] Create log directory if it does not exist. by @arshadmohammad in #187
  • [Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7 by @arshadmohammad in #190
  • [Feature] [Seatunnel-web] Add support to execute job with parameter through API. by @arshadmohammad in #193
  • [Chore] Code clean by @ZhangWeike2000 in #192
  • [Bug] [Seatunnel-web] When job execution initialization fails, the job execution status remains unchanged. by @arshadmohammad in #194
  • [Bug] [Seatunnel-web] GET /seatunnel/api/v1/job/executor/resource API is not using logged-in user. by @arshadmohammad in #195
  • [Improvement] [Seatunnel-web] Add support to provide reason for job failure by @arshadmohammad in #196
  • [Improvement] [Seatunnel-web] Add API to get job execution status. by @arshadmohammad in #197
  • [Improvement] [Seatunnel-web] Add API to get and update job definition. by @arshadmohammad in #198
  • [Improvement] [Seatunnel-web] Improve code in DatasourceServiceImpl,SeaTunnelEngineMetricsExtractor etc. by @arshadmohammad in #199
  • [Bug] [Seatunnel-web] GET /seatunnel/api/v1/job/definition fails when job mode is passed by @arshadmohammad in #201
  • [Bug] [Seatunnel-web] Job instance delete is not working by @arshadmohammad in #200
  • [Improvement] [Seatunnel-web] velocity-1.7.jar have multiple CVEs, upgrade all maven plugins which depend on this. by @arshadmohammad in #202
  • [Bug] [Seatunnel-web] Job mode is hardcoded, job create API is always creates BATCH job by @arshadmohammad in #203
  • [Bug][Seatunnel-web] Task instance filter is not working as expected by @arshadmohammad in #204
  • [Bug] [Seatunnel-web] [Metrics] NPE while fetching metrics from seatunnel-engine. by @arshadmohammad in #206
  • [Improve] Update README.md for version 2.3.8 by @Hisoka-X in #207
  • [Improve][SeaTunnel-Web] Change JobStatus to enum type to avoid hard coding by @wuchunfu in #205
  • [Feature][Seatunnel-web]Add support to configure placeholder with default value in the job config. by @arshadmohammad in #208
  • [Improvement][Seatunnel-web] dom4j-1.6.1.jar has multiple CVEs, updat… by @BilwaST in #209
  • [Improve][SeaTunnel-Web] Change JobMode and EngineType to enum type to avoid hard coding by @wuchunfu in #210
  • [Improve][SeaTunnel-Web] Unified version by @wuchunfu in #212
  • [Bug] [Seatunnel-web][Hive] Hive data source is not appearing in UI during the configuration of the Hive source. by @arshadmohammad in #211
  • [Improve][SeaTunnel-Web] Unified use of JSONUtils by @wuchunfu in #214
  • [Bug][Seatunnel-web][Hive] An error occurred during the attempt to save a job using the Hive connector. by @arshadmohammad in #216
  • [Improvement][Seatunnel-web] Rename package com.whaleops.datasource to org.apache.seatunnel by @arshadmohammad in #217
  • [Improvement][Seatunnel-web][Hive-JDBC] Add Hive-JDBC into seatunnel-web by @arshadmohammad in #218
  • [Improvement][Seatunnel-web] Support H2 database in integration tests by @arshadmohammad in #219
  • [Bug][Seatunnel-web][DB2] DB2 Datasource fails due to improper use of database and schema names. by @arshadmohammad in #220
  • [Bug] [Seatunnel-web] HiveJDBC should not be used as a sink datasource by @arshadmohammad in #223
  • [Bug][Seatunnel-web][Hive] Filter system databases by @arshadmohammad in #222
  • [Bug] [Seatunnel-web] [HiveJDBC] Duplicate columns are displayed in source by @arshadmohammad in #221
  • [Doc]init deploy readme optimize by @JohnTeslaa in #224
  • [Bug][Seatunnel-web] Escape seatunnel-web placeholders by @arshadmohammad in #225
  • [Improvement][Seatunnel-web] Bump seatunnel version from 2.3.7 to 2.3.8 by @arshadmohammad in #226
  • [Bug][Seatunnel-web] download_datasource.sh fails due to missing mvnw command by @arshadmohammad in #227
  • [Bug][Seatunnel-web][Addendum] Escape seatunnel-web placeholders by @arshadmohammad in #228
  • [Improve][SeaTunnel-Web] Update README_CN.md for version 2.3.8 by @wuchunfu in #229
  • [Improvement][Seatunnel-web] Document Placeholder feature by @arshadmohammad in #230
  • [Improvement] [Seatunnel-web] Add support to provide reason for job f… by @BilwaST in #231
  • [Bug] [Seatunnel-web] Tasks pagination is not working by @BilwaST in #232

New Contributors

Full Changelog: 1.0.1...1.0.2