* feat(TUP-29018): Rearrange single routines into jars
* feat(TUP-29019): Generation and Build: Build routine jars in different
maven projects.
* feat(TUP-29019): Build routine jars in different maven projects
* feat(TUP-29019): fix codesjar cache and update job maven project
problem
* feat(TUP-29019): fix several issues
* feat(TUP-29943):codejars under recycle bin should be hierarchy (#3979)
* feat(TUP-29943):codejars under recycle bin should be hierarchy
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):codejars under recycle bin should be hierarchy
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014): refactor codesjar resource cache
* feat(TUP-29943):delete codejar forever should also delete child code
(#3985)
items, include delete forever from recycle bin and empty recycle bin
Restore code should also restore parent node codeJar
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):Fail to import custom Routine jar (#3987)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014): fix codesjar dependencies can't set required issue
* feat(TUP-29943):delete forever should also delete codejar folder
(#3991)
should not have duplicate nodes in import dialog
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):delete forever should also delete codejar folder
(#3992)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):import no value present issue and import to change
inner (#4000)
code
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29019):fix missing codesjar module in CI without -pl
* feat(TUP-29019): improve update codesjar project logic
* feat(TUP-29014): fix generate pom and sync inner code issues
* feat(TUP-29014): fix opeing ref inner codes issue
* feat(TUP-29014): fix missing codesjars module for regenerate poms
issue
* feat(TUP-29943):delete folder issue and build job routinesJar (#4003)
* feat(TUP-29943):delete folder issue and build job routinesJar
relationship
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):make impact analysis work for beansjar
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix several import issue and build code jar problem
* feat(TUP-29014): avoid to fail all install if some code jar projects
got
problem
* feat(TUP-29943): rename codejar should update package and folder path
(#4012)
for inner code
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):export and import to deploy libs issue (#4020)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix retrieve jar from nexus and aggregate build code
jar
project issues
* feat(TUP-29014):fix several missing class in jar for custom jar issues
* feat(TUP-29014): update ref code projects after resolved dependencies
* Revert "feat(TUP-29014): update ref code projects after resolved
dependencies"
This reverts commit e9256e359f.
* feat(TUP-29014): support shot class name for custom jars in component
* feat(TUP-29943):rename issues (#4044)
* feat(TUP-29943):rename issues
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943)disable duplicate for codejar and innercode
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-29014):fix generating code error.
* feat(TUP-29014): improve update codesjar project performance and fix
regression
* feat(TUP-29014):fix rename regressions and improve import performance
* feat(TUP-29943):fix some copy paste issues (#4069)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix codesjar modules not share problem
* feat(TUP-29014):fix git collaborative work issues
* feat(TUP-29943):image issue (#4071)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix compilation error
* feat(TUP-29014):fix git pull deadlock and ref inner code sync issues
* fix(TESB-32252):Bundle is not compatible with this blueprint extender
Co-authored-by: Jane Ding <jding@talend.com>
Conflicts:
main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/model/ProxyRepositoryFactory.java
main/plugins/org.talend.core/src/main/java/org/talend/designer/runprocess/ProcessorUtilities.java
main/plugins/org.talend.designer.maven/src/main/java/org/talend/designer/maven/tools/creator/CreateMavenJobPom.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/ModulesNeededProvider.java
* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458
* feat(TUP-20459)Final implementation for the runtime part, make sure
resources can be used by studio/jobserver/build job zip
https://jira.talendforge.org/browse/TUP-20459
* fix(TUP-20630)[BUG] Resource job throw FileNotFoundException if moved
the location
https://jira.talendforge.org/browse/TUP-20630
Set the resource context value shorter like(folder/test.txt),Change the
resource runtime context value to resource dependency path.
* feat(TUP-20457)Add resources from repository to DI features
Added a ResourceItem model
https://jira.talendforge.org/browse/TUP-20457
* fix(TUP-20630) runtime resource dependency for tRunjob
* feat(TUP-20460) Resource dependency can be used in BD job
* feat(TUP-20460) Changes of improve Resource Dependencies
* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703
* feat(TUP-20703)remove resource type from repository context view and
popup warn message when changing context var type and when removing
context var
* feat(TUP-20703) Refresh dependency table after MoveObjectAction
execute(move Resource node to another folder)
* fix(TUP-20746)[BUG] can't dataview on tFileInputDelimited when use
resource file
https://jira.talendforge.org/browse/TUP-20746
* fix(TUP-20779)[BUG]Can't find resource item in multi level nested job
https://jira.talendforge.org/browse/TUP-20779
* feat(TUP-20703)Resource Dependencies Improvements
Make sure no more get dependency from additional properties
RESOURCES_PROP (except dependency editor table)
* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
* ERepositoryObjectType.valueOf("METADATA_EDIFACT");
* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18323):Implement the drag&drop of NFC JDBC
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* fix(TUP-5360): Retrieve Salesforce Modules option is missing
Conflicts:
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/runtime/services/IGenericWizardService.java
* feat(TUP-18322):retrieve JDBC schema
* feat(TUP-18459):Have a real dynamic combo box for the db type
* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode
* feat(TUP-18322):retrieve JDBC schema
* feat(TUP-18324):Edit jdbc connection
* feat(TUP-18324):Edit jdbc connection
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18461):Have a display category on the connections same as
before
* Revert "feat(TUP-18461):Have a display category on the connections same as before"
This reverts commit 9158545ce7.
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18461):have a display category on the connections same as
before
* feat(TUP-18532):[bug] Cannot unlock node after clicking Finish on the
Wizard
* feat(TUP-18533):[bug] Cannot check successful if using context mode;
* feat(TUP-18533):[bug] Cannot check successful if using context mode;
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection
* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection
* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection
* feat(TUP-18462):make the sql builder works on the repository.
* feat(TUP-18462):make the sql builder works on the repository.
* feat(TUP-18431):support the driver table widget in studio
* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC
* feat(TUP-18548):[bug] Cannot "Revert Context" if switch to other DBType
and switch back
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18846):[bug] table name isn't show in Query
* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard
* feat(TUP-18860):[bug] table list are wrong for jdbc-oralce after
clicking refresh in sqlbuilder->data structure
* feat(TUP-18895):[bug] Name cannot be updated if updating it in creation
Wizard
* feat(TUP-18898):[bug] "Choose context" doesn't show if context has two
groups when test connection
* feat(TUP-18864):[bug] Save button next to Property Type doesn't work
* feat(TUP-18864):[bug] Save button next to Property Type doesn't work
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
* feat(TUP-19089):Unable to select or deselect used variables in select
context variables window
* Revert "feat(TUP-19089):Unable to select or deselect used variables in select context variables window"
This reverts commit a55e403103.
* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode
* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode
* support the complex context converter
* improve the complex context converter
* fix(TDI-39697): The "Use custom object" in module list view doesn't work
well for tjdbcoutput as it require the custom value must exists in the
list above
* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp
* TUP-19206:[bug]Cannot move jdbc connection to folder
* feat(TUP-19244):DriverClass and MappingFile do not support context model
* feat(TUP-19244):junit
* feat(TUP-18918):[bug] Schema is out of the "Table schemas" folder if
adding it in Retrieve Wizard
* feat(TUP-19231):[bug]migration: Existing JDBC database cannot show after
checking "Overwrite existing items"
* TDQ-14655 JDBC connection can be moved (#1376)
* feat(TUP-19204):[bug] migration: "Driver Class", "UserId","Password" are
missing after D&D schema to job as tJDBCInput
* fix(TDI-39864):[bug] Canot D&D JDBC to MR job
* fix(TDI-39244): integrate jdbc components to studio
* feat(TUP-18461) fix issues with mvn uri
* fix(TUP-19317):fix the catalog schema setup