* fix(TUP-30269) Snowflake components having schema cannot retrieve column
name in Japanese
* TUP-30269 fix when uncheck allowspecialchar will generate column0 always
* TUP-30269 add junit
Add dependency jars from parent job, child job to ci job dependencies, the dependency jars is the latest version in parent and the latest version in child job, others is optional.
* fix(TUP-28893)Support more types of artifact for share libs
https://jira.talendforge.org/browse/TUP-28893
* ignore snapshot
* Maintenance/7.3 (#3774)
* fix(TUP-28983):Can't switch to another version on Impala connection (#3741) (#3758)
* fix(TUP-28846): Export Type Dropdown is empty when publishing Big Data (#3703)
Batch jobs job into Artifact Repository for Talend Studio 7.2 and 7.3
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: apoltavtsev <apoltavtsev@gmail.com>
* Maintenance/7.3 (#3775)
* fix(TUP-28983):Can't switch to another version on Impala connection (#3741) (#3758)
* fix(TUP-28846): Export Type Dropdown is empty when publishing Big Data (#3703)
Batch jobs job into Artifact Repository for Talend Studio 7.2 and 7.3
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: apoltavtsev <apoltavtsev@gmail.com>
* Maintenance/7.3 (#3776)
* fix(TUP-28983):Can't switch to another version on Impala connection (#3741) (#3758)
* fix(TUP-28846): Export Type Dropdown is empty when publishing Big Data (#3703)
Batch jobs job into Artifact Repository for Talend Studio 7.2 and 7.3
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: apoltavtsev <apoltavtsev@gmail.com>
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
* Revert bugfix(TESB-30661) Wrong artifact version of the job called by a route
* modify for nexus2
* support classifier for artifact repository
* add getClassifier and junits
* remove snapshot judgment
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: apoltavtsev <apoltavtsev@gmail.com>
* TUP-28944 fix the number format problem introduced by different locale.
* TUP-28944 make format method suitable to test.
* TUP-28944 add unit test for format a number.
* TUP-28944 fix the unit test.
* feat(TUP-28758)Add a warning when we login to a project and if there is
migration to do
* feat(TUP-28758)Add a warning when we login to a project and if there is
migration to do
* update warning info
* format code
* Add a warning when we login to a project and if there is migration to do
* collect warnings in one dialog
* remove nexus warning dialog
* update login info
* adjust warning content
* adjust warning content
* adjust warning content
* remove useless cases
* add junits
* update method and junits
* modify the text
* get right monthly patch name
* modify project patch version name
* remove Talend word in warning message
* feat(TUP-23827):Runtime Lineage for studio.
* feat(TUP-23827):improve and add junits for Runtime Lineage.
* feat(TUP-23827):TUP-28161[bug]runtimelineage.prefs will generate
reproduced jobid+version。
* feat(TUP-23827):TUP-28186[bug]runtimelineage.prefs better remove job
version
* fix(TDI-44670): Runtime Lineage - Finalize component part
* fix the compiler issue for null value
* Revert "fix the compiler issue for null value"
This reverts commit 227fbb99bb.
* fix the compiler and NPE issue
* feat(TUP-23827):only support for DI jobs if selected "Use runtime
lineage for all jobs".
* feat(TUP-28539):Enhance GUI of Runtime Lineage.
* fix the compiler issue
* make private
* feat(TUP-28539):improve for Enhance GUI of Runtime Lineage.
* fix the compiler issue
* feat(TUP-28539):improve to filter dataviewer/guess schema for Enhance
GUI of Runtime Lineage.
* feat(TUP-28539):fix a path bug for Enhance
GUI of Runtime Lineage.
Co-authored-by: wwang-talend <wwang@talend.com>
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* add junit
* add junits
* add junits
* chore(TUP-26710):update version
* Set version to 7.3.1 PATCH
* chore(TUP-26710):update version for feature.xml
Co-authored-by: Jenkins Continuous Build server <jenkins@tal-rd02.talend.lan>
Moved interface IWebServiceHook from mdm bundle and renamed to IMDMWebServiceHook,re-use the implemented webservice hook in mdm for both mdm & di side to establish mdm connection token.
Add unit test to check presence of the required header that containing token.