-
Notifications
You must be signed in to change notification settings - Fork 258
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
fix: file not found #60
Merged
davidzollo
merged 1 commit into
apache:add_canvas_job_define
from
WhaleOps:fix/file-not-found
Jul 10, 2023
Merged
fix: file not found #60
davidzollo
merged 1 commit into
apache:add_canvas_job_define
from
WhaleOps:fix/file-not-found
Jul 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davidzollo
approved these changes
Jul 10, 2023
zhuchaoling
added 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]>
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]>
3 tasks
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When building, it shows a file not found error.