Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][API] Add Job Defile API #59

Merged
merged 4 commits into from
Jun 14, 2023

Conversation

xiaoqigh
Copy link
Contributor

Purpose of this pull request

Check list

@EricJoy2048 EricJoy2048 changed the title Add connector [Feature][API] Add Job Defile API Jun 14, 2023
@EricJoy2048 EricJoy2048 merged commit 374c400 into apache:add_canvas_job_define Jun 14, 2023
zhuchaoling pushed a commit to zhuchaoling/seatunnel-web that referenced this pull request Jul 17, 2023
EricJoy2048 added a commit that referenced this pull request Jul 17, 2023
* [Doc&Web] Improve readme add how to start seatunnel web (#51)

* Improve the readme

* Make support deploy by installer package

* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

* [Feature][DynamicForm] Add seatunnel dynamicform module (#49)

* [Improve][Pom] use revision (#53)

* add datasource module (#54)

* Add datasource config switcher (#55)

* [Improve][code style] Add spotless plugin to seatunnel web (#56)

* [Improve][checkstyle] remove maven checkstyle plugin from pom (#58)

* [Feature][datasource] Add datasource api (#57)

* [Feat][UI] Add datasource in this project.

* [Feat][UI] Add virtual table function.

* [Feature][API] Add Job Defile API (#59)

* improve the logging framework (#61)

* [Feat] Adding the sync task (#63)

* add dark light theme

* migrate sync-task file

* add deps

* feat: update datasource

* feat: update virtual-tables

* feat: update data-pipes

* feat: update user-manage

* [feat] Adding the synchronization task module.

* [MODIFY][SYNC TASK DEFINITION] Add synchronization task definition module (#62)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* fix: file not found (#60)

* [ADD][FUNCTION]Add synchronization task instance function (#65)

* Feat/sync task (#64)

* [ADD][FUNCTION]Add synchronization task instance function (#66)

* fix: build error (#67)

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher (#69)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* Fix: login redirect path (#68)

* Add canvas job define (#70)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

---------

Co-authored-by: Eric <[email protected]>
Co-authored-by: songjianet <[email protected]>
Co-authored-by: xiaoqigh <[email protected]>
Co-authored-by: zhangchengming601 <[email protected]>
EricJoy2048 pushed a commit to EricJoy2048/incubator-seatunnel-web that referenced this pull request Jul 17, 2023
EricJoy2048 added a commit that referenced this pull request Jul 17, 2023
* [Doc&Web] Improve readme add how to start seatunnel web (#51)

* Improve the readme

* Make support deploy by installer package

* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

* [Feature][DynamicForm] Add seatunnel dynamicform module (#49)

* [Improve][Pom] use revision (#53)

* add datasource module (#54)

* Add datasource config switcher (#55)

* [Improve][code style] Add spotless plugin to seatunnel web (#56)

* [Improve][checkstyle] remove maven checkstyle plugin from pom (#58)

* [Feature][datasource] Add datasource api (#57)

* [Feat][UI] Add datasource in this project.

* [Feat][UI] Add virtual table function.

* [Feature][API] Add Job Defile API (#59)

* improve the logging framework (#61)

* [Feat] Adding the sync task (#63)

* add dark light theme

* migrate sync-task file

* add deps

* feat: update datasource

* feat: update virtual-tables

* feat: update data-pipes

* feat: update user-manage

* [feat] Adding the synchronization task module.

* [MODIFY][SYNC TASK DEFINITION] Add synchronization task definition module (#62)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function (#65)

* Feat/sync task (#64)

* [ADD][FUNCTION]Add synchronization task instance function (#66)

* fix: build error (#67)

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher (#69)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* Fix: login redirect path (#68)

* Add canvas job define (#70)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

---------

Co-authored-by: songjianet <[email protected]>
Co-authored-by: xiaoqigh <[email protected]>
Co-authored-by: chaoling <[email protected]>
Co-authored-by: zhangchengming601 <[email protected]>
davidzollo pushed a commit that referenced this pull request Jul 19, 2023
* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

* [Feat][UI] Add 401 support.

* [Sync] Sync main branch to add_canvas_job_define branch (#52)

* [Doc&Web] Improve readme add how to start seatunnel web (#51)

* Improve the readme

* Make support deploy by installer package

* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

---------

Co-authored-by: songjianet <[email protected]>

* [Feature][DynamicForm] Add seatunnel dynamicform module (#49)

* [Improve][Pom] use revision (#53)

* add datasource module (#54)

* Add datasource config switcher (#55)

* [Improve][code style] Add spotless plugin to seatunnel web (#56)

* [Improve][checkstyle] remove maven checkstyle plugin from pom (#58)

* [Feature][datasource] Add datasource api (#57)

* [Feat][UI] Add datasource in this project.

* [Feat][UI] Add virtual table function.

* [Feature][API] Add Job Defile API (#59)

* improve the logging framework (#61)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [Feat] Adding the sync task (#63)

* add dark light theme

* migrate sync-task file

* add deps

* feat: update datasource

* feat: update virtual-tables

* feat: update data-pipes

* feat: update user-manage

* [feat] Adding the synchronization task module.

* [MODIFY][SYNC TASK DEFINITION] Add synchronization task definition module (#62)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* fix: file not found (#60)

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function (#65)

* Feat/sync task (#64)

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function (#66)

* fix: build error (#67)

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher (#69)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* Fix: login redirect path (#68)

* [MODIFY][FILE]Modify Dependent files

* Add canvas job define (#70)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

* fix: Removing the "incubator" text.

* fix: Removing empty lines.

* [FIX][ADD] license

* fix: Adding few licenses.

* [MODIFY[README] Modify readme file

* [MODIFY[SQL] Modify SQL File

---------

Co-authored-by: songjianet <[email protected]>
Co-authored-by: Eric <[email protected]>
Co-authored-by: xiaoqigh <[email protected]>
Co-authored-by: zhangchengming <[email protected]>
Co-authored-by: zhangchengming601 <[email protected]>
davidzollo pushed a commit that referenced this pull request Jul 26, 2023
* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

* [Feat][UI] Add 401 support.

* [Sync] Sync main branch to add_canvas_job_define branch (#52)

* [Doc&Web] Improve readme add how to start seatunnel web (#51)

* Improve the readme

* Make support deploy by installer package

* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

---------

Co-authored-by: songjianet <[email protected]>

* [Feature][DynamicForm] Add seatunnel dynamicform module (#49)

* [Improve][Pom] use revision (#53)

* add datasource module (#54)

* Add datasource config switcher (#55)

* [Improve][code style] Add spotless plugin to seatunnel web (#56)

* [Improve][checkstyle] remove maven checkstyle plugin from pom (#58)

* [Feature][datasource] Add datasource api (#57)

* [Feat][UI] Add datasource in this project.

* [Feat][UI] Add virtual table function.

* [Feature][API] Add Job Defile API (#59)

* improve the logging framework (#61)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [Feat] Adding the sync task (#63)

* add dark light theme

* migrate sync-task file

* add deps

* feat: update datasource

* feat: update virtual-tables

* feat: update data-pipes

* feat: update user-manage

* [feat] Adding the synchronization task module.

* [MODIFY][SYNC TASK DEFINITION] Add synchronization task definition module (#62)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* fix: file not found (#60)

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function (#65)

* Feat/sync task (#64)

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function (#66)

* fix: build error (#67)

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher (#69)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* Fix: login redirect path (#68)

* Add canvas job define (#70)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

* Merge main to add_canvas (#73)

* [Doc&Web] Improve readme add how to start seatunnel web (#51)

* Improve the readme

* Make support deploy by installer package

* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

* [Feature][DynamicForm] Add seatunnel dynamicform module (#49)

* [Improve][Pom] use revision (#53)

* add datasource module (#54)

* Add datasource config switcher (#55)

* [Improve][code style] Add spotless plugin to seatunnel web (#56)

* [Improve][checkstyle] remove maven checkstyle plugin from pom (#58)

* [Feature][datasource] Add datasource api (#57)

* [Feat][UI] Add datasource in this project.

* [Feat][UI] Add virtual table function.

* [Feature][API] Add Job Defile API (#59)

* improve the logging framework (#61)

* [Feat] Adding the sync task (#63)

* add dark light theme

* migrate sync-task file

* add deps

* feat: update datasource

* feat: update virtual-tables

* feat: update data-pipes

* feat: update user-manage

* [feat] Adding the synchronization task module.

* [MODIFY][SYNC TASK DEFINITION] Add synchronization task definition module (#62)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* fix: file not found (#60)

* [ADD][FUNCTION]Add synchronization task instance function (#65)

* Feat/sync task (#64)

* [ADD][FUNCTION]Add synchronization task instance function (#66)

* fix: build error (#67)

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher (#69)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* Fix: login redirect path (#68)

* Add canvas job define (#70)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

---------

Co-authored-by: Eric <[email protected]>
Co-authored-by: songjianet <[email protected]>
Co-authored-by: xiaoqigh <[email protected]>
Co-authored-by: zhangchengming601 <[email protected]>

* Fix confix (#74)

* [Doc&Web] Improve readme add how to start seatunnel web (#51)

* Improve the readme

* Make support deploy by installer package

* [Feat][UI] Add component of dynamic form in this project.

* [Feat][UI] Add chinese locale in the project.

* [Fix][UI] Fix the problem that the fillet is reset after refreshing.

* [Feature][DynamicForm] Add seatunnel dynamicform module (#49)

* [Improve][Pom] use revision (#53)

* add datasource module (#54)

* Add datasource config switcher (#55)

* [Improve][code style] Add spotless plugin to seatunnel web (#56)

* [Improve][checkstyle] remove maven checkstyle plugin from pom (#58)

* [Feature][datasource] Add datasource api (#57)

* [Feat][UI] Add datasource in this project.

* [Feat][UI] Add virtual table function.

* [Feature][API] Add Job Defile API (#59)

* improve the logging framework (#61)

* [Feat] Adding the sync task (#63)

* add dark light theme

* migrate sync-task file

* add deps

* feat: update datasource

* feat: update virtual-tables

* feat: update data-pipes

* feat: update user-manage

* [feat] Adding the synchronization task module.

* [MODIFY][SYNC TASK DEFINITION] Add synchronization task definition module (#62)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function (#65)

* Feat/sync task (#64)

* [ADD][FUNCTION]Add synchronization task instance function (#66)

* fix: build error (#67)

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher (#69)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* Fix: login redirect path (#68)

* Add canvas job define (#70)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

---------

Co-authored-by: songjianet <[email protected]>
Co-authored-by: xiaoqigh <[email protected]>
Co-authored-by: chaoling <[email protected]>
Co-authored-by: zhangchengming601 <[email protected]>

* [FIX][ADD] license (#80)

* [ADD][SYNC TASK DEFINITION]

* [ADD][SYNC TASK DEFINITION] POM File

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][FUNCTION]Add synchronization task instance function

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [ADD][Switcher]Add SqlServerDataSourceConfigSwitcher And MysqlDatasourceConfigSwitcher

* [MODIFY][FILE]Modify Dependent files

* [FIX][ADD] license

* [IMPROVE] Add plugin isolation function

* [IMPROVE] Let STWeb run in the background

* [IMPROVE] Add License

* [IMPROVE] Add License

* [BUGFIX] Fix Transform bug

* [LICENSES] Add Dependency licenses

---------

Co-authored-by: songjianet <[email protected]>
Co-authored-by: Eric <[email protected]>
Co-authored-by: xiaoqigh <[email protected]>
Co-authored-by: chaoling <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants