* fix(TDI-44623): [OBSERVABILITY] : add PID and (Thread-ID OR UUID)
information
* decrease the expensive call number for getting pid
* fix(TDI-44807): Observability: initialize moment only when necessary
* fix(TDI-44806): Observability: Add customization for event frequency
* 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>
Fix: TUP-28372 Modules Tab is not updated when switching branches. (Fix a problem when switching branch may cause wrong save operation )
https://jira.talendforge.org/browse/TUP-28372
* tup-28322 remove networkValid and call method only once.
* add to createNewsPage
* add accessable
* change spelling mistake accessible
* use updateHistory to avoid call two times
* fix(TUP-26329)impala metadata not in sync with the impala component
(#3118)
* fix(TUP-26329)impala metadata not in sync with the impala component
* fix(TUP-26329)impala metadata not in sync with the impala component
* fix(TUP-26329)impala metadata not in sync with the impala component
Conflicts:
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/metadata/designerproperties/RepositoryToComponentProperty.java
* fix when "revert context", the "Additional JDBD Settings" is still (#3174)
context value like
context.cdh513judy_impala1_hiveAdditionalJDBCParameters, which should be
the detailed value.
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
* fix(TUP-28180):[bug]Only latest version deleted from root pom when check
"Exclude deleted items" and delete to recycle bin
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28205):[bug] items not removed from pom file by default if the
imported items have some in recycle bin before
https://jira.talendforge.org/browse/TUP-28205
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28205):[bug] items not removed from pom file by default if the
imported items have some in recycle bin before
https://jira.talendforge.org/browse/TUP-28205
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TDI-44457): added precision check for Datetime and Timestamp datatypes.
* fix(TDI-44457): Remove default precision value
* fix(TDI-44457): add default precision 3 (to be tested)
* fix(TDI-44457): enable precision for Timestamp only (to be tested)
* 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
* Fix TDQ-18565 Cannot save Hive metadata object with context variables
- if the analysis didnot use the current db, can pass
- if any analysis use this db, popup let the user select
* FIx TDQ-18565
* Fix TDQ-18565 backport to 73
Co-authored-by: root <root@LT-D9QV733>
* TUP-27416 Validate network, timeout value read from nexus timeout preference configuration .
* TUP-27416 transmit timeout as a parameter to check nexus network validation.
* TUP-27416 Combine same get timeout function in different place.
* TUP-27416 Refactor , extract constant for reuse.
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
Co-authored-by: hwang-talend <hwang@talend.com>
* 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>
retrieve tables (#3231)
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896
* fix(TUP-26896)retrieve schema on sybase 16 anywhere metadate get empry
value
https://jira.talendforge.org/browse/TUP-26896
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896
Conflicts:
main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/DBConnectionFillerImpl.java
* fix(TUP-26728):The parent DI job misses to load some required libraries
from the Spark job
* fix(TUP-26728):Missing spark dependencies when using test cases
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
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.
* fix(TUP-25889)Display issue for the line between Linker source and (#3103)
* fix(TUP-25889)Display issue for the line between Linker source and
target on Mac and Ubuntu
* fix(TUP-25889)Display issue for the line between Linker source and
target on Mac and Ubuntu
* fix column names are same issue (#3155)
* fix mac os display issue (#3160)
* bugfix(TUP-25965) Synchronize test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures
* bugfix(TUP-25965) Ignore test failures
* bugfix(TUP-25965) Skip tests when running job
* fix(TUP-25965): Call service to check is build job or not
| Patch Name | Patch\_20201005\_TPS-4452\_v1-7.3.1 |
| Release Date | 2020-10-05 |
| Target Version | 20200219\_1130-V7.3.1 |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
**NOTE**: For information on how to obtain this patch, reach out to your Support contact at Talend.
## Fixed issues
This patch contains the following fixes:
- TPS-4452 [7.3.1] Job fails with Stream closed exception when executed on Job server (TDI-44962)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 7.3.1 with 7.3.1-R2020-09 patch must be installed.
## Installation
### Installing the patch using Software update
1) Logon TAC and switch to Configuration->Software Update, then enter the correct values and save referring to the documentation: https://help.talend.com/reader/f7Em9WV_cPm2RRywucSN0Q/j9x5iXV~vyxMlUafnDejaQ
2) Switch to Software update page, where the new patch will be listed. The patch can be downloaded from here into the nexus repository.
3) On Studio Side: Logon Studio with remote mode, on the logon page the Update button is displayed: click this button to install the patch.
### Installing the patch using Talend Studio
1) Create a folder named "patches" under your studio installer directory and copy the patch .zip file to this folder.
2) Restart your studio: a window pops up, then click OK to install the patch, or restart the commandline and the patch will be installed automatically.
<descriptionurl="http://www.talend.com/online/featuresdescription.html#commons-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#commons-feature</description>
<descriptionurl="http://www.talend.com/online/featuresdescription.html#core-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#core-feature</description>
<descriptionurl="http://www.talend.com/online/featuresdescription.html#help-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#help-feature</description>
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.