Compare commits

...

2173 Commits

Author SHA1 Message Date
apoltavtsev
1da40e9872 Update JavaProcessor.java 2021-04-21 12:03:31 +02:00
kjwang
b2418a7fa8 Kjwang/fix tup 21090 fix command line load image error p73 (#6125) (#6126)
* TUP-21090 Support connection component for tacokit (Fix command line
load image error)
https://jira.talendforge.org/browse/TUP-21090
2021-04-20 11:29:01 +08:00
Zhiwei Xue
3c97bcec21 fix(TUP-31027):[performance] studio will hang when import a special job (#6117) 2021-04-19 15:35:38 +08:00
hcyi
f1a744087f fix(TUP-30793):to fix the password problem of RabbitMQ. (#6119) 2021-04-19 15:27:47 +08:00
bhe-talendbj
78875aa07f chore(TUP-30992): fix junits (#6113) 2021-04-19 14:18:14 +08:00
wang wei
b92b87a962 fix(TDI-45577): Job using snowflake dynamic schema fails with special char (#6095) (#6109) 2021-04-19 10:07:15 +08:00
kjwang
d51d82cc45 Kjwang/fix tup 31145 tck guess schema m (#6100)
* kjwang/Feat TUP-21090 Support connection component for tacokit
https://jira.talendforge.org/browse/TUP-21090
2021-04-19 09:19:44 +08:00
Oleksandr Zhelezniak
6c692e532b feat(TDI-45323): new auth provider web token (#6105)
* replace checkbox with drop-down credential provider list
* migration task
2021-04-16 10:10:20 +03:00
Max
6abda3ebc3 fix(TBD-12112): master merge (#6103) 2021-04-15 20:46:46 +03:00
zyuan-talend
5adae818b8 fix(TUP-29284): only show proposals for enabled categories(proposal (#6070) (#6078)
kinds).
2021-04-15 17:13:42 +08:00
jiezhang-tlnd
afde0a42c6 fix(TUP-30992)force to use the 4.13.2 (#6072) 2021-04-15 16:14:41 +08:00
hcyi
e98345c59c feat(TUP-30291):Add Suggestable support for Table options (List<Row>) in (#6086)
Studio.
2021-04-15 12:04:41 +08:00
SunChaoqun
dd6c8206d5 APPINT-32688:R2021-03 issue with tDB*** using datasource (#6091) 2021-04-15 10:25:25 +08:00
Zhiwei Xue
2856a04a07 fix(TUP-30791): remove setup code dependencies action for testcase (#6093) 2021-04-14 16:54:17 +08:00
hcyi
bf2cb58a75 fix(TUP-30438):Issue when updating snowflake table using tELTOutput. (#5885)
* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.

* fix(TUP-30438):add junits

* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.

* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.

* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.
2021-04-14 16:18:12 +08:00
Oleksandr Zhelezniak
6afa3beb27 Revert "feat(TDI-45746): fix date context variable (#5987)" (#6079)
This reverts commit c806d643df.
2021-04-14 10:32:11 +03:00
hzhao-talendbj
d4b22d84c7 fix(TUP-30625): update maven project after convert jobscript to job (#6071) 2021-04-14 11:32:25 +08:00
hcyi
f39ed39630 fix(TUP-30458):Studio throw Unhandled event loop exception when click in blank of the panel in "Import External Library". (#5958)
* fix(TUP-30458):Studio throw Unhandled event loop exception when click in
blank of the panel in "Import External Library".

* fix(TUP-30458):Studio throw Unhandled event loop exception when click in
blank of the panel in "Import External Library".
2021-04-14 09:51:58 +08:00
Richard Lecomte
79768c7b87 Rlecomte/tdi 45014 sftp double auth master (#6080)
* TDI-44342 : Ignore microseconds in BigQuery datetime (#4798)

* TDI-44342 : Ignore microseconds in BigQuery datetime

* TDI-44342 : Ignore microseconds in BigQuery datetime

Fixed for BigQuerySQLRow component

* TDI-45147 : tGsCopy issue

Cherry-pick from maintenance/7.3

* TDI-45147 : tGsCopy issue

Cherry-pick from maintenance/7.3

* TDI-45014 : SFTP auth with password and public key (#6030)

* TDI-45014 : SFTP auth with password and public key

* TDI-45014 : SFTP auth with password and public key

* TDI-45014 : SFTP auth with password and public key

* TDI-45014 : SFTP auth with password and public key

Added parenthesis

* TDI-45014 : SFTP auth with password and public key

Smarter getPassword method
2021-04-13 12:22:47 +02:00
Jane Ding
7f59c8aba8 fix(TUP-30849):Improve build Job performance (#6077)
https://jira.talendforge.org/browse/TUP-30849

Signed-off-by: jding-tlnd <jding@talend.com>
2021-04-13 18:01:00 +08:00
jiezhang-tlnd
dd29ea5228 feat(TUP-30381)Support greenplum driver for Greenplum Database in studio (#6075)
(#5995)

* feat(TUP-30381)Support greenplum driver for Greenplum Database in
studio
metadata
https://jira.talendforge.org/browse/TUP-30381

Conflicts:
	main/plugins/org.talend.repository/plugin.xml

* remove hard code

* add dbversion for greenplum

* Add REPOSITORY_VALUE for Greenplum components

* set right dbversionString

Conflicts:
	main/plugins/org.talend.repository/plugin.xml
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/model/migration/ChangeGreenplumDefaultDriverMigrationTask.java
2021-04-13 16:46:17 +08:00
Jane Ding
807a0e12e6 fix(TUP-29033):Fail to run testcase in studio and CI (#6073)
https://jira.talendforge.org/browse/TUP-29033
2021-04-13 14:33:43 +08:00
sbliu
543b2f9fa5 feat(TUP-30358) Enhance Data Collector - Route usage details 2021-04-13 10:57:42 +08:00
wang wei
8875ae5e5a fix(TDI-45815): CVE: xstream-1.4.15.jar (#6068) 2021-04-12 10:19:44 +08:00
Dmytro Sylaiev
5bb5a0902f fix(TDI-45642): Count key columns (#6039) (#6064)
* fix(TDI-45642): Count key columns

* fix(TDI-45642): Fix another regression related to dynamic schema
2021-04-09 11:00:56 +03:00
Zhiwei Xue
c7862e4f7b fix(TUP-30783):Support inner routine with the same name in different (#6066)
custom jar.
2021-04-09 15:50:39 +08:00
Zhiwei Xue
be7d2c79e9 feat(TUP-29952):Change "Assign Routine to" action to "Copy Routine to". (#6063) 2021-04-09 15:49:25 +08:00
Dmytro Sylaiev
21b75d6099 fix(TDI-42478): tFTPConnection : SSL/TLS Client Authentication does not work : no suitable certificate found - continuing without client authentication (#5971) (#6057)
Co-authored-by: s.bovsunovskyi <s.bovsunovskyi@globallogic.com>

Co-authored-by: s.bovsunovskyi <s.bovsunovskyi@globallogic.com>
2021-04-08 13:59:48 +03:00
Zhiwei Xue
91eddaf70d fix(TUP-30786):Avoid to click finish button more than once when do (#6054)
create custom routine jar/bean jar.
2021-04-08 18:43:28 +08:00
clesaec
bd99877bf2 TDI-45786 - add charset on dynamic (#6027) (#6058)
* TDI-45786 - add charset on dynamic
2021-04-08 11:46:58 +02:00
hcyi
256c1802f5 fix(TUP-30731):tELTPostgresqloutput context not work when checked "use (#6056)
update statement without subqueries"
2021-04-08 14:57:15 +08:00
nrousseau
0a8c2b7e8d feat(TUP-30475): Test of lite studio (#5848)
* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

* Revert "feat(TUP-30475): Test of lite studio"

This reverts commit ed8ebf61f9.

* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

* feat(TUP-30475): Test of lite studio

Co-authored-by: Chao MENG <cmeng@talend.com>
2021-04-08 14:25:23 +08:00
hzhao-talendbj
06ebcab4a4 feat(TUP-30347): Remove the usage of ATL / EMF migration system (#5962)
* feat(TUP-30347): Remove the usage of ATL / EMF migration system

* feat(TUP-30347): Remove the usage of ATL EMF migration system

* TUP-30347 remove from feature

* TUP-30347 remove from feature

* TUP-30347 remove from feature

* TUP-30347 remove from feature

* TUP-30347 remove migration task

* TUP-30347 revert remove org.talend.repository.metadata.test
2021-04-08 11:58:30 +08:00
hcyi
ac8598bd91 fix(TUP-30793):TCK Datastore on studio Metadata. (#6051) 2021-04-08 11:20:41 +08:00
bhe-talendbj
b166a6bcf1 feat(TUP-30047): Need support of tRunJob with Dynamic Job option enabled on test cases / CI/CD (#6007) (#6033)
* fix(TUP-30047): Correct classpath for tRunJob in CI mode

* feat(TUP-30047): support running dynamic jobs

* feat(TUP-30047): change location of classpath.jar if running ci test
2021-04-07 16:45:25 +08:00
zyuan-talend
be5a392539 fix(TUP-30345):remove nooutput warning with tJDBCRow, tJDBCCommit and (#6052)
derivative components
2021-04-07 15:09:43 +08:00
wang wei
722526f024 fix(TDI-45650): [7.3.1] tDeltaLakeOutput- not handling the updates when we are using Dynamic schema(#5908) 2021-04-07 14:46:17 +08:00
Dmytro Sylaiev
b0295761ab fix(TDI-45776): Bump slf4j-jdk14 version to make it downloadable (#6017) (#6043)
* fix(TDI-45776): Bump slf4j-jdk14 version to make it downloadable

* fix(TDI-45776): Apply also for tBonitaInstantiateProcess
2021-04-06 12:04:30 +03:00
Zhiwei Xue
32dc1fb99a fix(TUP-30780):Only check used custom jars when run/build Job (#6042) 2021-04-06 15:53:11 +08:00
Zhiwei Xue
43f7516281 fix(TUP-30977):test run map using custom routines and beans doesn't work (#6024)
after switch branch
2021-04-06 12:06:25 +08:00
Laurent BOURGEOIS
c9ce8f226e Resolve conflicts (#6038) 2021-04-02 17:40:51 +02:00
AlixMetivier
2d8f4cf47e feat(TBD-11317): allow tS3Configuration to work with assume role in joblet (#5980) (#6032) 2021-04-01 14:13:42 +02:00
pyzhou
c2b5ee3979 fix(TDI-45834):tFileCopy change module name (#6020) 2021-03-31 16:49:27 +08:00
Emmanuel GALLOIS
ad62045f5c feat(TDI-45246): do not put in configuration hidden parameters (#6011) 2021-03-29 11:16:22 +02:00
bkatiukhov
61da309da6 TESB-32307 tESBConsumer - wrong header content-type (#5979)
Co-authored-by: bohdan.katiukhov <bohdan.katiukhov@KBP1-LHP-A00125.synapse.com>
2021-03-29 10:19:00 +02:00
pyzhou
32e8592112 fix(TDI-45727):CVE jackson-mapper-asl (#5945) 2021-03-26 18:51:24 +08:00
Dmytro Sylaiev
d01b8baed7 fix(TDI-45642): Throw an warning exception when every column is a key… (#5855) (#6008)
* fix(TDI-45642): Throw an warning exception when every column is a key for update

* Refactor, deduplicate code

* fix(TDI-45642): Fix codegen error for mssql

* fix(TDI-45642): Throw an error for update on duplicate mysql

* fix(TDI-45642): Warn message instead of exception for insert or update
2021-03-25 12:04:59 +02:00
Zhiwei Xue
534c6dd504 fix(TUP-30813):Add Junits for dependency management feature (#6005) 2021-03-25 09:58:47 +08:00
Emmanuel GALLOIS
912dce2209 feat(TDI-45809): bump component-runtime to 1.31.0 (#6004) 2021-03-24 16:15:12 +01:00
Laurent BOURGEOIS
598d4b34d2 fix(TBD-12776): Fix testAddLog4jToModuleList unit test (#5998) (#6001) 2021-03-24 15:31:53 +01:00
Oleksandr Zhelezniak
345850f3ff feat(TDI-45732): extend not dieoneerror area (#5999)
* extend try-block that includes "Input tables (lookups)"
2021-03-24 13:45:22 +02:00
jiezhang-tlnd
4a8c59de44 feat(TUP-30381)Support greenplum driver for Greenplum Database in studio metadata (#5993)
* feat(TUP-30381)Support greenplum driver for Greenplum Database in studio
metadata
https://jira.talendforge.org/browse/TUP-30381

* remove hard code
2021-03-24 18:14:41 +08:00
Zhiwei Xue
032025c736 fix(TUP-30845): fix refreshing NPE (#6000) 2021-03-24 16:41:29 +08:00
Zhiwei Xue
92f1e2d3e0 fix(TUP-30779):Custom jar resource unload issue after git pull&merge. (#5997) 2021-03-24 16:12:45 +08:00
jiezhang-tlnd
27cabaea9a fix(TUP-27695)Studio tMap can't update schema timely when set schema from repository (#5986)
* fix(TUP-27695)Studio tMap can't update schema timely when set schema
from repository
https://jira.talendforge.org/browse/TUP-27695

* fix(TUP-27695)Studio tMap can't update schema timely when set schema
from repository
2021-03-24 15:32:35 +08:00
clesaec
f53c239a2c TDI-45772 : unarchiv correction (#5994) 2021-03-23 15:32:09 +01:00
sbliu
3c976f36b4 fix(TUP-25417) JDK11: run a job call a child job use twebservice meet error.
using relative path for building parent job(whose child job contains esb cxf components) on jdk11
2021-03-23 14:55:23 +08:00
Jane Ding
0125696f6f fix(TUP-30615):Schema Update Detection popping up everytime upon opening (#5992)
the job
https://jira.talendforge.org/browse/TUP-30615

Signed-off-by: jding-tlnd <jding@talend.com>
2021-03-23 11:30:49 +08:00
Max
4a13865d44 fix(TBD-12011): master fix (#5990) 2021-03-22 23:53:37 +02:00
apoltavtsev
63885eb9f5 fix(TESB-32507) Correct manifest generation for org.talend.esb.authorization.xacml.rt.pep 2021-03-22 09:53:12 +01:00
Oleksandr Zhelezniak
c806d643df feat(TDI-45746): fix date context variable (#5987)
* fix the logic of passing date variable to sub jobs
2021-03-19 12:08:48 +02:00
Dmytro Sylaiev
e42bb1cea0 fix(TDI-45741): Fix checkbox visibility (#5924) (#5985) 2021-03-19 10:12:42 +02:00
sbliu
e8450eda24 chore(TUP-30522): add test case for version contains 'SNAPSHOT' 2021-03-18 14:16:49 +08:00
sbliu
a3c49deec5 feat(TUP-30114) update copyright. 2021-03-18 09:43:53 +08:00
SunChaoqun
f0101f0a55 TESB-31465:[7.3.1] Studio ESB build performance issue (#5765)
* TESB-31465:[7.3.1] Studio ESB build performance issue

* TESB-31465:[7.3.1] Studio ESB build performance issue

* TESB-31465:[7.3.1] Studio ESB build performance issue

* TESB-31465:[7.3.1] Studio ESB build performance issue (#5931)

* TESB-31465:[7.3.1] Studio ESB build performance issue

* TESB-32391
[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391
[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

Conflicts:
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/wizards/exportjob/scriptsmanager/esb/JobJavaScriptOSGIForESBManager.java

* TESB-31465:[7.3.1] Studio ESB build performance issue (#5931)

* TESB-31465:[7.3.1] Studio ESB build performance issue

* TESB-32391
[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391
[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

Conflicts:
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/wizards/exportjob/scriptsmanager/esb/JobJavaScriptOSGIForESBManager.java

* # WARNING: head commit changed in the meantime

TESB-31465:[7.3.1] Studio ESB build performance issue (#5931)

* TESB-31465:[7.3.1] Studio ESB build performance issue

* TESB-32391
[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391
[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

* TESB-32391:[7.3.1] Incorrect OSGi manifest for Routes

Conflicts:
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/wizards/exportjob/scriptsmanager/esb/JobJavaScriptOSGIForESBManager.java
2021-03-17 16:12:35 +08:00
Jane Ding
01510969ec fix(TUP-30758):tSingleStoreOutputBulkExec can't work (#5964) (#5972)
https://jira.talendforge.org/browse/TUP-30758

Signed-off-by: jding-tlnd <jding@talend.com>
2021-03-17 10:14:17 +08:00
kjwang
b579db76a8 TUP-30648 Migration: tRun job cannot run if Install 731 R02 monthly (#5936)
TUP-30648 Migration: tRun job cannot run if Install 731 R02 monthly
patch plus R03 temp patch
https://jira.talendforge.org/browse/TUP-30648
2021-03-17 09:49:52 +08:00
clesaec
5d51d43779 Clesaec/tdi 45301 t s3 acl (#5829) (#5968)
* TDI-45301 - ACL canned options added
2021-03-16 17:22:59 +01:00
Oleksandr Zhelezniak
e054d08702 feat(TCOMP-1877): clean cached libs studio-integration (#5963)
* clean cached libs during clean phase for studio-integration plugin
* help to avoid using the out-to-date version of jars in plugin
2021-03-16 11:12:47 +02:00
Zhiwei Xue
f96193e961 feat(TUP-29014): bugfix 2021-03-15 (#5956)
* feat(TUP-29014):disable rename of custom jar (#5942)

* feat(TUP-29014): bugfix 2021-03-15
2021-03-15 16:27:30 +08:00
bhe-talendbj
2724741915 bugfix(TUP-30378): Talend 7.3.1 tDBInput or tMSSqlInput component will not open query editor (#5886) (#5949)
* fix(TUP-30378): add exception log

* fix(TUP-30378): add log

* fix(TUP-30378): run open sqlbuilder in background
2021-03-15 09:17:44 +08:00
AlixMetivier
7e727cb038 feat(TBD-11882): update tCollectAndCheck for BD (#5919) (#5950) 2021-03-14 14:10:51 +01:00
Chao MENG
5bd8a071dc fix(TUP-30651): Login page won't be refreshed after delete project (#5941)
https://jira.talendforge.org/browse/TUP-30651
2021-03-11 16:44:39 +08:00
pyzhou
bcb4488c64 fix(TDI-45727): replace default IP for proxy (#5917) (#5934)
* fix(TDI-45727): replace default IP for proxy

* add migration/RemoveDefaultProxyIPTask.java

* add debug

* remove debug
# Conflicts:
#	main/plugins/org.talend.repository/plugin.xml
2021-03-11 16:17:39 +08:00
sbliu
d50c1eaa1b fix(TUP-30257) TMAP - Java & Traces Debug preview not working. 2021-03-11 16:10:17 +08:00
sbliu
944dc85b4c fix(TUP-30109) Log4J preferences does not save
resolved problem that after restore default value the preference changes cannot be saved on log4j preference page.
2021-03-11 10:53:45 +08:00
jiezhang-tlnd
5593f8ba1b fix(TUP-27224)Update Daikon Crypto Utils to 1.15.0 (#5935) 2021-03-10 17:23:25 +08:00
Jane Ding
1057f46448 Jding/master/tup 30169 adapt jdbc bulk component (#5926)
* feat(TUP-30169):adapter the tjdbc bulk components in TDI-45487 for
studio and support singlestore database only with a whitelist
https://jira.talendforge.org/browse/TUP-30169

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-30169):adapter the tjdbc bulk components in TDI-45487 for
studio and support singlestore database only with a whitelist
https://jira.talendforge.org/browse/TUP-30169

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-30169):adapter the tjdbc bulk components in TDI-45487 for studio
and support singlestore database only with a whitelist
https://jira.talendforge.org/browse/TUP-30169

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-30169):adapter the tjdbc bulk components in TDI-45487 for
studio
and support singlestore database only with a whitelist
https://jira.talendforge.org/browse/TUP-30169

Signed-off-by: jding-tlnd <jding@talend.com>
2021-03-09 18:39:58 +08:00
vyu-talend
4be47491d4 fix(TDI-45702):fix the syntax error in eltoutput (#5895) (#5925) 2021-03-09 17:29:35 +08:00
Zhiwei Xue
3b19851556 feat(TUP-29014): Add only compile code projects function for TDM (#5923) 2021-03-09 16:24:57 +08:00
Zhiwei Xue
65d36a880b feat(TUP-29014): Add only compile code projects function for TDM (#5922) 2021-03-09 15:51:59 +08:00
sbliu
c1e41132c3 fix(TUP-30250) Not able to share snowflake connection between job and joblet. 2021-03-09 14:26:09 +08:00
hzhao-talendbj
650aeff9ea fix(TUP-30621): Guess schema generate the wrong encoding column name (#5915) 2021-03-09 13:35:27 +08:00
Zhiwei Xue
8274a82766 feat(TUP-29014):backport 2021-03-08 (#5918)
* feat(TUP-29014):backport 2021-03-08

* feat(TUP-29014):bugfix 2021-03-09
2021-03-09 12:39:21 +08:00
hcyi
bdfcaaa3e9 fix(TUP-30043):Add a new option for tELTOracleMap to generate column alias on selection. (#5867)
* fix(TUP-30043):Add a new option for tELTOracleMap to generate column
alias on selection.

* fix(TUP-30043):Add a new option for tELTOracleMap to generate column
alias on selection.
2021-03-08 18:29:24 +08:00
hzhao-talendbj
c6b5ecf406 TUP-30333 tMap with Lookup model Reload at each row freezes Studio (#5817) (#5874) (#5912)
* TUP-30333 tMap with Lookup model Reload at each row freezes Studio

* TUP-30333 add comments

* TUP-30333 add condition for refresh background
2021-03-08 14:10:07 +08:00
sbliu
74d2efd75e fix(TUP-30041) do not show warning message if db type column does not show. (#5717) 2021-03-08 14:04:34 +08:00
kjwang
5795087629 Fix: TUP-26185 Merge GIT branches - Conflict resolution - the "Compare (#5876) (#5904)
Fix: TUP-26185 Merge GIT branches - Conflict resolution - the "Compare Result" view does not display differences with a tELTMap component
https://jira.talendforge.org/browse/TUP-26185
2021-03-05 14:27:36 +08:00
sbliu
7f4f533438 feat(TUP-30114) Update Copyrights to 2021 for master code (#5902) 2021-03-04 18:06:13 +08:00
Jane Ding
fee2636972 fix(TUP-30548):Debugger does not work in 7.3 if the installation path (#5901)
contains space
https://jira.talendforge.org/browse/TUP-30548
2021-03-04 16:47:23 +08:00
wang wei
1ae4316fdf fix(TDI-45561): Getting Permission denied error in tFileInputExcel in (#5784) (#5900)
Co-authored-by: qyliu <qyliu@talend.com>
2021-03-03 11:25:32 +08:00
pyzhou
12a1610a24 fix(TDI-45418):Upgrade Jackson libraries (#5870) 2021-03-03 10:46:55 +08:00
Zhiwei Xue
60548bf5c5 fix(TUP-30597):Fix junit failures caused by dependency management (#5899)
feature
2021-03-03 10:37:48 +08:00
Zhiwei Xue
8ef1b8e8db feat(TUP-30584):Do not show custom routine/bean jars in TOS (#5898) 2021-03-03 10:36:10 +08:00
vyu-talend
1ca076e009 fix(TDI-45613):fix the issue in md5. (#5897) 2021-03-02 18:44:18 +08:00
Emmanuel GALLOIS
2bffd0e798 feat(TDI-45704): bump component-runtime to 1.30.0 (#5892)
* feat(TDI-45704): bump component-runtime to 1.30.0
* feat(TDI-45704): fix tests
2021-03-01 16:11:28 +01:00
Emmanuel GALLOIS
d795d21c8b feat(TDI-45704): bump component-runtime to 1.30.0 (#5890) 2021-03-01 12:21:15 +01:00
pyzhou
c715e9ee2e fix(TDI-45668) CVE ant tfileUnactive (#5869) 2021-03-01 09:30:34 +08:00
Zhiwei Xue
9e0c3fe4ce feat(TUP-29014): backport 2021-02-26 (#5879) (#5880)
* feat(TUP-29018): Rearrange single routines into jars

* feat(TUP-29017):Setup routine dependencies for Job

* 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 codesjar cache and update job maven project
problem

* feat(TUP-29019): fix several issues

* feat(TUP-29943):should not have create routines action when object in
(#5715)

recycle bin
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29014): refactor codesjar resource cache

* feat(TUP-29019): fix wrong codesjar groupid of ref project in
classpath

* feat(TUP-29943):codeJar import items issue (#5725)

* feat(TUP-29943):codeJar import items issue
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29943):codeJar import items issue
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

* TESB-31500:[Dependency Management] Only build and package beans that
are
used in Route

* feat(TUP-29014): fix NPE of data preview

* feat(TUP-29943): export codeJar with lib modules, import codeJar with
(#5740)

lib modules
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29019): improve update codesjar project logic

* feat(TUP-29014):fix assign routine wrong package issue.

* feat(TUP-29014):fix empty class files of codesjar m2 jar issue.

* feat(TUP-29014):fix several assign to action issues and NPE of data
preview

* feat(TUP-29014):support edit codes dependencies for routelet and set
this action read only for testcases

* feat(TUP-29014):fix several import issue and build code jar problem

* feat(TUP-29014): fix nl and some spell issues

* feat(TUP-29943):add codejar check delete reference (#5773)

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 (#5779)

https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29014):fix i18n issue

* feat(TUP-29014):revert the change for building project

* feat(TUP-29014): update ref code projects after resolved dependencies

* Revert "feat(TUP-29014): update ref code projects after resolved
dependencies"

This reverts commit 5a93e784e7.

* feat(TUP-29014): support shot class name for custom jars in component

* feat(TUP-29943):rename issues (#5823)

* feat(TUP-29943):rename issues
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29943):rename innercode; won't store namefor codejar
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29943):remove old module for properties change and delete
forever
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29943):check if exist relationship, warn user re-generate all
pom
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29943):reinstall codejar after inner code rename
https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29014): improve update codesjar project performance and fix
regression

* feat(TUP-29014):fix rename regressions and improve import performance

* feat(TUP-29943):build out job not include inner code items (#5852)

https://jira.talendforge.org/browse/TUP-29943

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29943):disable export action for innercode, and duplicate
(#5854)

import issue
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29014):fix bd generate code and data preview issues

Co-authored-by: Jane Ding <jding@talend.com>
Co-authored-by: SunChaoqun <csun@talend.com>

Conflicts:
	main/plugins/org.talend.designer.runprocess/src/main/java/org/talend/designer/runprocess/java/JavaProcessor.java
	main/plugins/org.talend.designer.runprocess/src/main/java/org/talend/designer/runprocess/java/JavaProcessorUtilities.java
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/actions/importexport/ExportItemWizardPage.java
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/wizards/ConfigExternalLib/ConfigExternalLibPage.java
2021-02-26 17:47:36 +08:00
bhe-talendbj
d958d0bf6d chore(TUP-30230): Remove org.talend.libraries.apache.batik (#5768) 2021-02-26 14:43:39 +08:00
apoltavtsev
f40282c680 fix(TESB-32252) Ignore "SNAPSHOT" during dependencies comparison 2021-02-25 09:00:23 +01:00
Chao MENG
68730ea3ef feat(TUP-29801): Improve logon dialog loading time (#5686)
* feat(TUP-29801): Improve logon dialog loading time
https://jira.talendforge.org/browse/TUP-29801
2021-02-24 10:38:27 +08:00
jiezhang-tlnd
6426e01830 fix(TUP-30273)tDBOutput component compilation error (#5859) 2021-02-23 16:48:33 +08:00
Dmytro Grygorenko
88c6a3b367 Fix(TDI-43939): Threads now handle interrupt calls, … (#4586)
* Fix(TDI-43939): Threads now handle interrupt calls, main thread waits for them to terminate.

* Fix(TDI-43939): Removed redundant interrupt() calls - threads are self-terminated.
2021-02-22 18:20:01 +02:00
jiezhang-tlnd
29de3b8f0e fix(TUP-28836)Can't change JDBC existing driver jar for Implicit Context Load (#5763)
* fix(TUP-28836)Can't change JDBC existing driver jar for Implicit Context
Load
https://jira.talendforge.org/browse/TUP-28836

* avoid npe

* avoid NPE

* fix(TUP-28836)Can't change JDBC existing driver jar
2021-02-22 10:16:49 +08:00
Laurent BOURGEOIS
bd6edb1457 fix(TBD-11971):Spark joblets keeps defaulting to HDFS (#5824) (#5843) 2021-02-12 11:56:33 +01:00
hzhao-talendbj
042fb8595d fix(TUP-30373): Implicit Context with field separator tab "\t" doesn't work (#5825) (#5842)
* fix(TUP-30373): Implicit Context with field separator tab "\t" doesn't
work anymore

* TUP-30373  code change + add junit
2021-02-10 12:35:00 +08:00
Dmytro Sylaiev
4f5a6f192b fix(TDI-45476): Remove adding second list (#5838) (#5840) 2021-02-09 13:23:25 +02:00
vdrokov
7dc07d069a TESB-32126: Null pointer exception when accessing job properties (#5836) 2021-02-08 18:00:53 +02:00
hcyi
8397d801df fix(TUP-30067):Dataproc Hive metadata not in sync with Hive component. (#5816) 2021-02-08 15:46:11 +08:00
vyu-talend
def8151ca4 feat(TDI-43232):backport to master (#5831) 2021-02-07 16:27:44 +08:00
pyzhou
86c9a5b1a8 fix(TDI-45529):CVE bouncy castle tcloudXXX (#5804) 2021-02-07 16:17:02 +08:00
sbliu
9ae08260ee fix(TUP-30186) fix unit test failure. (#5818) 2021-02-05 10:37:12 +08:00
Hanna Liashchuk
88305a4d7d fix(TBD-11964): migration task for use local timezone (#5802) (#5822)
* fix(TBD-11964): migration task for use local timezone (#5802)

* fix(TBD-11964): migration task for use local timezone

* fix(TBD-11964): correct date

* fix(TBD-11964): changed version
2021-02-04 14:46:20 +02:00
Dmytro Sylaiev
04cc43e360 fix(TDI-45476): Increate tFileOutputMSXML performance (#5741) (#5820)
* fix(TDI-45476): Increate tFileOutputMSXML performance

* fix(TDI-45476): Change generic type for list to avoid compile error

* fix(TDI-45476): Store sublist into the resourceMap

* fix(TDI-45476): Fix code compile error
2021-02-04 13:36:08 +02:00
jiezhang-tlnd
6b70596216 fix(TUP-29571)Couchbase: items cannot show if parentnode is missing (#5728)
* fix(TUP-29571)Couchbase: items cannot show if parentnode is missing
https://jira.talendforge.org/browse/TUP-29571

* fix(TUP-29571)Couchbase: items cannot show if parentnode is missing
2021-02-04 17:16:41 +08:00
Emmanuel GALLOIS
febc7491a3 feat(TDI-45530): bump component-runtime to 1.29.1 for bouncycastle CVE (#5803) 2021-02-04 09:58:29 +01:00
bhe-talendbj
c5fdda74a1 fix(TUP-29764): encrypt all PASSWORD fields of job in new format (#5760) (#5813)
* fix(TUP-29764): migrate all PASSWORD fields of job

* fix(TUP-29764): Resolve comments
2021-02-04 10:47:48 +08:00
vdrokov
16a0b28dfa TESB-31044: Data service's endpoint can't be updated if passed as a context variable (#5771) 2021-02-03 09:58:42 +02:00
clesaec
b914beab9f TDI-40364 - change encoding buffer (#5764) (#5810)
* TDI-40364 : adapt buffer size
2021-02-03 08:36:28 +01:00
pyzhou
ddf267fbce Pyzhou/tdi 45463 t elt components support delta lake (#5758)
* feat(TDI-45463):tELT components support Delta Lake

* Add delta lake to xml

* add property name

* change logic to hive

* disable Delta Lake for tSQLTemplateMerge

* Revert "disable Delta Lake for tSQLTemplateMerge"

This reverts commit febd9b7e55.

* remove useless code

* correct partition

* correct partition

* add space

* correct mapping and create table

* revert change for tCreateTable_java.xml

* deactive update mode for Delta Lake tELTOutput

* format

* set not-required for partition

* remove test code
2021-02-02 17:32:38 +08:00
sbliu
69453df556 fix(TUP-30186) On studio ,java.lang.RuntimeException: Illegal hexadecimal character m at index 0 .
fix encode problem when saving job,fix load job problem caused by wrong hex value decode.
handle the wrong migration of hex value, add new migration task to handle wrong jar mvn GAV when import data during last migration, append unit test.
2021-02-02 14:05:11 +08:00
kjwang
6ccaa52da0 Fix TUP-29885 ERROR: Some patches are not compatible with current product (#5714) (#5798)
* Fix TUP-29885 ERROR: Some patches are not compatible with current
product
https://jira.talendforge.org/browse/TUP-29885
2021-02-02 09:46:24 +08:00
Laurent BOURGEOIS
44e320c249 feat(TBD-10921):Add Spark local 3.0.x (#5799) 2021-02-01 10:00:09 +01:00
Dmytro Grygorenko
68597d9ddd fix(TDI-30267): adjusting batch insert logic for Oracle DB. (#5753) 2021-01-29 11:17:11 +02:00
pyzhou
a0bfe45f40 feat(TDI-45542):tRedshiftBulkExec support parquet (#5783)
* feat(TDI-45542):tRedshiftBulkExec support parquet

* Add STATUPDATE checkbox

* fix show if
2021-01-29 16:07:17 +08:00
zyuan-talend
d1be8ca25f fix(TUP-23477):fix TreeToTable connection line issue on Mac with BigSur. (#5789) 2021-01-29 10:06:14 +08:00
Jane Ding
316b116ae9 fix(TUP-23738):The couchbase icon is not correct when import (#5792) (#5793)
https://jira.talendforge.org/browse/TUP-23738

Signed-off-by: jding-tlnd <jding@talend.com>
2021-01-29 10:05:44 +08:00
hcyi
b4f517dd46 fix(TUP-30108):tELTMSSqlInput & tELTMSSqlMap context not recognized after migrating to 7.3.1. (#5752)
* fix(TUP-30108):tELTMSSqlInput & tELTMSSqlMap context not recognized
after migrating to 7.3.1.

* fix(TUP-30108):add more junits.

* fix(TUP-30108):tELTMSSqlInput & tELTMSSqlMap context not recognized
after migrating to 7.3.1
2021-01-28 15:30:28 +08:00
jzhao
91cf96b225 fix(TDI-45400):Dynamic Schema has default length of 100 even after setting to different amount (#5770) (#5785)
* fix(TDI-45400):Dynamic Schema has default length of 100 even after
setting to different amount.

* fix(TDI-45400):add migration task
2021-01-28 14:15:39 +08:00
pyzhou
6602e43612 Revert "fix(TDI-45418):Upgrade Jackson libraries (#5685)" (#5777)
This reverts commit 5c6778f6c9.
2021-01-27 12:11:22 +08:00
wang wei
832f4c3a5f fix(TDI-45432): tBigQueryOutput fails when the checkbox "Create the (#5767) 2021-01-26 17:41:16 +08:00
pyzhou
5c6778f6c9 fix(TDI-45418):Upgrade Jackson libraries (#5685) 2021-01-25 10:37:51 +08:00
pyzhou
c4bb1c3d66 fix(TDI-45436):upgrade xstream (#5690) 2021-01-25 09:48:32 +08:00
pyzhou
eb65d0e8a2 fix(TDI-45447): Upgrade bouncycastle (#5712)
* fix(TDI-45447): Upgrade bouncycastle

* fix(TDI-45447): Upgrade bouncycastle

* upgrade to 1.68
2021-01-25 09:41:55 +08:00
clesaec
a468c61d5b TDI-29308 - Json (#5759) 2021-01-22 08:11:00 +01:00
vdrokov
435b536422 TESB-31657: AWS SQS not able to deploy to Runtime (#5744) 2021-01-21 18:17:47 +01:00
vdrokov
2546796175 TESB-31563: Microservice: ClassNotFoundException: org.eclipse.jetty.client.HttpClientTransport (#5736) 2021-01-21 16:55:39 +02:00
SunChaoqun
0b199cabfd TESB-31720:[7.4.1]Build a job as OSGi will get a jar with only META-INF (#5756) 2021-01-21 18:43:42 +08:00
Emmanuel GALLOIS
e484ae4d73 feat(TDI-45225): upgrade component-runtime to 1.29.0 (#5718) 2021-01-21 09:25:27 +01:00
jzhao
4205e0533f fix(TDI-45513):tGreenplumGPLoad global variable "RUNTIME" should be Long type(#5746) (#5750) 2021-01-21 11:03:25 +08:00
mbasiuk-talend
ead67aef1c fix(TDI-45455): excel output exceeding characters (#5729)
* fix(TDI-45455): truncate exceeding characters

* fix(TDI-45455): truncate exceeding characters, use property

* fix(TDI-45455): improve property wording

* fix(TDI-45455): fix substring usage
2021-01-20 20:43:11 +02:00
Chao MENG
085314417e fix(TUP-30170): [7.3.1] tHbaseInput error with R2020-11 or higher java.lang.String cannot be cast to java.util.List (#5747)
* fix(TUP-30170): [7.3.1] tHbaseInput error with R2020-11 or higher
java.lang.String cannot be cast to java.util.List
https://jira.talendforge.org/browse/TUP-30170

* fix(TUP-30170): [7.3.1] tHbaseInput error with R2020-11 or higher
java.lang.String cannot be cast to java.util.List
https://jira.talendforge.org/browse/TUP-30170
2021-01-19 17:18:39 +08:00
clesaec
fcbe3bbcad TDI-32744 : sub process (#5743) 2021-01-18 14:46:09 +01:00
jzhao
c5d9386b23 feat(TDI-45007 & TDI-31602): Enhance component tGreenplumGPLoad (#5709) (#5737)
* feat(TDI-45007 & TDI-31602): Enhance component tGreenplumGPLoad

## tGreenplumGPLoad/tGreenplumGPLoad_begin.javajet /
tGreenplumGPLoad/tGgreenplumGPLoad_java.xml

Added guessColumnList so the yaml will contain the columns of the talend
schema, this is extremely useful if the target table has extra columns
(for example to load only the primary keys to a staging table) This will
generate the "  COLUMNS:" section of the YAML file.

Added parameters to the advanced settings, more information for these
can be found at:
https://gpdb.docs.pivotal.io/6-12/utility_guide/ref/gpload.html#topic1__section7
Parameters include:
  LOG_ERRORS:
  MAX_LINE_LENGTH:
  EXTERNAL:
    -SCHEMA:
  PRELOAD:
    -TRUNCATE:
    -REUSE_TABLES:
    -STAGING_TABLE:
    -FAST_MATCH:
  SQL:
    -BEFORE:
    -AFTER:

Changed the way command is built, so the Log4j now displays a command
that can be copy-pasted to the console for testing.
The yaml file was missing from it.
The PythonPath was also not printed to the log4j logs.

Sometimes a database connection was opened and closed without executing
any actions.

Password was never passed to gpload utility so it had to be managed
separately, it is now passed via context variable, which means when
executed by talend it won't prompt for a password and when executing
from console it will prompt for a password.

GPLoad will terminate if there was an error (for example target table
does not exists)

Extra after variables, for the gpload details:
		NB_LINE_INSERTED	Integer
		NB_LINE_UPDATED		Integer
		NB_DATA_ERRORS		Integer
		STATUS				String
		RUNTIME				String

Option to GZip compress the datafile, this will increase CPU usage, but
decreases DISK usage. (50-90% smaller files)
Remove data file after successful execution. If there were *any* errors
the data file is not removed.

## tGreenplumGPLoad/tGreenplumGPLoad_main.javajet
Added byte[] type support. Byte[] is converted to escaped OCTET
characters, which is compatible with all PostgreSQL versions from 8 to
13.

Fixed when newline / escape characters appeared in the data.

Postgresql uses null terminated bytes so those have to be removed from
the data to avoid errors.

## tGreenplumGPLoad/tGreenplumGPLoad_end.javajet
BugFix don't overwrite the actual inserted record number with 0

* feat(TDI-45007 & TDI-31602):Refactor, removed unused code.

* feat(TDI-45007 & TDI-31602):Enhanced log4j logs, so errors / warnings
are easier to spot.
Removed the duplicate log entries for the errors.

* gpload logs can be distinguished propery: gpload says:

* feat(TDI-45007 & TDI-31602):Reworked the PRELOAD and other sections

* feat(TDI-45007 & TDI-31602):Exit loop when external schema is found

* feat(TDI-45007 & TDI-31602):use schema column based the schema dbtype
setting and remove system.out code

* feat(TDI-45007 & TDI-31602): Only rename file when we have an input row
and the filename doesn't end with .gz

* feat(TDI-45007 & TDI-31602): Added proper escape for delimiters such as
vertical tab "\013"

Co-authored-by: Balázs Gunics <bgunics@talend.com>
2021-01-15 11:39:16 +08:00
zyuan-talend
2378d8ad6f fix(TUP-29784): fix WebService display issues on Mac with BigSur. (#5720) (#5733) 2021-01-14 10:12:17 +08:00
jzhao
324c73be23 feat(TDI-45144): Support For GreenPlum 6.x (#5716) (#5727)
* correct and update greenplum driver version
* deprecate postgresql driver
2021-01-12 10:26:44 +08:00
Dmytro Grygorenko
e90fc0e75d fix(TDI-45440): fix CVE for Hibernate-Core-3.6.10 (#5707) (#5721) 2021-01-08 11:52:07 +02:00
jiezhang-tlnd
e5c20a630e set version for all package (#5708)
* set version for all package

* export version
2021-01-06 14:12:49 +08:00
AlixMetivier
cca28eef6c fix(TBD-10689): deprecate old BD distrib (#5694) (#5706)
* fix(TBD-10689): deprecate old BD distrib

* fix UI for tHiveConnection
2021-01-05 18:58:30 +01:00
bhe-talendbj
9866dfa32d feat(TUP-29700): initial implement (#5660) (#5705) 2021-01-05 17:08:38 +08:00
zyuan-talend
bcb493a3f6 fix(TUP-29782): fixed ELTDBMap display issues on Mac with BigSur. (#5688) (#5703)
* fix(TUP-29782): fixed ELTDBMap display issues on Mac with BigSur.
2021-01-05 10:13:12 +08:00
zyuan-talend
b595cf3b71 fix(TUP-29775): use CTabFolder instead of TabFolder to reslove the display issue in BigSur. (#5684) (#5702) 2021-01-05 10:12:25 +08:00
zyuan-talend
e41e424e9f fix(TUP-29350): fixed the tMap display issues with Big Sur (#5616) (#5698)
* fix(TUP-29350): fixed the tMap display issues with Big Sur

* fix(TUP-29350): fixed the tMap display issues with Big Sur

* fix(TUP-29641): fixed tAdvancedFileOutputXML display issues with MacOS BigSur (#5647)

* fix(TUP-29774): fixed scroll display issue with many columns.

* fix(TUP-29767): fixed Expression Builder can't show value and can't edit

* fix(TUP-29766): fixed blank expression issue with Tab key.
2021-01-05 09:14:10 +08:00
clesaec
554d6b1f50 TDI-45383 : replace without regexp (#5697) 2021-01-04 08:17:46 +01:00
jzhao
a5bfcb103c fix(TDI-45362):update talend-mscrm in crm libraries plugin (#5689) 2020-12-31 09:59:22 +08:00
jzhao
544fb8ff65 fix(TDI-45362):CVE on commons-httpclient-3.1.jar (#5659)
* fix(TDI-45362):CVE on commons-httpclient-3.1.jar

* fix(TDI-45362):refactor talend-ws with new httpclient

* fix(TDI-45362):update talend-mscrm lib to latest one.
2020-12-30 09:50:44 +08:00
SunChaoqun
fe9e43e398 TESB-30792:Upgrade maven plugins (#5678) 2020-12-29 18:09:08 +08:00
Emmanuel GALLOIS
b909aaf9de feat(TDI-45225): fix deps svc (#5675) 2020-12-29 12:09:43 +08:00
sbliu
5cd4227ca7 fix(TUP-29550) fix problem that "rename" Job in property sheet page duplicates item in Pom file (#5667) 2020-12-29 11:00:36 +08:00
zshen-talend
10a0f6a777 feat(TDQ-18757): backport on 7.4 (#5674) 2020-12-28 18:36:40 +08:00
jiezhang-tlnd
fb28f08c49 chore(TUP-29394)CVE on guava related jars (#5669) 2020-12-28 16:30:40 +08:00
Dmytro Grygorenko
ec442f9aca fix(TDI-45385): fix CVE for tBonita* components. (#5649) (#5673) 2020-12-28 09:28:20 +02:00
wang wei
7dbfc6fe51 fix(TDI-45404): tFileOutputExcel component gives The maximum number of cell styles was exceeded error (#5662) (#5672) 2020-12-28 10:38:19 +08:00
sbliu
2a280b430d fix(TUP-29590) fix httpcore sometimes not included when parent job has tRunjob, child job has tHiveConnection , and routine has dependency to httpcore. (#5650) 2020-12-28 10:13:28 +08:00
hzhao-talendbj
a58b2d0147 add commons-compress-1.19 for template (#5671) 2020-12-25 18:48:36 +08:00
hzhao-talendbj
e33a065d60 chore(TUP-29386): remove jetty plugin (#5668) 2020-12-25 14:59:13 +08:00
Emmanuel GALLOIS
ff70739b25 feat(TDI-45225): upgrade component-runtime to 1.1.27 (#5601)
* feat(TDI-45225): upgrade component-runtime to 1.1.27

* feat(TDI-45225): bump component-runtime to 1.28.0

* feat(TDI-45225): bump component-runtime to 1.1.28

* feat(TDI-45225): upgrade component-runtime to 1.28.0

* feat(TDI-45225): bump xbean to 4.18 and upgrade component-runtime.

Co-authored-by: hcyi-talend <hcyi@talend.com>
2020-12-24 17:17:48 +08:00
Dmytro Grygorenko
ccdf9396b4 fix(TDI-45366): fix for CVE issue with Apache Axis library. (#5642) (#5665) 2020-12-23 11:41:11 +02:00
pyzhou
663a96f7e5 fix(TDI-45377):tGPGDecrypt fail with gpg2 (#5635)
* fix(TDI-45377):tGPGDecrypt fail with gpg2

* fix(TDI-45377):add option

* add migration task
2020-12-23 15:10:15 +08:00
vyu-talend
65e7c4fffc fix(TDI-45311):upgrade the version of guava. (#5603)
* fix(TDI-45311):upgrade the version of guava.

* fix(TDI-45311):fix the NoClassDefFoundException.

* fix(TDI-45311):skip to upgrade tcloudxxx.
2020-12-23 14:38:06 +08:00
jiezhang-tlnd
f8147f5c08 chore(TUP-29394)CVE on guava related jars (#5583)
* chore(TUP-29394)CVE on guava related jars

* update branch (#5639)

* fix(TDI-45006): correct way to fix. (#5605)

* fix(TESB-30734): Backport from patch 7.2.1 (#5469)

* fix(TDI-45331): Exit code for SSH component is not working as expected (#5598) (#5609)

* fix(TUP-29383):DBInput component miss delta lake when use TDI.license (#5525) (#5604)

* fix(TUP-29383):DBInput component miss delta lake when use TDI.license
https://jira.talendforge.org/browse/TUP-29383

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-29383):DBInput component miss delta lake when use TDI.license
https://jira.talendforge.org/browse/TUP-29383
Delta lake doesn't support SP, should not list tDBSP

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29085): remove storm (#5496)

* remove storm

* remove storm

* revert some code

* fix(TDI-45310): trim the label string when log it to avoid the compiler issue(#5589) (#5614)

* fix(TDI-45135): Reuse same outputStream when 2 outputDelimited writing to the same file (#5584) (#5615)

* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864 (#5599) (#5610)

* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864

* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864

* fix(TUP-29432): regenerate routine pom after installing jars (#5608)

* fix(TUP-29432): regenerate rounte pom after installing jars

* fix(TUP-29432): Only regenerate routine pom once after installing dependencies

* fix(TBD-11616): parameterize dataset API utilization (#5562) (#5618)

* fix(TBD-11616): parameterize dataset API utilization

* apply migration to only 7.3 and 7.4 studios

* fix for future studio versions

* fix bad merge

* fix(TBD-11616): set dataset parameter to true for job already importe… (#5620) (#5621)

* fix(TBD-11616): set dataset parameter to true for job already imported to 7.3 studios

* refacto

* fix

* fix(TESB-31294):move velocity.log to configuration folder (#5594)

Co-authored-by: wchen-talend <wchen@talend.com>

* Rlecomte/tdi 45147 t gs copy src path issue (#5623)

* TDI-45147 : tGsCopy issue

Cherry-pick from maintenance/7.3

* fix(TDI-45346):tFileFetch does not accept 202 (#5613)

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose (#5597) (#5626)

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-25346):tELTTeradataOutput - aliases are mandatory for (#5617)

calculated columns.

* fix(TDI-30522): second rework. (#5293)

* fix(TDI-30522): second rework.

* fix(TDI-30522): fix for connection type

* fix(TDI-30522): another connection type correction.

* fix(TDQ-18817): support context in Confidence Weight on 7.3 and 7.4 (#5606)

* fix(TUP-29693): Do not replace maven uri for context inside jarname (#5625) (#5630)

* fix(TUP-29693): Do not replace maven uri for context inside jarname

* fix(TUP-29693): fix context inside jar name

* fix(TUP-29693): fix context inside jar name

* fix(TUP-2969): fix migrate maven uri for javajet components

* fix(TUP-2969): fix migrate maven uri for javajet components

* fix(TUP-2969): add check for project settings as well

* fix(TUP-29693): Kepp main logic unchanged

* fix(TUP-29697): fix build docker image from export job (#5631)

* chore(TUP-29381): add dependency for assembly (#5574)

* chore(TUP-29381): add dependency for assembly

* add dependency

* add to template

* Jzhang/tup 29402 cve on plexus archiver (#5624)

* chore(TUP-29402)CVE on plexus-archiver-1.0.jar and
plexus-archiver-2.1.jar

* Update pom_job_template.xml

Co-authored-by: Dmytro Grygorenko <59691438+dmytrogrygorenko@users.noreply.github.com>
Co-authored-by: Mike Yan <yanbasic@gmail.com>
Co-authored-by: wang wei <wwang@talend.com>
Co-authored-by: Jane Ding <jding@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Andrii Medvedenko <49434165+amedvedenko@users.noreply.github.com>
Co-authored-by: bhe-talendbj <52311292+bhe-talendbj@users.noreply.github.com>
Co-authored-by: AlixMetivier <50327620+AlixMetivier@users.noreply.github.com>
Co-authored-by: wchen-talend <wchen@talend.com>
Co-authored-by: Richard Lecomte <rlecomte@talend.com>
Co-authored-by: pyzhou <pyzhou@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: zshen-talend <zshen@talend.com>

Co-authored-by: Dmytro Grygorenko <59691438+dmytrogrygorenko@users.noreply.github.com>
Co-authored-by: Mike Yan <yanbasic@gmail.com>
Co-authored-by: wang wei <wwang@talend.com>
Co-authored-by: Jane Ding <jding@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Andrii Medvedenko <49434165+amedvedenko@users.noreply.github.com>
Co-authored-by: bhe-talendbj <52311292+bhe-talendbj@users.noreply.github.com>
Co-authored-by: AlixMetivier <50327620+AlixMetivier@users.noreply.github.com>
Co-authored-by: wchen-talend <wchen@talend.com>
Co-authored-by: Richard Lecomte <rlecomte@talend.com>
Co-authored-by: pyzhou <pyzhou@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: zshen-talend <zshen@talend.com>
2020-12-23 14:05:04 +08:00
jiezhang-tlnd
a7def0aa54 Jzhang/tup 29402 cve on plexus archiver (#5652)
* chore(TUP-29402)CVE on plexus-archiver-1.0.jar and
plexus-archiver-2.1.jar

* Update pom_job_template.xml

* update plexus-utils

* add dependency commons-lang3
2020-12-21 18:26:18 +08:00
chmyga
17b4f4e5f2 chore(TDI-45326): update httpclient (#5629)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-12-21 10:25:04 +02:00
Jane Ding
cf395af711 fix(TUP-28657):Wrong behavior while Job Setting project config to choose (#5632) (#5655)
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>
2020-12-21 11:12:05 +08:00
hcyi
b7c438b6ad fix(TUP-29072):improve for When renaming link (table) between teltinput (#5637)
and teltmap , the generated SQL query is not updated.
2020-12-17 17:39:04 +08:00
mbasiuk-talend
e15e0bce42 fix(TDI-45124): enable transfer mode for ftps type (#5520) (#5646) 2020-12-16 21:52:19 +02:00
mbasiuk-talend
382c56e8d0 fix(TDI-45260): update components with new library version (#5602) (#5643) 2020-12-16 17:41:58 +02:00
mbasiuk-talend
2875a7f156 fix(TDI-45260): fix cr issue, improve crlf row separator performance (#5590)
* fix(TDI-45260): fix cr issue, improve crlf row separator performance

* fix(TDI-45260): bump library version

* fix(TDI-45260): reduce if entrance, simplify crlf check
2020-12-16 16:55:37 +02:00
jiezhang-tlnd
7574e00e25 Jzhang/tup 29402 cve on plexus archiver (#5624)
* chore(TUP-29402)CVE on plexus-archiver-1.0.jar and
plexus-archiver-2.1.jar

* Update pom_job_template.xml
2020-12-15 17:08:33 +08:00
hzhao-talendbj
d1b631fa9a chore(TUP-29381): add dependency for assembly (#5574)
* chore(TUP-29381): add dependency for assembly

* add dependency

* add to template
2020-12-15 16:58:03 +08:00
bhe-talendbj
1d800fbd0b fix(TUP-29697): fix build docker image from export job (#5631) 2020-12-15 15:15:48 +08:00
bhe-talendbj
745d06cc12 fix(TUP-29693): Do not replace maven uri for context inside jarname (#5625) (#5630)
* fix(TUP-29693): Do not replace maven uri for context inside jarname

* fix(TUP-29693): fix context inside jar name

* fix(TUP-29693): fix context inside jar name

* fix(TUP-2969): fix migrate maven uri for javajet components

* fix(TUP-2969): fix migrate maven uri for javajet components

* fix(TUP-2969): add check for project settings as well

* fix(TUP-29693): Kepp main logic unchanged
2020-12-15 11:13:45 +08:00
zshen-talend
150148000c fix(TDQ-18817): support context in Confidence Weight on 7.3 and 7.4 (#5606) 2020-12-15 09:57:29 +08:00
Dmytro Grygorenko
ac6292afb0 fix(TDI-30522): second rework. (#5293)
* fix(TDI-30522): second rework.

* fix(TDI-30522): fix for connection type

* fix(TDI-30522): another connection type correction.
2020-12-14 10:50:21 +02:00
hcyi
bbf0d76c3f feat(TUP-25346):tELTTeradataOutput - aliases are mandatory for (#5617)
calculated columns.
2020-12-14 11:54:06 +08:00
Jane Ding
9aab660bc3 fix(TUP-28657):Wrong behavior while Job Setting project config to choose (#5597) (#5626)
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657

Signed-off-by: jding-tlnd <jding@talend.com>
2020-12-14 09:33:57 +08:00
pyzhou
c6848d2676 fix(TDI-45346):tFileFetch does not accept 202 (#5613) 2020-12-11 16:25:58 +08:00
Richard Lecomte
362703371b Rlecomte/tdi 45147 t gs copy src path issue (#5623)
* TDI-45147 : tGsCopy issue

Cherry-pick from maintenance/7.3
2020-12-11 09:03:20 +01:00
Mike Yan
c6b205e204 fix(TESB-31294):move velocity.log to configuration folder (#5594)
Co-authored-by: wchen-talend <wchen@talend.com>
2020-12-11 14:28:10 +08:00
AlixMetivier
ac4e33704d fix(TBD-11616): set dataset parameter to true for job already importe… (#5620) (#5621)
* fix(TBD-11616): set dataset parameter to true for job already imported to 7.3 studios

* refacto

* fix
2020-12-10 17:42:17 +01:00
AlixMetivier
a29570dc19 fix(TBD-11616): parameterize dataset API utilization (#5562) (#5618)
* fix(TBD-11616): parameterize dataset API utilization

* apply migration to only 7.3 and 7.4 studios

* fix for future studio versions

* fix bad merge
2020-12-10 10:41:21 +01:00
bhe-talendbj
ad88158795 fix(TUP-29432): regenerate routine pom after installing jars (#5608)
* fix(TUP-29432): regenerate rounte pom after installing jars

* fix(TUP-29432): Only regenerate routine pom once after installing dependencies
2020-12-10 14:09:40 +08:00
Andrii Medvedenko
9190b9e936 fix(TBD-11724): manually CPing changes from 7.2, TBD-9864 (#5599) (#5610)
* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864

* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864
2020-12-09 12:03:16 +02:00
Dmytro Sylaiev
61de06a660 fix(TDI-45135): Reuse same outputStream when 2 outputDelimited writing to the same file (#5584) (#5615) 2020-12-09 10:49:50 +02:00
wang wei
afd14992c6 fix(TDI-45310): trim the label string when log it to avoid the compiler issue(#5589) (#5614) 2020-12-09 14:44:10 +08:00
hzhao-talendbj
0d1831f8bb feat(TUP-29085): remove storm (#5496)
* remove storm

* remove storm

* revert some code
2020-12-09 14:15:33 +08:00
Jane Ding
6a3d59da24 fix(TUP-29383):DBInput component miss delta lake when use TDI.license (#5525) (#5604)
* fix(TUP-29383):DBInput component miss delta lake when use TDI.license
https://jira.talendforge.org/browse/TUP-29383

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-29383):DBInput component miss delta lake when use TDI.license
https://jira.talendforge.org/browse/TUP-29383
Delta lake doesn't support SP, should not list tDBSP

Signed-off-by: jding-tlnd <jding@talend.com>
2020-12-09 09:19:38 +08:00
wang wei
7422ca780d fix(TDI-45331): Exit code for SSH component is not working as expected (#5598) (#5609) 2020-12-08 18:17:50 +08:00
Mike Yan
1cd58882da fix(TESB-30734): Backport from patch 7.2.1 (#5469) 2020-12-08 18:07:12 +08:00
Dmytro Grygorenko
26daf103cb fix(TDI-45006): correct way to fix. (#5605) 2020-12-08 10:13:08 +02:00
hzhao-talendbj
241ab5c0a4 fix(TUP-28252): code change (#5593) 2020-12-04 17:50:14 +08:00
hcyi
99754ca28b fix(TUP-29366):[bug] studio can rename alias to an existing name. (#5588)
* fix(TUP-29366):[bug] studio can rename alias to an existing name.

* fix(TUP-29366):[bug] studio can rename alias to an existing name.
2020-12-04 16:57:49 +08:00
hcyi
8e40322985 fix(TUP-29072):When renaming link (table) between teltinput and teltmap (#5575)
, the generated SQL query is not updated
2020-12-04 11:10:11 +08:00
bhe-talendbj
2003259efe fix(TUP-29572): fix docker host property name (#5592) 2020-12-03 19:29:22 +08:00
sbliu
a09f6e0a81 fix(TUP-29391) fix problem that "Save As" loses changes in the studio for such as job, joblet. (#5557) 2020-12-02 15:29:17 +08:00
sbliu
4d4367cbf3 fix(TUP-29224) auto increment the index according to the drag/drop column numbers. (#5541) 2020-12-02 11:57:03 +08:00
Jane Ding
7bbc52c08c Fix junit failure (#5489) (#5577)
Signed-off-by: jding-tlnd <jding@talend.com>
2020-12-01 18:35:43 +08:00
sbliu
75224ff54f chore(TUP-29398): upgrade the jsch to 0.1.55. (#5561) 2020-12-01 17:01:09 +08:00
hcyi
e0d73971bd fix(TUP-29090):improve since broken some junits . (#5585) 2020-12-01 15:35:13 +08:00
hcyi
2fb0c01d0e fix(TUP-29090):improve since broken some junits . (#5579)
* fix(TUP-29090):fix some failed junits .

* fix(TUP-29090):fix some failed junits .

* fix(TUP-29090):fix some failed junits .
2020-12-01 09:56:00 +08:00
bhe-talendbj
d55093632a fix(TUP-29166): Remove decorationfigure (#5549) (#5582)
* fix(TUP-29166): Remove decorationfigure

* fix(TUP-29166): add back arrows

* fix(TUP-29166): remove drawString

* fix(TUP-29166): remove unused method
2020-12-01 09:40:17 +08:00
Oleksandr Zhelezniak
beabe7c877 fix(TDI-45089): fix date type for excel (#5463)
* set date pattern to excel event mode parser
* use inter-exchange date pattern to avoid date lose
* set date pattern for columns inside excel parser in event mode
* add JUnit tests
* bump version simpleexcel [2.5-20201119]
2020-11-30 16:38:01 +02:00
Dmytro Grygorenko
9153a96531 fix(TDI-45162): Rearrange imports in tELTPostgresql* and tELTTeradata* components. (#5581) 2020-11-30 11:18:33 +02:00
pyzhou
56284c2e28 Pyzhou/tdi 45160 add encording t file unarchive master (#5567)
* fix(TDI-45160):add encoding for tFileUnarchive

* fix error

* typo

* add encoding for pass

* upgrade version

* remove import

* remove useless code

* Keep the old behavior

* correct mvn path
2020-11-30 10:38:17 +08:00
ypiel
2aa13c8872 feat(TDI-44873) : cve - bump olingo odata to 4.7.1 - master
* feat(TDI-44873) : update odata/olingo to v4.7.1

* feat(TDI-44873) : bump to olingo 4.7.1

* feat(TDI-44873) : fix odata lib names

* feat(TDI-44873) : add version to odata MODULE

* feat(TDI-44873) : add version to odata IMPORT name
2020-11-27 17:28:39 +01:00
clesaec
1503747650 Clesaec/tdi 45193 dynamic back port (#5571)
* TDI-45193 : dynamic col on tFileInputPositional
2020-11-27 14:29:29 +01:00
Dmytro Grygorenko
7489c2b3af fix(TDI-45224): backport - additional dependencies reviewed and updated (#5573) 2020-11-27 12:15:23 +02:00
kjwang
76e00c5fc2 Kjwang/feat tup 28891 temp folder (#5465) (#5569)
TUP-28891:Shared Studio: Check which functions will write data into
folder "temp" of Studio installation folder from code
https://jira.talendforge.org/browse/TUP-28891
2020-11-27 16:48:21 +08:00
mbasiuk-talend
9057986f17 feat(TDI-44915) access token feature (#5473) (#5570)
* feat(TDI-44915): integrate Balazs POC

* feat(TDI-44915): implement other BigQuery component with access token

* feat(TDI-44915): update BigQuery bulkexec with new common jet

* feat(TDI-44915): update tGSBucketCreate

* feat(TDI-44915): update tGSBucketDelete

* feat(TDI-44915): update tGSBucketExist

* feat(TDI-44915): update tGSBucketList

* feat(TDI-44915): update connection and close part

* feat(TDI-44915): update tGSCopy

* feat(TDI-44915): update tGSDelete

* feat(TDI-44915): update tGSGet

* feat(TDI-44915): update tGSList

* feat(TDI-44915): update tGSPut

* feat(TDI-44915): use proxy to communicate with GS

* feat(TDI-44915): update code due to PR comments

* feat(TDI-44915): update Input code generation

* feat(TDI-44915): fix tGSPut xml definition

* feat(TDI-44915): update BigQuery Output and generic connection

* feat(TDI-44915): fix _end javajet parts

* feat(TDI-44915): fix bigqueryoutput config mappings

* feat(TDI-44915): fix tGSBuckerCreate dependencies

* feat(TDI-44915): fix PR comments
2020-11-27 10:18:08 +02:00
kjwang
627756bcbe Fix : TUP-29358 Performance: It takes more than 1 hour to show "Update Detection" after clicking "detect and update all jobs" icon in a special project (#5548) (#5568)
* Fix : TUP-29358 Performance: It takes more than 1 hour to show "Update
Detection" after clicking "detect and update all jobs" icon in a special
project
https://jira.talendforge.org/browse/TUP-29358
2020-11-27 15:38:17 +08:00
wang wei
6c2102f6be fix(TDI-45227): talendStats_STATSProcess Error about ELTComponents and Stat&Log tables creation (#5536) 2020-11-27 12:03:12 +08:00
sbliu
e66c9ec3cb feat(TUP-29207) add one field 'withAdminPermissions' to webservice stub class, update the wsdl file. 2020-11-25 17:03:28 +08:00
bhe-talendbj
6450cd7d32 feat(TUP-29037): upgrade fabric plugin (#5517)
* feat(TUP-29037): upgrade fabric plugin

* feat(TUP-29037): Resolve comments

* feat(TUP-29037): fix publish image

* feat(TUP-29037): fix system property
2020-11-25 12:00:17 +08:00
hcyi
29dbd7c1a5 fix(TUP-29090):[7.2.1] Extra plus '+' signs in generated SQL (#5558) 2020-11-25 10:53:49 +08:00
clesaec
dc97c5f121 TDI-45161 : tFile input delimited correction (#5554) 2020-11-24 11:53:45 +01:00
vyu-talend
25e168527e fix(TDI-45159):fix bug in xml of azuresynabe. (#5556) 2020-11-24 16:03:12 +08:00
sbliu
424231ea37 TUP-26486, TUP-29355 fix problem that 'Netsuite/tck: in Metadata credentials fields are not changed based on Auth type selected'. (#5535) 2020-11-24 15:28:32 +08:00
Emmanuel GALLOIS
cb80536122 fix(TCOMP-1772): fix MEMO_X type in configuration.javajet (#5553) 2020-11-23 16:16:49 +01:00
hzhao-talendbj
64d097b8a4 change build.xml (#5539) 2020-11-23 18:39:42 +08:00
mbasiuk-talend
d035db3936 chore(TDI-45213): upgrade ascii doctor to prevent snakeyaml CVE (#5528) 2020-11-23 11:46:00 +02:00
wang wei
15553369b6 fix(TDI-44910): Add memsql support in studio (#5479) (#5538) 2020-11-23 17:40:29 +08:00
hzhao-talendbj
8cd34df241 fix(TUP-28252): Tip message is incorrect (#5526)
* fix(TUP-28252): Tip message is incorrect

* change message key
2020-11-23 17:01:54 +08:00
SunChaoqun
599c1ccc5c TESB-30756:Upgrade SpringBoot to 2.1.17 (#5550)
Co-authored-by: vdrokov <vdrokov@talend.com>
2020-11-23 16:30:55 +08:00
bhe-talendbj
faedfc227f fix(TUP-29424): fix junit failures related to Parameter change (#5552) 2020-11-23 11:57:35 +08:00
bhe-talendbj
c5fc62877e fix(TUP-29424): OutputSchemaParameterTest (#5547) 2020-11-23 10:10:44 +08:00
Emmanuel GALLOIS
a430c638ca feat(TCOMP-1761): Support of complete schema definition in Studio BACKPORT (#5544) 2020-11-20 15:01:09 +01:00
Zhiwei Xue
c9e357b4ed fix(TUP-29360): Missing log4j2 jar on user routines (#5529) (#5542)
* fix(TUP-29360): Missing log4j2 jar on user routines

* fix(TUP-29360): fix switch log4j level problem
2020-11-20 17:32:08 +08:00
ovladyka
2c28ab3fca Fix/TDI45204_IncorrectOutlineFortFileFetch (#5532) (#5533)
Co-authored-by: Oleksandr Vladyka <oleksandr.vladyka@synapse.com>

Co-authored-by: Oleksandr Vladyka <oleksandr.vladyka@synapse.com>
2020-11-19 16:24:28 +02:00
Jane Ding
e29b72c1cf fix(TUP-28699):[Bug] The mapping is wrong after dragging (#5514)
tELTMap/tJDBCSCDELT from the created metadata
https://jira.talendforge.org/browse/TUP-28699

Signed-off-by: jding-tlnd <jding@talend.com>
2020-11-19 19:16:01 +08:00
apoltavtsev
6f1763c678 feat(TESB-29949) Pass the data source to a job using a context variable 2020-11-19 09:31:14 +01:00
hzhao-talendbj
a44ce34023 fix(TUP-25925): Cannot add external jar for routines in offline mode (#5515)
* fix TUP-25925

* code changes

* fix mistake code

* add case use readonly and tag

* add onTag for svn

* change conditions
2020-11-19 10:43:31 +08:00
pyzhou
c41396d8f0 fix(TDI-45167):Close pre Workbook for tFileOutputExcel (#5506) 2020-11-18 11:26:22 +08:00
SunChaoqun
01dbb262f4 TESB-28330:cConfig/Beans - Support customer groupid and artifact name (#5459)
* TESB-28330:cConfig/Beans - Support customer groupid and artifact name
(additional to custom version)

* TESB-30961:[7.3.1 cConfig] The external jar name and mvn uri is changed
when import a route with cConfig of 721
2020-11-17 13:41:28 +08:00
apoltavtsev
b3752e1693 fix(TESB-29553) Publishing a route with cTalendJob from Studio and commandline gives different results (#5516)
* fix(TESB-29553) Publishing a route with cTalendJob from Studio and commandline gives different results

* Update DeploymentComposite.java

* Update DeploymentComposite.java
2020-11-16 15:01:48 +01:00
Jane Ding
76e328b167 fix(TUP-28934):JDBC connection created under folder can not generate the (#5495) (#5500)
all the components for jdbc when drag to job.
https://jira.talendforge.org/browse/TUP-28934

Signed-off-by: jding-tlnd <jding@talend.com>
2020-11-11 17:44:24 +08:00
sbliu
ff5eb3b330 feat(TUP-26486) quickly refresh the GUI only one time when switch format. 2020-11-11 15:38:35 +08:00
hzhao-talendbj
ca846fd0da chore(TUP-29273): move to message.properties (#5497)
* move to message.properties

* remove <...>
2020-11-11 15:16:39 +08:00
Chao MENG
609893cabd feat(TUP-21457): License fetch feature with the https proxy (#5325)
* feat(TUP-21457): License fetch feature with the https proxy
https://jira.talendforge.org/browse/TUP-21457
2020-11-11 14:20:32 +08:00
wang wei
712ad31c38 fix(TDI-44993): tS3Get performance issue using multipart target to EFS/NAS(#5429) (#5494) 2020-11-10 16:55:48 +08:00
hcyi
6fe776cb91 feat(TUP-25235):tELTTeradataMap : allow to rename the alias. (#5490)
* feat(TUP-25235):tELTTeradataMap : allow to rename the alias.

* feat(TUP-25235):tELTTeradataMap : allow to rename the alias.
2020-11-10 12:00:01 +08:00
Chao MENG
b483e63f28 feat(TUP-28790): Enhance detection of localhost (#5378)
* feat(TUP-28790): Enhance detection of localhost

https://jira.talendforge.org/browse/TUP-28790

* feat(TUP-28790): Enhance detection of localhost

https://jira.talendforge.org/browse/TUP-28790
2020-11-09 17:43:18 +08:00
chmyga
606d80661a Dchmyga/tdi 44004 backport to master (#5488)
* chore(TDI-44004): update talend-ws lib (#5415)

* chore(TDI-44004): update talend-ws lib

* chore(TDI-44004): update cxf for MicrosoftCRM components

* chore(TDI-44004): update CXF and talend-ws version (#5485)

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Roman <voievidko@gmail.com>
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-11-09 11:33:57 +02:00
chmyga
f145d5f6a7 chore(TDI-44004): update cxf in talend libs (#5481)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-11-09 10:34:03 +02:00
Pingwen Lin
be83506771 TMDM-14904 Update CXF to 3.3.7 due to CVE-2020-1954 (#5452) 2020-11-09 15:33:49 +08:00
Jane Ding
76d45d02c8 feat(TUP-29076):support memsql in studio metadata and components (#5441) (#5487)
* feat(TUP-29076):support memsql in studio metadata and components
https://jira.talendforge.org/browse/TUP-29076

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29076):support memsql in studio metadata and components
https://jira.talendforge.org/browse/TUP-29076
fix(TUP-29101):[bug] data viewer failed when export to context
https://jira.talendforge.org/browse/TUP-29101
Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-29076):support memsql in studio metadata and components
https://jira.talendforge.org/browse/TUP-29076

Signed-off-by: jding-tlnd <jding@talend.com>
2020-11-09 15:14:55 +08:00
kjwang
6635b21ec4 TUP-28833 Multi-User: support custom javajet component in shared studio
TUP-28833 Multi-User: support custom javajet component in shared studio
https://jira.talendforge.org/browse/TUP-28833
2020-11-09 15:01:33 +08:00
Chao MENG
8a26da0fde feat(TUP-29126): Github Renaming the default branch from master (#5456)
* feat(TUP-29126): Github Renaming the default branch from master
https://jira.talendforge.org/browse/TUP-29126
2020-11-09 10:20:03 +08:00
bhe-talendbj
df3ee3bd24 fix(TUP-29164): Remove duplicated invokes of checkStartNodes (#5454) (#5484) 2020-11-09 09:42:49 +08:00
jiezhang-tlnd
352ce04416 feat(TUP-28793)remove message properties (#5414) 2020-11-06 11:06:40 +08:00
mbasiuk-talend
44fa23e76e chore(TDI-44994): bump library version (#5427) (#5476)
* chore(TDI-44994): bump library version

* chore(TDI-44994): change version to lower version, avoid bumping other libs

* chore(TDI-44994): update correct library
2020-11-05 17:49:02 +02:00
pyzhou
f055a5b58f fix(TDI-45062):add back last modification time (#5433)
* fix(TDI-45062):add back last modification time

* add copy
2020-11-05 14:49:06 +08:00
clesaec
681deb55da Clesaec/tdi 44941 to master (#5471)
* TDI-44941 : ftp put connectors, renames
2020-11-04 15:16:14 +01:00
pyzhou
c6cb6daae7 fix(TDI-44924):change UI string (#5470) 2020-11-04 16:13:10 +08:00
Colm O hEigeartaigh
e4073bb4ad TDI-44685 - Close streams after calling getResourceAsStream in generated code (#5065) 2020-11-04 15:55:23 +08:00
hzhao-talendbj
290d395670 remove some urlpaths (#5437) 2020-11-04 14:28:07 +08:00
bhe-talendbj
201c103bc5 bugfix(TUP-29131) Replace jar name by maven uri for spark jobs (#5444) (#5462)
* fix(TUP-29131): Replace jar name by uri for spark job

* fix(TUP-29131): Replace jar name by maven uri for spark jobs
2020-11-04 09:24:06 +08:00
kjwang
c0c7ec4f7e Kjwang/fix tup 28050 avoid possible actions (#5283) (#5461)
Fix TUP-28050 Multi-User: Avoid possible actions that are not supported on shared studio
https://jira.talendforge.org/browse/TUP-28050
2020-11-03 15:33:32 +08:00
vyu-talend
f85a72df47 fix(TDI-45054):fix the protected file error. (#5428) (#5460)
* fix(TDI-45054):fix the protected file error.

* fix(TDI-45054):update the excel jar in component.

* fix(TDI-45054):update lib version.
2020-11-03 11:56:29 +08:00
Mike Yan
140fd7a557 feat(TESB-29271): Route debuging feature (#5413)
* feat(TESB-29271): Route debuging feature (#5280)

* feat(TESB-29271):Initical update for route debugger

* feat(TESB-29271): conditional breakpoint component tab

* feat(TESB-29271): Route debuging feature

* fix(TESB-29271): Cumulative fixes and code improvement

* fix(TESB-29271): Added default view(DI)

* fix(TESB-29271): Code improvements by code review

* feat(TESB-29271): code updated by review

* fix(TESB-29271): Cumulative fixes and code improvement

Co-authored-by: Chao MENG <cmeng@talend.com>
2020-11-02 17:02:35 +08:00
pyzhou
e9f3eabe10 fix(TDI-45098):tHttpRequest accept 2XX as success (#5443) 2020-11-02 13:53:26 +08:00
Dmytro Grygorenko
4987ad2a35 Revert "Fix(TDI-44173): Fix for inner element creation in Loop element. (#4683)" (#5446)
This reverts commit 69f69c7b5c.
2020-10-30 11:57:24 +02:00
Jane Ding
fa837e7448 fix(TUP-28945):For Snowflake connection, the tDBConnection which is (#5407) (#5440)
* fix(TUP-28945):For Snowflake connection, the tDBConnection which is
displayed in the joblet (in tDBInput) is not retained in the job from
where the joblet is invoked
https://jira.talendforge.org/browse/TUP-28945

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28945):For Snowflake connection, the tDBConnection which is
displayed in the joblet (in tDBInput) is not retained in the job from
where the joblet is invoked
https://jira.talendforge.org/browse/TUP-28945

Signed-off-by: jding-tlnd <jding@talend.com>
2020-10-30 09:44:15 +08:00
bhe-talendbj
5a72eeb1d1 fix(TUP-28978): Add migration (#5422) (#5438)
* fix(TUP-28978): Add migration

* fix(TUP-28978): show jar for tELMap, show uri for routine/bean dependencies
2020-10-30 09:35:52 +08:00
clesaec
604d4657fe TDI-44686 : potential NPE (#5164) (#5436)
* TDI-44686 : potential NPE
2020-10-29 14:16:21 +01:00
Dmytro Grygorenko
87832c45d6 fix(TDI-45023): backport fix to "master". (#5439) 2020-10-29 15:01:33 +02:00
chmyga
587ad52dd7 chore(TDI-42384): remove old neo4j repo from pom (#5435)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-10-28 16:53:01 +02:00
qiongli
432c292934 fix(TDQ-18826) Set required to true for Dynamic jar (#5419) 2020-10-28 18:04:38 +08:00
cbadillo1603
f618e73802 fix(TBD-11405): there's no button to browse credential files for tHiveXXX components in DI job (#5333) (#5434) 2020-10-28 10:01:25 +01:00
Dmytro Grygorenko
2c71e7ec82 chore(TDI-45022): backport Apache POI update to "master" (#5408)
* chore(TDI-45022): backport Apache POI update to "master"

* fix(TDI-45022): rebuild "talendMsgMailUtil" library to preserve local changes available at the branch
2020-10-27 10:24:07 +02:00
Roman
457e309dd0 chore(TDI-44004): update cxf in Netsuite and ws talend libs (#5416) 2020-10-26 09:33:19 +02:00
Andrii Medvedenko
c71a5a2c9c fix(TBD-11378): tHiveInput in DI has authentication type for all distributions (#5313) (#5423)
* fix(TBD-11378): wrong property fix

* an other part of ofix
2020-10-23 18:17:53 +03:00
Dmytro Grygorenko
d51395c222 fix(TDI-45015): backport fix into "master" branch (#5420) 2020-10-23 11:24:40 +03:00
pyzhou
4f33d89465 fix(TDI-44924):tFileFetch should not trust all server by default (#5328) (#5327)
* fix(TDI-44924):tFileFetch should not trust all server by default

* add migration task

* correct class name

* fix plugin.xml
2020-10-23 11:22:44 +08:00
cbadillo1603
acb062d46f fix(TBD-5167): tBigQueryInput project label should same as tBigQueryConfiguration (#5375) (#5418) 2020-10-23 01:57:19 +02:00
bhe-talendbj
ad24176090 fix(TUP-28066): remove lower version jars based on gavct (#5412) 2020-10-22 14:28:38 +08:00
hzhao-talendbj
770f120af9 update manifest to be same with the jar version in pom (#5403) 2020-10-22 09:31:58 +08:00
bhe-talendbj
4833bd217d fix(TUP-29022): Fix changes detection for projects (#5402)
* fix(TUP-29022): fix jobsettings jdbc change detector (#5394)

* bugfix(TUP-29022) Fix detection warning popup (#5400) (#5401)

* fix(TUP-29022): fix change warning popup

* fix(TUP-2902): show changes warning popup for implicit context and jobsettings
2020-10-21 17:03:07 +08:00
Oleksandr Zhelezniak
aaa9f4a355 fix(TDI-44935): reuse custom query expression (#5398)
* make query expression idempotent in the generated code
* use instead of duplication of custom query expression a variable
2020-10-20 13:55:56 +03:00
Mike Yan
fbb80cb533 fix(TESB-30713): Beans folder is missing in routines.jar for route (#5393) 2020-10-20 10:19:47 +02:00
Jane Ding
dbbaa6fea6 fix(TUP-28952):TOS: NPE when delete items to recycle bin (#5383) (#5390)
https://jira.talendforge.org/browse/TUP-28952

Signed-off-by: jding-tlnd <jding@talend.com>
2020-10-20 11:13:47 +08:00
Liu Xinquan
d384c51249 fix(TDQ-18784) create a new migration task (#5348)
* fix(TDQ-18784) create a new migration task

* fix(TDQ-18784) code improvement
2020-10-20 10:54:48 +08:00
Dmytro Sylaiev
6f4d0b6913 fix(TDI-44896): Get nbline from stdout of gpload (#5304) (#5389)
* fix(TDI-44896): Get nbline from stdout of gpload

* fix(TDI-44896): Fix the error message for failing get NBLine

* fix(TDI-44896): Fix codegen error

* fix(TDI-44896): Fix log printing 0 despite the real result

* fix(TDI-44897): Add exit code of GPLoad (#5307)
2020-10-19 18:41:14 +03:00
ypiel
828d3410da feat(TDI-44950) : support oauth within mscrm2016 premise (#5297)
* feat(TDI-44950) : Support oauth on premise in talend-mscrm

* feat(TDI-44950) : bump talend-mscrm version

* feat(TDI-44950) : update mscrm lib version to 20201001

* feat(TDI-44950) : Support of oauth in mscrm premise javajet connectors

* feat(TDI-44950) : some cosmetic changes

* feat(TDI-44950) : some adjustment after QA
2020-10-19 13:04:43 +02:00
Carlos Carvajal
d4be478c1f Update UpdateSeparatorAndEscapeForDatasetAPI.java (#5386) 2020-10-19 11:28:25 +02:00
bhe-talendbj
25a8401ed3 feat(TUP-28342):Save maven url for components with parameter MODULE_LIST (#5278) (#5381)
* feat(TUP-25246): support custom maven uri for components and dbwizard

* feat(TUP-28342):Save maven url for components with parameter MODULE_LIST

* feat(TUP-28342): Save driver jar as mvnurl for implicit context.

* feat(TUP-25246): Fix necessary UI updates

* feat(TUP-25246): add migration to replace jar name by uri

* feat(TUP-25246): add migration

* feat(TUP-25246): generate poms after migration

* feat(TUP-25246): fix migrate driver jar path

* feat(TUP-25246): Fix context jar path and disable migration and show jar name instead of uri for modulelist

* feat(TUP-25246): fix stats and logs

* feat(TUP-25246): show jar name instead of uri for module table

* feat(TUP-25246): remove quotes

* feat(TUP-25246): fix parse maven uri from context

* feat(TUP-25246): use maven uri of component instead of driver jar path

* feat(TUP-25246): add workaround for components

Co-authored-by: Zhiwei Xue <zwxue@talend.com>

Co-authored-by: Zhiwei Xue <zwxue@talend.com>
2020-10-19 17:09:14 +08:00
Jane Ding
c4322cba45 feat(TUP-28640):Improve JDBC database support framework to load (#5287) (#5362)
* feat(TUP-28640):Improve JDBC database support framework to load (#5287)

* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640

* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640

* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
fix(TUP-28746):[Bug] after do "save the property to metadata" studio
will throw error logs.
cf: connection infos with quotes

* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640

* feat(TUP-28640):Improve JDBC database support framework to load (#5367)

supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640

* feat(TUP-28640):Improve JDBC database support framework to load (#5368)

supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
2020-10-19 09:30:14 +08:00
Jane Ding
ba2f4c8385 fix(TUP-28618):[Bug] db type dont show Delta in impact page. (#5275) (#5361)
https://jira.talendforge.org/browse/TUP-28618
2020-10-16 17:14:41 +08:00
bhe-talendbj
a76b422412 fix(TUP-28659): migrate jobs because remove snapshot jars (#5294) (#5380) 2020-10-16 16:36:16 +08:00
pyzhou
7febf9909b fix(TDI-44997): fix compile error (#5360) 2020-10-16 14:20:43 +08:00
mbasiuk-talend
c0e9a2cbf3 fix(TDI-44893): added missing dependency (#5371)
* fix(TDI-44893): bump version and added new dependency

* fix(TDI-44893): update component, and localprovider

* fix(TDI-44893): revert library javax activation upgrade

* fix(TDI-44893): use latest soap library
2020-10-16 07:27:54 +03:00
jiezhang-tlnd
7864124f83 feat(TUP-28758)Add a warning when we login to a project and if there is (#5370) 2020-10-16 10:19:50 +08:00
SunChaoqun
015c3e49a4 TESB-30423:Install Patch_20200925_R2020-09_v1-7.3.1 with TDI.license, (#5369) studio export job fail 2020-10-15 15:03:46 +08:00
Emmanuel GALLOIS
887e8792ab feat(TCOMP-1757): support context in design time actions (#5220 backport) (#5365) 2020-10-14 17:27:07 +02:00
vdrokov
9ed1f32436 TESB-30480: Unable to utilize the Runtime datasource in DI Jobs with … (#5288)
* TESB-30480: Unable to utilize the Runtime datasource in DI Jobs with DB credentials blank
Select database name from process node from different properties.

* Update JobJavaScriptOSGIForESBManager.java

* Update JobJavaScriptOSGIForESBManager.java

* Update DataSourceConfig.java
2020-10-14 16:31:35 +02:00
ypiel
1ab2ed4d61 fix(TDI-44866) : Change exception class for java11 2020-10-14 15:39:48 +02:00
Chao MENG
cd0be66818 fix(TUP-28612): [TCK] Guess Schema button run the subjob instead of (#5344)
calling discover schema method
https://jira.talendforge.org/browse/TUP-28612
2020-10-14 15:39:49 +08:00
SunChaoqun
394564c696 TESB-30423:Install Patch_20200925_R2020-09_v1-7.3.1 with TDI.license, (#5359) studio export job fail 2020-10-13 18:51:38 +08:00
Dmytro Grygorenko
0cffc8a23f fix(TDI-44957): backport fix to "master" (#5354) 2020-10-13 11:01:58 +03:00
Dmytro Grygorenko
91a4e58ab7 fix(TDI-44839): update POSTGRESQL driver (#5353)
(cherry picked from commit fde070a15b)
2020-10-13 10:40:54 +03:00
hzhao-talendbj
a19b42c77a tup-28783 (#5281) 2020-10-13 14:57:31 +08:00
kjwang
9fd087e381 kjwang/Feat_TUP-27762_new_version_of_ci (#5248) (#5346)
kjwang/Feat_TUP-27762_new_version_of_ci
2020-10-13 14:28:43 +08:00
sbliu
627fe0da12 TUP-28778 Add 'if' judgment before type conversion. 2020-10-13 10:52:55 +08:00
apoltavtsev
3b0532d6b7 Bundle version for Jobs is corrected (#5335) 2020-10-12 17:17:58 +02:00
apoltavtsev
81cf0e89b9 Update BuildOSGiBundleHandler.java (#5334) 2020-10-12 17:17:39 +02:00
hzhao-talendbj
0f055bf07d tup 27356 (#5272)
* tup 27356

* modify code
2020-10-12 16:12:35 +08:00
mbasiuk-talend
7b1ef207d6 fix(TDI-44893): upgrade libraries, update code, remove old libs (#5229) (#5332)
* fix(TDI-44893): upgrade libraries, update code, remove old libs

* fix(TDI-44893): update local provider pom with newest version
2020-10-12 10:39:33 +03:00
Andreas Mattes
d45762f417 TESB-30623 Ensure routine classes are compiled before the routines library is created. (#5326) 2020-10-12 08:47:55 +02:00
hzhao-talendbj
ac474b45ab remove asm (#5198)
* remove asm

* fix junit error

* modify testBuildJob.zip

* remove urlpath in plugin.xml
2020-10-12 12:17:57 +08:00
hzhao-talendbj
51b43fa720 tup 28320 (#5232) 2020-10-09 09:30:25 +08:00
chmyga
1a2f0a554c Dchmyga/tdi 44868 tgsput huge files (#5230) (#5309)
* fix(TDI-44868): tGSPut with huge files

* Add property to set part size to upload files in parts

* fix(TDI-44868): tGSPut with huge files

* add migration task

* fix(TDI-44868): tGSPut with huge files

* Fix PR comment

* fix(TDI-44868): tGSPut with huge files

* Fix overflow problem

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-10-05 18:00:34 +03:00
Dmytro Grygorenko
5c0858ddd7 fix(TDI-44880): backport fix into "master" branch. (#5308) 2020-10-05 17:20:55 +03:00
mbasiuk-talend
eedcc4501d chore: TDI-32442 revert (#5265)
* Revert "fix(TDI-32442): add missing else block (#4545)"

This reverts commit 9c82017e72.

* Revert "Mbasiuk/tdi 32442 dynamic excel dateformat (#4377)"

This reverts commit a94989277c.
2020-09-30 16:45:55 +03:00
Dmytro Grygorenko
7ce80c361a fix(TDI-44883): set value of ERROR_MESSAGE (#5290) 2020-09-29 16:26:13 +03:00
Dmytro Grygorenko
45567ec3cc fix(TDI-30522): Revert for 'master' branch (#5292)
* Revert "fix(TDI-30522): extra '(' removed. (#5160)"

This reverts commit e06952d023.

* Revert "fix(TDI-30522): backport to "master""

This reverts commit 58fb8847cf.
2020-09-29 16:24:10 +03:00
Dmytro Sylaiev
ec320da6fb fix(TDI-44771): Fix error code for prejob in multithread run (#5208) (#5285) 2020-09-28 10:12:54 +03:00
pyzhou
8e200d83e2 fix(TDI-44911):tFileInputExcel has malposition header when enabling (#5243)
column
2020-09-25 14:11:09 +08:00
kjwang
fe8b13e4b0 Fix: TUP-28773 Dialog title is incorrect when using 'Import an existing (#5262)
Fix: TUP-28773 Dialog title is incorrect when using 'Import an existing project'
https://jira.talendforge.org/browse/TUP-28773
2020-09-24 16:12:19 +08:00
Xilai Dai
a0a680383f fix(TESB-30136) exclude the jakarta.activation (#5173) 2020-09-24 14:48:01 +08:00
VictorLi-talendbj
48fb41fe9f TMDM-14845 Update Commons Codec to 1.13+ in mdm_taskloadclient 2020-09-24 13:15:27 +08:00
wang wei
d72f543d35 fix(TDI-44908): pass TMC function jar for trunjob independent process case and dynamic job case (#5235) (#5266) 2020-09-24 10:49:39 +08:00
Jane Ding
9a6f1bbf40 feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE (#5078) (#5246)
* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE (#5078)

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654



* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Signed-off-by: jding-tlnd <jding@talend.com>

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654
TUP-28598:[Bug] driver class show as mvn:SparkJDBC42-2.6.14.1018.jar is
wrong.

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
TUP-28615:[Bug] Save the property to metadata will change Delta Lake to
JDBC.
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
TUP-28610:[Bug] drag Delta Lake component from Palatte to job meet NPE.
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654
Hard code to filter unsupported components
Set useAutoCommit and autocommit default value as true

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
TUP-28616:[Bug] in stat&logs/extra page, when select Delta Lake DB, it
shows as JDBC.
To fit on support database, delta lake should be filter
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
set delta lake/jdbc default mapping
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

Conflicts:
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/dialog/RepositoryReviewDialog.java

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE (#5233)

https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE (#5240)

https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE (#5255)

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654

* feat(TUP-27654):Databricks Delta Lake - Support ELT & MERGE
https://jira.talendforge.org/browse/TUP-27654
2020-09-24 09:12:51 +08:00
OleksiiNimych
f75801707d feat(TDI-39689): tTeradataTPT support for multiple schemas (#5193) (#5239)
* feat(TDI-39689): tTeradataTPT support for multiple schemas

* feat(TDI-39689): tTeradataTPTUtility

* feat(TDI-39689): tTeradataTPT add migration task

* feat(TDI-39689): rename new property

* feat(TDI-39689): tTeradataTPT fix migration task
2020-09-22 10:53:01 +03:00
Jane Ding
6e0d32e08d fix(TUP-28519):Update org.talend.libraries.apache.google jars (#5199)
remove org.talend.libraries.apache.google plugin
https://jira.talendforge.org/browse/TUP-28519
2020-09-22 15:10:51 +08:00
jiezhang-tlnd
ba7415b896 fix(TUP-28306)Can't save changes of Using existing connection for (#5196)
tcompv0 in the joblet subjob
https://jira.talendforge.org/browse/TUP-28306
2020-09-21 18:27:47 +08:00
Zhiwei Xue
dc38624708 feat(TUP-28323):Improve the maven build time spent during login project (#5213) 2020-09-21 15:17:24 +08:00
Zhiwei Xue
edddde78bd fix(TUP-28576):Reference projects routine POM file is modified and can't (#5204) (#5237)
be committed to GIT
2020-09-21 15:00:33 +08:00
Chao MENG
4ea86582a9 Cmeng/workitem/tup 28063 improve start (#5093)
* workitem(TUP-28063): Improve studio bundles reloading logic
https://jira.talendforge.org/browse/TUP-28063

* workitem(TUP-28063): Improve studio bundles reloading logic
https://jira.talendforge.org/browse/TUP-28063

* workitem(TUP-28063): Improve studio bundles reloading logic
https://jira.talendforge.org/browse/TUP-28063
2020-09-21 14:12:54 +08:00
wang wei
3c328ae38f fix(TDI-44745): FileInputDelimited fails to properly consume CipherInputStream(#5140) (#5227) 2020-09-18 15:09:34 +08:00
wang wei
2d396aed25 fix(TDI-44824): Observability: Update daikon-audit library version (#5205) (#5226) 2020-09-18 15:08:15 +08:00
wang wei
b60d0f6aca fix(TDI-44806): Observability: Add customization for event frequency (#5200) (#5228)
* fix(TDI-44806): Observability: Add customization for event frequency

* adjust the key to "audit.interval"
2020-09-18 15:06:18 +08:00
VictorLi-talendbj
ba68e9f6b4 TMDM-14794 Update Commons Codec to 1.13+ in mdm_transaction 2020-09-18 14:45:04 +08:00
Chao MENG
902b515e83 fix(TUP-26413): Be able to compare metadata connection conflicts (#5223)
https://jira.talendforge.org/browse/TUP-26413
2020-09-18 12:27:21 +08:00
bhe-talendbj
a34dbe1536 port fix TUP-28628 (#5219) 2020-09-17 16:14:27 +08:00
hcyi
ab8d3f0979 feat(TUP-23827): Runtime Lineage (#5210)
* feat(TUP-23827):Runtime Lineage for studio.

* fix(TUP-28635):[bug] output path always be changed when path contains \
2020-09-17 14:54:49 +08:00
pyzhou
72df2eed95 fix(TDI-44855):fix index out of bound error (#5211) 2020-09-16 12:26:07 +08:00
Dmytro Sylaiev
65cfd61ab1 fix(TDI-44394): Fix migration tcomp for javajet (#5113) 2020-09-14 15:44:23 +03:00
Emmanuel GALLOIS
1bbfbea3b6 fix(TCOMP-1770): bump component-runtime to 1.1.25 2020-09-14 11:11:17 +02:00
pyzhou
ae5f63e615 fix(TDI-44855):tSSH append new line in the result (#5191) 2020-09-14 10:58:27 +08:00
kjwang
02e8a0ae5b fix(TUP-28487): fix performance issue (#5152) (#5189)
* fix(TUP-28487): fix performance issue

Co-authored-by: nrousseau <nrousseau@talend.com>
2020-09-11 10:47:50 +08:00
Andrii Medvedenko
0e12a1742f feat(TBD-10473): Hive input components for Dataproc distribution to work with Service account (#5114) (#5178) 2020-09-10 19:47:49 +03:00
AlixMetivier
ab883bdccc fix(TBD-10885): refacto date and timestamp handling with dataset (#5149) (#5197) 2020-09-10 14:56:37 +02:00
jiezhang-tlnd
9e19c0a597 feat(TUP-27667)update splash (#5194) 2020-09-10 17:42:34 +08:00
bhe-talendbj
44cdf895bf fix(TUP-27438): change junit mvn uri (#5183)
* fix(TUP-27438): change junit mvn uri

* fix(TUP-27438): fix mvn uri
2020-09-10 17:21:45 +08:00
vyu-talend
02f1654296 fix(TDI-44846):fix the compliation error. (#5192) 2020-09-10 14:38:37 +08:00
vyu-talend
4fa5246a7f fix(TDI-44803):attachment issue in tfileinputmail. (#5176) (#5188) 2020-09-09 18:22:13 +08:00
OleksiiNimych
8acc2239b2 fix(TDI-44759): tTeradataTPTExec fix SHOW_IF statement (#5147) (#5186)
* fix(TDI-44759): tTeradataTPTExec fix SHOW_IF statement

* fix(TDI-44759): tTeradataTPTExec fix display of properties
2020-09-09 10:57:03 +03:00
Emmanuel GALLOIS
6705749a12 feat(TCOMP-1651): backport to master (#5180) 2020-09-09 15:36:03 +08:00
Oleksandr Zhelezniak
6420c02d6e chore(TDI-44765): remove guava:13.0 (#5185)
* remove guava:13.0 dependency use 20.0 instead of it
2020-09-09 10:14:49 +03:00
chmyga
bf46f10197 fix(TCOMP-1749): validation with ActiveIf broken (#5121) (#5182)
* Don't show validation results for hidden parameters

* Revalidate parameters on show/hide property change

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-09-09 08:04:18 +03:00
jiezhang-tlnd
215ec2025c feat(TUP-28403)add white background for document (#5184) 2020-09-09 10:35:35 +08:00
jiezhang-tlnd
ba4cecc1fe feat(TUP-27667)change logo and brandings for Talend 7.4.1 (#5179) 2020-09-08 18:43:19 +08:00
Zhiwei Xue
ce6c70904a workitem(TUP-28567):Remove plugin org.talend.libraries.hcatalog (#5174) 2020-09-08 17:47:25 +08:00
wang wei
6503892b88 fix(TDI-44760): TMomOutput not changing the value of the queue (#5145) (#5175) 2020-09-07 17:04:35 +08:00
wang wei
2aefa18a64 fix(TDI-44678): tFileOutputXML make unexpected empty file (#5052) 2020-09-07 15:35:39 +08:00
nkutsubos
562ac96120 babili-export (#5172)
Co-authored-by: root <root@tal-ip90.talend.com>
2020-09-07 09:43:42 +08:00
vyu-talend
d0046d8673 feat(TDI-44720):implement pause and resume for redshift cluster. (#5141) (#5170)
* feat(TDI-44720):implement pause and resume for redshift cluster.

* feat(TDI-44720):change show-if.
2020-09-04 16:07:26 +08:00
vyu-talend
1bf53a9627 feat(TDI-44755):upgrade aws sdk version. (#5139) (#5169) 2020-09-04 15:18:58 +08:00
hcyi
7165d6fcd9 fix(TUP-28258):tETLInput and tETLMap does not show datatypes for (#5125)
Snowflake DB on Import Metadata。
2020-09-04 11:28:17 +08:00
Emmanuel GALLOIS
6c564d205d fix(TCOMP-1759): fix random order for columns in guessSchema in Studio (#5167) 2020-09-03 11:47:38 +02:00
Oleksandr Zhelezniak
824cc61790 fix(TDI-44654): fixed NPE for tFTP (#5071) (#5165)
* add info message about nullity of the ssl session context
* update version of commons-net-ftps-proxy [3.6.1-talend-20190819] -> [3.6.1-talend-20200902]
* update version of 'commons-net-ftps-proxy' in javajet ftp's components
* remove slf4j-log4j12 dependency
2020-09-03 10:58:36 +03:00
bhe-talendbj
a1f28c9e2a fix(TUP-27438): Add new plugin to codegen classpath (#5159) 2020-09-02 09:47:43 +08:00
Dmytro Grygorenko
e06952d023 fix(TDI-30522): extra '(' removed. (#5160)
* fix(TDI-30522): extra '(' removed.

* fix(TDI-30522): missing '<%' restored
2020-09-01 20:41:53 +03:00
vdrokov
f59d6e1d20 fix(TESB-29819): Studio doesn't select model beans during exporting (#5162)
Merge after successful validation with locally patched Studio.
2020-09-01 19:05:13 +02:00
Dmytro Grygorenko
64621ce986 fix(TDI-44743): backport to "master" branch (#5156) 2020-09-01 16:11:00 +03:00
jzhao
329e35e13b fix(TDI-44748):Error in method "add" for the component tFileOutputMSXML(#5158) 2020-09-01 15:41:03 +08:00
mbasiuk-talend
a9b563293e feat(TDI-44730): upgrade snowflake driver to latest (#5150) (#5157) 2020-09-01 10:02:32 +03:00
Oleksandr Zhelezniak
ed7a8d122d chore(TDI-44145): update commons-codec:1.14 (#5144)
* update commons-codec to 1.14 version in libraries
* update commons-codec to 1.14 version in javajet
2020-08-31 14:03:06 +03:00
Oleksandr Zhelezniak
bb4958fbc4 fix(TDI-31162): remove interfere condition (#5153)
* remove interfere SPECIFY_DATASOURCE_ALIAS from the import condition of the tOracle components
2020-08-31 10:56:54 +03:00
Dmytro Grygorenko
717d6950d8 fix(TDI-30522): backport to "master" (#5148) 2020-08-28 21:03:41 +03:00
Jane Ding
397a67fad6 Jding/tup 28440 (#5138) (#5146)
* Add test suffix for test case support (#5136)

Co-authored-by: Michael Verrilli <mverrilli@talend.com>

* Mverrilli patch 7.3.1 iterate test fix (#5137)

* Add test suffix for test case support

* Fixed missing reference to className

* Update iterate_subprocess_header.javajet

Co-authored-by: Michael Verrilli <mverrilli@talend.com>

Co-authored-by: Michael Verrilli <mverrilli@talend.com>

Co-authored-by: Michael Verrilli <mverrilli@talend.com>
2020-08-28 15:43:35 +08:00
Jane Ding
c66277ffcf fix(TUP-28085):Error while compiling a Kafka component with Big Data (#5031)
* fix(TUP-28085):Error while compiling a Kafka component with Big Data
studio
https://jira.talendforge.org/browse/TUP-28085
Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28085):Error while compiling a Kafka component with Big Data
studio
https://jira.talendforge.org/browse/TUP-28085

Signed-off-by: jding-tlnd <jding@talend.com>
2020-08-28 11:50:06 +08:00
jiezhang-tlnd
1f4de6a6fb feat(TUP-27667)change logo and brandings for Talend 7.4.1 (#5134) 2020-08-28 10:43:05 +08:00
jiezhang-tlnd
1c549e7ed6 feat(TUP-28403)Update icons for 741 studio (#5130)
https://jira.talendforge.org/browse/TUP-28403
2020-08-28 10:39:26 +08:00
apoltavtsev
9f4f111f05 fix(TESB-29963) MQ Dependency issues in Runtime
* fix(TESB-29963) MQ Dependency issues in Runtime

* Update JobJavaScriptOSGIForESBManager.java

* Update JobJavaScriptOSGIForESBManager.java
2020-08-26 15:38:29 +02:00
nkutsubos
58a1995339 babili-export (#5123)
Co-authored-by: root <root@tal-ip90.talend.com>
2020-08-26 17:45:59 +08:00
Roman
8f98965547 fix(TDI-44063): update xercesImpl dependency (#5004) (#5122) 2020-08-26 12:11:35 +03:00
bhe-talendbj
fc4bb5298d bugfix(TUP-28308) build error and joblet maven xml file has incorrect values and Couldn't parse data error message (#5115)
* fix(TUP-28308): Check multiple version of joblets

* fix(TUP-28308): Check multiple version of joblets

* fix(TUP-28308): Revert unnecessary changes
2020-08-25 10:26:57 +08:00
hcyi
7943604035 fix(TUP-28134):TCK Components shown as hidden by default in the palette (#5046)
settings
2020-08-25 09:57:38 +08:00
Andreas Mattes
468ce08847 TESB-29664 Produce a more unique default value on empty endpoint URI. (#5126) 2020-08-24 12:00:40 +02:00
Emmanuel GALLOIS
be82f0ba82 fix(TDI-44164): revert changes on talend.component.manager.m2.repository (#5112) 2020-08-21 17:19:47 +02:00
Dmytro Grygorenko
445d77da82 fix(TDI-44439): Unable to locate & drop existing table for MySQL (JDBC) (#4882)
* fix(TDI-44439): updated tables search for MySQL DB

* fix(TDI-44439): removed search in "SYSTEM TABLE"

* fix(TDI-44439): Improve fix - get catalog name from Connection.

* fix(TDI-44439): Compile errors fixed.

* fix(TDI-44439): some more corrections.

* fix(TDI-44439): avoid "" as catalog name

* fix(TDI-44439): in case dbName is null
2020-08-21 13:13:58 +03:00
jiezhang-tlnd
c3554dbcf9 fix(TUP-28078)metadata folder generated under .../poms/jobs when create new connection in remote project (#5118)
* fix(TUP-28078)metadata folder generated under .../poms/jobs when create
new connection in remote project
https://jira.talendforge.org/browse/TUP-28078

* update plugin
2020-08-21 16:17:42 +08:00
AlixMetivier
59ba79e022 Update plugin.xml (#5117) 2020-08-21 16:07:11 +08:00
Jane Ding
a70d2efe07 Jding/master/tup 28338 implicit context issue (#5107)
* Jding/tup 28338 implicit context issue (#5097)

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes (#5101)

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

Signed-off-by: jding-tlnd <jding@talend.com>

* fix(TUP-28338):[7.3.1] configuring Implicit tContextLoad in the job Goes
on error after installing the patch 07_2020
https://jira.talendforge.org/browse/TUP-28338

Signed-off-by: jding-tlnd <jding@talend.com>
2020-08-20 18:44:46 +08:00
jiezhang-tlnd
e780002878 feat(TUP-27862)Add possibility to customize pattern for dates when (#4977) (#5022)
retrieve table
2020-08-20 18:33:22 +08:00
Carlos Carvajal
854182aa09 fix(?): Update plugin.xml (#5106)
* Update plugin.xml

* Update plugin.xml
2020-08-20 15:48:44 +08:00
Pierre Teyssier
8e5fd3d1b0 fix(TDI-42668): replace hardcoded value 2020-08-20 04:29:20 +08:00
Mike Yan
55cd716747 fix(TESB-29957): Added properties for metrics (#5098)
* fix(TESB-29957):CI Fail to publish Microservice with Prometheus param

* fix(TESB-29957): Added contexts properties

* fix(TESB-29957): Added properties for metrics
2020-08-19 17:16:27 +08:00
AlixMetivier
7cea2e41a0 fix(TBD-11052): fix dataset migration for csv value (#5051) (#5091)
* fix(TBD-11052): add migration task for dataset API in delimited compo… (#5036)

* fix(TBD-11052): fix dataset migration for csv value (#5051)

* fix(TBD-11052): wrong value was checked

* fix value
2020-08-19 09:15:11 +02:00
apoltavtsev
15938fa5f6 fix(TESB-29676): Job with deployment type Microservice don't compile if password context parameter added directly to job 2020-08-18 12:28:47 +02:00
AlixMetivier
2f00afeee7 feat(TBD-10769): delta Features for R08 (#5067) (#5090)
* feat(TBD-10769): delta Features for R08 (#5067)

* Update plugin.xml
2020-08-18 10:16:35 +02:00
hzhao-talendbj
678f2c905c Hengzhao/backport73/tup 25103 (#5033) (#5077)
* bugfix(TUP-25103):tELTMap - ctrl+space shortcut is not working to
retrieve easily job context

* TUP-25103

* Tup-25103

* tup-25103  use styleText

* tup-25103 add exception handler

* remove comments

* solve issues

* add doit false to avoid new line

* try replace "\r\n" to " " in tELTMssqlMap_main.javajet

* fix edit expression builder but sql tab not refresh

* remove comments and format

* improve code

* to fix other eltmap about multi-line expression  and import/export
expression from file

* remove javajet and remove buttons

* remove expressionbuilder

Co-authored-by: hwang <hwang@talend.com>

Co-authored-by: hwang <hwang@talend.com>
2020-08-17 17:03:33 +08:00
Chao MENG
0458e694e9 fix(TUP-28295): UI Problem of TCOMPV0 in the recent 741NB and 731 (#5081)
Release + Aug. Nightly Build Patch
https://jira.talendforge.org/browse/TUP-28295
2020-08-17 15:43:42 +08:00
Jane Ding
24d571d3f3 fix(TUP-28180):[bug]Only latest version deleted from root pom when check (#5044) (#5086)
"Exclude deleted items" and delete to recycle bin
https://jira.talendforge.org/browse/TUP-28180

Signed-off-by: jding-tlnd <jding@talend.com>
2020-08-17 10:22:49 +08:00
Dmytro Grygorenko
2063b2b01a fix(TDI-44486): backport to master branch (#5084) 2020-08-14 15:54:15 +03:00
Mike Yan
d2eedbca17 fix(TESB-29957):CI Fail to publish Microservice with Prometheus param (#5074)
* fix(TESB-29957):CI Fail to publish Microservice with Prometheus param

* fix(TESB-29957): Added contexts properties
2020-08-14 17:35:45 +08:00
vyu-talend
f18f35e3b8 feat(TDI-44630):support amazon EMR HA. (#5059) (#5083)
* feat(TDI-44630):support amazon EMR HA.

* feat(TDI-44630):improve the error message.
2020-08-14 16:55:15 +08:00
Dmytro Sylaiev
f615697b73 feat(TDI-44405): Add contributor to the list (#5058) 2020-08-13 13:53:06 +03:00
bgunics-talend
099b5a6f18 tS3Connection setPathStyleAccess for better MinIO support (#5012)
* Added a checkbox under Advanced settings of tS3Connection when a custom endpoint is used.
When MinIO is used via DNS/hostname this must be checked otherwise the operations fail.

* PathStyleAccess should only be used if a custom endpoint is enabled.
2020-08-13 13:09:11 +03:00
pyzhou
607a0467e7 Pyzhou/tdi 42668 tssh update jar (#5037)
* Fix(TDI-42668): update tssh jat

* implement

* fix status code

* fix error interactive

* support dsa

* fix compile error
2020-08-13 12:25:20 +08:00
Dmytro Grygorenko
3e32aabc0f Revert "fix(TDI-30522): recreated backport with all the latest fixes. (#4982)" (#5069)
This reverts commit 4e466796c1.
2020-08-12 11:19:49 +03:00
bhe-talendbj
5819643448 fix(TUP-27374): Fix test case (#5055) (#5068)
fix(TUP-27374): Fix test case
2020-08-12 09:06:06 +08:00
Roman
f18efe8ba4 fix(TDI-44658): rearrange parameters in UI for BigQueryBulkExec (#5035) (#5063) 2020-08-11 12:11:21 +03:00
hzhao-talendbj
3014bab4df Revert "try fix junit to download jar (#5025)" (#5057)
This reverts commit a56d33e34e.
2020-08-10 18:54:01 +08:00
hzhao-talendbj
f228595bb4 TUP-27154 fix junit (#5056) 2020-08-10 18:53:43 +08:00
apoltavtsev
9d9ae3281c TESB-29071 Bean in route gives wrong output on running in studio 2020-08-10 08:53:34 +02:00
pyzhou
ce10aabb0c fix(TDI-44648): Derepcate tSAPBWInput (#5047) 2020-08-07 15:45:48 +08:00
SunChaoqun
0fc4e20a8d TESB-29322:Microservice monitoring - expose Camel metrics (#5007)
* TESB-29322:Microservice monitoring - expose Camel metrics

* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the component UI if show (#4878)

* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the
component UI if show
https://jira.talendforge.org/browse/TUP-27680

* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the
component UI if show

* feat(TUP-27680)add junits

* fix(TDI-44455) : log deps pb (#4877)

* Fix: TUP-27545 Update context var name for jdbc drivers can not be updated to job automatically. (#4883) (#4912)

Fix: TUP-27545 Update context var name for jdbc drivers can not be
updated to job automatically.
https://jira.talendforge.org/browse/TUP-27545

* fix(TDI-44506): Failed to build job on TOS (#4900) (#4917)

* fix(TDI-44167): SCD ELT components to support Databricks Delta (#4919) (#4920)

* TDI-44342 : Ignore microseconds in BigQuery datetime (#4798) (#4921)

* TDI-44342 : Ignore microseconds in BigQuery datetime

* TDI-44342 : Ignore microseconds in BigQuery datetime

Fixed for BigQuerySQLRow component

* tup-27154 update feature (#4925)

* fix(TDI-44548): tacokit components can't be loaded (#4932)

* fix(TDI-44453):tAdvancedFileOutputXML issue after upgrading to 7.3.1 (#4940)

* fix(TDI-44558):fix tJDBCSCDELT 65535 issue (#4937)

* tup-27154 update manifest (#4941)

* tup-27154 update manifest

* tup-27154 update manifest

* tup-27154 update manifest

* fix(TDI-44482): CVE: org.apache.ant:ant:1.10.1 (#4942)

* feat(TDI-44476): Add parquet support for tReshiftUnload (#4908) (#4943)

* feat(TDI-44476): Add parquet support for tReshiftUnload

* feat(TDI-44476): Hide comress property for parquet

* TMDM-14504 Fix "Use client side transaction id" (#4936)

* feat(TDI-38246): add new auth type to Google Storage family (#4945)

* fix(TDI-44561): fix compile error when dieOnError is checked (#4944) (#4946)

* feat(TDI-44466): add service account support for BulkExec and Output (#4909) (#4947)

* fix(TDI-44202): tCreateTable add support of Sybase (#4780) (#4948)

* TUP-26534 (#4813)

* TESB-29664 Random port will be used when REST Engpoint in tRESTRequest is empty (#4933)

Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>

* fix(TDI-44562): replace all backslashes in GS path (#4949) (#4950)

* TESB-29647 Bundle version does not use 'Custom Version' for jobs (#4930)

Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>

* fix(TDI-44377):fix tfileinputdelimited utf8bom issue (#4853) (#4956)

* fix(TDI-44377):fix tfileinputdelimited utf8bom issue

* fix(TDI-44377):add a checkbox

* fix(TDI-44377):skip bom to fix tfileinputdelimited

* fix(TDI-44300):skip bom to fix issue
back port those changes to master

* fix(TDI-44300):skip bom to fix issue (#4897) (#4957)

back port to master

* TESB-29285, TESB-29284 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job (#4784)

* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job

* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job

Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>

* TDI-44448 : AWS EMR version 5.29.0 (#4914)

* TDI-44448 : AWS EMR version 5.29.0

Co-authored-by: Pierre Teyssier <pteyssier@talend.com>

* fix(TUP-27601):NPE when try to copy-paste database component inside the (#4922)

job

* fix(TUP-27588)tCreateTable data types mapping in the schema editor is (#4976)

always Mysql after dragging and dropping from database Metadata

* fix(TDI-44481): CVE: commons-beanutils:commons-beanutils:1.9.3 (#4958)

* babili-export (#4964)

Co-authored-by: root <root@tal-ip90.talend.com>

* fix(TUP-25171):Issue when using components inside Joblet. (#4963)

* TESB-29322:Microservice monitoring - expose Camel metrics

Co-authored-by: jiezhang-tlnd <40561780+jiezhang-tlnd@users.noreply.github.com>
Co-authored-by: clesaec <51320496+clesaec@users.noreply.github.com>
Co-authored-by: kjwang <kjwang@talend.com>
Co-authored-by: wang wei <wwang@talend.com>
Co-authored-by: Richard Lecomte <rlecomte@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Co-authored-by: jzhao <jzhao@talend.com>
Co-authored-by: pyzhou <pyzhou@talend.com>
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Pingwen Lin <pwlin@talend.com>
Co-authored-by: Roman <voievidko@gmail.com>
Co-authored-by: OleksiiNimych <59691550+OleksiiNimych@users.noreply.github.com>
Co-authored-by: msheverda-talend <53863455+msheverda-talend@users.noreply.github.com>
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
Co-authored-by: vyu-talend <49019399+vyu-talend@users.noreply.github.com>
Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: nkutsubos <54281137+nkutsubos@users.noreply.github.com>
Co-authored-by: root <root@tal-ip90.talend.com>
2020-08-07 10:55:10 +08:00
kjwang
1ed47bea1d Fix: TUP-28040 Importing project from 7.1.1 to 7.3.1 with Context group is missing the variables. (#5032)
* Fix: TUP-28040 Importing project from 7.1.1 to 7.3.1 with Context group
is missing the variables.
https://jira.talendforge.org/browse/TUP-28040
2020-08-06 16:46:14 +08:00
hzhao-talendbj
a56d33e34e try fix junit to download jar (#5025) 2020-08-06 16:39:25 +08:00
bhe-talendbj
2a347ec573 bugfix(TUP-27374) Commandline doesn''t pick up the correct JVM arguments (#5028) (#5039)
* fix(TUP-27374): Get default jvm arguments

* fix(TUP-27374): add back default vm arguments
2020-08-06 11:12:19 +08:00
Oleksandr Zhelezniak
df4e896180 chore(TDI-44362): CVE. Remove commons logging (#5034)
* remove commons-logging library from mdm_transaction and webservice-input libraries
* bump version for talend-webservice-input [1.0.0-20170301]->[1.0.2]
* declare explicit version of maven-jar-plugin in talend-webservice-input dependency
* change group id of mdm_transaction
* update version of mdm_transaction [1]->[1.2.0]
* change import in javajet xml due to convension for the talend-webservice-input to [1.0.2/6.0.0]
2020-08-05 10:41:31 +03:00
sbliu
2e00edb26e TUP-28130 Remove Loop limit column for target schema's path loop expression table, for json format meta data. (#5026) 2020-08-04 10:33:13 +08:00
wang wei
4abb3f0422 fix(TDI-44192): Update dom4j to 2.1.3 (#5023) 2020-08-03 14:19:40 +08:00
wang wei
bd77311054 fix(TDI-44643): NPE exception on tWaitForSQLData with snowflake connection(#5006) (#5016) 2020-07-31 12:21:43 +08:00
hzhao-talendbj
f3bc87ca3c TUP-27991 remove uripath (#4974) 2020-07-31 11:06:31 +08:00
Chao MENG
b379926361 fix(TUP-27953): tSalesforceInput component displays in-job (#4996)
tSalesforceConnection incorrectly
https://jira.talendforge.org/browse/TUP-27953
2020-07-31 11:02:31 +08:00
Jane Ding
64f7d9f766 feat(TUP-25566)All the recycle bin should not be build or executed (#4961) (#5013)
* feat(TUP-25566)All the recycle bin should not be build or executed
https://jira.talendforge.org/browse/TUP-25566

* feat(TUP-25566)All the recycle bin should not be build or executed
https://jira.talendforge.org/browse/TUP-25566
2020-07-31 10:52:24 +08:00
Roman
f252f79306 Revert "fix(TDI-44063): update xercesImpl dependency (#4857)" (#5010)
This reverts commit f81ca71312.
2020-07-30 15:32:15 +03:00
Dmytro Sylaiev
e13556c948 fix(TDI-44512): Bump mscrm lib version for localprovider components (#4973) (#5008) 2020-07-30 11:35:53 +03:00
sbliu
bfe0a7c2c9 TUP-27812 CVE:Bouncy Castle JSSE provider and TLS/DTLS API
By upgrading asciidoctorj to 2.3 to upgrade jruby-stdlib then upgrade bctls-jdk15on to 1.62
2020-07-29 15:10:12 +08:00
msheverda-talend
00d6de4ea3 TESB-29133 Update dom4j to 2.1.3 (#5000)
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
2020-07-29 09:33:51 +03:00
bhe-talendbj
1c9781ce7f fix(TUP-28009): Save relationship index after version change (#4987) 2020-07-28 16:12:40 +08:00
kjwang
bdb2e995bb Kjwang/fix tup 27879 library data.index (#4935) (#4999)
Fix:TUP-27879 Shared user can't write library index file library_data.index
https://jira.talendforge.org/browse/TUP-27879
Improve the code fix a spelling errors
2020-07-28 10:26:17 +08:00
pyzhou
d04bfb8359 fix(TDI-44622):Correct Bonita mvn URL (#4992)
* fix(TDI-44622):Correct Bonita mvn URL

* revert default version
2020-07-28 10:07:00 +08:00
Jane Ding
03ff2dc081 fix(TUP-19440)Search for new tDB* components are not bringing best (#4989)
* fix(TUP-19440)Search for new tDB* components are not bringing best
matches to the top
https://jira.talendforge.org/browse/TUP-19440

* fix(TUP-19440)Search for new tDB* components are not bringing best
matches to the top
https://jira.talendforge.org/browse/TUP-19440
2020-07-27 09:29:35 +08:00
Dmytro Sylaiev
592c01f056 fix(TDI-44579): Hide encrypt button for parquet (#4979) (#4990)
* fix(TDI-44579): Hide encrypt button for parquet

* fix(TDI-44579): Don't generate mskey when encrypt is hidden
2020-07-24 14:16:10 +03:00
hzhao-talendbj
64a1c62560 tup-27447 (#4825) 2020-07-24 11:19:29 +08:00
sbliu
68b42a77a1 TUP-27851 upgrade xstream to 1.4.12. (#4978) 2020-07-23 16:39:10 +08:00
OleksiiNimych
a507676ee4 fix(TDI-44400): update google-cloud-bigquery (#4860) (#4986) 2020-07-23 10:52:10 +03:00
Dmytro Grygorenko
4e466796c1 fix(TDI-30522): recreated backport with all the latest fixes. (#4982) 2020-07-23 10:16:39 +03:00
Jane Ding
bb1478e676 fix json xpath issue (#4980) (#4983) 2020-07-22 18:35:08 +08:00
hcyi
129adc7dd8 fix(TUP-25171):Issue when using components inside Joblet. (#4963) 2020-07-21 20:12:31 +08:00
nkutsubos
42d34ee40f babili-export (#4964)
Co-authored-by: root <root@tal-ip90.talend.com>
2020-07-21 18:27:40 +08:00
wang wei
6acc5a40f4 fix(TDI-44481): CVE: commons-beanutils:commons-beanutils:1.9.3 (#4958) 2020-07-21 16:09:37 +08:00
jiezhang-tlnd
ab54961459 fix(TUP-27588)tCreateTable data types mapping in the schema editor is (#4976)
always Mysql after dragging and dropping from database Metadata
2020-07-21 11:31:54 +08:00
hcyi
1ee0e0d289 fix(TUP-27601):NPE when try to copy-paste database component inside the (#4922)
job
2020-07-20 09:46:11 +08:00
Richard Lecomte
71ed428d4c TDI-44448 : AWS EMR version 5.29.0 (#4914)
* TDI-44448 : AWS EMR version 5.29.0

Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
2020-07-17 16:13:12 +08:00
msheverda-talend
c74147a747 TESB-29285, TESB-29284 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job (#4784)
* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job

* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job

Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
2020-07-17 10:23:34 +03:00
vyu-talend
d962ac0d1f fix(TDI-44300):skip bom to fix issue (#4897) (#4957)
back port to master
2020-07-17 14:46:04 +08:00
vyu-talend
ed9a2fd237 fix(TDI-44377):fix tfileinputdelimited utf8bom issue (#4853) (#4956)
* fix(TDI-44377):fix tfileinputdelimited utf8bom issue

* fix(TDI-44377):add a checkbox

* fix(TDI-44377):skip bom to fix tfileinputdelimited

* fix(TDI-44300):skip bom to fix issue
back port those changes to master
2020-07-17 14:45:50 +08:00
msheverda-talend
4254c32d37 TESB-29647 Bundle version does not use 'Custom Version' for jobs (#4930)
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
2020-07-16 17:53:52 +02:00
Roman
aa02848017 fix(TDI-44562): replace all backslashes in GS path (#4949) (#4950) 2020-07-16 16:14:15 +03:00
msheverda-talend
8f1bbb3774 TESB-29664 Random port will be used when REST Engpoint in tRESTRequest is empty (#4933)
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
2020-07-16 14:14:25 +03:00
hzhao-talendbj
972f9d58b4 TUP-26534 (#4813) 2020-07-16 16:00:34 +08:00
OleksiiNimych
bd4ed9cf05 fix(TDI-44202): tCreateTable add support of Sybase (#4780) (#4948) 2020-07-16 10:00:15 +03:00
Roman
0a7f378af8 feat(TDI-44466): add service account support for BulkExec and Output (#4909) (#4947) 2020-07-16 08:57:04 +03:00
Roman
0f4804b269 fix(TDI-44561): fix compile error when dieOnError is checked (#4944) (#4946) 2020-07-16 08:55:22 +03:00
Roman
22d77c8b34 feat(TDI-38246): add new auth type to Google Storage family (#4945) 2020-07-16 08:47:28 +03:00
Pingwen Lin
a23ec6e69f TMDM-14504 Fix "Use client side transaction id" (#4936) 2020-07-16 12:10:38 +08:00
Dmytro Sylaiev
2b29731910 feat(TDI-44476): Add parquet support for tReshiftUnload (#4908) (#4943)
* feat(TDI-44476): Add parquet support for tReshiftUnload

* feat(TDI-44476): Hide comress property for parquet
2020-07-15 21:13:18 +03:00
wang wei
eaa5ee3827 fix(TDI-44482): CVE: org.apache.ant:ant:1.10.1 (#4942) 2020-07-15 18:01:36 +08:00
hzhao-talendbj
5f9652d732 tup-27154 update manifest (#4941)
* tup-27154 update manifest

* tup-27154 update manifest

* tup-27154 update manifest
2020-07-15 17:37:28 +08:00
pyzhou
dabe53a647 fix(TDI-44558):fix tJDBCSCDELT 65535 issue (#4937) 2020-07-15 15:25:05 +08:00
jzhao
bc0ddd094c fix(TDI-44453):tAdvancedFileOutputXML issue after upgrading to 7.3.1 (#4940) 2020-07-15 14:30:32 +08:00
wang wei
3fa923e871 fix(TDI-44548): tacokit components can't be loaded (#4932) 2020-07-14 16:46:34 +08:00
hzhao-talendbj
504350e3c6 tup-27154 update feature (#4925) 2020-07-14 12:10:21 +08:00
Richard Lecomte
c823cf7fcc TDI-44342 : Ignore microseconds in BigQuery datetime (#4798) (#4921)
* TDI-44342 : Ignore microseconds in BigQuery datetime

* TDI-44342 : Ignore microseconds in BigQuery datetime

Fixed for BigQuerySQLRow component
2020-07-13 11:45:02 +02:00
wang wei
3952fa1da5 fix(TDI-44167): SCD ELT components to support Databricks Delta (#4919) (#4920) 2020-07-13 16:50:23 +08:00
wang wei
d197d1aa18 fix(TDI-44506): Failed to build job on TOS (#4900) (#4917) 2020-07-13 10:23:36 +08:00
kjwang
140d0ea2bf Fix: TUP-27545 Update context var name for jdbc drivers can not be updated to job automatically. (#4883) (#4912)
Fix: TUP-27545 Update context var name for jdbc drivers can not be
updated to job automatically.
https://jira.talendforge.org/browse/TUP-27545
2020-07-10 15:06:46 +08:00
clesaec
de930f148c fix(TDI-44455) : log deps pb (#4877) 2020-07-09 14:57:57 +02:00
jiezhang-tlnd
3a283ac2bc feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the component UI if show (#4878)
* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the
component UI if show
https://jira.talendforge.org/browse/TUP-27680

* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the
component UI if show

* feat(TUP-27680)add junits
2020-07-09 17:22:47 +08:00
jiezhang-tlnd
cfc16729e7 add junit caused by TDI-44284 (#4907) 2020-07-09 14:49:16 +08:00
pyzhou
143c0116da feat(TDI-44284): change the migration version on master (#4905) 2020-07-09 11:58:08 +08:00
pyzhou
2140fc91ae feat(TDI-44284):Rename old tEXAxxx connectors in tExasolxxx (#4842) (#4894)
* feat(TDI-44284):Rename old tEXAxxx connectors in tExasolxxx (#4842)

* feat(TDI-44284):Rename old tEXAxxx connectors in tExasolxxx

* reformat and change filter

* reformat

* migration task

* change name

* change filter to tExasolConnection

* fix db unify

* fix(TDI-44284):rename EXA

* debug

* debug2

* debug3

* resolve conflict
2020-07-09 10:36:39 +08:00
Jane Ding
9b8cd9062d fix(TUP-26347):Bug in tMap component using Talend Studio on Mac (#4901)
* fix(TUP-26347):Bug in tMap component using Talend Studio on Mac
https://jira.talendforge.org/browse/TUP-26347

* fix(TUP-26347)Bug in tMap component using Talend Studio on Mac
https://jira.talendforge.org/browse/TUP-26347
2020-07-08 22:30:56 +08:00
hcyi
b6c7059daa fix(TUP-27352):Traces enabled by default when using Memory Run (#4769) 2020-07-08 09:46:25 +08:00
Dmytro Grygorenko
eebda2b02e fix(TDI-44355): Add contributor's real name. (#4892)
(cherry picked from commit 30fabcc356)
2020-07-07 13:13:57 +03:00
Dmytro Sylaiev
dd1e2b0e7f Dsylaiev/tdi 44349 backport ftp feature correctly (#4890)
* fix(TDI-44349): Revert "feat(TDI-44109): Use ftps library for FTP mode (#4737) (#4793)"

This reverts commit c7e5f4c057.

* Dsylaiev/tdi 44109 reintegrate feature for 7.3 (#4834)

* feat(TDI-44109): Regain use ftps library for FTP mode (#4737)

* feat(TDI-44109): Use ftps library for FTP mode

* fix(TDI-44109): fix compile error

* fix(TDI-44109): Fix compile error with the tFTPFileList

* feat(TDI-44109): Use ftps library for FTP mode

* Fix compile error for ftp protocol

* Fix log information for ftp protocol

* Fix compile error for sftp in tFTPDelete component

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

* fix(TDI-44109): Apply ZhaoJin's fix for FTPGet and Put

* fix(TDI-44109): Fix "move dir" pb on tFTPDelete

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-07-06 17:04:40 +03:00
pyzhou
96ba97638f Pyzhou/tdi 43899 jdbcscdelt type0 (#4835)
* feat(TDI-43899):tJDBCSCDELT type0

* mysql insert type0

* fix log

* snowflake type 0

* mssql type0

* exasol type 0

* postgres type0

* fix bug for exasol

* oracle type 0

* correct typo

* fix bug of oracle

* type correction
2020-07-02 16:43:13 +08:00
chmyga
67ba92de7d fix(TDI-44384): set csv options (#4821) (#4880)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-07-02 10:04:16 +03:00
Jean-Philippe HAUTIN
363d811539 feat(TBD-9737): master : HDI4 cherry pick from maintenance/7.3 (#4866) 2020-07-01 09:37:38 +02:00
jiezhang-tlnd
7a3c8e3992 fix(TUP-26197)needn't force to log4j2 when import old project which is (#4467)
unactive and log4j1
2020-07-01 11:29:54 +08:00
zshen-talend
dc70e7e2bc fix(TDQ-17180): check paramter before start a command (#4836) 2020-07-01 09:31:48 +08:00
Dmytro Grygorenko
72c63581f1 fix(TDI-44412): Implemented optional component fail when no files found by mask. (#4873)
(cherry picked from commit b4c7039642)
2020-06-30 14:15:55 +03:00
jiezhang-tlnd
361effef28 fix(TUP-27697)Studio throw NPE error when drag json item to job (#4870)
https://jira.talendforge.org/browse/TUP-27697
2020-06-30 18:59:14 +08:00
Pingwen Lin
a886abb994 TMDM-14504 tMDMConnection & tMDMCommit not working normally if username/password contains special characters (#4871) 2020-06-30 14:15:41 +08:00
clesaec
317cab3b73 tuj - integration (#4869) 2020-06-29 18:21:39 +02:00
jiezhang-tlnd
c18a7de9d3 fix(TUP-27607)Metadata Database connection with special characters(double quote) in the password (#4841)
* fix(TUP-27607)Metadata Database connection with special
characters(double quote) in the password
https://jira.talendforge.org/browse/TUP-27607

* fix(TUP-27607)Metadata Database connection with special
characters(double quote) in the password
2020-06-29 10:10:06 +08:00
clesaec
1641ee990a fix(TDI-44320) : change page creation method (#4791)
* fix(TDI-44320) : change page creation method
2020-06-26 16:28:11 +02:00
Roman
f81ca71312 fix(TDI-44063): update xercesImpl dependency (#4857) 2020-06-25 17:34:40 +03:00
OleksiiNimych
77a939abc0 feat(TDI-44039): internal_ip_only for tGoogleDataprocManage (#4763) (#4859) 2020-06-25 14:25:37 +03:00
OleksiiNimych
67b8eebe77 fix(TDI-44378): add correct generation of create table sql for Sybase (#4815) (#4856) 2020-06-24 18:38:46 +03:00
Jane Ding
0f268d7698 fix(TUP-27517):Implicit Context is not working with the Field Separator (#4832) (#4854)
* fix(TUP-27517):Implicit Context is not working with the Field Separator
as ~~#*#~~
https://jira.talendforge.org/browse/TUP-27517

* fix(TUP-27517):Implicit Context is not working with the Field Separator
as ~~#*#~~
https://jira.talendforge.org/browse/TUP-27517

* fix(TUP-27517):Implicit Context is not working with the Field Separator
as ~~#*#~~
https://jira.talendforge.org/browse/TUP-27517
2020-06-24 15:33:12 +08:00
Chao MENG
7817416af5 fix(TUP-27497): [7.3.1] tPreJob with tHDFSConnection with kerberized (#4849)
fix(TUP-27497): [7.3.1] tPreJob with tHDFSConnection with kerberized cluster fails with simple authentication error
https://jira.talendforge.org/browse/TUP-27497
2020-06-23 18:28:23 +08:00
Chao MENG
f71f0d740c fix(TUP-27497): [7.3.1] tPreJob with tHDFSConnection with kerberized cluster fails with simple authentication error (#4806)
* fix(TUP-27497): [7.3.1] tPreJob with tHDFSConnection with kerberized
cluster fails with simple authentication error
https://jira.talendforge.org/browse/TUP-27497

* fix(TUP-27497): [7.3.1] tPreJob with tHDFSConnection with kerberized
cluster fails with simple authentication error
https://jira.talendforge.org/browse/TUP-27497
2020-06-23 09:40:54 +08:00
Dmytro Grygorenko
39b3fa8700 Fix(TDI-44021): Replaced join(10000) with join(); (#4599) 2020-06-22 14:01:26 +03:00
Dmytro Grygorenko
bbc2b628fc fix(TDI-44355): Updated CONTRIBUTORS.md (#4843) 2020-06-22 11:22:31 +03:00
overpackaging
d31b172752 Avoid a java.lang.NullPointerException (#2534)
When parsing a mail and requesting for a header field that is not present, the "getHeader" function will return a null value witch is the expected behavior.
In the case the "Multi Value" option is checked for a field, the previous code wasn't checking for null value before trying to loop on the field, witch was causing a java.lang.NullPointerException when trying to get the length of the array.
2020-06-22 11:03:44 +03:00
vdrokov
cdd69a5032 fix(TESB-29447): Empty required Password parameter value representati on in Studio (#4840) 2020-06-19 10:23:58 +03:00
AlixMetivier
d4a6865aa4 fix(TBD-10454): fix hadoop conf in context with TMC (#4837)
* fix(TBD-10454): fix hadoop conf in context with TMC

* added comment
2020-06-18 10:49:06 +02:00
Colm O hEigeartaigh
054baca081 TDI-44140 - Update Commons Compress to 1.19 (#4650) 2020-06-18 15:03:30 +08:00
jiezhang-tlnd
b8ad8239ea fix(TUP-27588)tCreateTable data types mapping in the schema editor is (#4820)
always Mysql after dragging and dropping from database Metadata
https://jira.talendforge.org/browse/TUP-27588
2020-06-17 16:37:28 +08:00
kjwang
e95d1752fa fix(TUP-27509):[bug] testcase listed everytime when click "Detect and… (#4797) (#4812)
* fix(TUP-27509):[bug] testcase listed everytime when click "Detect and (#4796)

update all jobs"
https://jira.talendforge.org/browse/TUP-27509

* Fix: TUP-27513 [Bug] Studio update job context variable name, the
testcase will add another context variable as built-in mode
https://jira.talendforge.org/browse/TUP-27513

Co-authored-by: kjwang-talend <kjwang@talend.com>

Co-authored-by: Jane Ding <35018295+jding-tlnd@users.noreply.github.com>
2020-06-16 17:37:51 +08:00
wang wei
ca879533f5 fix(TDI-44380): Imported JDBC job has compile error : extra quotes around table name(#4811) 2020-06-16 13:19:02 +08:00
mbasiuk-talend
c7fb51c176 fix(TDI-44165) add null marker field (#4809)
* fix(TDI-44165): add checkbox and text property

* fix(TDI-44165): fix indentation

* fix(TDI-44165): fix indentation v2

* fix(TDI-44165): update nullMarke

* fix(TDI-44165): add null marker customization for BigqueryOB
2020-06-15 13:34:40 +03:00
chmyga
251085667e Dchmyga/tdi 44281 fix missing log4j lib t set proxy (#4794) (#4799)
* fix(TDI-44281): NoClassDefFound for tSetProxy

* Use slf4j instead of log4j in talend-proxy lib

* fix(TDI-44281): NoClassDefFound for tSetProxy

* Update talend-proxy lib version in components

* fix(TDI-44281): NoClassDefFound for tSetProxy

* Update talend-proxy lib for download during build process

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-06-10 15:34:00 +03:00
hzhao-talendbj
491362631c Hengzhao/tup 27408 (#4788)
* tup 27408

* tup-27408

* tup-27408  change to JDBC URL
2020-06-10 17:26:16 +08:00
wang wei
86bf10380f fix(TDI-44172): Observability: Create new "component execution" event and emit it frequently
* fix(TDI-44171): Observability: Add "Component" label to
component-related events

* fix(TDI-44172): Observability: Create new "component execution" event
and emit it frequently

* fix(TDI-44172): correct name

* fix(TDI-44172): fix some issue

* fix(TDI-44306): adjust the audit event log integration in studio

* fix(TDI-44306): fix the build on javac of java 11

* use a more clear method name and context name

* fix(TDI-44306): adjust the audit event log integration in studio

* fix(TDI-44172): not use camel name way for context

* fix the group name to avoid tuj down risk
2020-06-10 16:29:51 +08:00
chmyga
c7e5f4c057 feat(TDI-44109): Use ftps library for FTP mode (#4737) (#4793)
* feat(TDI-44109): Use ftps library for FTP mode

* fix(TDI-44109): fix compile error

* fix(TDI-44109): Fix compile error with the tFTPFileList

* feat(TDI-44109): Use ftps library for FTP mode

* Fix compile error for ftp protocol

* Fix log information for ftp protocol

* Fix compile error for sftp in tFTPDelete component

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-06-10 10:05:06 +03:00
jiezhang-tlnd
30e5ec662f feat(TUP-27259)Change default driver to Microsoft official for MSSql in Metadata (#4736) (#4775)
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
https://jira.talendforge.org/browse/TUP-27259

* Update plugin.xml

* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
https://jira.talendforge.org/browse/TUP-27259

* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
2020-06-09 16:53:01 +08:00
vyu-talend
ebc9643e14 Vyu/tdi 44214 change default driver in mssql (#4724) (#4776)
* Vyu/tdi 44214 change default driver in mssql (#4724)

* feat(TDI-44214):Change default driver to Microsoft official

* feat(tdi-44214):add migration task.

* feat(TDI-44214):modify the plugin.xml file.

* feat(TDI-44214):add tdq components in migration task

* feat(TDI-44214):change migration task.

* feat(TDI-44214):change migration task version.
2020-06-08 11:28:35 +08:00
Sizhao Liu
a82e179e80 feat(TUP-27160): searchable connectors (#4693)
* feat(TUP-27157): searchable stitch connectors

* fix the item selection issue in palette + load latest UTM params + i18n

* add category for stitch connectors + exclude overlapping connectors

* add timeout for resource loading
2020-06-08 10:58:53 +08:00
hzhao-talendbj
254df767ad TUP-27070 fix cross join cases (#4772) 2020-06-08 09:57:48 +08:00
pyzhou
9198820e81 fix(TDI-44196):Jdbc use origin name for dynamic (#4717) 2020-06-05 17:42:21 +08:00
chmyga
0cfafe8464 fix(TDI-44247): tBigQueryInput illegal operation (#4722) (#4777)
* Get location from jobreference for OAuth 2.0 authentication mode

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-06-05 11:31:18 +03:00
pyzhou
57f23b1380 feat(TDI-44216):Redshift partner tracker (#4747)
* feat(TDI-44216):Redshift partner tracker

* add tRedshiftUnload

fix bug

* add tracker for tCreateTable
2020-06-04 17:14:42 +08:00
Chao MENG
1484dd6831 feat(TUP-26569): merge known conflicts automatically (#4663)
* feat(TUP-26569): merge known conflicts automatically

https://jira.talendforge.org/browse/TUP-26569

* feat(TUP-26569): merge known conflicts automatically

https://jira.talendforge.org/browse/TUP-26569
2020-06-03 16:28:02 +08:00
Jane Ding
a185ae5b69 fix(TUP-26347):Bug in tMap component using Talend Studio on Mac (#4744)
https://jira.talendforge.org/browse/TUP-26347
2020-06-02 16:10:53 +08:00
hzhao-talendbj
885e4494b5 Tup-27070 (#4734)
* Tup-27070
ELT component configuration to create an UPDATE Statement

* TUP-27070 addjunit for dbgeneratio manager

* TUP-27070 do some fix and add junit for mssql

* TUP-27070  improve some code

* TUP-27070 improve code
2020-06-02 11:32:53 +08:00
hwang-talend
a59560e18f bugfix(TUP-25171):Issue when using components inside Joblet (#4649)
bugfix(TUP-25171):Issue when using components inside Joblet
2020-06-01 09:15:01 +08:00
Dmytro Grygorenko
52a425bdb0 fix(TDI-44269): Set Outline ERROR_MESSAGE values. (#4759)
(cherry picked from commit d82b408cf2)
2020-05-29 14:02:35 +03:00
Emmanuel GALLOIS
d432ee7441 fix(TDI-44174): Component manager is not thread safe (#4752)
* fix(TDI-44174): Component manager is not thread safe

- this fixes the case when run as independent job is checked and the
  m2.repository automatically defaults to user's m2 in exported job.
- issue on singleton will be fix by component-runtime upgrade.

* fix(TDI-44174): relocate the property as first parameter
2020-05-28 10:17:25 +02:00
OleksiiNimych
66c6337e3f fix(TDI-44115): remove xmlrpc_3.1.2 from studio (#4753) 2020-05-28 10:07:02 +03:00
kjwang
73077257f3 Kjwang/feat tup 26288 enhance context b73 (#4746) (#4750)
Fix TUP-26288 Enhance context propagation over reference project
https://jira.talendforge.org/browse/TUP-26288
2020-05-28 14:10:16 +08:00
Dmytro Grygorenko
c549390468 Fix(TDI-30505): Do not log if no autocommit. (#4629)
* Fix(TDI-30505): Do not log if no autocommit.

* Fix(TDI-30505): Change by request of code reviewer

* Fix(TDI-30505): Missed comps added, var name fixed

* Fix(TDI-30505): Typo fixed.

* Fix(TDI-30505): Some more corrections
2020-05-27 11:21:22 +03:00
wang wei
a212c5c8f3 fix(TDI-43833): tDBBulkExec bug when using PostGress driver (#4701) 2020-05-27 14:20:06 +08:00
Emmanuel GALLOIS
b907071f53 fix(TCOMP-1681): fix Windows path case (#4713) 2020-05-26 17:57:51 +02:00
Emmanuel GALLOIS
09386aa841 fix(TDI-44174): Component manager is not thread safe (#4714)
* fix(TDI-44174): Component manager is not thread safe

- this fixes the case when run as independent job is checked and the
  m2.repository automatically defaults to user's m2 in exported job.
- issue on singleton will be fix by component-runtime upgrade.
2020-05-26 14:15:11 +02:00
Zhiwei Xue
14708c4a16 fix(TUP-27199): revert previous fix and remove wrapping space for (#4739)
condition.
2020-05-26 14:53:25 +08:00
hwang-talend
5d9b8a1628 bugfix(TUP-26848):Unsaved icon * still show on job after click save (#4705)
bugfix(TUP-26848):Unsaved icon * still show on job after click save button
2020-05-25 10:53:07 +08:00
Zhiwei Xue
1c8faac0a1 fix(TUP-27262): tAzureAdlsGen2Output component fails with class not (#4728)
found error
2020-05-25 09:16:47 +08:00
OleksiiNimych
a67dcef8a6 fix(TDI-44169): update xmlrpc-client version (#4710) 2020-05-22 09:31:16 +03:00
OleksiiNimych
2904b59330 fix(TDI-44115): update xmlrpc-client version (#4711) 2020-05-22 09:29:56 +03:00
OleksiiNimych
78945bcbe4 fix(TDI-44104): update xmlrpc-common version (#4703) 2020-05-22 08:59:44 +03:00
OleksiiNimych
2f3a932bc2 fix(TDI-44105): update xmlrpc-common version (#4699) 2020-05-22 08:37:30 +03:00
sbliu
333d50cde6 TUP-14559 change the toolbar button's tool tip, change the modification query dialog's title,keep consistent with tooltip of toolbar button. (#4716) 2020-05-22 01:15:38 +08:00
Jane Ding
c1e2a1d13f fix(TUP-27179):Studio freezes on job importing/loading (#4682)
* fix(TUP-27179):Studio freezes on job importing/loading
https://jira.talendforge.org/browse/TUP-27179

* fix(TUP-27179):Studio freezes on job importing/loading
https://jira.talendforge.org/browse/TUP-27179

* fix(TUP-27179):Studio freezes on job importing/loading
https://jira.talendforge.org/browse/TUP-27179
2020-05-21 10:39:18 +08:00
hcyi
c30e66aa65 fix(TUP-26924):tELTXXX: link name won't be updated after updating (#4696)
"default table name" in tELTInput.
2020-05-20 14:32:09 +08:00
Mike Yan
5e25e5fe15 fix(TESB-24998): Fix runtime running error with quotes in url header (#4707)
* feat(TESB-24998): Add context bean for tRESTReuest

* fix(TESB-24998): Fix runtime running error with quotes in url header

* Revert "fix(TESB-24998): Fix runtime running error with quotes in url header"

This reverts commit 79c429a989.

* fix(TESB-24998): Fix runtime running error with quotes in url header
2020-05-20 11:05:09 +08:00
Dmytro Grygorenko
69f69c7b5c Fix(TDI-44173): Fix for inner element creation in Loop element. (#4683) 2020-05-19 12:40:46 +03:00
clesaec
181a4c7317 fix(TDI-44191) : change module for tfilecopy (#4678) 2020-05-19 11:15:24 +02:00
sbliu
4404e52908 TUP-16067 Don't allow drag route to job. (#4691) 2020-05-19 14:09:32 +08:00
SunChaoqun
d4a6c53155 TESB-27806:Expose Talend Microservices Metrics in a monitoring system like Prometheus(#4687) 2020-05-19 10:57:38 +08:00
Mike Yan
de0f0f8f1f feat(TESB-24998): Add context support for data services and routes (#4686)
* feat(TESB-24998): Add context bean for tRESTReuest

* feat(TESB-24998): Moving ContextProcessing class

* Revert "feat(TESB-24998): Moving ContextProcessing class"

This reverts commit f6f3636f46.

* feat(TESB-24998): Moving ContextProcessing class from method runJobInTOS

* Revert "feat(TESB-24998): Moving ContextProcessing class from method runJobInTOS"

This reverts commit 6ea4b63cb1.

Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
2020-05-19 10:56:59 +08:00
Roman
193a76d92a fix(TDI-44128): Update axis2 dependency CVE (#4684) 2020-05-18 15:04:23 +03:00
jzhao
10db88d08c feat(TDI-44179):support copy command in Azure synapse bulk load (#4681)
* feat(TDI-44179):support copy command in Azure synapse bulk load

* fix(TDI-44179):create table options

* fix(TDI-44179):add column to source field mapping

* fix(TDI-44179):change some parameter to list

* fix(TDI-44179):change default load method and add migrationtask

* fix(TDI-44179):only show "error file location" for csv file format

* fix(TDI-44179):fix some issue

* hide error file location for shared access key
* support context for field index
* correct sas token field
2020-05-18 17:08:56 +08:00
hwang-talend
c7840f1a20 bugfix(TUP-26002):Reject Schema is original schema, not changed schema (#4688)
bugfix(TUP-26002):Reject Schema is original schema, not changed schema
2020-05-18 14:16:03 +08:00
hwang-talend
332c9a18fd Hwang/tup 27199 (#4692)
* bugfix(TUP-27199):DB version of sybase isn't hide for other database on
tCreateTable
2020-05-18 13:58:01 +08:00
Dmytro Grygorenko
ea4e9bff8f Fix(TDI-30698): Remove lines of spaces between elements in output XML. (#4662) 2020-05-15 08:19:03 +03:00
Liu Xinquan
509e67a0b7 feat(TDQ-17831) update tPersonator component with new fields IPAddress (#4607) 2020-05-15 11:12:33 +08:00
AlixMetivier
a22e7ad636 fix(TBD-10454): with TMC strip timestamp to get hadoop conf (#4679) 2020-05-14 15:25:26 +02:00
Roman
ac75c43746 fix(TDI-43812): filemask not supported by tFTPRename (#4680) 2020-05-13 11:10:56 +03:00
wang wei
ae252dd4a8 fix(TDI-44159): Data viewer on tSybaseInput get error in context model with sybase 16 anywhere database(#4661) 2020-05-12 18:16:48 +08:00
wang wei
317fb772f4 fix(TDI-44066): Illegal argument exception in tsapbapi name field (#4668) 2020-05-12 17:49:05 +08:00
bhe-talendbj
23e42e1582 fix(TUP-27053): fix junit test case (#4676) 2020-05-12 16:20:39 +08:00
hcyi
1b6a75cc1c fix(TUP-27000):Talend Salesforce Einstein connector Repository (#4670)
connection issue in Talend 7.3
2020-05-12 11:57:50 +08:00
bhe-talendbj
d7214bc773 fix(TUP-27053): fix job starting script error and job startup without jvm arguments (#4669) 2020-05-12 10:59:08 +08:00
Richard Lecomte
932018e5b6 TDI-43935 : MsSQLRow NString type for prepared statement (#4651) 2020-05-11 08:16:33 +02:00
Zhiwei Xue
0316d58506 fix(TUP-26961):When save/delete a test case, it might break the poms/CI (#4656) 2020-05-11 11:34:18 +08:00
hwang-talend
6792be333d bugfix(TUP-26958):Test case: possible to remove input / output node (#4633)
bugfix(TUP-26958):Test case: possible to remove input / output node
2020-05-09 10:53:39 +08:00
jiezhang-tlnd
d7164d8192 fix(TUP-27066)test failed in "Expression Builder" dialog (#4665)
* fix(TUP-27066)test failed in "Expression Builder" dialog
https://jira.talendforge.org/browse/TUP-27066

* fix(TUP-27066)test failed in "Expression Builder" dialog
2020-05-08 18:56:26 +08:00
hwang-talend
4974e6d78e bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of (#4639)
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE

* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE

* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
2020-05-07 11:21:20 +08:00
Dmytro Sylaiev
c6be47597a fix(TDI-44074): Fix performance for date mssql (#4638) 2020-05-06 14:41:46 +03:00
OleksiiNimych
fcf9867ccb fix(TDI-44093): Fix processing of quoted strings (#4647)
* fix(TDI-44093): Fix processing of quoted strings

* fix(TDI-44093): Refactoring to improve readability
2020-05-06 12:53:40 +03:00
AlixMetivier
a0b1ab7b0f fix(TBD-10048): add option to change or not application's name (#4581)
* fix(TBD-10048): add option to change or not application's name

* Update tHiveRow_messages.properties
2020-05-04 09:55:36 +02:00
pyzhou
bead79ecd1 fix(TDI-44130):move log to finally (#4652) 2020-04-30 17:26:55 +08:00
Jane Ding
a2c7989d5a fix(TUP-26639):Talend Cloud studio Issue -Changes to Context Parameter (#4653)
Names is not reflected on the Connection for Snowflake
https://jira.talendforge.org/browse/TUP-26639
2020-04-30 09:54:41 +08:00
hcyi
6fa19a70e9 fix(TUP-26939:Tmap shows null values when using Expression Builder. (#4632) 2020-04-28 11:15:07 +08:00
hcyi
3ceedb58be fix(TUP-26683): Inputs label in documentation not the same as (#4641)
FlowDiagram
2020-04-28 11:12:06 +08:00
vyu-talend
3e61041565 Vyu/tdi 43756 fix bug in sqsclient (#4648)
* feat(TDI-43756):extends STS AssumeRole fields.

* feat(TDI-43756):extends AssumeRole fields(v2).

* feat(TDI-43756):set Session duration not required.

* feat(TDI-43756):

* feat(TDI-43756):extends fields for SQS

* feat(TDI-43756):fix the mistakes.

* feat(TDI-43756):extends fields for tAmazonEMRXXX,tAamzonRedshiftManage.

* feat(TDI-43756):optimize code.

* feat(TDI-43756):retrieve changes on S3connection.xml

* feat(TDI-43756):fix duplicated variables.

* feat(TDI-43756):fix same error

* feat(TDI-43756):optimize codes.

* feat(TDI-43756):use default region(US_WEST_2) for sts.

* feat(TDI-43756):change default to US-EAST-1.

* feat(TDI-43756):fix bug in SQSClient.

* feat(TDI-43756):fix bug in CredentialsProvider.
2020-04-27 21:38:11 +08:00
vyu-talend
1eaee7c556 Fix(TDI-35027):improve the log when loading data from file. (#4332)
* Fix(TDI-35027):This is a demo.

* fix(TDI-35027):optimize codes.

* fix(TDI-35027):add try/catch.
2020-04-27 15:46:29 +08:00
vyu-talend
0f13728bd8 feat(TDI-43756):extends STS AssumeRole fields for S3. (#4547)
* feat(TDI-43756):extends STS AssumeRole fields.

* feat(TDI-43756):extends AssumeRole fields(v2).

* feat(TDI-43756):set Session duration not required.

* feat(TDI-43756):

* feat(TDI-43756):extends fields for SQS

* feat(TDI-43756):fix the mistakes.

* feat(TDI-43756):extends fields for tAmazonEMRXXX,tAamzonRedshiftManage.

* feat(TDI-43756):optimize code.

* feat(TDI-43756):retrieve changes on S3connection.xml

* feat(TDI-43756):fix duplicated variables.

* feat(TDI-43756):fix same error

* feat(TDI-43756):optimize codes.

* feat(TDI-43756):use default region(US_WEST_2) for sts.

* feat(TDI-43756):change default to US-EAST-1.
2020-04-27 15:28:10 +08:00
Roman
94db7713dc feat(TDI-37016): Add dynamic support for tVerticaBulkExec (#4484) 2020-04-27 10:09:58 +03:00
Jane Ding
8bd229860d fix(TUP-26639):Talend Cloud studio Issues - Group context and (#4634)
* fix(TUP-26639):Talend Cloud studio Issues - Group context and
connections
https://jira.talendforge.org/browse/TUP-26639

* fix(TUP-26639):Talend Cloud studio Issues - Group context and
connections
https://jira.talendforge.org/browse/TUP-26639
2020-04-27 10:19:39 +08:00
OleksiiNimych
a4a96f3863 fix(TDI-44010): Fix adding NBLine to globalMap (#4630) 2020-04-24 09:49:14 +03:00
Zhiwei Xue
330d706722 fix(TUP-26809):Job zip should not contain jars from testcase only (#4635) 2020-04-23 18:49:25 +08:00
Emmanuel GALLOIS
9c2f08ec2b feat(TCOMP-1681): manage tacokit components in OSGi/Microservice job export (#4617)
* feat(TCOMP-1681): OSGi export

* feat(TCOMP-1681): OSGi export

* feat(TCOMP-1681): add REPLACE_EXISTING option for plugins.properties

* feat(TCOMP-1681): fix resource filtering

* feat(TCOMP-1681): add new resources to assembly for OSGi

* feat(TCOMP-1681): fix missing deps in microservice export

- some refactorings
- now we add the dep jars from TALEND-INF/dependencies.txt to MAVEN-INF

* feat(TCOMP-1681): add TaCoKit dependency service

* feat(TCOMP-1681): chore export dependency exporter

* feat(TCOMP-1681): add TaCoKit dependency service

- refactor and cleanup code

* feat(TCOMP-1681): class isolation

- refactor and cleanup code
2020-04-23 14:53:03 +08:00
hwang-talend
d7651ea0f4 bugfix(TUP-26796):Error "Can't find filed of null" show in error log (#4627)
bugfix(TUP-26796):Error "Can't find filed of null" show in error log when switch back from Jobscript to Designer
2020-04-23 09:59:44 +08:00
Laurent BOURGEOIS
b97a10e28f fix(TBD-10285):Add contains predicate to expressions (#4613) 2020-04-22 17:40:44 +02:00
pyzhou
c9b43d7c67 fix(TDI-44051):add the real value to the db name (#4621)
* fix(TDI-44051):add the real value to the db name

* set dbName as name when db column is null

* workaround

* change back name
2020-04-22 17:38:31 +08:00
Dmytro Sylaiev
87d3fd7c7d Dsylaiev/tdi 43931 pass full date to independand child job (#4622)
* fix(TDI-43931): Convert long as date from context args

* fix(TDI-43931): Update file root to be up to date

* fix(TDI-43931): Implement fix for tRunJob

* fix(TDI-43931): Mention string parse exception in log warn
2020-04-22 12:03:20 +03:00
sbovsunovskyi
0fecec9635 fix(TDI-44070): Unable to execute the job, receiving "Failed to gener… (#4625)
* fix(TDI-44070): Unable to execute the job, receiving "Failed to generate code." when using tAmazonRedshiftManage component.

* fix(TDI-44070): Unable to execute the job, receiving "Failed to generate code." when using tAmazonRedshiftManage component.
2020-04-21 11:23:21 +03:00
jiezhang-tlnd
f3ff8ec816 CreateTable component should use given connection (#4521)
* CreateTable component should use given connection

* fix(TUP-23956)CreateTable component should not to use JDBC connection

* fix(TUP-23956)CreateTable component should not to use JDBC connection

* fix some metadata connection could not select tCreateTable when drag and
drop

* fix(TUP-23956)CreateTable component should not to use JDBC connection
2020-04-20 09:07:36 +08:00
Dmytro Grygorenko
ba265bc05d Fix(TDI-31598): Don't add "connection" into globalMap for all dbConnection components - always duplicate. (#4513)
* Fix(TDI-31598): Surrounded by "if" clause to avoid duplicate insertion.

* Fix(TDI-31598): experimental - don't put connection into map (always duplicate?)

* Removed excessive connection addition from all sql db components.

* Experimental: if clause.

* Added globalMap.put(conn) into HelpClass.

* Fix(TDI-31598): Added connection entry for tOracle and tAmazonOracle components

* Fix(TDI-31598): Fixing PR
2020-04-17 16:05:27 +03:00
Dmytro Sylaiev
4800bd01cf Dsylaiev/tdi 39575 active directory for mssql (#4584)
* feat(TDI-39575): Add AD auth support for AzureSynapse

* feat(TDI-39575): Add AD Auth support for MsSQL components

* feat(TDI-39575): Provide AD feature for tCreateTable
2020-04-16 15:05:29 +03:00
OleksiiNimych
e48b7e90ae fix(TDI-43995): Support listing any path and file (#4611)
* fix(TDI-43995): Support listing any path and file

* fix(TDI-43995): Updated Apache Commons Lang library and added diamond operator

* fix(TDI-43995): Remove Apache Commons Lang library
2020-04-16 10:16:12 +03:00
pyzhou
404f6a1f69 Pyzhou/tdi 43993 t file input mail donot overwrite (#4592)
* fix(TDI-43993):tFileInputMail do not overwirte attachment

* change pom

* fix for MIME
2020-04-16 09:21:23 +08:00
hzhao-talendbj
0a7bc8d786 TUP-26388 fix missing DB context value (#4614)
* TUP-26388 fix missing DB context value

* fix missing db value issue

* remove useless isTcompv0
2020-04-14 17:27:58 +08:00
hwang-talend
a62f919859 bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from (#4606)
bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from Repository
2020-04-14 09:35:09 +08:00
Dmytro Sylaiev
48e3e4e4bd fix(TDI-43707): Remove mysql4 i18n labels (#4598) 2020-04-13 11:24:05 +03:00
hwang-talend
e3e7a7f0fb bugfix(TUP-26439):Need to fix other rename components Migration task (#4582)
bugfix(TUP-26439):Need to fix other rename components Migration task issue
2020-04-13 14:44:50 +08:00
Pierre Teyssier
a972e2c912 fix(TDI-31777): reverting jar update 2020-04-10 12:31:37 +08:00
Jane Ding
f6b8454ca9 fix(TUP-26679):tMap editor was freezed (#4601)
https://jira.talendforge.org/browse/TUP-26679
2020-04-10 11:18:38 +08:00
hzhao-talendbj
459b466fa0 Tup-26476 fix missing filterKind issue (#4609) 2020-04-10 10:49:16 +08:00
clesaec
60b92c81d7 fix(TDI-31777) : warning with special csv files (#4590)
* fix(TDI-31777) : warning with special csv files
2020-04-09 08:32:40 +02:00
hzhao-talendbj
09b6e37d6e TUP-26388 fix SQL script's syntax issue (#4603)
* TUP-26388  fix SQL script's syntax issue

* TUP-26388  fix SQL script's syntax issue
2020-04-09 09:40:56 +08:00
Zhiwei Xue
10f9837b3d fix(TUP-26728):Missing spark dependencies when using test cases (#4602) 2020-04-08 21:22:41 +08:00
OleksiiNimych
ea6c5c5206 fix(TDI-43795): Hide Single Insert Query action and mark it deprecated (#4588) 2020-04-07 10:07:37 +03:00
OleksiiNimych
3f4c8afeeb fix(TDI-44002): Rename DIE_WHEN_UNNORMAL_TERMINATED.NAME property (#4593) 2020-04-06 18:07:21 +03:00
hzhao-talendbj
4c4af2582d fix(TUP-26388)Amazon Redshift Driver class not working with Implicit (#4585)
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context

* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
2020-04-03 18:34:46 +08:00
hzhao-talendbj
24a565e8a2 Hengzhao/bugfix/tup 26476 t elt map group by in where clause2 (#4578)
* fix(TUP-26476)tELTMap Group By in Where Clause (#4542)

* fix(TUP-26476)tELTMap Group By in Where Clause

* fix(TUP-26476)tELTMap Group By in Where Clause

Co-authored-by: hwang <hwang@talend.com>

* fix build fail

Co-authored-by: hwang <hwang@talend.com>
2020-04-02 10:56:38 +08:00
dmytroshekera
adfdd4e3d2 fix(TDI-37349): Join thread in the finally block (#3215)
* Handle error and quick exit with catch-finally block
  but child thread proceed working so wait for it end
2020-04-01 17:09:15 +03:00
jzhao
b6c8395116 fix(TDI-43919):update the new icons for tAzureSynapseXXX (#4568) 2020-03-31 09:33:14 +08:00
chmyga
bb41fdd524 chore(TDI-43933): update axis2 version (#4573)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
2020-03-30 13:27:27 +03:00
wang wei
12473be830 fix(TDI-43918): fix the risk of drop table if exception appear (#4572) 2020-03-30 17:46:56 +08:00
hzhao-talendbj
940916a38c Revert "fix(TUP-26476)tELTMap Group By in Where Clause (#4542)" (#4577)
This reverts commit 3f0495d85c.
2020-03-30 17:14:32 +08:00
clesaec
130b8c0238 fix(TDI-43408) : not a string if content (#4407)
* fix(TDI-43408) : not a string if content
2020-03-30 08:59:36 +02:00
Zhiwei Xue
6bd832e545 fix(TUP-26233):[7.0.1] Sometimes , the ZIP file created by a commandline (#4569)
PublishJob is not correct, missing item files.
2020-03-30 09:32:17 +08:00
wang wei
577bc23596 fix(TDI-43895): Teradata metadata not populating the fields properly in components(#4570) 2020-03-29 19:59:45 +08:00
Jane Ding
671ea38f4e feat(TUP-16546)Prompt users for new password in Studio Connection when (#4508)
* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD or LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546)Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546):Prompt users for new password in Studio Connection when
AD or LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546

* feat(TUP-16546):Prompt users for new password in Studio Connection when
AD/LDAP credentials change in TAC
https://jira.talendforge.org/browse/TUP-16546
2020-03-27 20:22:25 +08:00
hzhao-talendbj
3f0495d85c fix(TUP-26476)tELTMap Group By in Where Clause (#4542)
* fix(TUP-26476)tELTMap Group By in Where Clause

* fix(TUP-26476)tELTMap Group By in Where Clause

Co-authored-by: hwang <hwang@talend.com>
2020-03-27 15:32:55 +08:00
hwang-talend
1a0e2f89b9 bugfix(TUP-26475):Job is referring to the joblet present in the (#4543)
bugfix(TUP-26475):Job is referring to the joblet present in the
reference job even after we delete it from the main job
2020-03-27 15:29:55 +08:00
hcyi
b98988eecd fix(TUP-26580):DI job with Big Data components fail when using the custom hadoop conf file location feature. (#4560)
* fix(TUP-26580):DI job with Big Data components fail when using the
custom hadoop conf file location feature.

* fix(TUP-26580):DI job with Big Data components fail when using the
custom hadoop conf file location feature.
2020-03-27 11:10:50 +08:00
jiezhang-tlnd
c5237b3f27 fix(TUP-25963)Spark jobs - LOG4J_RUN_LEVEL not available in item (#4561)
https://jira.talendforge.org/browse/TUP-25963
2020-03-27 11:00:57 +08:00
kjwang
36577341ba Revert "Hwang/tup 26388 (#4538)" (#4555)
This reverts commit dbaec0b5ad.
2020-03-25 18:35:14 +08:00
OleksiiNimych
bf9fbf2534 fix(TDI-43797): Update talend-mscrm library version (#4544) 2020-03-25 10:37:57 +02:00
mbasiuk-talend
9c82017e72 fix(TDI-32442): add missing else block (#4545) 2020-03-25 09:58:17 +02:00
vyu-talend
aa1899c395 feat(TDI-43754): upgrade AWS SDK. (#4520) 2020-03-25 14:46:29 +08:00
Zhiwei Xue
502574ecda fix(TUP-26482):[Studio] Studio is very slow to build the job(the (#4546)
performance issue)
2020-03-25 09:18:46 +08:00
Jane Ding
bd492842d2 fix(TUP-26576):Warning pops up cannot connect to the user libraries (#4553)
artifact repository set in administrator
https://jira.talendforge.org/browse/TUP-26576
2020-03-24 17:02:20 +08:00
hzhao-talendbj
6cd8ea9333 fix column names are same (#4551) 2020-03-24 15:49:12 +08:00
Jane Ding
03528cf6a6 fix(TUP-26231)Relative path not working in Talend v721 (#4530)
* fix(TUP-26231)Relative path not working in Talend v721
https://jira.talendforge.org/browse/TUP-26231

* fix(TUP-26231)Relative path not working in Talend v721
https://jira.talendforge.org/browse/TUP-26231

* fix(TUP-26231)Relative path not working in Talend v721
https://jira.talendforge.org/browse/TUP-26231

* fix(TUP-26231):Relative path not working in Talend v721
https://jira.talendforge.org/browse/TUP-26231
2020-03-23 14:32:21 +08:00
Liu Xinquan
aded429d81 feat(TDQ-17743) use LicenseKey field in DQ components (#4514)
* feat(TDQ-17743) use LicenseKey field in DQ components

* feat(TDQ-17743) use LicenseKey field in DQ components

* feat(TDQ-17743) use LicenseKey field in DQ components
2020-03-20 18:27:51 +08:00
Dmytro Sylaiev
d7155e64a3 feat(TDI-43218): Extract token-retrieve to the utils lib (#4522)
* feat(TDI-43218): Extract token-retrieve to the utils lib

* feat(TDI-43218): Declare dep explicitly

* Bump lib version
2020-03-20 11:27:28 +02:00
Dmytro Sylaiev
06f60995eb Dsylaiev/tdi 43810 add ignore service attr checkbox for xml (#4539)
* fix(TDI-43810): Fix for xml component

* fix(TDI-43810): Do not ignore service attr when checkbox is hidden

* fix(TDI-43810): Use hashset instead of arraylist

* fix(TDI-43810): Minor refactoring
2020-03-20 11:13:05 +02:00
hzhao-talendbj
98ade2e4ba Hengzhao/bugfix/tup 26075 always can not find jdbc class (#4529)
* fix(TUP-26075)Always can not find jdbc class

* fix(TUP-26075)Always can not find jdbc class

* fix(TUP-26075)Always can not find jdbc class

* fix(TUP-26075)Always can not find jdbc class
2020-03-20 09:46:22 +08:00
OleksiiNimych
b3fab98674 fix(TDI-42951): Improved query execution for Result size Auto (#4495)
* fix(TDI-42951): Improved query execution for Result size Auto

* Remove code duplication, omitt _<%cid%> from local variables, refactor methods in ServiceAccountBigQueryUtil class

* Indentations reduced to a single style

* fix(TDI-42951): Fixed formating and Fixed caching
2020-03-19 15:43:32 +02:00
Dmytro Grygorenko
38513b092c Fix(TDI-30526): Fix logger message for listed DB . (#4532)
* Fix(TDI-30526): Fix logger message for listed DB .

* Fix(TDI-30526): Debug pitfall removed.
2020-03-19 10:35:48 +02:00
msheverda-talend
64f22d350b TESB-28446 preventing the 'Standalone' type to show up as Deployment option for Jobs with tRouteInput (#4540)
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
2020-03-19 10:26:33 +02:00
SunChaoqun
84e6632b0c TESB-25377:CI-Builder generates bad job's jar if job's build type is Standalone (#4526) 2020-03-19 14:13:08 +08:00
hwang-talend
dbaec0b5ad Hwang/tup 26388 (#4538)
* bugfix(TUP-26388):Amazon Redshift Driver class not working with Implicit
Context
2020-03-19 09:33:28 +08:00
vyu-talend
6475b1bcd4 Fix(TDI-43770):upgrade httpcore,httpclient,commons-logging,codec (#4515) 2020-03-19 09:15:22 +08:00
Emmanuel GALLOIS
0dabbbe205 fix(TDI-43851): hide csvSchema in metadata editor (#4528) 2020-03-18 14:18:52 +01:00
Zhiwei Xue
c8d161bbf8 fix(TUP-26285):Exchange Notify me when updated extensions are available (#4537) 2020-03-18 15:11:15 +08:00
kjwang
043772c680 Fix TUP-26399 Items in Studio get deleted and cannot be recovered, even (#4533)
if items are locked
https://jira.talendforge.org/browse/TUP-26399
2020-03-18 15:07:18 +08:00
SunChaoqun
31c4b4bda2 TESB-28130:Duplicate dependencies in POM.xml for routes lead to compile issues(#4541) 2020-03-18 11:29:23 +08:00
jzhao
430d143e47 feat(TDI-43719):Enhance Azure SQL data warehouse (#4492)
* feat(TDI-43719):rename tSQLDWHXXX component to tAzureSynapseXXX

* feat(TDI-43719):rename the reference

* feat(TDI-43719):support adls gen2 in tAzureSynapseBulkExec

* feat(TDI-43719):add migration task

* feat(TDI-43719):change the family name

* change the family name and i18n which include DWH
2020-03-17 22:39:07 +08:00
Mike Yan
d8b8768f8e fix(TESB-28385): Revert to use Saxon-HE in studio but exclude in runtime (#4527) 2020-03-17 14:31:55 +08:00
Richard Lecomte
e5d5c20651 TDI-43764 : MsSQL NVARCHAR (#4518)
* TDI-43764 : MsSQL NVARCHAR

Use setNString method for NVARCHAR and NCHAR columns only for MS driver

* TDI-43764 : MsSQL NVARCHAR

Use setNString method for NTEXT columns only for MS driver
2020-03-16 11:31:18 +01:00
mbasiuk-talend
a94989277c Mbasiuk/tdi 32442 dynamic excel dateformat (#4377)
* fix(TDI-32442): fix 2003 issue with dynamic column

* fix(TDI-32442): fix event mode for 2007 version

* fix(TDI-32442): return missing code

* fix(TDI-32442): update library build date

* fix(TDI-32442): update timestamp, fix 2003 version
2020-03-13 10:07:56 +02:00
jiezhang-tlnd
82dfa2af09 Jzhang/bugfix/tdi 43820 migration for odd behavior using jdbc connection (#4517)
* add migration for jdbc connection

* add migration for jdbc connection

* change to 7.4.0

* add migration
2020-03-13 12:19:24 +08:00
Emmanuel GALLOIS
da52d0005a fix(TCOMP-1677): set correct configuration value for non String context item (#4525) 2020-03-12 18:59:20 +01:00
hwang-talend
118e9f5431 bugfix(TUP-26117):Vertica: Db Version should be xxx(Deprecated) after (#4511)
bugfix(TUP-26117):Vertica: Db Version should be xxx(Deprecated) after dragging from repository to job if Db Version is lower than 5.1
2020-03-11 11:22:31 +08:00
Dmytro Grygorenko
3033774582 Fix(TDI-31017): Added short UUID in filename pattern. (#4512) 2020-03-10 10:21:04 +02:00
wang wei
81a595b11f fix(TDI-43619): Null Value Treated as <TALEND_NULL> in Subjob (#4488)
* fix(TDI-43619): Null Value Treated as <TALEND_NULL> in Subjob

* fix(TDI-43619): fix for all types to avoid the parse warn log or message
when null

* fix the compiler issue for password field
2020-03-10 16:02:05 +08:00
hcyi
9f4f8d058f fix(TUP-26193):Can`t find the connection by the key. (#4516) 2020-03-10 15:00:41 +08:00
clesaec
569e200ef1 fix(TDI-43785) - big query repeated value managed (#4507) 2020-03-09 13:28:42 +01:00
AlixMetivier
c10d5e14dc fix(TBD-10158): fix migration task (#4510) 2020-03-06 11:13:57 +01:00
jiezhang-tlnd
a8ac75886f fix(TUP-23956)createTable should not use Redshiftsso connection (#4458)
* fix(TUP-23956)createTable should not use Redshiftsso connection

* fix(TUP-23956)remove some db which not support tCreateTable
2020-03-06 11:18:59 +08:00
Mike Yan
cb9c83c65b fix(TESB-28255): Solve reference error for java ws and mdm lib in java 8 (#4504) 2020-03-05 15:09:46 +08:00
hcyi
50b3aacd20 fix(TUP-26285):Exchange Notify me when updated extensions are available (#4490) 2020-03-05 09:30:08 +08:00
Richard Lecomte
a38fd5401d TDI-43764 : MsSQL NVARCHAR (#4491)
* TDI-43764 : MsSQL NVARCHAR

Use setNString method for NVARCHAR and NCHAR columns

* TDI-43764 : MsSQL NVARCHAR

Use setNString method for NVARCHAR and NCHAR columns
2020-03-04 14:37:23 +01:00
Jane Ding
5dca25b157 fix(TUP-26156)tCreateTable change DBType and Property Type not work (#4465)
* fix(TUP-26156)tCreateTable: change "DBType" and "Property Type" not work
https://jira.talendforge.org/browse/TUP-26156

* fix(TUP-26156)tCreateTable: change "DBType" and "Property Type" not work
https://jira.talendforge.org/browse/TUP-26156

* fix(TUP-26156)tCreateTable change DBType and Property Type not work
https://jira.talendforge.org/browse/TUP-26156
2020-03-04 17:16:46 +08:00
Chao MENG
f35e069666 fix(TUP-26189): [7.2.1] snowflake metadata connection with proxy failure (#4498)
https://jira.talendforge.org/browse/TUP-26189
2020-03-04 14:18:40 +08:00
chmyga
99aaf3796e fix(TDI-43796): Azure empty lookup problems (#4501)
* Add cleaning of links to delete

* Deprecate method

* Add new method to process delete navigation links separately
2020-03-03 18:12:35 +02:00
kjwang
24cd06180f Kjwang/fix tup 26264 t elt map generated query has extra symbols (#4489)
* Fix TUP-26264 tELTMap generated query has extra symbols generated when
more input mapping in component
https://jira.talendforge.org/browse/TUP-26264

* Fix TUP-26264 tELTMap generated query has extra symbols generated when
more input mapping in component
https://jira.talendforge.org/browse/TUP-26264
2020-03-03 09:35:56 +08:00
hwang-talend
12e1dc89d2 bugfix(TUP-26206):'Refresh Preview' can not work for Json with context (#4480)
bugfix(TUP-26206):'Refresh Preview' can not work for Json with context mode
2020-02-28 10:12:57 +08:00
hwang-talend
100c1efc7c bugfix(TUP-26207):The tip message is not proper when use 'Refresh (#4486)
* bugfix(TUP-26207):The tip message is not proper when use 'Refresh
Preview' for Json with context mode
2020-02-28 10:05:14 +08:00
vyu-talend
677378af0c Fix(TDI-43704):update mail jar. (#4474) 2020-02-26 20:26:25 +08:00
Dmytro Grygorenko
c0d7d4ecff Hidden checkbox "Move to local directory" for all SFTP cases. (#4487)
* Fix TDI-40504: hidden checkbox "Move to local directory" for all SFTP cases.

* Fix TDI-40504: removed "USE_EXISTING_CONNECTION == 'false'" case.
2020-02-26 12:40:57 +02:00
Dmytro Sylaiev
4b07fc2a2e Dsylaiev/tdi 43605 fix using existing connection with rest tcompv0 (#4463)
* fix(TDi-43605): Fix adding tcompv0 components into tRest globalMap copy (#4367)

* fix(TDi-43605): Fix adding tcompv0 components into tRest globalMap copy

* fix(TDI-43605): Add referenced connection into globalMap copy for marketo

* fix(TDI-43605): Fix getting snowflake connection for plenty javajet components
2020-02-26 11:58:33 +02:00
bhe-talendbj
603013b63f bugfix(TUP-26223) Remove lower version artifacts from classpath (#4481)
* fix(TUP-26223): Remove lower version of artifact from classpath

* fix(TUP-26223): Construct key based on group and artifactid

* fix(TUP-26223): Fix test case failures

* fix(TUP-26223): Fix test case failures
2020-02-25 10:18:06 +08:00
Jenkins Continuous Build server
7ef6141065 Merge branch 'master' of github.com:Talend/tdi-studio-se 2020-02-24 11:08:48 +01:00
kjwang
3ff003d9aa TUP-26146 Online Help: Cancle not work if uncheck "Enable online help (#4479)
for components" at Perference page
https://jira.talendforge.org/browse/TUP-26146
2020-02-24 10:31:31 +08:00
kjwang
d8bbb8655d Kjwang/fix tup 26084 add junit for feature online help (#4437)
* Fix TUP-26084 Add junit for feature online help
https://jira.talendforge.org/browse/TUP-26084

* Fix TUP-26084 Add junit for feature online help
https://jira.talendforge.org/browse/TUP-26084

* Fix TUP-26084 Add junit for feature online help
https://jira.talendforge.org/browse/TUP-26084
2020-02-24 10:16:13 +08:00
Jenkins Continuous Build server
fe70f79630 Set version to 7.4.1 SNAPSHOT 2020-02-21 15:34:44 +01:00
hwang-talend
138b35e4b5 bugfix(TUP-25959):Incorrect message is observed in the tWarn component (#4464)
bugfix(TUP-25959):Incorrect message is observed in the tWarn component
2020-02-21 15:25:34 +08:00
Zhiwei Xue
8de6c4c1f2 fix(TUP-26213):Compilation issue after migration to v7.2 (#4478) 2020-02-21 11:37:42 +08:00
chmyga
5f720794b1 feat(TDI-43423): Azure Dynamics 365 CRM component (#4468)
* Update library sources from microsoft repo
2020-02-20 19:26:59 +02:00
chmyga
b3c5820f92 feat(TDI-43423): Azure Dynamics 365 CRM component (#4469)
* Update libraries versions

* Create required methods
2020-02-20 19:26:41 +02:00
Roman
f3316965d5 fix(TDI-43711): make CODEPAGE optional (#4476) 2020-02-20 11:09:39 +02:00
kjwang
426cc2e705 Fix TUP-25777 Interger values are read as string after applying TPS-3637 (#4471)
(Improve the junit)
https://jira.talendforge.org/browse/TUP-25777
2020-02-20 14:34:38 +08:00
hwang-talend
5f8d469933 Hwang/tup 26059 (#4436)
* bugfix(TUP-26059):tELTPostgresqlMap lost its "DB Type" column for which
the value should be "BPCHAR"
2020-02-20 09:56:09 +08:00
Irene Wang
f8479bcde1 Update NOTICE.txt to 2020 2020-02-19 12:44:49 +01:00
Zhiwei Xue
7a8dc59918 fix(TUP-26132):Cannot build a job by CI (maven) after updating multiple (#4442)
job versions
2020-02-19 15:56:45 +08:00
hwang-talend
6e5e064fc8 bugfix(TUP-26160):NullPointerException when logon git project (#4455)
bugfix(TUP-26160):NullPointerException when logon git project
2020-02-19 15:55:33 +08:00
Mike Yan
f9b62e65ac Yyan/bugfix/tesb 28247 (#4457)
* fix(TESB-28247): consumer job is missing feature.xml by CI

* fix(TESB-28247): consumer job is missing feature.xml by CI
2020-02-19 15:54:52 +08:00
Mike Yan
25b259cfae fix(TESB-28240): Use final name for osgi bundle build pom (#4456) 2020-02-19 15:53:41 +08:00
hwang-talend
45262ad262 bugfix(TUP-26018):No Edit queries in Offline Mode (#4413)
bugfix(TUP-26018):No Edit queries in Offline Mode
2020-02-19 14:38:20 +08:00
jiezhang-tlnd
183b2d63da fix(TUP-26192)supply choice of log4j1 / 2 (#4461)
* fix(TUP-26192)supply choice of log4j1 / 2

* fix(TUP-26192)

* fix tos

* fix tos
2020-02-18 22:06:49 +08:00
hcyi
56cd32dd7c fix(TUP-25229):revert the fix of "Use this Component" (#4459) 2020-02-18 17:54:19 +08:00
AlixMetivier
8b33f7687f remove useless migration task (#4452) 2020-02-17 17:30:28 +01:00
Dmytro Sylaiev
fe5d9c40f0 fix(TDI-43631): Fix null handling for not-empty types json (#4406)
* fix(TDI-43631): Fix null handling for not-empty types json

* fix(TDI-43631): Bump json-lib-talend version
2020-02-17 11:03:01 +02:00
jiezhang-tlnd
896ab8ddfb fix(TUP-26167)Log4j2: confirm message pop up when build job if activate (#4448)
log4j2 for TOS
2020-02-14 16:37:37 +08:00
Mike Yan
a241dd393a fix(TESB-27578): fix feature.xml is missing in nexus (#4447) 2020-02-14 14:50:42 +08:00
apoltavtsev
5adecc8669 TESB-28209 DemoServiceConsumer build fails when build type is "Standalone Job" (#4445) 2020-02-13 21:50:22 +01:00
apoltavtsev
9ac5aa8048 TESB-28192 Dataservice Microservice built ZIP has wrong structure (#4443) 2020-02-13 16:55:18 +01:00
AlixMetivier
9515623e03 feat(tbd-9855): adapt Timestamp or Date according to schema (#4352) 2020-02-13 16:39:14 +01:00
Ivan Gonchar
0de1d32ec5 Revert "fix(TDi-43605): Fix adding tcompv0 components into tRest globalMap copy (#4367)" (#4444)
This reverts commit d0ec3601d2.
2020-02-13 15:52:33 +02:00
Jane Ding
5169150391 fix(TUP-26113)Can't generate by CI due to remove pigudf after migrate a (#4439)
* fix(TUP-26113)Can't generate by CI due to remove pigudf after migrate a
remote project from old version to 731
https://jira.talendforge.org/browse/TUP-26113

* fix(TUP-26113)Can't generate by CI due to remove pigudf after migrate a
remote project from old version to 731
https://jira.talendforge.org/browse/TUP-26113
2020-02-13 18:22:37 +08:00
wang wei
d70cbd3ba4 fix(TDI-43670): tSSH component hangs if Command takes time to complete (#4423) 2020-02-13 18:03:17 +08:00
kjwang
314f3cd8b1 kjwang/Fix TUP-25777 Interger values are read as string after applying (#4440)
TPS-3637 (Fix failed tuj)
https://jira.talendforge.org/browse/TUP-25777
2020-02-13 12:32:40 +08:00
Richard Lecomte
b092816970 Rlecomte/tdi 43510 my sql allow load local infile (#4429)
* TDI-43510 : MySQL Driver upgrade

* TDI-43510 : MySQL Driver upgrade

* TDI-43510 : MySQL Driver upgrade

* TDI-43510 : MySQL 8 driver update

Fixed XML

* TDI-43510 : MySQL 8 driver upgrade

added allowLoadLocalInfile=true in tMysqlConnection and tMysqlRow

* TDI-43510 : MySQL 8 driver upgrade

added allowLoadLocalInfile=true in tMysqlConnection and tMysqlRow
2020-02-12 13:39:48 +01:00
Max
be50a6360d TBD-9823: fixed (#4433) 2020-02-12 13:36:06 +02:00
bhe-talendbj
e42f180aa5 bugfix(TUP-26123) Update copyright date (#4434) 2020-02-12 16:05:23 +08:00
Richard Lecomte
aaad0c5be7 Rlecomte/tdi 43421 update bq version (#4405)
* TDI-43421 : google cloud bigquery api update

* TDI-43421 : BQ client upgrade

* TDI-43421 : BigQuery client lib update

Fixed dependencies
2020-02-11 14:45:54 +01:00
Laurent BOURGEOIS
56b7ef4b1c fix(TBD-9884) : Missing log42 conf on Yarn side (#4366) 2020-02-11 12:11:53 +01:00
hwang-talend
dd3dba3436 bugfix(TUP-25859):Upgrade vertica support to 9.3 - metadata (#4430) 2020-02-11 18:56:27 +08:00
kjwang
74beec9195 Fix TUP-26060 Add junit for TUP-25777 and TUP-25943 (#4425)
https://jira.talendforge.org/browse/TUP-26060
2020-02-11 17:08:20 +08:00
jzhao
47a139f832 feat(TDI-43510):Upgrade mysql driver for tCreateTable/tELTMysqlMap (#4428)
* update driver and remove MYSQL_4
2020-02-11 15:42:18 +08:00
Richard Lecomte
e816c417d1 TDI-43510 : MySQL Driver upgrade (#4387) 2020-02-10 14:57:01 +08:00
Roman
2907a5b04d fix(TDI-33414): change tMomInput backout behavior (#3282) 2020-02-10 08:35:35 +02:00
hcyi
f4420c3d2b fix(TUP-25271):display error/warin message on tacokit component . (#4422) 2020-02-10 14:32:28 +08:00
Jane Ding
1fd7dadff2 fix(TUP-25986)Can't import attached job (#4418)
* fix(TUP-25986)Can't import attached job
https://jira.talendforge.org/browse/TUP-25986
remove pigudf related

* fix(TUP-25986)Can't import attached job
https://jira.talendforge.org/browse/TUP-25986
removed pigudf related

* fix(TUP-25986)Can't import attached job
https://jira.talendforge.org/browse/TUP-25986
remove pigudf related

* fix(TUP-25986)Can't import attached job
https://jira.talendforge.org/browse/TUP-25986
remove pigudf related

* fix(TUP-25986)Can't import attached job
https://jira.talendforge.org/browse/TUP-25986
remove pigudf related
2020-02-10 14:13:26 +08:00
nkutsubos
31ab0765db babili-export (#4420) 2020-02-08 13:03:57 +08:00
Roman
24f146a76d feat(TDI-40852): add dynamic support for tMSSQLBulkExec (#4363)
* feat(TDI-40852): add feature for CREATE_IF_NOT_EXIST table action

* feat(TDI-40852): add feature for DROP_IF_EXIST_AND_CREATE table action

* feat(TDI-40852): made improvements | correct template code

* feat(TDI-40852): add hidden values | add log

* fix(TDI-43484): tSetDynamic schema cant work with tFile***Positional (#4369)

* fix(TDI-43484): throw RuntimeException if useDynamicFromFile

* fix(TDI-43484): throw Exception if schema defined from file

* feat(TDI-40852): solve problem with create table
2020-02-07 15:32:17 +02:00
Roman
60a940a495 fix(TDI-43484): tSetDynamicSchema can't work with tFile***Positional (#4380) 2020-02-07 15:27:18 +02:00
sbovsunovskyi
05a255d654 Sbovsunovskyi/tdi 43295 support oracle19 (#4364)
* fix(TDI-43295): Support Oracle 19c in Studio DI

* fix(TDI-43295): Support Oracle 19c in Studio DI

* fix(TDI-43295): Support Oracle 19c in Studio DI. Revert messages for different languages

* fix(TDI-43295): Support Oracle 19c in Studio DI. move from 'oracle 19' to 'oracle 18 and above'

Co-authored-by: Roman <rvoievidko@talend.com>
2020-02-07 15:10:27 +02:00
kjwang
fd244a9f9e Kjwang/fix tup 25777 interger values are read as string (#4403)
* Fix TUP-25777 Integer values are read as string after applying TPS-3637
https://jira.talendforge.org/browse/TUP-25777
2020-02-07 18:42:56 +08:00
kjwang
a17aaedcdc Fix: TUP-25943 tELTMap generated query has extra symbols generated (#4415)
* Fix: TUP-25943 tELTMap generated query has extra symbols generated
https://jira.talendforge.org/browse/TUP-25943
2020-02-07 18:28:53 +08:00
hwang-talend
2870cc0e90 bugfix(TUP-26031):Cannot connect successfully for mongDB which is (#4419)
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721

* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721

* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
2020-02-07 18:03:43 +08:00
nkutsubos
3e37fc74f7 babili-export (#4416) 2020-02-07 16:44:41 +08:00
Dmytro Sylaiev
18b3b53e84 fix(TDI-32471): Remove unused mysql4 code (#4390) 2020-02-07 10:41:29 +02:00
hcyi
50e3721fb0 fix(TUP-26023):Studio should open online help based on language (#4417) 2020-02-07 10:49:41 +08:00
sbovsunovskyi
7af4113257 fix(TDI-42986): Need the ability to add additional parameters to tDBBulkExec (#4400) 2020-02-06 21:24:52 +02:00
jiezhang-tlnd
5f9a3cbbcf fix(TUP-25378)Wrong settings in CDC Oracle component / wizard (#4309)
https://jira.talendforge.org/browse/TUP-25378
2020-02-06 19:20:54 +08:00
Dmytro Sylaiev
d0ec3601d2 fix(TDi-43605): Fix adding tcompv0 components into tRest globalMap copy (#4367)
* fix(TDi-43605): Fix adding tcompv0 components into tRest globalMap copy

* fix(TDI-43605): Add referenced connection into globalMap copy for marketo
2020-02-06 13:03:17 +02:00
Chao MENG
668cbc476f fix(TUP-25519): SQL builder in Enterprise studio context mode works (#4412)
differently to Talend Open studio
https://jira.talendforge.org/browse/TUP-25519
2020-02-06 18:55:43 +08:00
chmyga
803c9406e5 fix(TDI-43611): include all columns to reject row (#4389)
* fix(TDI-43611): include all columns to reject row

* fix(TDI-43611): remove commented code

* fix(TDI-43611): format code
2020-02-06 10:47:31 +02:00
ypiel
f7ae5e3f28 fix(TDI-43610) : jsonutil keep decimal if any
* fix(TDI-43610) : jsonutil keep decimal even if 0

* fix(TDI-43610) : jsonutil bump version to 2.4.5-talend

* fix(TDI-43610) : bump to json-lib-talend 2.4.5

* fix(TDI-43610) : bump to json-lib-talend 2.4.5

* fix(TDI-43610) : jsonutil keep decimal even if 0
2020-02-06 08:58:03 +01:00
hwang-talend
e976a29743 bugfix(TUP-25990):Support MariaDB 10.X (#4411) 2020-02-06 11:59:22 +08:00
hcyi
aa39e4545d fix(TUP-25856):Error msg show under error log list when try to check (#4410)
couchbase help doc
2020-02-06 11:56:08 +08:00
hwang-talend
a093979643 bugfix(TUP-25278):Issues about delete columns in tELTMap with alias (#4360) 2020-02-06 11:28:28 +08:00
hzhao-talendbj
467f9e7964 workItem(TUP-21195)replace all forms of subjob with subJob (#4408) 2020-02-06 10:16:52 +08:00
hzhao-talendbj
8a4074ee05 remove synchronized (#4404) 2020-02-06 09:33:58 +08:00
hzhao-talendbj
ee3d82ae24 workItem(TUP-25915)Upgrade MySQL driver (#4391)
* workItem(TUP-25915)Upgrade MySQL driver

* workItem(TUP-25915)Upgrade MySQL driver
2020-02-06 09:12:01 +08:00
mbasiuk-talend
658b16c6bb fix(TDI-43632): use defined pattern by user instead of static value (#4398) 2020-02-05 15:30:17 +02:00
wang wei
5c0ae7bc06 fix(TDI-43410): Enable AWS ECS role for tAmazonEMR component (#4247) 2020-02-05 18:32:54 +08:00
wang wei
bd9e958749 fix(TDI-43409): Enable AWS ECS role for tSQS component (#4248) 2020-02-05 18:32:37 +08:00
ypiel
9a27b823cd feat(TDI-43513) : upgrade vertica lib to 9.3.1
* feat(TDI-43513) : upgrade vertica lib to 9.3.1

* feat(TDI-43513) : upgrade vertica lib to 9.3.1 - tCreateTable
2020-02-05 10:07:24 +01:00
Pierre Teyssier
fc3a36e509 chore(TDI-43488): remove di-se components (#4399)
* chore(TDI-43488): remove di-se components
- CentricCRM
- MSAX
- OleDB
- SageX3
- SAS
- SPSS
- SugarCRM
2020-02-05 14:36:37 +08:00
Roman
6e9bc05e41 fix(TDI-43231): change logging order (#4381)
* fix(TDI-43234): change logging order

* fix(TDI-43231): add preparedStatement log
2020-02-05 08:03:29 +02:00
kjwang
dff062b7ef TUP-25985 TOS: No need to pop up install plugin page when switch from online help to offline help. (#4392)
* TUP-25985 TOS: No need to pop up install plugin page when switch from
online help to offline help.
https://jira.talendforge.org/browse/TUP-25985

* fix(TUP-25985):TOS: No need to pop up install plugin page when switch
from online help to offline help.

Co-authored-by: wchen-talend <wchen@talend.com>
2020-02-04 19:08:10 +08:00
Dmytro Sylaiev
e86646a9f5 feat(TDI-43487): Update snowflake-jdbc for tCreateTable (#4333) 2020-02-04 11:35:43 +02:00
bhe-talendbj
491b85c20c bugfix(TUP-24536) Fix Zip Slip style attacks (#4384) 2020-02-04 15:56:13 +08:00
hwang-talend
f9c38abf9e bugfix(TUP-25864):Too many required jars for tVerticaConnection (#4354)
bugfix(TUP-25864):Too many required jars for tVerticaConnection component
2020-02-04 15:04:40 +08:00
hzhao-talendbj
0570c402bc fix(TUP-25951)Syncing of project and pom files doesnt happen initally (#4386) 2020-02-04 14:21:50 +08:00
wang wei
4cae11c6f5 fix(TDI-43089): Upgrade to ActiveMQ 5.15.10 in tMom/tSAP components (#4345) 2020-02-04 09:45:14 +08:00
hzhao-talendbj
54e246df6d Hengzhao/bugfix/tup 25714 table selector and guess schema is not working for oracle adw (#4305)
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW

* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
2020-02-04 09:12:48 +08:00
Hanna Liashchuk
3a054b8430 fix(TBD-9886): lib conflict with tS3Connection (#4388) 2020-02-03 17:04:41 +02:00
sbovsunovskyi
820367d52f fix(TDI-43515): Support MariaDB 10.X. Update mariadb-java-client to 2.5.3 (#4344) 2020-02-03 11:56:35 +02:00
hzhao-talendbj
cfe44195d0 feat(TUP-25834)Upgrade postgres to support v12 (#4346) 2020-02-03 15:47:41 +08:00
kjwang
6b6439a434 Fix TUP-25786 Enable online help (Remove temporary hard code version) (#4385)
https://jira.talendforge.org/browse/TUP-25786
2020-02-03 14:33:13 +08:00
Denis Sergent
0730f6ea3b TESB-27989 Fix publish DS to cloud as MS (#4371)
Dataservices are always published as OSGI bundles without taking care of
the Job defined build type. With this fix, DS with build type
"Microservice" will be built and published with the appropriate format.
2020-01-30 11:43:36 +01:00
sbovsunovskyi
2a6d86c39a fix(TDI-43602): Log4j object(log) in tJava will not show any result after tRedshiftClose (#4362) 2020-01-28 17:04:02 +02:00
Dmytro Sylaiev
94e6f53b47 fix(TDI-43583): Do not set error code if not fail on child error (#4353) 2020-01-27 19:18:41 +02:00
clesaec
a1e8aebf87 TDI-43514 : to postgresql lib 42.2.9 (#4326) 2020-01-24 17:35:33 +01:00
vdrokov
666fe63e7a fix(TESB-25146): Fix by adding override="true" attribute in generated feature xml. Change version of xml namespace to be able to enable override flag. (#4358) 2020-01-21 11:31:30 +02:00
hzhao-talendbj
4e167cea3f workItem(TUP-25786)add snapshot (#4357) 2020-01-21 17:29:45 +08:00
Chao MENG
4153b50336 fix(TUP-25784): Couchbase guess schema failed (#4351)
https://jira.talendforge.org/browse/TUP-25784
2020-01-21 16:43:08 +08:00
jiezhang-tlnd
2d16bae768 fix(TUP-25910)NPE error shows in ErrorLog view after clicking "Apply And (#4356)
* fix(TUP-25910)NPE error shows in ErrorLog view after clicking "Apply And
Close"
https://jira.talendforge.org/browse/TUP-25910

* fix(TUP-25910)NPE error shows in ErrorLog view after clicking "Apply And
Close"
https://jira.talendforge.org/browse/TUP-25910
2020-01-21 16:05:10 +08:00
Mike Yan
2ed876833f fix(TESB-27912):[CI]Cannot skip docker for DemoRESTConsumer (#4349) 2020-01-20 18:24:10 +08:00
hzhao-talendbj
05f87d09e3 workItem(TUP-21195)replace all forms of subjob with subJob (#4348)
* workItem(TUP-21195)replace all forms of subjob with subJob

* workItem(TUP-21195)replace all forms of subjob with subJob

* workItem(TUP-21195)replace all forms of subjob with subJob
2020-01-20 16:54:43 +08:00
hwang-talend
444d28c48d bugfix(TUP-25764):Win:Cannot load component "tImpalaOutput" error in (#4324)
error log list if Studio store path contain space
2020-01-20 14:59:05 +08:00
Chao MENG
a7d010413d fix(TUP-25152): component does not display in palette, after deployed to (#4343)
the studio 7.2.1

https://jira.talendforge.org/browse/TUP-25152
2020-01-20 11:07:41 +08:00
jiezhang-tlnd
6c4981c2bf fix(TUP-25843)Hide log4j/log4j2 combox when it is not enabled for new (#4338)
created project after 7.3.1.
https://jira.talendforge.org/browse/TUP-25843
2020-01-20 11:02:43 +08:00
Chao MENG
ae3e6bf7be fix(TUP-25545): tWorkdayInput --> Mode and WQL Query can't edit when (#4330)
use metadata

https://jira.talendforge.org/browse/TUP-25545
2020-01-20 10:58:48 +08:00
hwang-talend
730d9cb8e9 bugfix(TUP-25768):Ubuntu:Switch to a new workspace not work if Studio (#4336)
store path contain space
2020-01-20 10:30:37 +08:00
Chao MENG
e58754832e feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard (#4203)
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226

* fix(TUP-25585): [BUG]Data viewer failed for HDFS

https://jira.talendforge.org/browse/TUP-25585

* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226

* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226

* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226

* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"

This reverts commit b04d1bdca4.

* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"

This reverts commit 0fd1ce627b.

* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"

This reverts commit 434c102f8c.
2020-01-19 16:10:08 +08:00
msjian
d6927c33fa feat(TDQ-17294): support snowflake guess schema well (#4337) 2020-01-19 15:23:51 +08:00
hcyi
7ea06495a6 fix(TUP-25533):Talend Component Kit Components cannot be renamed in (#4341)
Studio.
2020-01-19 14:47:56 +08:00
Jane Ding
8b4dd6398d fix(TUP-21555)Error pops up if run job during opening another job in git (#4342)
* fix(TUP-21555)Error pops up if run job during opening another job in git
project
https://jira.talendforge.org/browse/TUP-21555

* fix(TUP-21555)Error pops up if run job during opening another job in git
project
https://jira.talendforge.org/browse/TUP-21555
2020-01-19 14:24:13 +08:00
apoltavtsev
5e65e4ed26 fix(TESB-27583): Maven nature is added to child Job for OSGI build 2020-01-17 14:46:29 +01:00
kjwang
49a907b477 feat(TUP-25786): Enable online help (#4339)
* Fix TUP-25786 Enable online help
https://jira.talendforge.org/browse/TUP-25786

* Fix TUP-25786 Enable online help
https://jira.talendforge.org/browse/TUP-25786
2020-01-17 18:10:42 +08:00
vdrokov
68758eadc7 fix(TESB-27713): Fix by checking if the child job is of type routines.system.api.TalendESBJob since method setEndpointRegistry exists only in routines.system.api.TalendESBJob interface and sometimes the job is not of that type. (#4334) 2020-01-17 11:57:10 +02:00
jiezhang-tlnd
d9f8f4edcd fix(TUP-25427)active or deactivate log4j2 need to reopen the child job (#4323)
https://jira.talendforge.org/browse/TUP-25427
2020-01-17 17:22:13 +08:00
hcyi
a5c06b4267 fix(TUP-25649):ERROR when Job in MDM project calling Job in Reference DI (#4331)
project:import routines.DataQuality cannot be resolved.
2020-01-17 16:59:50 +08:00
vyu-talend
b2fd2e2a60 fix(TDI-42920):update tAmazonEMRManage. (#4317) 2020-01-17 15:45:18 +08:00
Jane Ding
f5bbcdb213 fix(TUP-25862)Change client ip of SDK server from localhost to 127.0.0.1 (#4328)
https://jira.talendforge.org/browse/TUP-25862
2020-01-17 14:47:24 +08:00
kjwang
95e561d5ff feat(TUP-25241): Online Help in studio - Setup online Help (#4264)
* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help (Improve the
file's format)
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241

* Fix TUP-25241 Online Help in studio - Setup online Help
https://jira.talendforge.org/browse/TUP-25241
2020-01-17 13:46:23 +08:00
Dmytro Sylaiev
bf8d944ed1 fix(TDI-43222): Lock write operation by filename in parallel (#4256)
* fix(TDI-43222): Lock write operation by filename in parallel

* fix(TDI-43222): Apply same changes for tFileOutputPositional
2020-01-16 12:38:00 +02:00
wang wei
1f1bceca93 fix(TDI-43509): Upgrade redshift driver for 7.3.1 (#4302) 2020-01-16 17:41:25 +08:00
jzhao
6f5a6e0443 feat(TDI-43516):Salesforce api update to 47.0 (#4304)
* feat(TDI-43516):Salesforce api update to 47.0

* fix(TDI-43516):tSalesforceEinsteinBulkExec default endpoint not upgrade
2020-01-16 16:57:56 +08:00
Chao MENG
9892b271ea Cmeng/feat/tup 25554 add back share component (#4313)
* feat(TUP-25554): Add back the share component part of component manager

https://jira.talendforge.org/browse/TUP-25554

* feat(TUP-25554): Add back the share component part of component manager

https://jira.talendforge.org/browse/TUP-25554

* feat(TUP-25554): Add back the share component part of component manager

https://jira.talendforge.org/browse/TUP-25554
2020-01-16 10:51:55 +08:00
chmyga
3ff14ecbb5 Dchmyga/tdi 42591 bigquery dynamic schema (#4196)
* feat(TDI-42591): bigquery dynamic column support

* Add helpers for bigquery input components

* feat(TDI-42591): bigquery dynamic column support

* Add dynamic column support to bigquery input component

* feat(TDI-42591): bigquery dynamic column support

* Add dynamic column support for bigquery output component

* feat(TDI-42591): bigquery dynamic column support

* Fix PR comments

* feat(TDI-42591): bigquery dynamic column support

* Fix fixed component name issue

* feat(TDI-42591): bigquery dynamic column support

* Add support of geography type

* Add support of numeric type

* Fix bytes type support

* feat(TDI-42591): bigquery dynamic column support

* Fix OAuth null objects issue

* Fix byte array service account issue

* feat(TDI-42591): bigquery dynamic column support

* fix compilation error

* feat(TDI-42591): bigquery dynamic column support

* Exclude record type from table creation for OAuth
2020-01-15 16:57:07 +02:00
vyu-talend
cd7f09fc90 fix(TDI-43555):assign name for parameters in Outline. (#4322) 2020-01-15 17:29:42 +08:00
hcyi
10d4f8dcb6 fix(TUP-25727):Dataviewer for hdfs schema failed if it's checked webHDFS (#4311)
encryption
2020-01-14 14:41:58 +08:00
Jane Ding
1c58501af2 fix(TUP-25820)TMC: error show in error log when logon TMC project (#4318)
https://jira.talendforge.org/browse/TUP-25820
2020-01-14 14:28:12 +08:00
jiezhang-tlnd
a2f0a61607 change back log4j version to 2.12.1 (#4321) 2020-01-14 11:25:33 +08:00
bhe-talendbj
0095b468f9 bugfix(TUP-25707) Set correct text direction for destination combo (#4312)
* bugfix(TUP-25707) Set correct text direction for destination combo

* bugfix(TUP-25707) Fix test direction
2020-01-14 09:10:24 +08:00
Richard Lecomte
7bfad56c30 TDI-43421 : google cloud bigquery api update (#4316) 2020-01-13 11:58:10 +01:00
Jane Ding
efbf56f6d0 fix(TUP-25650)On enabling Parallelization on tDBInput, the data is (#4306)
getting inserted as NULLs
https://jira.talendforge.org/browse/TUP-25650
2020-01-13 18:33:17 +08:00
Dmytro Sylaiev
c29f483f2c fix(TDI-42875): Add missing log4j to component deps (#4315) 2020-01-13 11:17:35 +02:00
vdrokov
c05d88ee3d fix(TESB-27740): Fix error by downgrading log4j library from version 2.12.1 to version 2.11.1. 2.11.1 version is compatible with spring boot 2.1.2.RELEASE so no error is observed after downgrade. Replace strings with constants. (#4289) 2020-01-13 10:41:09 +02:00
hwang-talend
ecdf7a18b0 bugfix(TUP-24413):The tab name of resource is changed (#4298) 2020-01-13 10:26:15 +08:00
jzhao
6eddb2cd20 feat(TDI-43395):update dom4j to 2.1.1 (#4296)
* feat(TDI-43395):update dom4j

* feat(TDI-43395):update dom4j depends jaxen

* feat(TDI-43395):dom4j api changed

* fix compiler error
* remove useless code of txmlmap

* feat(TDI-43395):add migration task for bonita components after dom4j
update
2020-01-10 17:18:26 +08:00
Dmytro Sylaiev
0bd016b1c5 Dsylaiev/tdi 42875 upgrade t google dataproc crm (#4212)
* feat(TDI-42875): Upgrade google dataproc

* Add region enum

* Update zones

* Make file property use file widget

* feat(TDI-42875): Implement generated code for feature

* feat(TDI-42875): Remore IF in required operator

* feat(TDI-42875): Use region for stopping cluster either

* feat(TDI-42875): Add commons-codec in dependencies
2020-01-09 13:21:31 +02:00
hwang-talend
93b97ab0ed bugfix(TUP-25278):Issues about delete columns in tELTMap with alias (#4307)
bugfix(TUP-25278):Issues about delete columns in tELTMap with alias
2020-01-09 17:11:18 +08:00
hwang-talend
0e08ab1a54 bugfix(TUP-24510):Studio can't use JDBC connection to trace job (#4273)
bugfix(TUP-24510):Studio can't use JDBC connection to trace job stats&logs
2020-01-09 10:50:17 +08:00
Mike Yan
c3f79cd79e feat(TESB-25283)[CI] Support Maven based Versioning for ESB Use cases (#4057)
* feat(TESB-25283)[CI] Support Maven based Versioning for ESB Use cases

* fix(TESB-25283):update osgi pom template to skip deploy
2020-01-09 10:48:24 +08:00
jiezhang-tlnd
29c1c47d97 fix(TUP-21660)add slf4j-simple.jar to Bundle-ClassPath in the plugin (#4303)
org.talend.sdk.component.studio-integration
2020-01-09 10:01:33 +08:00
sponomarova
ccdaa1af1c fix(TBD-9317): clean up components from org.talend.libraries.pig dependency (#4012)
* fix(TBD-9317): clean up components from org.talend.libraries.pig
2020-01-08 12:58:55 +02:00
hcyi
25857d0c10 fix(TUP-25229):Some TCOMPV0's components should not has "Use this (#4299)
Component" in Connection Component
2020-01-07 18:12:15 +08:00
jiezhang-tlnd
0f3a3dda19 fix(TUP-25702)TOS:Log4j:cannot print info on console when run job (#4301)
* fix(TUP-25702)TOS:Log4j:cannot print info on console when run job
https://jira.talendforge.org/browse/TUP-25720

* fix(TUP-25702)TOS:Log4j:cannot print info on console when run job
2020-01-07 16:21:14 +08:00
zshen-talend
943dbe61b2 fix(TDQ-17709): create number limit text controller (#4278)
* fix(TDQ-17709): create number limit text controller

* fix(TDQ-17709): improve code and add some lost modify

* fix(TDQ-17709): improve the code about the limit

* fix(TDQ-17709): remove unused code
2020-01-07 11:27:30 +08:00
vyu-talend
2c7dca1458 Vyu/tdi 43446 fix compilation error for tmap (#4291)
* Fix(TDI-43446):fix compilation error.

* Fix(TDI-43446):fix issues.

* Fix(TDI-43446):fix a bug written by myself.

* Fix(TDI-43446):fix an issue.

* Fix(TDI-43446):fix the exception problem.

* Fix(TDI-43446):fix issue.
2020-01-06 17:36:59 +08:00
jiezhang-tlnd
06a4ca938c fix(TUP-21660)SLF4J: Failed to load class (#4300)
"org.slf4j.impl.StaticLoggerBinder"
2020-01-06 09:59:15 +08:00
Zhiwei Xue
217360420f feat(TUP-24722):Force each studio on the same project to install the same patch (#4270)
* feat(TUP-24722):Force each studio on the same project to install the
same patch

* feat(TUP-24722):refactor util class.
2020-01-03 18:14:51 +08:00
hwang-talend
9bf91aca62 bugfix(TUP-25278):Issues about delete columns in tELTMap with alias (#4281)
* bugfix(TUP-25278):Issues about delete columns in tELTMap with alias
2020-01-03 17:30:21 +08:00
jiezhang-tlnd
155973785f fix(TUP-25572) improve the performance of import job (#4295)
* fix(TUP-25572) improve the performance of import job

* fix(TUP-25572) improve the performance of import job
2020-01-03 16:43:45 +08:00
jiezhang-tlnd
5e0f8e9194 fix(TUP-25338)Run job use sap miss jar slf4j-api-1.7.16 and there is no (#4292)
* fix(TUP-25338)Run job use sap miss jar slf4j-api-1.7.16 and there is no
pop up let me download or browse in.
https://jira.talendforge.org/browse/TUP-25338

* fix(TUP-25338) avoid multiple versions

* avoid multiple module versions

* remove the same version jar only about slf4j-api

* remove the same version jar only about slf4j-api

* avoid multiple versions of slf4j-api
2020-01-03 16:36:29 +08:00
Jane Ding
64b049164c feat(TUP-24057)There is no error message when studio can't connect to (#4297)
customer artifact repository
https://jira.talendforge.org/browse/TUP-24057
2020-01-03 11:25:19 +08:00
Emmanuel GALLOIS
1be6c8fdd4 chore(TDI-40449): removed unused jars (#2815)
* chore(TDI-40449): removed unused jars

* chore(TDI-40449): add version to jars w/o version

* revert(TDI-40449): remove external_sort jar

* Revert: chore(TDI-40449): removed external_sort.jar

* chore(TDI-40449): remove external_sort

* chore(TDI-40449): remove jnp-client and talend-bigdata-launcher

* chore(TDI-40449): fix maven paths

* chore(TDI-40449): restore boxjavalibv2-v3.0.10.jar

* chore(TDI-40449): restore talend-webservice-input-1.0.0-20170301.jar

* chore(TDI-40449): restore geopip

* chore(TDI-40449): restore talend-bigdata-launcher-1.1.0-20160405.jar

* chore(TDI-40449): bump ws-commons-util

* chore(TDI-40449): restore tMom jars needed

* fix(TDI-40449) : prepare servicenow for publishing
- force maven-deploy-plugin to 2.8+
- bump version to 1.0.1
- reformat code to Talend standard
- add license header
- remove main method containing credentials(not critical)

* chore(TDI-40449): fixup some components

* chore(TDI-40449): mavenized google-storage-utils

* chore(TDI-40449): cleaning talendssl ant file

* chore(TDI-40449): reverting changes
- SugarCRM is deprecated and will be removed in this release

* chore(TDI-40449): fix version typo/group for asm

* chore(TDI-40449): rename google storage utils

* chore(TDI-40449): fix dependencies to the future google-storage-utils
- will be built during https://jira.talendforge.org/browse/TDI-43489

* chore(TDI-40449): fix javassist GAV dependency

* chore(TDI-40449): fix GAV for tMOM/tWebService
- revert change on tWebService_java.xml
- fix GAV for accuracy on tMOM

* chore(TDI-40449): remove last jars
- See https://jira.talendforge.org/browse/TDI-43490

* chore(TDI-40449): fix url

* chore(TDI-40449): distribution management needed for google storage utils on ci-common

* chore(TDI-40449): cleaning xml files

* chore(TDI-40449): update copyright

* chore(TDI-40449): last clean
- i swear

Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
2020-01-02 15:56:13 +08:00
jiezhang-tlnd
73e7d360d0 fix(TUP-25524)issue for TOS Log4j (#4294) 2019-12-31 15:54:13 +08:00
hcyi
ec490c589e fix(TUP-25382):More than one dialog pop up when quickly click the button more than once. (#4269)
* fix(TUP-25382):More than one dialog pop up when quickly click the button
more than once.

* fix(TUP-25382):More than one dialog pop up when quickly click the button
more than once.
2019-12-31 11:41:46 +08:00
hwang-talend
2a67448f58 bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864) (#3982)
* bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864)

bugfix(TUP-24029):[FTP] Connection wizard add timeout property

* feature(TUP-24029): [FTP] Connection wizard add timeout property

* feature(TUP-24768):[bug] no unit for timeout parameter for ftp wizard.

* feature(TUP-24768):[bug] timeout value support to type non-digit.

* feature(TUP-24768):[bug] timeout value support to type non-digit.
2019-12-30 18:08:49 +08:00
Jane Ding
617095c83b feat(TUP-24057)There is no error message when studio can't connect to (#4290)
customer artifact repository
https://jira.talendforge.org/browse/TUP-24057
2019-12-30 17:49:20 +08:00
mbasiuk-talend
1c857a778a Mbasiuk/tdi 43095 improve set section (#4241)
* feat(TDI-43095): improve set section for tELTTeradataOutput

* feat(TDI-43095): improve SET section for tELTOutput generic

* feat(TDI-43095): extend logic for USE_UPDATE_STATEMENT, fix typo

* feat(TDI-43095): make changes according to PR comments
2019-12-30 11:41:34 +02:00
hcyi
568c60df0f fix(TUP-23672):Check connection button for tacokit integration to Studio (#4271) 2019-12-30 10:43:01 +08:00
hwang-talend
425dce5d7a bugfix(TUP-21691):Run job fail after drag it out from a folder. (#4265)
bugfix(TUP-21691):Run job fail after drag it out from a folder.
2019-12-30 10:09:50 +08:00
kjwang
30b9a6af9d Fix TUP-24523 Online Help in studio - refactor help features (#4227)
* Fix TUP-24523 Online Help in studio - refactor help features
https://jira.talendforge.org/browse/TUP-24523

* Fix TUP-24523 Online Help in studio - refactor help features
https://jira.talendforge.org/browse/TUP-24523

* Fix TUP-24523 Online Help in studio - refactor help features
https://jira.talendforge.org/browse/TUP-24523

* Fix TUP-24523 Online Help in studio - refactor help features
https://jira.talendforge.org/browse/TUP-24523

* Fix TUP-24523 Online Help in studio - refactor help features
https://jira.talendforge.org/browse/TUP-24523
2019-12-27 18:20:39 +08:00
hcyi
c782cdc070 fix(TUP-24405):stats/logs database ui is not right when choose teradata (#4277)
database
2019-12-27 17:36:37 +08:00
hcyi
7bd4d48476 fix(TUP-24727):Use shortcut F1 to search help document on component then (#4285)
throw errors
2019-12-27 17:25:22 +08:00
Zhiwei Xue
99ad6fb48b fix(TUP-25223):Child job maven version is incorrect if it is opened by (#4280)
tRunjob
2019-12-27 17:25:13 +08:00
jiezhang-tlnd
92c5a956b8 Jzhang/bugfix/tup 25572 avoid loop method on log4j (#4259)
* avoid loop method

* fix(TUP-25572)avoid loop method to improve performance

* avoid loop method to improve performance

* update junits

* fix jar start with "talend-bigdata"

* fix(TUP-25541)bridge jar not included in class path for log4j1 jar
needed in child process but not in father's.

* update class path order of log4j

* fix dateviewer error on oracle db

* fix data viewer, and conflict spark-assembly jar and log4j jar

* update class path order for spark-assembly

* avoid repeating for child module and refactor code

* refactor code for sort class path

* add junits

* fix tuj tMap_04_persistence_04_n_lookups
2019-12-27 17:15:41 +08:00
Zhiwei Xue
a3daac36e9 fix(TUP-25328): When move folder out of folder will have error :Resource (#4274)
*** not exist
2019-12-27 10:59:42 +08:00
hcyi
b7c5bb914c fix(TUP-24625):implement lazy migration. (#4174)
* fix(TUP-24625):Implement jobs lazy migration.

* fix(TUP-24625):When/If lazy migration will be done following fix won't
be needed anymore on TUP-21055 .

* fix(TUP-24625):remove job migration code when start-up if implement lazy
migration.

* fix(TUP-24625):remove migration code when start-up if implement lazy
migration.

* fix(TUP-24625):improve to implement lazy migration.
2019-12-26 16:59:49 +08:00
Chao MENG
3f9f37bf90 fix(TUP-24905): Studio automatically set password when set up multiple (#4272)
fix(TUP-24905): Studio automatically set password when set up multiple login connections
https://jira.talendforge.org/browse/TUP-24905
2019-12-26 14:55:48 +08:00
hzhao-talendbj
24471c3ed3 feat(TUP-25120)Merge nexus proxy setup (#4211)
* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup

* feat(TUP-25120)Merge nexus proxy setup
2019-12-26 11:16:49 +08:00
bhe-talendbj
e592a52dfa bugfix(TUP-25409) Improve building speed of CI builder (#4253)
* bugfix(TUP-25409) Generate source code for main job only

* bugfix(TUP-25409) Resolve comments
2019-12-25 14:51:13 +08:00
hzhao-talendbj
b0d4990091 bugfix(TUP-25035)Implicit tContextLoad feature (with selection from (#4268)
file) uses a hardcoded encoding of ISO-8859-15
2019-12-25 11:40:29 +08:00
Zhiwei Xue
4766e40047 fix(TUP-23331):Studio title change to 'Setup Traces' after I click Setup (#4262)
Traces
2019-12-24 18:15:46 +08:00
vyu-talend
78bbfc61fb Fix(TDI-36397):Reset default value for 'Batch mode' and migration. (#4267)
* Fix(TDI-36397):Reset default value for 'Batch mode' and migration.

* Fix(TDI-36397):register migration task to plugin.xml.
2019-12-24 17:26:54 +08:00
Zhiwei Xue
f3bd46488e fix(TUP-25206):NPE thrown in error log when close job (#4263) 2019-12-24 16:45:58 +08:00
chmyga
36f98068e5 fix(TDI-43319): CDC Oracle wrong settings (#4219)
* Add migration task for old jobs with OracleCDC component
2019-12-23 15:35:50 +02:00
hwang-talend
41cbeeb140 bugfix(TUP-22500):jars already existed on nexus still try to upload (#4152)
bugfix(TUP-22500):jars already existed on nexus still try to upload again
2019-12-23 10:17:32 +08:00
Chao MENG
c96bae71da fix(TUP-25502): import dialog i18n error (#4260)
fix(TUP-25502): import dialog i18n error
https://jira.talendforge.org/browse/TUP-25502
2019-12-23 10:11:58 +08:00
vyu-talend
eedf273635 Fix(TDI-43323):Fix issue of duplicated variables. (#4233) 2019-12-23 10:00:57 +08:00
hcyi
d047644d8b fix(TUP-25575):Upgrade tacokit to 1.1.15. (#4258) 2019-12-20 17:28:10 +08:00
vyu-talend
bd04ae1b54 Fix(TDI-42408):rename for tGPGDecrypt. (#4254) 2019-12-20 15:40:59 +08:00
chmyga
8641ad63d1 feat(TDI-40351): Add alternative schema name (#4007)
*  feat(TDI-40351): Add alternative schema name

 * Add "use alternative schema" property for db output components

* feat(TDI-40351): Add alternative schema name

* Move alternate schema to advanced settings

* Rename alternate schema properties

* feat(TDI-40351): Add alternative schema name

* fix problems for ParAccel, PostgreSql, PostgresPlus, Redshift

* feat(TDI-40351): Add alternative schema name

* Remove schema field when use existing connection is checked
2019-12-19 14:18:07 +02:00
chmyga
9f80f3f7ff feat(TUP-25053): use alternate schema in DB Output (#4090)
* Add usage of alternate schema during table selection
2019-12-19 14:17:13 +02:00
wang wei
bbb2bddea5 fix(TDI-43396): Compile error for S3 and tFileFetch TUJs when log4j is not enabled at default(#4238) 2019-12-19 11:35:10 +08:00
jiezhang-tlnd
ad193ddfd8 fix(TUP-25483)color default setting not work on ubuntu (#4251)
https://jira.talendforge.org/browse/TUP-25483
2019-12-18 17:57:27 +08:00
jiezhang-tlnd
8ee5787201 fix(TUP-25541)tMap TUJs are broken for the ClassNotFound (#4249)
* fix(TUP-25541)tMap TUJs are broken for the ClassNotFound

* fix(TUP-25541)tMap TUJs are broken for the ClassNotFound
2019-12-18 17:26:44 +08:00
hcyi
7f91106ec7 fix(TUP-25411):Table name and field should in double quotes in (#4242)
tELTPostgresqlMap.
2019-12-18 14:53:09 +08:00
hwang-talend
f7607f6e8a bugfix(TUP-25278):Issues about delete columns in tELTMap with alias (#4221)
bugfix(TUP-25278):Issues about delete columns in tELTMap with alias
2019-12-18 14:43:22 +08:00
hwang-talend
5027f0fd3b bugfix(TUP-25278):Issues about delete columns in tELTMap with alias (#4220)
bugfix(TUP-25278):Issues about delete columns in tELTMap with alias
2019-12-18 14:41:51 +08:00
jiezhang-tlnd
504a5477bc fix(TUP-25530)Log4j error when execute a job on datatabricks (#4243)
* fix(TUP-25530)Log4j error when execute a job on datatabricks

* Log4j error when execute a job on datatabricks
2019-12-17 19:17:09 +08:00
jiezhang-tlnd
196bec65e5 fix(TUP-25504)Active log4j by default (#4237)
* fix(TUP-25504)Active log4j by default
https://jira.talendforge.org/browse/TUP-25504

* fix tos log4j default
2019-12-16 16:27:10 +08:00
jiezhang-tlnd
c6fdf4da5b fix log4j failed junits (#4239) 2019-12-16 15:09:39 +08:00
jiezhang-tlnd
f52c9c2584 fix(TBD-9677)under the log4j2, Run some job with spark 2.4 local get (#4235) 2019-12-13 14:27:47 +01:00
jiezhang-tlnd
0fb3315eee feat(TUP-24651)Add choice between log4j and log4j2 in project settings (#4173)
* feat(TUP-24651)Add choice between log4j and log4j2 in project settings

* add warnings

* fix(TUP-25319): When we deactivate the log4j option, DI need use default
jars log4j2 needed

* remove system property and enable the feature by defult

* fix(TUP-25222)NoClassDefFoundError is thrown when switch between 2 log4j
versions for tRunJob if Use independent Process is checked

* add dialog for log4j version changed

* issue of tRunjob with unactivate log4j

* fix junit for log4j

* fix issue:get error when config match rules on TDM component
"tMatchGroup"

* fix log4j default issue for new project
2019-12-13 17:22:43 +08:00
Jane Ding
ba12b6577a Fix junits failure (#4229)
caused by org.eclipse.emf.ecore.resource.Resource$IOWrappedException:
The object 'testauto@talend.com' is not contained in a resource
2019-12-13 16:50:11 +08:00
hwang-talend
ce7bfa060f bugfix(TUP-25106):when creating an onsubjobOk link with tELTMap, this (#4224)
bugfix(TUP-25106):when creating an onsubjobOk link with tELTMap, this generate an incorrect dsiplay
2019-12-13 15:29:07 +08:00
Mike Yan
a8155b659c fix(TESB-27266):Exclude tdm-lib-di from REST DS, but keep package info (#4230) 2019-12-13 14:20:07 +08:00
Zhiwei Xue
f0c4517bbc fix(TUP-24719): improve the exception handling of signature failure. (#4226) 2019-12-13 10:07:20 +08:00
bhe-talendbj
247fc84baa bugfix(TUP-25237) Need to clear modules per job cache before generate pom (#4216) 2019-12-12 15:26:18 +08:00
Zhiwei Xue
1b8fe81314 fix(TUP-24719): fix possible NPE. (#4225) 2019-12-11 19:13:04 +08:00
Zhiwei Xue
5d32586b46 feat(TUP-24719):Studio updates need to install new components by (#4171)
project/license type
2019-12-11 16:05:36 +08:00
jiezhang-tlnd
4596f2a3a8 fix(TUP-25457)Harden RunTrace deserialization (#4223)
https://jira.talendforge.org/browse/TUP-25457
2019-12-11 14:55:32 +08:00
kjwang
f5001bcddf Kjwang/ tup 25343 database can not dataview (#4215)
* TUP-25343 [BUG] database can't dataview after set
routine.encryption.key.v2
https://jira.talendforge.org/browse/TUP-25343

* TUP-25343 [BUG] database can't dataview after set
routine.encryption.key.v2
https://jira.talendforge.org/browse/TUP-25343
2019-12-11 11:25:26 +08:00
jiezhang-tlnd
15f87a595f Jzhang/tup 25461 log4j2 default setting for level (#4222)
* log4j2 setting default on log level

* log4j2 setting default on log level
2019-12-11 11:00:36 +08:00
jiezhang-tlnd
74d0a5fc4d fix(TUP-25453)color setting for log4j2 (#4214)
* fix(TUP-25453)color setting for log4j2

* color setting for log4j2
2019-12-10 16:28:07 +08:00
wang wei
9a7f158ea8 fix(TDI-43101): revert it as only a poc research topic, should not merge (#4213) 2019-12-10 15:12:09 +08:00
Liu Xinquan
76aff58dc9 TDQ-17742 change the dialog title to Enter a new license key (#4195)
* TDQ-17742 change the dialog title to Enter a new license key

* TDQ-17742 change the dialog title to Enter a new license key
2019-12-09 15:56:39 +08:00
jiezhang-tlnd
ab1c2ac982 fix(TUP-25460)schema hardcoded in guess query in tDBInput component (#4204)
https://jira.talendforge.org/browse/TUP-25406
2019-12-09 14:21:17 +08:00
hcyi
856a9343b8 fix(TUP-25218):tELTXXXMap: Output table : Expression & Column set to (#4200)
blank on Mac OS X。
2019-12-09 11:06:01 +08:00
hzhao-talendbj
1db0ec3664 feat(TUP-24382)Enable HTTPS with authentication (#4168)
* feat(TUP-24382)Enable HTTPS with authentication

* feat(TUP-24382)Enable HTTPS with authentication

* feat(TUP-24382)Enable HTTPS with authentication

* feat(TUP-24382)Enable HTTPS with authentication
2019-12-06 17:46:27 +08:00
Dmytro Sylaiev
b39ca1b28e fix(TDI-43085): Bump jackson version to 2.10.1 (#4192)
* Bump http-utils lib version
2019-12-06 11:24:03 +02:00
jiezhang-tlnd
54e445bdd2 bugfix(TUP-25350)Show if for opened list: active values are not updated (#4199)
until you deselect component
https://jira.talendforge.org/browse/TUP-25350
2019-12-06 11:38:08 +08:00
Jane Ding
9cbe98d4ef feat(TUP-24849)Remove jars from the studio (#4107)
https://jira.talendforge.org/browse/TUP-24849
2019-12-05 12:13:51 +08:00
vyu-talend
26e88b26be Fix(TDI-42424):Improve for tELTPostgresqlOutput generate wrong update (#3615)
* Fix(TDI-42424):Improve for tELTPostgresqlOutput generate wrong update
query

* Fix(TDI-42424)

* Fix(TDI-42424)

* Fix(TDI-42424)

* Fix(TDI-42424):make modifications for new suquery.

* Fix(TDI-42424):fix some issues.

* Fix(TDI-42424):fix bug.

* Fix(TDI-42424):fix issue.
2019-12-05 10:43:25 +08:00
vyu-talend
6217c3042d Vyu/tdi 40599 enable use hint in merge (#4177)
* Fix(TDI-40599):A demo for current new feature.

* Fix(TDI-40599):rename 'MERGE'
2019-12-05 10:09:23 +08:00
wang wei
2c8df34e97 fix(TDI-43266): Studio returns exit code 0 when OutOfMemoryError in routine occurs (#4178)
* fix(TDI-43266): Studio returns exit code 0 when OutOfMemoryError in
routine occurs

* fix(TDI-43266): main thread should stop at once when subthread throw
outofmemory error
2019-12-05 09:31:09 +08:00
vyu-talend
86b8e75e73 Fix(TDI-43264):Fix issues. (#4182) 2019-12-03 16:33:40 +08:00
wang wei
f2bcb6d71f fix(TDI-43091): Mysql8:SSLException when run job which contain ELT component(#4181) 2019-12-03 11:41:27 +08:00
hcyi
0403d4d7d4 fix(TUP-25227):Changing the joblet name is not reflected properly. (#4188) 2019-12-02 16:07:51 +08:00
Chao MENG
4198afd1d2 fix(TUP-25344): can't logon project after change workspace if set log4j2 (#4183)
fix(TUP-25344): can't logon project after change workspace if set log4j2
https://jira.talendforge.org/browse/TUP-25344
2019-12-02 10:29:53 +08:00
wang wei
a971215151 fix(TDI-43296): Generate a sample logging file for runtime lineage cause compile error(#4185) 2019-11-29 12:03:14 +08:00
Chao MENG
14c59926c6 fix(TUP-24749): [7.2.1] issue to download component jar via https proxy (#4167)
fix(TUP-24749): [7.2.1] issue to download component jar via https proxy
https://jira.talendforge.org/browse/TUP-24749
2019-11-29 10:22:52 +08:00
bhe-talendbj
374903d266 bugfix(TUP-25257) Fix missing jobid for trunjob (#4166)
* bugfix(TUP-25257) Fix missing jobid for trunjob

* bugfix(TUP-25257) Fix missing jobid for trunjob

* bugfix(TUP-25257) Refactor

* bugfix(TUP-25257) Refactor
2019-11-28 15:06:33 +08:00
bhe-talendbj
abab035072 bugfix(TUP-25186) Revert previous pr (#4175) 2019-11-28 15:04:01 +08:00
hwang-talend
03c3e264e6 bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap (#4165) 2019-11-28 14:34:01 +08:00
jiezhang-tlnd
948eb33247 fix(TUP-25119)add jar needed and (#4122)
* fix(TUP-25119)add jar needed and
log4j.xml
https://jira.talendforge.org/browse/TUP-25119

* fix(TUP-25119)Studio Create Json file failed
https://jira.talendforge.org/browse/TUP-25119

* fix(TUP-25119)Studio Create Json file failed
https://jira.talendforge.org/browse/TUP-25119

* fix(TUP-25119)Studio Create Json file failed
https://jira.talendforge.org/browse/TUP-25119

* feat(TUP-25119)Studio Create Json file failed
https://jira.talendforge.org/browse/TUP-25119
2019-11-28 10:11:26 +08:00
wang wei
70b86c3519 fix(TDI-43101) : support to generate a sample logging file for runtime lineage (#4164)
* fix(TDI-33262): Support for Apache Log4j2

* use release version

* fix(TDI-43101): [Research] Generate a sample logging file for runtime
lineage

* fix(TDI-43101): fix it

* fi something

* add a system property to disable this feature
2019-11-26 18:11:43 +08:00
Dmytro Sylaiev
57ef3ab3f6 fix(TDI-41651): Add where clause support for update query (#4172) 2019-11-26 10:50:30 +02:00
Jane Ding
bb0dc580a2 fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job (#4148)
https://jira.talendforge.org/browse/TUP-24732
2019-11-26 10:44:05 +08:00
Dmytro Sylaiev
2f1029eba9 fix(TDI-41651): Provide possibility to specify alias for output table… (#3645)
* fix(TDI-41651): Provide possibility to specify alias for output table ELT

* Do the same fix as mssqlELT

* Small refactoring for query codeGen

* fix(TDI-41651): Fix issues

* Correct notion in javaxml file

* Rename cleanUp method

* Use stringUtils in alias for input table

* fix(TDI-41651): Add getters for inner class

* fix(TDI-41651): Add missing property in pom.xml

* fix(TDI-41651): Add missing i18n label

* fix(TDI-41651): Remove use alias for output field

* fix(TDI-41651): Fix conflicts
2019-11-25 14:59:46 +02:00
Dmytro Sylaiev
fff59f3b2f feat(TDI-43088): Update cxf deps for msCRM and webservice components (#4131)
* feat(TDI-43088): Update cxf deps for msCRM and webservice components

* feat(TDI-43088): Update talend-ws usage of CXF
2019-11-25 13:03:45 +02:00
Chao MENG
712db2045d feat(TUP-24720): Remove component manager in the studio (#4108)
* feat(TUP-24720): Remove component manager in the studio

https://jira.talendforge.org/browse/TUP-24720

* feat(TUP-24720): Remove component manager in the studio

https://jira.talendforge.org/browse/TUP-24720
2019-11-25 17:08:52 +08:00
mbasiuk-talend
96bc7ed4c5 fix(TDI-43212): improve code generation for query string (#4149) 2019-11-25 08:49:40 +02:00
Roman
f749ac3e2a feat(TDI-42766): Redshift SSO support with Ping Federate
* feat(TDI-42766): remove code related to SSO without login/pass

* feat(TDI-42766): add migration task
2019-11-22 12:54:03 +02:00
jiezhang-tlnd
91e83eedf0 Jzhang/feat/tup 24894 automatically review changes slf4j log4j dependencies5 (#4140)
* feat(TUP-24894)add some bridge jars mostly for DB

* feat(TUP-24894)add library

* feat(TUP-24894)add some jar mostly for TBD needs

* feat(TUP-24894)add some jar mostly for DB needs

* feat(TUP-24894)add some jar mostly for DB needs

* feat(TUP-24894)add junits
2019-11-22 11:42:02 +08:00
wang wei
4d5844376e fix(TDI-43211): SharedDBConnectionLog4j use log4j1 api, should use slf4j (#4141) 2019-11-22 11:01:33 +08:00
Dmytro Sylaiev
e56ccf3f62 fix(TDI-43036): Wait for threads finish for OnComponentOK and RunIf for multithead iterate execution (#4075) 2019-11-21 12:08:15 +02:00
hzhao-talendbj
e04ef82e30 Hengzhao/bugfix/tup 25035 (#4157)
* feat(TUP-25035)Implicit tContextLoad feature (with selection from file)
uses a hardcoded encoding of ISO-8859-15

* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15

* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15

* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15

* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
2019-11-21 14:59:30 +08:00
Zhiwei Xue
273a5025c7 fix(TUP-25186):tRunJob broken after migrating project from 6.3.1 (#4145) 2019-11-21 14:41:05 +08:00
wang wei
612e5a5c27 fix(TDI-43189): Some tJDBC components use tCompV0, but they still keep the folder in localprovider(#4139) 2019-11-20 15:38:14 +08:00
vyu-talend
38f544be0a Fix(TDI-34953):Show SQL query in debug log for Db components (#4084)
* Fix(TDI-34953):issues fixed.

* Fix(TDI-34953):Fix the reopen issues(1,2,6).

* Fix(TDI-34953):Fix printing order.
2019-11-20 14:09:35 +08:00
wang wei
3b872b62e5 fix(TDI-43174): tMSSqlinput process datetimeoffset data type failed when use DST timezone as localtime (#4138) 2019-11-20 13:50:19 +08:00
wang wei
1910ed40e5 fix(TDI-39084): fail to get sap table parameter for tsapbapi and throw NPE (#4062)
* fix(TDI-39084): fail to get sap table parameter for tsapbapi and throw
NPE

Conflicts:
	main/plugins/org.talend.repository/plugin.xml

* correct the version after merge origin/master

* fix migration
2019-11-20 11:07:55 +08:00
AlixMetivier
d0912599ec csv option were not called (#4150) 2019-11-18 15:27:30 +01:00
hcyi
ee20cf02ca fix(TUP-25218):tELTXXXMap: Output table : Expression & Column set to (#4142)
blank if you add a Column without Expression on Mac OS X.
2019-11-17 22:12:43 +08:00
hcyi
5427bc53f1 fix(TUP-25099):NPE when using joblets from reference Projects. (#4132) 2019-11-17 22:07:05 +08:00
AlixMetivier
9b4bfe85be feat(TBD-9231): dataset can be used in left outer and inner (#4137)
* dataset can be used in left outer and inner

* refacto

* refacto

* wip

* Update MapperComponent.java
2019-11-15 10:59:33 +01:00
hwang-talend
b5916d9122 bugfix(TUP-24884):Spark Joblets cannot be built within Parent DI job (#4126)
bugfix(TUP-24884):Spark Joblets cannot be built within Parent DI job
2019-11-15 17:20:46 +08:00
bhe-talendbj
5e9f08c9ff bugfix(TUP-25109) redshift guess schema by executing query. (#4129) 2019-11-15 16:23:21 +08:00
Chao MENG
8e977f5110 fix(TUP-25052): File json miss source schema when after do export to (#4123)
fix(TUP-25052): File json miss source schema when after do export to context.
https://jira.talendforge.org/browse/TUP-25052
2019-11-15 15:40:47 +08:00
mbasiuk-talend
90c7f820b9 feat(TDI-41954): add commit and rollback to unified (#4103) 2019-11-15 08:39:25 +02:00
kjwang
1d5f0bacc6 Fix TUP-24842 Switch jobscript and run job get error : NoClassDefFoundError: org/talend/daikon/crypto/Encryption (#4085)
* Fix TUP-24842 Switch jobscript and run job get error :
NoClassDefFoundError: org/talend/daikon/crypto/Encryption
https://jira.talendforge.org/browse/TUP-24842

* Fix TUP-24842 Switch jobscript and run job get error :
NoClassDefFoundError: org/talend/daikon/crypto/Encryption
https://jira.talendforge.org/browse/TUP-24842
2019-11-15 14:28:54 +08:00
pyzhou
8a3ef5e9ad fix(TDI-43058):tFileFetch apply trustStore (#4061)
* fix(TDI-43058):tFileFetch apply trustStore

* Add support for Trust Store

* The password of truststore and keystore can be empty.

* fix(TDI-43058):remove catch

* Revert "fix(TDI-43058):remove catch"

This reverts commit 542547ca40.

* fix(TDI-43058):throw IOException

* fix throw error
2019-11-14 10:13:12 +08:00
AlixMetivier
47bd697fbe added override to getShouldGenerateDataset (#4135) 2019-11-13 14:52:35 +01:00
jiezhang-tlnd
926cb4f36b feat(TUP-24894) add back some jars to the end classpath list. (#4128) 2019-11-13 16:02:52 +08:00
kjwang
2ffffcc703 TUP-25101 The key store password missing of component "tSetKeyStore" (#4111)
when import into studio
https://jira.talendforge.org/browse/TUP-25101
2019-11-13 10:54:23 +08:00
Dmytro Sylaiev
c010bc5084 Dsylaiev/tdi 41794 fix null string t write json (#3258)
* fix(TDI-41794): Fix processing null strings json-lib

* fix(TDI-41794): Remove extra files

* fix(TDI-41794): Rename default standard to legacy

* fix(TDI-41794): Fix WriteJSON component to reuse library

* Add dropdown list propety

* fix(TDI-41794): Add a migration task

* chore(TDI-41794): Add missing copyright in migration class

* fix(TDI-41794): Use StringBuilders in toString methods

* Avoid of using StringBuffers where not needed

* chore(TDI-41794): Minor refactoring for JSONUtils

* fix(TDI-41794): Fix null processing for nested json

* fix(TDI-41794): Update writeJsonField dependency

* fix(TDI-41794): Fix null strings for save root node

* Fix null strings for arrays

* fix(TDI-41794): Fix null string processing for arrays with jsonObject

* fix(TDI-41794): Fix tExtractJSONField dependency

* Fix writeJsonField java.xml file format

* fix(TDI-41794): Change adv param line number

* fix(TDI-41794): Bump the library version

* fix(TDI-41794): Fix UI to use checkbox

* Change code generation to use checkbox

* Correct the lib version

* fix(TDI-41794): Fix migration task

* fix(TDI-41794): Remove debug information

* fix(TDI-41794): Fix merge conflict

* fix(TDI-41794): Correct plugin.xml file

* fix(TDI-41794): Don't wrap nulls when checkbox is hidden

* fix(TDI-41794): Fix compile error on component when JSON is array
2019-11-12 15:51:30 +02:00
wang wei
3dc2aac9bb fix(TDI-43167): add back slf4j bridge for special components for the unactive log4j case.(#4127) 2019-11-12 14:55:04 +08:00
apoltavtsev
9f7ad6f9dd TESB-27110 Missing tSendMail dependencies are added 2019-11-08 10:22:57 +01:00
wang wei
7426a93b49 fix(TDI-33262): Support for Apache Log4j2 (#3970)
* fix(TDI-33262): Support for Apache Log4j2

* use release version
2019-11-07 18:04:47 +08:00
jiezhang-tlnd
c3e5d003be commons-logging.jar need not to remove (#4109) 2019-11-07 10:58:19 +08:00
SunChaoqun
cf5ea4e526 TESB-27309:During the publishing with CI feature we got an error of (#4097)
generating context
2019-11-07 10:25:27 +08:00
hwang-talend
4914a382fc bugfix(TUP-24884):Spark Joblets cannot be built within Parent DI job (#4099)
bugfix(TUP-24884):Spark Joblets cannot be built within Parent DI job
2019-11-07 10:15:12 +08:00
jiezhang-tlnd
30caab1c84 feat(TUP-24894)Automatically review / changes slf4j/log4j dependencies (#4106) 2019-11-06 17:35:37 +08:00
pyzhou
da989e3f8c fix(TDI-43105):tmap jdbc join timestamp (#4092) 2019-11-06 17:13:37 +08:00
vyu-talend
77754871b5 Fix(TDI-43073&TDI-42135):fix some issues. (#4067)
* Fix(TDI-43073&TDI-42135):fix some issues.

* Fix(TDI-43073):fix some issues

* Fix(TDI-43073):Fix for reopen.

* Fix(TDI-43073):recommit the omitted file.
2019-11-06 17:11:45 +08:00
Jane Ding
b024dd0ec0 Jding/tup 24732 studio code tab doesn't show error (#4094)
* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)[7.2.1] Studio Code tab doesn't generate code/show errors
in Job
https://jira.talendforge.org/browse/TUP-24732
2019-11-06 10:52:11 +08:00
chmyga
b4d3e5ebea fix(TDI-41358): Date pattern readonly (#3161)
* Make date pattern readonly if type is not date
2019-11-05 12:47:59 +02:00
jiezhang-tlnd
29f74206d5 feat(TUP-24894)Automatically review / changes slf4j/log4j dependencies (#4068)
* feat(TUP-24894)Automatically review / changes slf4j/log4j dependencies
https://jira.talendforge.org/browse/TUP-24894

* fix(TUP-24894)

* format code

* add the condition for esb

* add junits

* remove esb filter
2019-11-05 18:00:45 +08:00
clesaec
445c9fc74b TDI-42900 : usage of Thread.contextClassLoader (get/set) instead of S… (#3877)
* TDI-42900 : usage of Thread.contextClassLoader (get/set) instead of SystemClassLoader (with no cast, nor protected method call)
2019-11-05 10:57:20 +01:00
AlixMetivier
9f0b02c045 fix(TBD-9492):fix condition that broke graphical build of nodes (#4100)
* fix condition that broke graphical build of nodes

* added comments
2019-11-04 11:20:09 +01:00
Max
e3f4be3219 TBD-9462:fixed (#4079) 2019-11-04 11:18:37 +02:00
kjwang
dc47689710 kjwang/Fix TUP-24221 Fix a junit (#4088)
https://jira.talendforge.org/browse/TUP-24221
2019-11-04 17:04:17 +08:00
Chao MENG
936cf7958f fix(TUP-20939): Actions are called twice due 2 sets of ElementParameters (#4096)
https://jira.talendforge.org/browse/TUP-20939
2019-11-04 17:02:11 +08:00
hwang-talend
8f842b2155 bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap (#4086)
bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap
2019-11-04 14:31:05 +08:00
hcyi
db23bf8ec1 fix(TUP-24625):Configuration migration doesn't work for tacokit (#4083)
components.
2019-11-04 12:01:01 +08:00
jiezhang-tlnd
99ba1911f3 fix(TUP-24786)Jobs are failing with the error "Cannot find or load the (#4077)
main class" when imported the project export from 6.3 to 7.2
https://jira.talendforge.org/browse/TUP-24786
2019-11-04 11:52:36 +08:00
Roman
24ef38e2da fix(TDI-42015): change label for hex and octal numbers (#4078) 2019-10-29 16:50:57 +02:00
AlixMetivier
190acc37f8 refacto (#4081) 2019-10-29 14:34:01 +01:00
AlixMetivier
c9dd09c733 fix(TBD-9372): fix code generation error when tMap has only one input (#4080)
* methods added to know if tMap can work in dataset or not

* Update MapperComponent.java

remove commented code

* refacto

* refacto

* delete commented code

* refacto

* fix case when there is only one input to tMap

* Update MapperComponent.java
2019-10-29 14:25:54 +01:00
AlixMetivier
263b021fca fix(TBD-9372): methods added to know if tMap can work in dataset or not (#4074)
* methods added to know if tMap can work in dataset or not

* Update MapperComponent.java

remove commented code

* refacto

* refacto

* delete commented code

* refacto
2019-10-28 14:26:52 +01:00
Zhiwei Xue
76fbb18558 fix(TUP-24623):fix regression. (#4064) 2019-10-28 15:39:39 +08:00
bhe-talendbj
d89f4d424f bugfix(TUP-24923) Commandline can't execute imported job (#4060)
* bugfix(TUP-24923) Commandline can't execute imported job

* bugfix(TUP-24923) Fix junit
UpgradePasswordEncryptionAlg4ItemMigrationTaskTest
2019-10-28 10:11:04 +08:00
hcyi
c8b397b4a6 fix(TUP-24708): improve for Tacokit exists Help Content . (#4059) 2019-10-25 18:54:44 +08:00
Chao MENG
bd0d7e0afd fix(TBD-9366): tELTHiveMap doesn't pass context variable properly (#4066)
fix(TBD-9366): tELTHiveMap doesn't pass context variable properly
https://jira.talendforge.org/browse/TBD-9366
2019-10-25 18:51:55 +08:00
SunChaoqun
f36de6e55a TESB-27139:"Could not find the context Default" is shown in runtime when (#4056)
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime

* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime

* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
2019-10-25 18:48:40 +08:00
Mike Yan
a5a41af6cf fix (TESB-25283): backport docker esb fixes to master (#3844)
* fix(TESB-24597): Fixed OSGi job build missing OSGI-INF folder issue

* TESB-26736:DS OSGi bundles are failing on runtime after the docker patch

* fix (TESB-25283): backport docker esb fixes to master

* fix(TESB-27046): Job run failed with pure DI license in studio
2019-10-25 16:02:10 +08:00
hwang-talend
c5b23dd28f bugfix(TUP-24884):Spark Joblets cannot be built within Parent DI job (#4038)
bugfix(TUP-24884):Spark Joblets cannot be built within Parent DI job
2019-10-24 10:17:11 +08:00
clesaec
fec8a84ca1 TDI-42493 : correct versions (#4063) 2019-10-23 13:50:25 +02:00
slushatel
f77ff96de2 Sbovsunovskyi/tdi 43065 t dtd validator and utf8 (#4034)
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters

* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters

* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters. Change default encoding to system's 'file.encoding'
2019-10-23 11:04:21 +03:00
clesaec
df4e255819 TDI-42493 : comment to english, automapping ok (#3933)
* TDI-42493 : comment to english, automapping ok, add transformation
2019-10-23 08:44:05 +02:00
kjwang
5cf8a97e87 kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading (#4058)
2
https://jira.talendforge.org/browse/TUP-24212
2019-10-23 14:29:36 +08:00
hcyi
792b1ccc01 fix(TUP-24885):tELTTeradataMap: Output table : Expression & Column set (#4048)
to blank if you add a Column without Expression.
2019-10-23 10:09:53 +08:00
Redwene
6507179daa fix(TBD-9366) : tELTHiveMap doesn't pass context variable properly (#4024)
* fix(TBD-9366) : typo and blank line

* fix(TBD-9366) : remove commented code

* fix(TBD-9366) : tELTHiveMap doesn't pass context variable properly

* fix(TBD-9366): tELTHiveMap doesn't pass context variable properly
2019-10-22 15:00:39 +02:00
Dmytro Sylaiev
3627e9fc1f fix(TDI-40977): Fix https proxy usage for custom mode (#4052) 2019-10-22 13:28:07 +03:00
SunChaoqun
572f642911 TESB-27139:"Could not find the context Default" is shown in runtime when (#4032)
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime

* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
2019-10-22 11:20:30 +08:00
hcyi
e06da9671f fix(TUP-24917):Upgrade tacokit to 1.1.14. (#4050) 2019-10-22 10:11:18 +08:00
Mike Yan
dc1ec06b42 fix(TESB-27030): Exclude jms library when it is used from tRunJob (#4026)
* fix(TESB-27030): Avoid to add activemq-all lib in OSGi bundle

* fix(TESB-27030): Exclude jms library when it is used from tRunJob
2019-10-21 15:47:18 +08:00
Chao MENG
7dfac8dc4f fix(TUP-24148): tNetsuiteInput throws cast error when switching from use (#4036)
fix(TUP-24148): tNetsuiteInput throws cast error when switching from use tNetsuiteConnection to use this component
https://jira.talendforge.org/browse/TUP-24148
2019-10-21 10:43:58 +08:00
hwang-talend
f398c2d5f8 bugfix(TUP-24355):Default Context environment appended after migrating (#4037)
bugfix(TUP-24355):Default Context environment appended after migrating
2019-10-18 17:57:26 +08:00
Zhiwei Xue
67a155faa3 fix(TUP-24623):Compilation error on the job with project references (#4010) 2019-10-18 15:54:20 +08:00
zshen-talend
8fe63a7afc feat(TDQ-17432): combined all masking components to use one migration (#4028)
* feat(TDQ-17432): combined all masking components to use one migration

* feat(TDQ-17432): support MR and streaming job
2019-10-18 14:28:08 +08:00
kjwang
52665b6347 kjwang/Fix a compile error for TUP-21518 (#4035) 2019-10-18 12:00:13 +08:00
hzhao-talendbj
1dfd7ea0ec fix(TUP-24613)routine section does not allow user to edit required (#4011)
checkbox
2019-10-18 10:06:53 +08:00
bhe-talendbj
7b35b37054 feat(TUP-21518) Remove CryptoHelper (#3812)
* feat(TUP-21518) Remove CryptoHelper

feat(TUP-21518) Remove CryptoHelper

feat(TUP-21518) Revert changes of migration

feat(TUP-21518) Refactor migration code

feat(TUP-21518) Rename AESEncryption

feat(TUP-21518) Refactor migration code

feat(TUP-21518) Format source code

feat(TUP-21518) Format source code

* feat(TUP-21518) Uptake new daikon lib and format source code

* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212

* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212

* feat(TUP-21518) Should encrypt data with aes

* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212

* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212

* feat(TUP-21518) Fix upgradePassowrdEncryptionAlg test

* fix(TDQ-16616): refactor the code to make it reuseable

* fix(TDQ-16616): refactor the code to make it reuseable

* feat(TUP-21518) Fix TUP-24597 and TUP-24611

* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212

* feat(TUP-21518) Fix JDBC migration

* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212

* feat(TUP-21518) Resolve comments

* feat(TUP-21518) Resolve comments

* feat(TUP-21518) Fix format of source code

* feat(TUP-21518) Resolve comments

* feat(TUP-21518) Resolve comments

* feat(TUP-21518) Resolve comments

* feat(TUP-21518) Resolve comments

* feat(TUP-21518) Resolve comments
2019-10-18 09:36:36 +08:00
Dmytro Sylaiev
d99fd9c2e5 Dsylaiev/tdi 40977 add setting local properties for t set proxy (#3899)
* chore(TDI-42791): Refactor creation connection ftp

* chore(TDI-42791): Fix compile error after refactoring

* feat(TDI-40977): Add use global or local proxy properties

* feat(TDI-40977): Change UI in tSetProxy

* feat(TDI-40977): Add lib dependency to the tSetProxy component

* feat(TDI-40977): Save default proxy selector to use job-scope

* feat(TDI-40977): Modify tSetProxy component to reuse talend-proxy lib

* feat(TDI-40977): Disable FTP proxy when not global settings used

* Add http-proxy support for SFTP (as an example)

* feat(TDI-40977): Apply proxy feature for FTPS and SFTP connection

* feat(TDI-40977): Move thread-specific to advanced properties

* fix(TDI-40977): Fix footer conflicts

* chore(TDI-40977): Fix indentation

* feat(TDI-40977): Include proxy jar to studio build

* feat(TDI-40977): Fix incorrect master merge

* feat(TDI-40977): Fix proxy lib dependency for ftp components

* feat(TDI-40977): Fix tSetProxy ui row numbers

* feat(TDI-40977): Fix proxy selection for FTPS and SFTP

* feat(TDI-40977): Support basic https auth

* feat(TDI-40977): Fix request old apache-commons lib
2019-10-17 13:29:05 +03:00
Dmytro Sylaiev
072795ea1b Add talend proxy library (#3876)
* feat(TDI-40977): Add talend-proxy library

* feat(TDI-40977): Correct dep conflict with loggers

* feat(TDI-40977): Add posibility to use all-threads setting

* feat(TDI-40977): Add method to get proxy

* feat(TDI-40977): Support port -1 as port mask

* feat(TDI-40977): Remove redundant optional in interface

* feat(TDI-40977): Make library thread-safe

* feat(TDI-40977): Unsnaphot version

* fix(TDI-40977): Fix arrayindexofbounds when port is not specified

* feat(TDI-40977): Fix thread-scoped issue

* fix(TDI-40977): Fix NPE on java11 with commons-lang
2019-10-17 11:37:15 +03:00
jiezhang-tlnd
ceb555dc51 feat(TUP-24819)change brandings for Talend 7.3.1 (#4027) 2019-10-17 15:07:15 +08:00
hwang-talend
67fb0f4d12 bugfix(TUP-24728):Date and Time is not displaying when the Preferred (#4000)
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French

* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French

* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French

* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
2019-10-16 10:46:12 +08:00
slushatel
47deaa8326 fix(TDI-43010): [ADLSgen2] Short term solution for columns selector i… (#3979)
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field

* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field

* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field. Refactoring

* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field. Add Output component check
2019-10-15 18:22:49 +03:00
hcyi
94128e4cbf fix(TUP-24784):Build error with tRunJob on a spark job. (#4025) 2019-10-15 19:38:58 +08:00
vyu-talend
935b6c3996 Fix(TDI-41289):Add reuse tS3Connection. (#3969)
* Fix(TDI-41289):Add reuse tS3Connection.

* Fix(TDI-41289):Fix a bug in UI.

* Fix(TDI-41289):Fixed can't not use existing connection and Assume Role
at the same time.

* Fix(TDI-41289):Make Encrypt hidden when use existing connection.

* Fix(TDI-41289):Make the code more elegant.

* Fix(TDI-41289):optimize code and fix UI issues.

* Fix(TDI-41289)

* Fix(TDI-41289):Fix the presentation logic of Encrypt.

* Fix(TDI-41289):Fix a logical issue in tROBE
2019-10-15 15:54:13 +08:00
hwang-talend
08b538ff57 bugfix(TUP-24563):Specifying a custom MVN URI in a Bean still ends up (#4015)
bugfix(TUP-24563):Specifying a custom MVN URI in a Bean still ends up turning into a reference to the default 6.0.0-SNAPSHOT version
2019-10-14 16:50:18 +08:00
Redwene
033fd28354 Revert " fix(TBD-9366): tELTHiveMap doesn't pass context variable properly (#4013)" (#4020)
This reverts commit 00505282ac.
2019-10-14 10:46:56 +02:00
Redwene
00505282ac fix(TBD-9366): tELTHiveMap doesn't pass context variable properly (#4013)
* fix(TBD-9366) : typo and blank line

* fix(TBD-9366) : remove commented code

* fix(TBD-9366) : tELTHiveMap doesn't pass context variable properly
2019-10-14 09:20:39 +02:00
Jane Ding
c33d8c379b fix(TUP-24540)java.lang.NoSuchMethodError: (#4018)
org.slf4j.spi.LocationAwareLogger.log
https://jira.talendforge.org/browse/TUP-24540
2019-10-14 11:04:35 +08:00
hwang-talend
64a0bf8012 bugfix(TUP-23100):Add warning in the tRunjob for recursive jobs (#3974)
bugfix(TUP-23100):Add warning in the tRunjob for recursive jobs
2019-10-12 14:59:09 +08:00
jiezhang-tlnd
195eaa06e7 fix(TUP-24809)log4j2 should not be selected an enable when log4j is (#4008)
inactive in project setting
https://jira.talendforge.org/browse/TUP-24809
2019-10-12 11:36:05 +08:00
kjwang
d59aa3ca97 kjwang/Fix TUP-24748 CLONE - Modification in Context Variables is not (#4009)
propagating to all jobs
https://jira.talendforge.org/browse/TUP-24748
2019-10-12 11:27:07 +08:00
hcyi
21c18c0374 fix(TUP-24800):Upgrade tacokit to release version of 1.1.13 (#4005) 2019-10-12 11:15:32 +08:00
pyzhou
4d5a9e18b8 fix(TDI-43053):unify mvn uri (#4014) 2019-10-12 11:12:56 +08:00
hzhao-talendbj
d7b6cfecf2 fix(TUP-24680)Context variable type disappears after changing default (#3984)
* fix(TUP-24680)Context variable type disappears after changing default
context environment

* fix(TUP-24680)Context variable type disappears after changing default
context environment

* fix(TUP-24680)Context variable type disappears after changing default
context environment

* fix(TUP-24680)Context variable type disappears after changing default
context environment
2019-10-11 11:09:43 +08:00
jiezhang-tlnd
08c045ee3a fix(TUP-24704)TOS 7.3.1: after import a 7.2.1 project context disappears in Java Debug (#3996)
* fix(TUP-24704)TOS 7.3.1: after import a 7.2.1 project context disappears
in Java Debug
https://jira.talendforge.org/browse/TUP-24740

* fix(TUP-24740)TOS 7.3.1: after import a 7.2.1 project context disappears
in Java Debug
https://jira.talendforge.org/browse/TUP-24740
2019-10-10 19:19:19 +08:00
pyzhou
11cf523196 fix(TDI-43020):S3 multipart upload minimun value. (#4003) 2019-10-10 16:28:21 +08:00
hcyi
c5ce3c8df9 fix(TUP-24708):Tacokit: Help Content isn't right when select tCouchbaseInput and press F1. (#4001)
* fix(TUP-24708):Tacokit: Help Content isn't right when select
tCouchbaseInput and press F1.

* fix(TUP-24708):add junits for Tacokit Help Content.
2019-10-10 10:44:53 +08:00
hwang-talend
de51fcbd6b bugfix(TUP-24577):Spark job can't run if it uses a spark joblet (#3981)
bugfix(TUP-24577):Spark job can't run if it uses a spark joblet
2019-10-09 17:06:49 +08:00
apoltavtsev
1e3fe2f3b6 TESB-26951 Dependencies from SubJob are added to manifest of ParentJob 2019-10-09 09:31:44 +02:00
apoltavtsev
48e6c26fa2 TESB-27081 SOAP Action missing while calling a SOAP WebService through tESBConsumer 2019-10-08 15:30:08 +02:00
Jane Ding
8908f7bb50 fix(TUP-24540)java.lang.NoSuchMethodError: (#3978)
org.slf4j.spi.LocationAwareLogger.log
https://jira.talendforge.org/browse/TUP-24540
2019-10-08 19:21:50 +08:00
Chao MENG
73a7c3d0f6 fix(TUP-23229): IllegalArgumentException when press enter for tLibraryLoad->Advanced settings->Import (#3975)
* fix(TUP-23229): IllegalArgumentException when press enter for
tLibraryLoad->Advanced settings->Import
https://jira.talendforge.org/browse/TUP-23229
2019-10-08 11:27:34 +08:00
apoltavtsev
329a38171c TESB-26789 Bean called in routelet not found by main route (#3972) 2019-10-07 16:38:49 +02:00
Roman
7f292079bb fix(TDI-42969): change logic to retrieve detailed filename (#3964)
* fix(TDI-42969): change logic to retrieve detailed filename

* fix(TDI-42969): improve filenames processing with set
2019-09-30 13:43:25 +03:00
Jane Ding
e1ee2bd473 fix(TUP-22361)ELTMap bug in column expression while using context (#3938)
* fix(TUP-22361)ELTMap bug in column expression while using context
variable as a parameter
https://jira.talendforge.org/browse/TUP-22361

* fix(TUP-22361)ELTMap bug in column expression while using context
variable as a parameter
https://jira.talendforge.org/browse/TUP-22361

* fix(TUP-22361)ELTMap bug in column expression while using context
variable as a parameter
https://jira.talendforge.org/browse/TUP-22361

* fix(TUP-22361)ELTMap bug in column expression while using context
variable as a parameter
https://jira.talendforge.org/browse/TUP-22361
2019-09-29 10:24:11 +08:00
yyin-talend
a2b1281156 Feat TDQ-17291 (#3961)
* Feat    TDQ-17291

Retrieve records "rejected" by the tPatternUnMasking component in DI job

* feat(TDQ-17291): fixed the issue after the migration will have a warn
icon show on the component icon

* fix(TDQ-17291): improve the migration about tPatternMasking and
tPatternUnMasking component
2019-09-27 15:22:30 +08:00
jiezhang-tlnd
83421a7f6c feat(TUP-24444)Add choice between log4j and log4j2 in project settings (#3980)
and enable by system property
https://jira.talendforge.org/browse/TUP-24444
2019-09-27 11:08:59 +08:00
Max
721258942c Feat/tbd 6674 dataproc14 (#3932)
* Compilation fix

* merging error removed
2019-09-26 19:13:11 +03:00
mbasiuk-talend
eb31686a3e fix(TDI-42834): update commons-compress lib version (#3854)
* fix(TDI-42834): update commons-compress lib version

* fix(TDI-42834): upgrade to latest version 1.19
2019-09-26 17:05:34 +03:00
mbasiuk-talend
223f5da7db fix(TDI-42983): add missing parameter to method call (#3963) 2019-09-25 13:25:50 +03:00
mbasiuk-talend
a961d842ea feat(TDI-42903): add custom temporary dataset name to tBigQueryInput for Large Results (#3922)
* feat(TDI-42903): add custom temp dataset property

* feat(TDI-42903): use tempDataset for OAUTH2

* feat(TDI-42903): re-use tabs for QueryHelper template

* feat(TDI-42903): fix identation

* feat(TDI-42903): fix location compile error issue
2019-09-25 13:18:44 +03:00
hzhao-talendbj
922d138523 fix(TUP-24607)Not able to see the component error in the Studio Designer (#3968)
* fix(TUP-24607)Not able to see the component error in the Studio Designer

* fix(TUP-24607)Not able to see the component error in the Studio Designer
2019-09-25 18:11:48 +08:00
chmyga
1c534b4b5f fix(TDI-42061): fix zip4j module name (#3973) 2019-09-25 10:20:52 +03:00
hcyi
8dd9933294 fix(TUP-23558):TaCoKit not delete child datasets if delete datastore. (#3805)
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.

* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
datastore.

* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
datastore.

* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.

* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.

* fix(TUP-23558):improve taCoKit not delete child datasets if delete
datastore.

* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
2019-09-24 09:52:12 +08:00
jiezhang-tlnd
09fd6c52ff Jzhang/feat/tup 24444 add choice between log4j and log4j2 in project settings (#3925)
* feat(TUP-24444)Add choice between log4j and log4j2 in project settings
https://jira.talendforge.org/browse/TUP-24444

* feat(TUP-24444)Add choice between log4j and log4j2 in project settings
https://jira.talendforge.org/browse/TUP-24444

* feat(TUP-24444)Add choice between log4j and log4j2 in project settings
https://jira.talendforge.org/browse/TUP-24444

* feat(TUP-24444)format code and delete log4j.xml

* feat(TUP-24444)add junits
https://jira.talendforge.org/browse/TUP-24444

* feat(TUP-24444)Add choice between log4j and log4j2 in project settings

* feat(TUP-24444)after run job then change logj4, the pom file isn't
update.
2019-09-23 18:38:08 +08:00
wang wei
0399e751f5 fix(TDI-42187): Fix Double Checked Locking in GlobalResource (#3917)
* fix(TDI-42187): Fix Double Checked Locking in GlobalResource

* fix(TDI-42187): use more readable method

* fix(TDI-42187): use more readable method

* fix(TDI-42187): adjust the java compiler level in pom file to make the
java 8 style code works and now master use java 8, not promise java 7,
so it is ok
2019-09-23 17:42:37 +08:00
jiezhang-tlnd
9ca8fa0663 fix(TUP-22677)import a existing project from Login dialog, the temp folder is not deleted (#3895)
* fix(TUP-22677)import a existing project from Login dialog, the temp
folder is not deleted
https://jira.talendforge.org/browse/TUP-22677

* fix(TUP-22677)Close zip file.
https://jira.talendforge.org/browse/TUP-22677

* fix(TUP-22677)Close zip file
https://jira.talendforge.org/browse/TUP-22677

* fix(TUP-22677)import a existing project from Login dialog, the temp
folder is not deleted
https://jira.talendforge.org/browse/TUP-22677

* fix(TUP-22677)import a existing project from Login dialog, the temp
folder is not deleted
https://jira.talendforge.org/browse/TUP-22677
2019-09-23 15:50:13 +08:00
hwang-talend
43cb82c389 Revert "bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864)" (#3959)
Revert "bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864)" 
This reverts commit c4c49001a2.
2019-09-23 14:46:25 +08:00
yyin-talend
f3bfc9ca6b Feat TDQ-17348 Retrieve records "rejected" by the tDataUnmasking (#3942)
* Feat     TDQ-17348 Retrieve records "rejected" by the tDataUnmasking
component DI

-change the migration task

* TDQ-17348 change name
2019-09-23 14:38:01 +08:00
Mike Yan
8a3ef23853 fix(TESB-27030): Avoid to add activemq-all lib in OSGi bundle (#3955) 2019-09-23 12:45:45 +08:00
hcyi
d2e9b874c1 fix(TUP-24084):Change the display of the new Couchbase component names. (#3934) 2019-09-23 12:35:48 +08:00
hwang-talend
e7e9908678 bugfix(TUP-24631):There is error when open job with tRunJob in TOS (#3954)
bugfix(TUP-24631):There is error when open job with tRunJob in TOS
2019-09-23 10:54:04 +08:00
Redwene
da0a057872 Redwene/tbd 9137 (#3951)
fix(TBD-9137) : Handle location for temp dataset with large Big Query results
2019-09-20 11:49:27 +02:00
hwang-talend
9052eb3e99 Hwang/tup 24326 patch (#3939)
* bugfix(TUP-24326):keyword "__TABLE__" not working for tJDBCxxxx
components
2019-09-19 15:12:07 +08:00
chmyga
b88c6e3fbc fix(TDI-42549): tFileInputMail multipart body (#3919)
* Fix multivalue body mail part processing
2019-09-18 13:42:11 +03:00
chmyga
457bd0fc40 fix(TDI-42061): fix zip-slip attacks vulnerability (#3845)
* fix(TDI-42061): fix zip-slip attacks vulnerability

* Update libraries versions

* Add code to fix zip-slip for commons-compress

* fix(TDI-42061): fix zip-slip attacks vulnerability

* update commons-compress version
2019-09-18 13:15:13 +03:00
hwang-talend
c4c49001a2 bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864)
bugfix(TUP-24029):[FTP] Connection wizard add timeout property
2019-09-18 17:00:03 +08:00
jiezhang-tlnd
c21f8e7551 fix(TUP-22646)Path in Textbox of "To archive file" is incomplete when building job (#3931)
* fix(TUP-22646)Path in Textbox of "To archive file" is incomplete when
building job
https://jira.talendforge.org/browse/TUP-22646

* fix(TUP-22646)Path in Textbox of "To archive file" is incomplete when
building job
https://jira.talendforge.org/browse/TUP-22646
2019-09-17 17:26:19 +08:00
hcyi
cda47b2324 fix(TUP-23217):Install a wrong car will make all the car file installed (#3928)
can not work.
2019-09-17 10:51:54 +08:00
hwang-talend
cab755152c bugfix(TUP-24355):Default Context environment appended after migrating (#3926)
* bugfix(TUP-24355):Default Context environment appended after migrating
to 7.2.1
2019-09-17 10:24:55 +08:00
hwang-talend
14ed765ab8 bugfix(TUP-24311):jvm arguments not reflected on build job (#3872)
bugfix(TUP-24311):jvm arguments not reflected on build job
2019-09-17 10:12:59 +08:00
hwang-talend
1844d76b67 bugfix(TUP-24495):columns' order is incorrect if I use 'Used Column' (#3913)
bugfix(TUP-24495):columns' order is incorrect if I use 'Used Column'
2019-09-16 10:36:06 +08:00
hzhao-talendbj
b3f4d37498 feat(TUP-24028)Add Azure datacenter part of the studio connection (#3923) 2019-09-12 14:41:37 +08:00
Zhiwei Xue
1c786fb4f2 fix(TUP-24310):routines is duplicated in the reactor (#3909) 2019-09-12 10:33:51 +08:00
hcyi
d54077e7dc fix(TUP-23158):Some layouts for Tacokit component isn't correct. (#3918) 2019-09-11 17:25:28 +08:00
hzhao-talendbj
9d8ffa6d37 feat(TUP-24028)Add Azure datacenter part of the studio connection (#3868)
* feat(TUP-24028)Add Azure datacenter part of the studio connection

* feat(TUP-24028)Add Azure datacenter part of the studio connection

* feat(TUP-24028)Add Azure datacenter part of the studio connection
2019-09-11 17:13:02 +08:00
yyin-talend
e5b9def018 Feat TDQ-17176 Retrieve records "rejected" by the tDataMasking DI (#3892)
* Feat     TDQ-17176 Retrieve records "rejected" by the tDataMasking DI
component

* TDQ-17176 add Copyright
2019-09-11 14:59:39 +08:00
wang wei
08fb15d12b fix(TDI-34818): tEXAOutput doesn't work when use a shared DB connection (#3897) 2019-09-11 14:58:27 +08:00
hwang-talend
83d684ce0c bugfix(TUP-24326):keyword "__TABLE__" not working for tJDBCxxxx (#3903)
bugfix(TUP-24326):keyword "__TABLE__" not working for tJDBCxxxx components
2019-09-11 10:08:07 +08:00
Redwene
2aa3688f12 fix(TBD-9137) : tBigQueryInput does not support backtick in query in (#3866) 2019-09-10 13:30:28 +02:00
Liu Xinquan
229c1f8d95 feat(TDQ-17246) update the migration to update spark job (#3889) 2019-09-10 13:35:43 +08:00
hwang-talend
c8325d6799 bugfix(TUP-23100):Add warning in the tRunjob for recursive jobs (#3916)
bugfix(TUP-23100):Add warning in the tRunjob for recursive jobs
2019-09-10 10:59:21 +08:00
vyu-talend
7139c9bb7f Fix(TDI-42855):Support IAM roles in tRedshiftBulkExec. (#3894)
* Fix(TDI-42855):Support IAM roles in tRedshiftBulkExec.

* Fix(TDI-42855)

* Fix(TDI-42855)
2019-09-10 10:15:38 +08:00
Denis Sergent
e73b0715dc TESB-26772 Adds a way to externalise osgi-exclude.properties file (#3860)
This dev adds the opportunity to externalise osgi-exclude.properties
resource file from org.talend.repository bundle better than using the
one included in org.talend.repository budle jar file.
2019-09-09 18:22:47 +02:00
mbasiuk-talend
ad56747c35 feat(TDI-40462): tJDBCSCDELT add custom end date value (#3821)
* feat(TDI-40462): add common changes

* feat(TDI-40462): update db2 template with custom end date

* feat(TDI-40462): update mysql template with custom end date

* feat(TDI-40462): update postgres template with custom end date

* feat(TDI-40462): update sap hana template with custom end date

* feat(TDI-40462): update sybase template with custom end date

* feat(TDI-40462): update teradata template with custom end date

* feat(TDI-40462): update vertica template with custom end date

* feat(TDI-40462): update property name and i18n message

* feat(TDI-40462): fix wrapping parameter name

* feat(TDI-40462): fix teradata quote close

* feat(TDI-40462): fix oracle template parameter name

* feat(TDI-40462): remove extra whitespace, add where it is needed
2019-09-09 07:18:38 +03:00
hcyi
8faeb6dd45 fix(TUP-20949):Property change event is not triggered when user (#3896)
adds/removes column in Table widget.
2019-09-09 11:03:46 +08:00
hcyi
706b61e22d fix(TUP-22459):TaCoKit component runtime doesn't work until initialize (#3908)
all hidden enums.
2019-09-09 10:57:41 +08:00
clesaec
fd891e2419 feat(TDI-40560) : specify ACL when putting file or create bucket
* TDI-40560 : specify ACL when putting file or create bucket

* TDI-40560 : correction from qiyan liu comments

* feat(TDI-40560) : fix Canonical ID in context and move to advanced

* feat(TDI-40560) : support ACL on email

* feat(TDI-40560) : keep the same ACL order as in amazon

* feat(TDI-40560) : Add logs on ACL
2019-09-06 09:26:02 +02:00
hwang-talend
8599590f33 Hwang/tup 23100 (#3827)
* bugfix(TUP-23100):Add warning in the tRunjob for recursive jobs
2019-09-06 10:34:32 +08:00
hwang-talend
7c5a32acb1 bugfix(TUP-24249):Added the column but not reflected to json metadata (#3901)
bugfix(TUP-24249):Added the column but not reflected to json metadata
2019-09-06 10:17:04 +08:00
clesaec
600b37d142 TDI-42493 : Ajout types date & timestamp (#3898) 2019-09-05 10:20:29 +02:00
msjian
c4900e7ad2 feat(TDQ-17372): update migration to support batch/streaming job (#3888) 2019-09-04 11:08:18 +08:00
Zhiwei Xue
6d8adab44d fix(TUP-24323):_tdm folder is missing after build thmap job (#3874) 2019-09-03 10:18:05 +08:00
Roman
751c6d7813 fix(TDI-42560): add jaxb dependency to support java 11 (#3884) 2019-09-02 17:23:19 +03:00
jiezhang-tlnd
22792ee2a3 fix(TUP-24411)Error message: unable to update task config if the Context (#3883)
parameters have same values but different case
https://jira.talendforge.org/browse/TUP-24411
2019-09-02 11:28:07 +08:00
vizotenko-talend
34b7458303 bug(TDI-42686): update snowflake JDBC driver in tCreateTable (#3830) 2019-08-30 13:16:34 +03:00
hwang-talend
2f7a4e930d bugfix(TUP-24248):when edit the metadata, the display content is (#3878)
* bugfix(TUP-24248):when edit the metadata, the display content is
different as when created
2019-08-30 17:25:04 +08:00
hcyi
b3ea83c580 fix(TUP-23435):Studio path contain a space can't install car file in (#3882)
local patches file.
2019-08-30 14:49:45 +08:00
hzhao-talendbj
5920f991b0 fix(TUP-23077)left border of text of component tFileCopy does not show (#3881)
* fix(TUP-23077)left border of text of component tFileCopy does not show

* fix(TUP-23077)left border of text of component tFileCopy does not show
2019-08-30 14:47:16 +08:00
hcyi
1c40d8b173 Revert "fix(TUP-20936):No properties validation for tcomp components in compile time. (#3822)" (#3887)
This reverts commit 9db887667a.
2019-08-30 14:20:34 +08:00
chmyga
4b56340f46 fix(TDI-37801): tWriteJSONField null values (#3865)
* fix(TDI-37801): tWriteJSONField null values

* fix(TDI-37801): Handle nulls and empty strings correctly in json-lib

* fix(TDI-37801): Update json-lib version in components

* fix(TDI-37801): tWriteJSONField null values

* fix(TDI-37801): Fix import name
2019-08-29 08:33:51 +03:00
jiezhang-tlnd
926bc55d86 fix(TUP-24392)JDBCInput component not working as expected when values as provided using context (#3875)
* fix(TUP-24392)JDBCInput component not working as expected when values as
provided using context
https://jira.talendforge.org/browse/TUP-24392

* fix(TUP-24392)JDBCInput component not working as expected when values as
provided using context
https://jira.talendforge.org/browse/TUP-24392
2019-08-29 10:51:25 +08:00
clesaec
e27ab0d505 TDI-42493 : add DBType in mapping (#3861)
* TDI-42493 : add DBType in mapping, controle existance du java.sql.Types and specific code for timestamp with tz
2019-08-28 09:01:30 +02:00
hcyi
4b1dd0a0c5 fix(TUP-21759):BuiltInSuggestable table should remove value, when (#3869)
corresponding schema column was removed.
2019-08-28 14:34:52 +08:00
hcyi
8ed935fc5f fix(TUP-20950):When Configuration/Datastore class is empty it is displayed in Studio as a Text field. (#3858)
* fix(TUP-20950):When Configuration/Datastore class is empty it is
displayed in Studio as a Text field.

* fix(TUP-20950): add junits.
2019-08-28 11:59:33 +08:00
SunChaoqun
18b2039453 TESB-26824:Fail to deploy cMap route and tHmap job to runtime (#3871) 2019-08-27 18:28:06 +08:00
SunChaoqun
31d5836c01 TESB-26609:Building a route microservice docker with wrong host details (#3867)
doesn't throw any error.
2019-08-27 11:39:32 +08:00
hwang-talend
6e88f43352 bugfix(TUP-24249):Added the column but not reflected to json metadata (#3852) 2019-08-27 10:38:52 +08:00
jiezhang-tlnd
efd512cc4f fix(TUP-22646)Path in Textbox of "To archive file" is incomplete when (#3857)
building job
https://jira.talendforge.org/browse/TUP-22646
2019-08-23 15:57:26 +08:00
Roman
5632263a99 feat(TDI-42819): correct behavior whe use log file (#3862) 2019-08-23 09:27:40 +03:00
ypiel
b8d0a79ae6 fix(TDI-42689) : Double precision within mongo
* fix(TDI-42689) : prefer BigDecimal for float&double

* fix(TDI-42689) : double precision is usually enough

* fix(TDI-42689) : Upgrade all to json-lib-2.4.2-talend
2019-08-22 14:15:31 +02:00
kjwang
1a1d07909f Fix TUP-24170 Set crypto-utils as bundle to make the master compile with (#3820)
daikon 0.31.10-SNAPSHOT
https://jira.talendforge.org/browse/TUP-24170
2019-08-22 15:39:59 +08:00
slushatel
c9c865871b feat(TDI-42473): change janet-java version to 1.2 (#3829)
* feat(TDI-42473): change janet-java version to 1.2

* feat(TDI-42473): change janet-java version to 1.2
2019-08-21 13:36:00 +03:00
Jane Ding
4eb95ff314 fix(TUP-24129)Security vulnerabilities in Job building and contexts (#3824)
scripts in 7.1.1.
https://jira.talendforge.org/browse/TUP-24129
2019-08-21 10:47:57 +08:00
Roman
9058e5f0cf fix(TDI-42034): update Redshift jar to 1.2.32.1056 (#3828) 2019-08-20 09:26:06 +03:00
hcyi
9db887667a fix(TUP-20936):No properties validation for tcomp components in compile time. (#3822)
* fix(TUP-20936):No properties validation for tcomp components in compile
time.

* fix(TUP-20936):No properties validation for tcomp components in compile
time.
2019-08-20 14:22:21 +08:00
wang wei
115ff04f57 fix(TDI-42443): tRunJob component - Enabling custom JVM params for independent child jobs (#3749)
* fix(TDI-42443): tRunJob component - Enabling custom JVM params for
independent child jobs

* fix(TDI-42443): make the generated code shorter

* fix(TDI-42443): rename var to make more easy to understand

* fix(TDI-42443): adjust something

* fix(TDI-42443): tRunJob component - Enabling custom JVM params for
independent child jobs

* fix(TDI-42443): refix the tRunJob by the new api

* Revert "fix(TDI-42443): refix the tRunJob by the new api"

This reverts commit 94792b0faa.

* fix(TDI-42443): 	need to allow user to overwrite the child job vm
parameter which is not set by user, but by Talend, for example :
"-Dfile.encoding=UTF-8" is set by Talend for encoding issue, not set by
user in the Run page. If user check "overwrite jvm parameters" in
trunjob and set "-Dfile.encoding=GBK" in the vm parameters table in
trunjob, will only add "-Dfile.encoding=GBK" to vm parameters, mean
overwrite the one set by Talend

* fix(TDI-42443): use the foreach
2019-08-20 14:16:07 +08:00
wang wei
12181f8a75 fix(TDI-42862): fix the ftps for java 11 (#3832)
* fix(TDI-42862): fix ftps for java 11

* fix(TDI-42862): remove the unnecessary urlpath
2019-08-20 13:37:59 +08:00
Jane Ding
ccdad6daa8 fix(TUP-24109)unable to test Expression Builder of tMap (#3839)
https://jira.talendforge.org/browse/TUP-24109
2019-08-20 11:44:44 +08:00
Jane Ding
62dc6af821 fix(TUP-24109)unable to test Expression Builder of tMap (#3799)
* fix(TUP-24109)unable to test Expression Builder of tMap
https://jira.talendforge.org/browse/TUP-24109

* fix(TUP-24109)unable to test Expression Builder of tMap
https://jira.talendforge.org/browse/TUP-24109
2019-08-20 11:06:47 +08:00
jiezhang-tlnd
739ca0b32c fix(TUP-24159)XML metadata wizard showing inconsistent view on V711 (#3835)
comparing with V6 Studio
https://jira.talendforge.org/browse/TUP-24159
2019-08-20 10:25:56 +08:00
hwang-talend
534feea221 bugfix(TUP-23583):Unable to see all tables in AS400 Connection (#3757)
bugfix(TUP-23583):Unable to see all tables in AS400 Connection
2019-08-19 15:20:13 +08:00
jiezhang-tlnd
f4a45b3659 fix(TUP-23160)Error popup during build father job after modified sun job (#3826)
and do not open father job
https://jira.talendforge.org/browse/TUP-23160
2019-08-19 11:42:35 +08:00
vyu-talend
e3a55d8b63 Vyu/tdi 32477 always lowercase column's name of postgres when create table (#3737)
* Fix(TDI-32477):Always lowercase column's name of postgres when create
table

* Fix(TDI-32477):Always lowercase column's name and table in Postgresql

* Fix(TDI-32477):Enable when the type is Dynamic

* Fix(TDI-32477):Dynamic column includes the part of columns

* Fix(TDI-32477)

* Fix(TDI-32477):fix the two bugs in comment
2019-08-19 10:11:14 +08:00
Emmanuel GALLOIS
80fbfd17a8 feat(TDI-40339): add Snowflake to tSQLTemplate family (#3767)
* feat(TDI-40339): add Snowflake to tSQLTemplate family
* feat(TDI-40339): add Snowflake to Managers
- update db_output_bulk
* feat(TDI-40339): add Snowflake (tcompv0) connection handling in javajets
* feat(TDI-40339): correct style
* feat(TDI-40339): remove duplicated inherited methods
2019-08-16 11:23:42 +02:00
pyzhou
0652420c79 fix(TDI-41375):HTTPS proxy server with user authentication (#3762)
* fix(TDI-41375):HTTPS proxy server with user authentication

* fix(TDI-41368):add a check box

* feat(TDI-41368):add checkbox in advance setting
2019-08-16 14:18:09 +08:00
wang wei
23e645e8e6 fix(TDI-42522): avoid 65535 issue (#3636) 2019-08-16 11:59:52 +08:00
Dmytro Sylaiev
2dcba4cddb chore(TDI-42791): Refactor creation connection ftp (#3796)
* chore(TDI-42791): Refactor creation connection ftp

* chore(TDI-42791): Fix compile error after refactoring
2019-08-15 18:26:12 +03:00
vyu-talend
9e7e4c0971 Fix(TDI-42374):"None Proxy Hosts" rename to "No Proxy for" (#3816) 2019-08-15 16:09:25 +08:00
vyu-talend
d5f863477d Fix(TDI-40237):Fix the omitted components in tRedShiftXXX (#3815)
* Fix(TDI-40237):Fix the omitted components in tRedShiftXXX

* Fix(TDI-40237):add China (Ningxia)
2019-08-14 14:59:22 +08:00
Dmytro Sylaiev
b802bb6a72 fix(TDI-42836): Add milis elaboration to properties labels (#3819) 2019-08-13 16:50:04 +03:00
AlixMetivier
21b8a407de new migration task to change tMapROjaiOutput component dbVersion to corresponding one in 7.1.0+ (#3811) 2019-08-13 14:12:54 +02:00
dmytroshekera
0352e0556c feat(TDI-38420):Add support for AND/OR filter in tServiceNowInput (#3818) 2019-08-13 14:36:37 +03:00
pyzhou
9ce74b5a90 fix(TDI-42725):change the groupID for Exa jar (#3817) 2019-08-13 17:42:37 +08:00
Zhiwei Xue
b9c4102074 fix(TUP-23637):7.x missing local_project for big data spark batch job (#3671) 2019-08-13 11:42:04 +08:00
dmytroshekera
2733478a43 feat(TDI-38420):Add support for AND/OR filter in tServiceNowInput (#3813)
Ivan mention that I should use another type of component,
2019-08-12 17:03:37 +03:00
dmytroshekera
9b2180562c Dshekera/tdi 38420 service now input support and or condition (#3795)
* feat(TDI-38420):Add support for AND/OR filter in tServiceNowInput
2019-08-12 12:27:25 +03:00
Stéphane Bouchet
bec10957e5 TESB-26300: disable message dialog when checking build errors (#3654)
* TESB-23600 : do not open dialog anymore when checking errors

* TESB-23600 : refactor/cleanup
2019-08-09 14:23:28 +02:00
jzhao
d0a5929ad6 fix(TDI-42812):tRedshifBulkExec should hide access key and secret key when datasource is not S3(#3809) 2019-08-09 14:09:45 +08:00
vyu-talend
cc999c45b5 Vyu/tdi 40237 add eu (paris) region to t s3 connection (#3806)
* Fix(TDI-40237):Add new regions to tS3Connection

* Fix(TDI-40237):Add new regions

* Fix(TDI-40237):Further modifications

* Fix(TDI-40237)

* Fix(TDI-40237)

* Fix(TDI-40237)

* Fix(TDI-40237):tS3XXX
2019-08-09 11:16:05 +08:00
zshen-talend
5defbea32b feat(TDQ-17177): support "RAW" output flow for tPatternMasking component (#3790)
* feat(TDQ-17177): support "RAW" output flow for tPatternMasking component

* feat(TDQ-17177): added new output flow "FLOW_OUTPUT" to support

propagate scheam change
2019-08-09 11:06:49 +08:00
qiongli
2583507d00 feat(TDQ-17366)Remove migration for tRuleSurvivorship (#3794) 2019-08-09 10:59:22 +08:00
jiezhang-tlnd
48b0e2ecbd fix(TUP-24159)XML metadata wizard showing inconsistent view on V711 (#3807)
comparing with V6 Studio
https://jira.talendforge.org/browse/TUP-24159
2019-08-09 10:54:31 +08:00
hzhao-talendbj
f1b204b226 fix(TUP-24034)tETLoutput schema getting changed to Built-in from (#3802)
repository when changes are made in the map
2019-08-08 19:59:45 +08:00
hcyi
7f5e8bfa11 fix(TUP-20933):tStatCatcher Statistics property is not shown in Advanced (#3798)
tab of Tacokit components
2019-08-08 19:26:26 +08:00
wang wei
063f1daeec fix(TDI-42737): [java 11] FTPS protocol for FTP components don`t work with linux and java 11 (#3764) 2019-08-08 10:08:09 +08:00
wang wei
d2621d049e fix(TDI-42747): fix the issue for tjdbcinput with dynamic column and inside talend object type like for database type blob(#3783) 2019-08-08 09:12:43 +08:00
vizotenko-talend
364d240804 fix(TDI-42495): unexpected behaviour of tArchive (#3801) 2019-08-07 14:04:36 +03:00
SunChaoqun
7398c13e69 TESB-26174:Error on Job with multiple tRunJob calling Call another Child (#3701)
job with tESBConsumer component
2019-08-07 12:10:31 +08:00
hcyi
ea4ae4c735 fix(TUP-21027):Suggestable widgets not save edited values (if not use (#3793)
custom value).
2019-08-06 10:54:05 +08:00
jiezhang-tlnd
5eb3f438ea fix(TUP-20372)Use Project Settings is not checked as default for job (#3787)
https://jira.talendforge.org/browse/TUP-20372
2019-08-06 10:49:28 +08:00
wang wei
dc1c743d48 fix(TDI-42687): Enable AWS ECS role for S3 component (#3770) 2019-08-06 10:07:18 +08:00
vyu-talend
b885667b38 Fix(TDI-40237):Add new regions to tS3Connection (#3750)
* Fix(TDI-40237):Add new regions to tS3Connection

* Fix(TDI-40237):Add new regions

* Fix(TDI-40237):Further modifications

* Fix(TDI-40237)

* Fix(TDI-40237)

* Fix(TDI-40237)

* Fix(TDI-40237):tS3XXX

* Fix(TDI-40237):Remove new region China (Ningxia)
2019-08-05 15:40:25 +08:00
Chao MENG
4019138048 fix(TUP-20951): Validation parameters need to be removed from (#3786)
serialization
https://jira.talendforge.org/browse/TUP-20951
2019-08-05 11:24:38 +08:00
hcyi
eb00028926 fix(TUP-23513):NPE shows in errorlog view when clicking [...] button (#3785)
next to SQL Query.
2019-08-05 11:02:05 +08:00
hcyi
f439623eab fix(TUP-23515):tacokit dataset won't pop up after clicking OK on "Edit (#3791)
parameters using repository".
2019-08-05 10:50:43 +08:00
Romain Manni-Bucau
8e65ae765f chore(monitoring/TUP-23824): Ensure monitoring feature can rely on system properties to configure the audit logger and does not hardcode a local file name+location+maxsize (#3699)
* Ensure monitoring feature can rely on system properties to configure the audit logger and does not hardcode a local file name+location+maxsize

* support system property monitoring even when no arg is passed to the main
2019-08-02 10:09:35 +02:00
Emmanuel GALLOIS
84edd12af5 fix TalendExcel imports (#3788) 2019-08-01 16:06:49 +02:00
Emmanuel GALLOIS
cb8308df05 feat(TDI-41662): Password protected Excel files management (#3743)
* feat(TDI-41662): add PASSWORD property
* feat(TDI-41662): set PASSWORD property visible only for Excel 2007++
* feat(TDI-41662): add password decryption in Talend ExcelReader wrapper
- warning this is an external lib
* feat(TDI-41662): bump simpleexcel lib release to latest updates
- not sure that MANIFEST.MF should be updated but once build there was
no changes to it, so in case of...
* feat(TDI-41662): implement decryption in javajet
* feat(TDI-41662): add properties to tFileOutputExcel
* fix(TDI-41662): correct gav
* fix(TDI-41662): bump simpleexcel version
* fix(TDI-41662): add password protection on writing excel file
* fix(TDI-41662): bump talendExcel version
* fix(TDI-41662): add password protection on writing excel file (javajet)
* feat(TDI-41662): close workbook when not protected
* feat(TDI-41662): fix some stuff about tFileOutputExcel
* feat(TDI-41662): remove old parse methods to ExcelReader
* feat(TDI-41662): close workbook in any cases
* feat(TDI-41662): use agile encryption mode only in TalendExcel
* feat(TDI-41662): use agile encryption mode only in javajet comp
* feat(TDI-41662): merge master and bump TalendExcel version
* feat(TDI-41662): fix classpath version for TalendExcel
- not sure that's necessary but...
2019-08-01 11:04:13 +02:00
hzhao-talendbj
62fe9a0f38 fix(TUP-22893)Icon becomes old version after openning SQL builder (#3775)
* fix(TUP-22893)Icon becomes old version after openning SQL builder

* fix(TUP-22893)Icon becomes old version after openning SQL builder
2019-08-01 16:29:24 +08:00
Chao MENG
ac80911050 fix(TUP-23514): NPE shows in errorlog view when Selecting Repository in (#3772)
Basic settings
https://jira.talendforge.org/browse/TUP-23514
2019-08-01 16:17:58 +08:00
hcyi
7c682778ec fix(TUP-23626):tacokit problem with drag and drop variables from (#3773)
Outline.
2019-08-01 16:15:10 +08:00
SunChaoqun
4159e31ef1 TESB-24597:Docker Support for Microservice - CI Part (#3782) 2019-07-31 18:38:00 +08:00
Chao MENG
b7ed047c91 fix(TUP-20943): Code generates with an error when Pattern check fails if (#3774)
contain back slash
https://jira.talendforge.org/browse/TUP-20943
2019-07-31 17:39:33 +08:00
hwang-talend
be5a9a7dba bugfix(TUP-23894):Fix all failed junit for both java 8 and 11 (#3779)
bugfix(TUP-23894):Fix all failed junit for both java 8 and 11
2019-07-31 16:59:27 +08:00
apoltavtsev
0f0ead31aa TESB-24900 Undeploying a Data Service causes "Exception in opening zip file" error 2019-07-31 09:33:09 +03:00
SunChaoqun
70f45909b9 TESB-24597:Docker Support for Microservice - CI Part (#3776) 2019-07-31 11:09:37 +08:00
hwang-talend
3e0d0538bb bugfix(TUP-23967):Studio can't run jobs when path has spaces, Windows 10 (#3768)
bugfix(TUP-23967):Studio can't run jobs when path has spaces, Windows 10
2019-07-31 10:08:14 +08:00
Chao MENG
40d9315e48 Cmeng/bugfix/tup 23914 json wizard encoding (#3771)
* fix(TUP-23914): JSON with accented characters is not being recognized
when creating a new JSON file in Metadata.
https://jira.talendforge.org/browse/TUP-23914
2019-07-31 10:05:19 +08:00
wang wei
0946243005 fix(TDI-42705): tSAPBwInput component gives compilation error (#3739) 2019-07-31 09:52:27 +08:00
Roman
d544cfbbd8 feat(TDI-36668): Add possibility to write xlsm files (#3766) 2019-07-29 16:58:22 +03:00
hwang-talend
38d73d1c3b bugfix(TUP-23894):Fix all failed junit for both java 8 and 11 (#3761)
* bugfix(TUP-23894):Fix all failed junit for both java 8 and 11
2019-07-29 18:05:07 +08:00
Dmytro Sylaiev
a257812d17 Dsylaiev/tdi 37257 timeout sftp (#3756)
* feat(TDI-37257): Add connection timeout for SFTP

* feat(TDI-37257): Implement timeout feature for FTP and FTPS
2019-07-29 12:56:03 +03:00
Jane Ding
4224c49747 fix(TUP-22943)checkbox with empty item name display on window Save (#3755)
Resources
https://jira.talendforge.org/browse/TUP-22943
2019-07-29 15:12:01 +08:00
Jane Ding
2a48cfd3c5 fix(TUP-22880)Resources: Job cannot use resources from reference (#3759)
project;
https://jira.talendforge.org/browse/TUP-22880
2019-07-29 15:07:34 +08:00
hcyi
c4adf887db fix(TUP-21687):Table value is not visible after filling component properties from metadata. (#3747)
* fix(TUP-21687):Table value is not visible after filling component
properties from metadata.

* fix(TUP-21687):add/update junits for Table value is not visible after
filling component properties from metadata.

* fix(TUP-21687):add/update junits for Table value is not visible after
filling component properties from metadata.
2019-07-29 15:02:34 +08:00
hcyi
18422df2a4 fix(TUP-20928):Suggestable doesn't work for TextArea in Studio (#3765) 2019-07-29 14:56:00 +08:00
SunChaoqun
0985646d21 TESB-24597:Docker Support for Microservice - CI Part (#3730)
* TESB-24597:Docker Support for Microservice - CI Part

* TESB-24597:Docker Support for Microservice - CI Part

* TESB-24597:Docker Support for Microservice - CI Part
2019-07-26 10:39:40 +08:00
slushatel
481edbbc18 fix(TDI-42634): create output directory if not exists (#3760) 2019-07-25 16:15:55 +03:00
Hanna Liashchuk
02df23ffeb (feature(TBD-8945): added drop table checkbox to OAuth authentication mode (#3713) 2019-07-25 13:45:47 +03:00
Jane Ding
957704c0a4 fix(TUP-23789)Pom files are not generated sometimes for the jobs in (#3738)
* fix(TUP-23789)Pom files are not generated sometimes for the jobs in
7.1.1
https://jira.talendforge.org/browse/TUP-23789

* fix(TUP-23789)Pom files are not generated sometimes for the jobs in
7.1.1
https://jira.talendforge.org/browse/TUP-23789
Add a junit.
2019-07-24 16:18:59 +08:00
Roman
cb85a154f8 fix(TDI-42457): correct Postgre supported DB version (#3733) 2019-07-24 10:11:57 +03:00
hcyi
c7c9d4bf2d fix(TUP-23898):Create new plugin for junit tests of tacokit studio-integration. (#3740)
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.

* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.

* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.

* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
2019-07-23 18:29:29 +08:00
hcyi
4271923ca3 fix(TUP-23264):Studio can't find dependencies for tacokit components. (#3720)
* fix(TUP-23264):Studio can't find dependencies for tacokit components.

* fix(TUP-23264):add junits for Studio can't find dependencies for tacokit
components.
2019-07-23 12:03:00 +08:00
jiezhang-tlnd
70f0e7a076 fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after dragging and dropping from database Metadata (#3714)
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
https://jira.talendforge.org/browse/TUP-23588

* junit(TUP-23588)For tCreateTable, the Database Type is always Mysql
after dragging and dropping from database Metadata

* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata

* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata

* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata

* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
2019-07-23 11:20:25 +08:00
pyzhou
6e0af4dd99 fix(TDI-42674):Redshift missing jar for SSO (#3731)
* fix(TDI-42674):Redshift missing jar for SSO

* fix(TDI-42674):change mvn path

* fix(TDI-42674):change require to require_if
2019-07-22 17:23:21 +08:00
clesaec
26fbb4e014 TDI-42679 : use new File(rep, file) constructor (#3724) 2019-07-19 13:25:34 +02:00
dmytroshekera
28b472384b bugfix(TDI-42364): When building a Standalone job. (#3734)
Generated Powershell scripts, is wrong.
2019-07-19 12:51:04 +03:00
Zhiwei Xue
c0f93ad66b Revert fix of TUP-23729 (#3732)
* Revert "fix(TUP-23729):Memory issue found when run TUJ (#3705)"

This reverts commit 1d706bc243.

* Revert "fix(TUP-23729):Memory issue found when run TUJ (#3689)"

This reverts commit 5069b086d7.
2019-07-18 18:25:34 +08:00
slushatel
7a53a97ceb fix(TDI-42634): get attachments recursively (#3700)
* fix(TDI-42634): get attachments recursively

* fix(TDI-42634): change indents to 'space'
2019-07-18 10:55:05 +03:00
pyzhou
1c89042c03 fix(TDI-42572):upgrade EXAUtil version (#3719)
* fix(TDI-42572):upgrade EXAUtil version

* Change the mvn path
2019-07-18 10:01:06 +08:00
dmytroshekera
9133ff39d1 bugfix(TDI-42581): tSOAP doesn't support SOAPActions for Soap 1.2 (#3727)
param 'action' should not be empty
2019-07-17 14:40:51 +03:00
Zhiwei Xue
1d706bc243 fix(TUP-23729):Memory issue found when run TUJ (#3705) 2019-07-17 17:01:39 +08:00
dmytroshekera
24031c6bb0 Dshekera/tdi 42581 t soap doesnt support soap actions for soap 1 2 (#3725)
* bugfix(TDI-42581): tSOAP doesn't support SOAPActions for Soap 1.2
2019-07-16 16:44:14 +03:00
Chao MENG
5d7deb4f08 fix(TUP-23508): TOS can't use memory run (#3698)
https://jira.talendforge.org/browse/TUP-23508
2019-07-16 17:44:26 +08:00
kjwang-talend
2f323ea5ec TUP-23841 Build job with 'OSGI Bundle For ESB' get error pop-up (#3711)
https://jira.talendforge.org/browse/TUP-23841
2019-07-16 10:30:48 +08:00
kjwang-talend
0099cf4b7f Fix TUP-23809 [Studio] changes in column order are not saved (no (#3708)
propagate changes dialog)
https://jira.talendforge.org/browse/TUP-23809
2019-07-16 10:04:02 +08:00
vyu-talend
ad8b244f13 Fix(TDI-42572):Improvement for generating correct format to Exasol (#3677)
* Fix(TDI-42572):Improvement for generating correct format to Exasol

* Fix(TDI-42572):Using checkbox
2019-07-16 09:37:04 +08:00
slushatel
b4196f3ade feat(TDI-42570): stop process if parent thread has terminated, add log wrapper for tos studio (#3715) 2019-07-15 14:52:28 +03:00
Hanna Liashchuk
a6cc1fd725 fix(TBD-8951): skeap header for Service Account (#3716) 2019-07-15 14:18:45 +03:00
Hanna Liashchuk
6d2c08fb02 Revert "(feature(TBD-8945): added drop table checkbox to OAuth authentication mode (#3706)" (#3712)
This reverts commit b37f4d2169.
2019-07-15 13:04:28 +03:00
Hanna Liashchuk
b37f4d2169 (feature(TBD-8945): added drop table checkbox to OAuth authentication mode (#3706) 2019-07-15 12:55:50 +03:00
zshen-talend
18a6bd6b9e chor(TDQ-17069): remove unused code (#3617) 2019-07-15 15:53:33 +08:00
hcyi
12025462fd fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI project:import routines.DataQuality cannot be resolved. (#3688)
* fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI
project:import routines.DataQuality cannot be resolved.

* fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI
project:import routines.DataQuality cannot be resolved.
2019-07-15 11:39:36 +08:00
hcyi
8a17273fff fix(TUP-23550):Select query for DBInput component page will list Couchbase. (#3704)
* fix(TUP-23550):Select query for DBInput component page will list
Couchbase.

* fix(TUP-23550):add junits
2019-07-15 10:33:04 +08:00
zshen-talend
4666ad0ba2 feat(TDQ-16777 TDQ-17239): added one migration for added encoding type (#3690)
of combo list.
2019-07-12 16:07:34 +08:00
Hanna Liashchuk
e99e3a88ac task(TBD-8950): Change redundant code appearance in tBigQueryBulkExec (#3703)
* (TBD-8950): code refactoring

* fix(TBD-8950): added postfix
2019-07-11 16:47:06 +03:00
Roman
eef7ee7939 fix(TDI-42436): copy Redshift components to cloud folder (#3702)
* fix(TDI-42436): copy Redshift components to cloud folder
2019-07-11 11:46:36 +03:00
wang wei
323b7fdf86 fix(TDI-42423): fix the tcreatetable for teradata with jdbc parameters(#3680) 2019-07-10 09:50:06 +08:00
slushatel
9e8d8785c2 Tdi 42570 stop process when thread stops (#3676)
* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation
2019-07-09 14:54:26 +03:00
hcyi
463d35acb2 fix(TUP-23790):Can't guess schema for metadata (#3691)
item(delimited/positional/regex/excel/ldif/ldap)
2019-07-09 18:21:16 +08:00
Zhiwei Xue
5069b086d7 fix(TUP-23729):Memory issue found when run TUJ (#3689) 2019-07-09 18:11:06 +08:00
Jane Ding
18694afab5 fix(TUP-23663)The connection row between components is getting activated (#3687)
* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663
2019-07-09 17:49:22 +08:00
clesaec
f61b793263 fix(TDI-42230) : file copy java11 bug (#3670)
* fix(TDI-42230) : using standart java.nio.Files classes (since Java 7)
2019-07-08 11:31:35 +02:00
nrousseau
1e694d07f0 fix(TMDM-13727) remove not existing plugin 2019-07-08 16:43:34 +08:00
Hanna Liashchuk
bfb26a7bfb fix(TBD-8925): table won't be created unless createTable option is checked OAuth (#3686) 2019-07-05 18:02:43 +03:00
qiongli
47ee1e1ed0 feat(TDQ-16419) Add a filter by the column data type (#3675) 2019-07-05 17:57:21 +08:00
hcyi
164641111e fix(TUP-23264):fix problems for guess schema and trun job. (#3683) 2019-07-05 17:17:05 +08:00
hzhao-talendbj
3251e99e35 fix(TUP-23363)'save the property' to metadata get error (#3682) 2019-07-05 10:50:02 +08:00
kjwang-talend
c69d2348b8 Fix TUP-22583 [CVE:high] Backend : pkg:maven/ch.qos.logback:logback-core:1.0.6 requires version upgrade (#3661)
* Fix TUP-22583 [CVE:high] Backend :
pkg:maven/ch.qos.logback:logback-core:1.0.6 requires version upgrade
https://jira.talendforge.org/browse/TUP-22583

* Fix TUP-22583 [CVE:high] Backend :
pkg:maven/ch.qos.logback:logback-core:1.0.6 requires version upgrade
https://jira.talendforge.org/browse/TUP-22583

* Fix TUP-22583 [CVE:high] Backend :
pkg:maven/ch.qos.logback:logback-core:1.0.6 requires version upgrade
https://jira.talendforge.org/browse/TUP-22583

* Fix TUP-22583 [CVE:high] Backend :
pkg:maven/ch.qos.logback:logback-core:1.0.6 requires version upgrade
https://jira.talendforge.org/browse/TUP-22583
2019-07-04 18:45:52 +08:00
Jane Ding
88f2a8734b fix(TUP-22200)Import XML tree from xsd file throw (#3669)
* fix(TUP-22200)Import XML tree from xsd file throw
indexOutOfBoundsException
https://jira.talendforge.org/browse/TUP-22200

* fix(TUP-22200)Import XML tree from xsd file throw
indexOutOfBoundsException
https://jira.talendforge.org/browse/TUP-22200
2019-07-04 10:24:40 +08:00
chmyga
592be6abb1 fix(TDI-42536): tFileFetch NTLM PROXY issues (#3653)
* fix(TDI-42536): tFileFetch NTLM PROXY issues

* Fix basic auth when server allows different auth mechanisms

* fix(TDI-42536): tFileFetch NTLM PROXY issues

* Fix PR Comment
2019-07-03 15:07:54 +03:00
jiezhang-tlnd
cb7468510a fix(TUP-23371)Studio_will_dead_when_TAC_accidentally_disconnected (#3678) 2019-07-03 18:01:36 +08:00
wang wei
626748e4cb fix(TDI-42380): Migration issues in the Studio after migrating the jobs from 6.5 to 7.1(#3648) 2019-07-03 11:23:03 +08:00
hcyi
0a5277ae6e fix(TUP-23550):Select query for DBInput component page will list (#3674)
Couchbase.
2019-07-02 11:30:11 +08:00
Chao MENG
761fbcf5b0 Revert "fix(TUP-23371)[GIT] Studio will dead when TAC accidentally disconnected (#3665)" (#3673)
This reverts commit 059332dd05.
2019-07-01 14:46:02 +08:00
hcyi
8560b26217 fix(TUP-23264):Studio can't find dependencies for tacokit components. (#3672) 2019-07-01 11:28:59 +08:00
jiezhang-tlnd
059332dd05 fix(TUP-23371)[GIT] Studio will dead when TAC accidentally disconnected (#3665)
* fix(TUP-23371)[GIT] Studio will dead when TAC accidentally disconnected

* fix(TUP-23371)[GIT] Studio will dead when TAC accidentally disconnected
2019-07-01 10:21:24 +08:00
Zhiwei Xue
06d54bf796 fix(TUP-23096):update context takes about 10 mins (#3663) 2019-06-28 18:27:07 +08:00
Zhiwei Xue
b13cf8c27c fix(TUP-23052):Import project failed by Import an existing project (#3667) 2019-06-28 18:22:15 +08:00
Irene Wang
cdb0912a5a Revert "DEVOPS-3416 Deploy all plugins for Black Duck scans"
This reverts commit 1ce0e429ca.
2019-06-28 12:16:22 +02:00
Irene Wang
2777cc69a9 DEVOPS-6106 Update copyright year to 2019 2019-06-28 12:16:22 +02:00
apoltavtsev
3b70073b38 TESB-26293 Duplicated libraries in private & import packages of the build manifest file 2019-06-27 22:57:53 +03:00
pyzhou
00ae28bdfa fix(TDI-42534):tContextLoad compile error on resource type (#3646) 2019-06-27 17:23:08 +08:00
msjian
1e7a51dd82 feat(TDQ-17085):remove the connection editor (#3660) 2019-06-27 11:59:21 +08:00
Roman
d942de132f fix(TDI-42531): close resources in end block (#3647) 2019-06-26 11:58:39 +03:00
vyu-talend
7eb0a067cd Fix(TDI-42021):Change the log level when using implicit context load (#3639)
* Fix(TDI-42021):Change the log level when using implicit context load

* Fix(TDI-42021)

* Fix(TDI-42021)

* Fix(TDI-42021)

* Fix(TDI-42021)
2019-06-26 15:06:07 +08:00
kjwang-talend
749b5a637a Fix TUP-23403 Enable secure processing + disallow doctypes for DocumentBuilderFactory instances (#3652)
* Fix TUP-23403 Enable secure processing + disallow doctypes for
DocumentBuilderFactory instances
https://jira.talendforge.org/browse/TUP-23403

* Fix TUP-23403 Enable secure processing + disallow doctypes for
DocumentBuilderFactory instances
https://jira.talendforge.org/browse/TUP-23403
2019-06-26 15:03:00 +08:00
Zhiwei Xue
f6460e512b fix(TUP-23365):Use of validation rule triggers failed build (#3657) 2019-06-26 14:39:58 +08:00
Hanna Liashchuk
14873d7cc3 fix(TBD-8853): removed too small total timeout for service account (#3659) 2019-06-25 14:41:23 +03:00
Jenkins Continuous Build server
38d63a5799 Set version to 7.3.1 SNAPSHOT 2019-06-24 12:17:41 +02:00
Chao MENG
2b7b84a51a Cmeng/bugfix/tup 23556 tck encryption (#3643)
* fix(TUP-23556): TaCoKit datastore and dataset item not encrypt the
password
https://jira.talendforge.org/browse/TUP-23556
2019-06-24 18:11:48 +08:00
vyu-talend
fd5171cb73 Fix(TDI-42390):Fix "Use Cursors" text to reflect reality in tOracleInput (#3638)
* Fix(TDI-42390):Fix "Use Cursors" text to reflect reality in tOracleInput

* Fix(TDI-42390)
2019-06-24 14:23:17 +08:00
hwang-talend
764f3cf214 bugfix(TUP-22734):lookup will come after OnSubjobOK then subjobs will be (#3640)
* bugfix(TUP-22734):lookup will come after OnSubjobOK then subjobs will be
merged
2019-06-21 16:41:43 +08:00
hzhao-talendbj
d9a11dd07b fix(TUP-23363)'save the property' to metadata get error (#3634)
* fix(TUP-23363)'save the property' to metadata get error

* fix(TUP-23363)'save the property' to metadata get error

* fix(TUP-23363)'save the property' to metadata get error
2019-06-21 15:27:59 +08:00
hcyi
e8ba8b1aa0 fix(TUP-23484):TaCoKit can not propagate update dataset if modify datastore parameters. (#3641)
* fix(TUP-23484):TaCoKit can not propagate update dataset if modify
datastore parameters.

* fix(TUP-23484):TaCoKit can not update dataset item if modify datastore.
2019-06-21 11:12:33 +08:00
jiezhang-tlnd
5cd42fa70b fix(TUP-23389)tMap - cannot edit schema (#3621) 2019-06-20 17:09:56 +08:00
jiezhang-tlnd
2ca7348001 fix(TUP-23389)tMap - cannot edit schema (#3621)
fix(TUP-23389)tMap - cannot edit schema
2019-06-20 17:07:49 +08:00
jiezhang-tlnd
b9b2b8b42f fix(TUP-23389)tMap - cannot edit schema (#3621)
fix(TUP-23389)tMap - cannot edit schema
2019-06-20 16:58:05 +08:00
jiezhang-tlnd
3634ec52e5 fix(TUP-23389)tMap - cannot edit schema (#3621)
fix(TUP-23389)tMap - cannot edit schema
2019-06-20 16:57:50 +08:00
jiezhang-tlnd
f1fbab8630 fix(TUP-23389)tMap - cannot edit schema (#3621)
fix(TUP-23389)tMap - cannot edit schema
2019-06-20 16:51:13 +08:00
jiezhang-tlnd
6c8aac91d6 fix(TUP-23389)tMap - cannot edit schema (#3621) 2019-06-20 16:49:31 +08:00
jiezhang-tlnd
ad712d8f5e fix(TUP-23389)tMap - cannot edit schema (#3621)
fix(TUP-23389)tMap - cannot edit schema
2019-06-20 16:49:03 +08:00
jiezhang-tlnd
7f8cff0283 fix(TUP-23389)tMap - cannot edit schema (#3621) 2019-06-20 16:48:45 +08:00
jiezhang-tlnd
625186caca fix(TUP-23389)tMap - cannot edit schema (#3621)
fix(TUP-23389)tMap - cannot edit schema
2019-06-20 16:48:30 +08:00
nrousseau
296300368b fix(TDI-42522) add option to deactivate component log 2019-06-20 10:18:25 +08:00
hzhao-talendbj
34abaaccb9 fix(TUP-21827)MVN package fail with testcase use olderversion from 651 (#3635) 2019-06-18 17:56:56 +08:00
Jane Ding
8628134275 fix(TUP-23506)Job use tsapconnection component run fail when use the (#3623)
* fix(TUP-23506)Job use tsapconnection component run fail when use the
sapjco3.jar with a newer version 3.0.14.
https://jira.talendforge.org/browse/TUP-23506

* fix(TUP-23506)Job use tsapconnection component run fail when use the
sapjco3.jar with a newer version 3.0.14.
https://jira.talendforge.org/browse/TUP-23506

* fix(TUP-23506)Job use tsapconnection component run fail when use the
sapjco3.jar with a newer version 3.0.14
https://jira.talendforge.org/browse/TUP-23506
2019-06-18 12:02:45 +08:00
hwang-talend
edc4e7820e bugfix(TUP-23510):There is compile error job in TDI demo project (#3628) 2019-06-18 11:53:01 +08:00
Chao MENG
c3906b30d7 fix(TUP-20054): Due to checking fields it is hard to type (#3630)
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054

Fix junit issue
2019-06-18 11:19:16 +08:00
Jane Ding
66cc310399 Revert "Jding/tup 23482 should avoid multi version slf4j log4j jars (#3619)" (#3629)
This reverts commit be6eb20fb0.
2019-06-18 11:14:21 +08:00
Chao MENG
e97179dac4 Cmeng/bugfix/tup 20054 fix junit issue (#3627)
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054

Fix junit issue

* add junit source

* add junit source
2019-06-18 11:00:31 +08:00
Antoine Parent
cfa351bb24 fix(): typo in a pattern (#3625)
fix a pattern used to display job status
2019-06-17 15:41:46 +02:00
Chao MENG
3a258d403c fix(TUP-20054): Due to checking fields it is hard to type credentials/data from the keyboard (#3620)
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054

* main/plugins/org.talend.sdk.component.studio-integration/src/main/java/org/talend/sdk/component/studio/ui/wizard/TaCoKitConfigurationWizard.java

* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054

* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
2019-06-17 19:15:26 +08:00
hwang-talend
bb9007a063 bugfix(TUP-23510):There is compile error job in TDI demo project (#3622) 2019-06-17 19:03:29 +08:00
Jane Ding
be6eb20fb0 Jding/tup 23482 should avoid multi version slf4j log4j jars (#3619)
* fix(TUP-23482)should avoid multi version slf4j-log4j jars in the job
classpath
https://jira.talendforge.org/browse/TUP-23482

* fix(TUP-23482)should avoid multi version slf4j-log4j jars in the job
classpath
https://jira.talendforge.org/browse/TUP-23482

* fix(TUP-23482)should avoid multi version slf4j-log4j jars in the job
classpath
https://jira.talendforge.org/browse/TUP-23482
2019-06-17 17:01:38 +08:00
Chao MENG
9a005e64b7 fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with (#3614)
other metadata
https://jira.talendforge.org/browse/TUP-23282
2019-06-14 17:05:11 +08:00
Chao MENG
02e95b65dc fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with (#3613)
other metadata
https://jira.talendforge.org/browse/TUP-23282
2019-06-14 16:18:56 +08:00
Chao MENG
8ec074f787 fix(TUP-23465): Performance issue when open a job and save a job and (#3610)
import in items.
https://jira.talendforge.org/browse/TUP-23465
2019-06-14 15:42:55 +08:00
SunChaoqun
1a5abb28c4 TESB-26211:[Docker] Docker Build option is shown in ESB Entry level (#3608)
product
2019-06-14 15:28:14 +08:00
kjwang-talend
761faebe1f TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix can't guess query problem) (#3607)
* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955

* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955
2019-06-14 14:35:37 +08:00
wang wei
f6985356e2 fix(TDI-40979): fix the regression (#3606) 2019-06-14 11:09:07 +08:00
nrousseau
a8bdda6260 babili-export (#3595) 2019-06-14 10:42:39 +08:00
Dmytro Sylaiev
715592ec88 fix(TDI-42396): Bump httputils lib version (#3564) 2019-06-13 19:52:58 +03:00
wang wei
d85fc8062f fix(TDI-42382): Class path contains multiple SLF4J bindings (#3602) 2019-06-13 21:13:43 +08:00
SunChaoqun
d89eecbb6a TESB-26208:Cannot build route kar when Studio path contains space (#3604) 2019-06-13 20:15:19 +08:00
hcyi
08d63c6593 fix(TUP-23460):[TaCoKit] Empty widget has null value as string. (#3605)
* fix(TUP-23460):[TaCoKit] Empty widget has null value as string.

* fix(TUP-23460):[TaCoKit] Empty widget has null value as string.
2019-06-13 19:19:59 +08:00
ypiel
3336cc4f2a feat(TDI-40979) : support of MS CRM v9.1 web API
* feat(TDI-40979) : support MSCRM 9.1 in output

* feat(TDI-40979) : support MSCRM 9.1 in input

* feat(TDI-40979) : Add custum entity label for V9.1

* feat(TDI-40979) : no support of wep api 9.1 in premise

* feat(TDI-40979) : no support of wep api 9.1 in premise
2019-06-13 09:59:40 +02:00
Chao MENG
ab6e1bcab2 fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with (#3603)
other metadata
https://jira.talendforge.org/browse/TUP-23282
2019-06-13 11:30:38 +08:00
Chao MENG
11ebc42052 fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with (#3600)
other metadata
https://jira.talendforge.org/browse/TUP-23282
2019-06-12 19:58:40 +08:00
Hanna Liashchuk
749dbb0056 fix(TBD-8708): code enhancement (#3599) 2019-06-12 14:03:48 +03:00
SunChaoqun
70ecc767c2 TESB-26160:When build docker image, the offline mode will not switch to (#3597)
online mode automatically
2019-06-12 18:00:56 +08:00
Chao MENG
a755e15b57 fix(TUP-23432): NPE when single selecting build job (#3596)
fix(TUP-23432): NPE when single selecting build job
https://jira.talendforge.org/browse/TUP-23432
2019-06-12 17:58:32 +08:00
Stéphane Bouchet
4e814e0b00 TESB-25939 : fix context update when building route and job (#3561)
* TESB-25939 : excluding context from target folder

* TESB-25939 : exclude context from target folder
2019-06-12 11:02:57 +02:00
sponomarova
85f55539d1 fix(TBD-8708): create only if create table option is checked for service account (BigQuery) (#3591) 2019-06-12 12:00:07 +03:00
hcyi
eb79c2bb24 fix(TUP-23157):datastore values are not prefilled when creating a dataset. (#3590)
* fix(TUP-23157):datastore values are not prefilled when creating a
dataset.

* fix(TUP-23157):datastore values are not prefilled when creating a
dataset.
2019-06-12 16:59:31 +08:00
Chao MENG
b638c4219d fix(TUP-23431): java heap OutOfMemoryError when logon project while (#3594)
fix(TUP-23431): java heap OutOfMemoryError when logon project while running auto tests using oracleJDK11.0.3
https://jira.talendforge.org/browse/TUP-23431
2019-06-12 16:50:54 +08:00
jiezhang-tlnd
44cc58273b Revert "fix(TUP-22198)CommandLine : get error when execute/build job for a job (#3515)" (#3593)
This reverts commit 7d9bcad052.
2019-06-12 16:16:00 +08:00
jiezhang-tlnd
090f229c68 Revert "fix(TUP-22198)CommandLine : get error when execute/build job for a job (#3539)" (#3592)
This reverts commit 88ac38747f.
2019-06-12 16:15:37 +08:00
Jane Ding
7913643cfe fix(TUP-22936)No description for component red/yellow signs (#3586)
https://jira.talendforge.org/browse/TUP-22936
2019-06-12 16:04:29 +08:00
jiezhang-tlnd
4723000ed1 fix(TUP-21179)Studio doesn't commit "Route Resources" to SVN (#3589) 2019-06-12 14:25:17 +08:00
apoltavtsev
2ccf372036 TESB-26145 Including context to published Job (#3588) 2019-06-12 14:07:13 +08:00
Zhiwei Xue
66bee58089 fix(TUP-22972):fix wrong relative path. (#3587) 2019-06-12 11:15:30 +08:00
Sizhao Liu
a9096b87fa feat(TDQ-16495): add controller for crypto file generation (#3569) 2019-06-11 18:37:57 +02:00
Hanna Liashchuk
43bb77fd10 fix(TBD-8787): set allow quoted new lines to true (#3583) 2019-06-11 15:39:02 +03:00
wang wei
84df479b21 fix(TDI-41573): Enable secure processing + disallow doctypes for DocumentBuilderFactory instances (#3471) 2019-06-11 19:56:33 +08:00
wang wei
073cdc59c5 fix(TUP-23399): fix it in the javajet part, use another api to replace the one which is not stable(#3579) 2019-06-11 19:26:43 +08:00
hwang-talend
53705cb0cc bugfix(TUP-23400):Collaborative work in SVN: one user delete a job, (#3581)
another user will hang on in "User operation is waiting" page after
click refresh.
2019-06-11 19:13:09 +08:00
Chao MENG
6e65632136 chore: temp fix to remove unused jars (#3582)
* chore: temp fix to remove unused jars

* chore: temp fix to remove unused jars
2019-06-11 18:50:19 +08:00
hwang-talend
908f077ed7 bugfix(TUP-21693):Error log like Resource '/AA/poms/jobs/process/test1' (#3565)
bugfix(TUP-21693):Error log like Resource '/AA/poms/jobs/process/test1' does not exist throw when I rename a folder.
2019-06-11 18:18:40 +08:00
wang wei
1063cb2515 fix(TDI-42071): upgrade daikon to hide the host info (#3570) 2019-06-11 18:03:34 +08:00
Chao MENG
deb7c21ebb chore: resolve compile error in eclipse (#3578)
chore: resolve compile error in eclipse
2019-06-11 16:55:23 +08:00
Chao MENG
050e05394f fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with other metadata (#3577)
* fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with
other metadata
https://jira.talendforge.org/browse/TUP-23282

* fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with
other metadata
https://jira.talendforge.org/browse/TUP-23282
2019-06-11 15:52:21 +08:00
Chao MENG
edf1761902 fix(TUP-23285): Problem with deleting dataset/datastore (#3576)
https://jira.talendforge.org/browse/TUP-23285
2019-06-11 15:24:30 +08:00
hcyi
6c3e0371e4 fix(TUP-23157):datastore values are not prefilled when creating a (#3575)
dataset.
2019-06-11 15:23:02 +08:00
Chao MENG
382e00f01a fix(TUP-23285): Problem with deleting dataset/datastore (#3574)
https://jira.talendforge.org/browse/TUP-23285
2019-06-11 12:16:49 +08:00
wang wei
17fe4095c3 fix(TDI-41636): adjust the maven path to use the one in maven center (#3571) 2019-06-11 11:35:08 +08:00
Chao MENG
920e1eecb9 fix(TUP-23285): Problem with deleting dataset/datastore (#3568) (#3572)
https://jira.talendforge.org/browse/TUP-23285
2019-06-11 11:33:33 +08:00
Irene Wang
d7142d5368 DEVOPS-6106 Update copyright year to 2019 2019-06-10 17:38:21 +02:00
Chao MENG
b8a3d07386 fix(TUP-23285): Problem with deleting dataset/datastore (#3568)
https://jira.talendforge.org/browse/TUP-23285
2019-06-10 21:50:44 +08:00
wang wei
b4e9b399f0 fix(TDI-42483): DEBUG or INFO display in studio console while should not (#3566) 2019-06-10 19:03:14 +08:00
Zhiwei Xue
0cfed2dce1 fix(TUP-22972):use relative folder classpath only for cxf related job. (#3567) 2019-06-10 18:33:34 +08:00
nrousseau
a0aa4e336d Revert "fix(TUP-22635) add missing dependency for server"
This reverts commit de666438af.
2019-06-10 18:04:50 +08:00
Chao MENG
a980713d98 fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with other metadata (#3559)
* fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with
other metadata
https://jira.talendforge.org/browse/TUP-23282

* fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with
other metadata
https://jira.talendforge.org/browse/TUP-23282

* fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with
other metadata
https://jira.talendforge.org/browse/TUP-23282

* fix(TUP-23285): Problem with deleting dataset/datastore
https://jira.talendforge.org/browse/TUP-23285

* fix(TUP-23285): Problem with deleting dataset/datastore
https://jira.talendforge.org/browse/TUP-23285

* upgrade tacokit version to 1.1.10
2019-06-10 17:40:00 +08:00
nrousseau
6c4744064d fix(TUP-22553) remove jars 2019-06-08 11:02:39 +08:00
nrousseau
b6f9308f8f fix(TUP-22574) remove unused jar 2019-06-08 10:47:46 +08:00
Dmytro Sylaiev
4979ee9155 Dsylaiev/tdi 42396 upgrade jackson dependencies (#3562)
* fix(TDI-42396): Upgrade jackson dependencies to 2.9.9

* fix(TDI-42396): Downgrade jackson annotations version

* fix(TDI-42396): Upgrade jackson core dependency for bigQuerySQL

* fix(TDI-42396): Upgrade jackson databind in custom lib
2019-06-07 00:04:23 +08:00
talend-vlesquere
5a4af8a2b5 bug(TDQ-17136) : add Data Privacy Family (#3560) 2019-06-06 15:58:15 +02:00
Jane Ding
9ac41a5e9b fix(TUP-21920) fix wrong warning message (#3558)
https://jira.talendforge.org/browse/TUP-21920
2019-06-06 19:08:28 +08:00
Chao MENG
ff09c10a8c fix(TUP-21073): [GuessSchema] Guess Schema process fails in case of messages in error stream (#3521)
* fix(TUP-21073): [GuessSchema] Guess Schema process fails in case of
messages in error stream
https://jira.talendforge.org/browse/TUP-21073
2019-06-06 17:56:09 +08:00
hwang-talend
1ff71cdf9b bugfix(TUP-23322):context value doesn't update after publishing the job (#3555)
bugfix(TUP-23322):context value doesn't update after publishing the job to release repository
2019-06-06 17:20:00 +08:00
wang wei
dc5c90a84a fix(TDI-42464): Update tcomp in studio to 0.27.0 / daikon to 0.31.6 (#3557) 2019-06-06 16:45:40 +08:00
SunChaoqun
f9910b2961 TESB-26058:Docker - Build Job Dialog - Remove DI / BD Docker Option when (#3552)
it is an ESB Artifact
2019-06-06 13:27:21 +08:00
Jane Ding
c6fceb0bb4 fix(TUP-22359)Broken Data Schema UI (#3556)
https://jira.talendforge.org/browse/TUP-22359
2019-06-06 11:06:58 +08:00
Dmytro Sylaiev
bf7e13c7a1 feat(TDI-42393): Add a migration task for renaming Couchbase (#3529) 2019-06-05 14:25:39 +03:00
wang wei
641e5fe53d fix(TDI-42071): PoC for job runtime information publishing (#3523) 2019-06-05 17:58:19 +08:00
msjian
ca034b3e79 fix(TDQ-17129): fix a migration error (#3548) 2019-06-05 15:48:21 +08:00
hwang-talend
ff00c24fa6 bugfix(TUP-23228):The order of schema changed when ticked "used column" (#3525)
bugfix(TUP-23228):The order of schema changed when ticked "used column" again
2019-06-05 15:05:05 +08:00
jiezhang-tlnd
a3dd6720a9 fix(TUP-23276)Create excel item failed with unhandled event loop exception (#3546)
* fix(TUP-23276)Create excel item failed with unhandled event loop
exception

* fix(TUP-23276)Create excel item failed with unhandled event loop
exception

* fix(TUP-23276)Create excel item failed with unhandled event loop
exception
2019-06-05 10:58:36 +08:00
jiezhang-tlnd
88ac38747f fix(TUP-22198)CommandLine : get error when execute/build job for a job (#3539)
* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets

* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets

* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets

* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets
2019-06-05 10:55:26 +08:00
hcyi
0eaa1c37d3 fix(TUP-23260):tacokit : regression : list of string are mal showed. (#3547) 2019-06-05 10:16:15 +08:00
hcyi
0c016539ad fix(TUP-20938):[Layout] Test connection button appears on advanced form. (#3541) 2019-06-04 19:17:39 +08:00
hcyi
8d85ae3bcf fix(TUP-20054):lose the focus on the field. (#3540) 2019-06-04 19:16:59 +08:00
vyu-talend
eced8f049d Revert "Fix(TDI-30725):Make username to uppercase in log4j. (#3456)" (#3549)
This reverts commit f7cbeabea2.
2019-06-04 18:42:09 +08:00
jzhao
4f7e4806ba feat(TDI-41141):Update SalesForce API to 46.0 (#3545)
* feat(TDI-41141):Update SalesForce API to 45.0

* feat(TDI-41141):use latest partner/fowce-wsc jar (46.0.0 )

* feat(TDI-41141):update depend jars
2019-06-04 03:44:44 -05:00
Jane Ding
e53c45ec91 feat(TUP-22833)Remove the addition of context parameters during the (#3511)
build/publish Job
https://jira.talendforge.org/browse/TUP-22833
2019-06-04 14:48:45 +08:00
Jane Ding
d745e85e80 Jding/tup 23168 add mvn for some import (#3537)
* fix(TUP-23168)Install external library issues
https://jira.talendforge.org/browse/TUP-23168

* fix(TUP-23168)Install external library issues
https://jira.talendforge.org/browse/TUP-23168

* fix(TUP-23168)Install external library issues
https://jira.talendforge.org/browse/TUP-23168
2019-06-04 14:09:51 +08:00
Romain Manni-Bucau
d8ddb9ea8d basic date support (coming Talend Component Kit 1.1.10) (#3544) 2019-06-04 07:37:41 +02:00
Zhiwei Xue
15903a6035 fix(TUP-22972):use relative classpath for CXF. (#3528)
* fix(TUP-22972):use relative classpath for CXF.

* fix(TUP-22972):avoid to use moduleName.
2019-06-04 11:00:45 +08:00
Jean-Philippe HAUTIN
48776bd500 fix(TUP-23325): fix blank Panel in case a group is not visible (#3543) 2019-06-04 10:47:41 +08:00
sponomarova
1dba3f709c fix(TBD-8708): fix action on data for service account (#3542) 2019-06-03 16:04:36 +03:00
Dmytro Sylaiev
760695d667 fix(TDI-42396): Upgrade jackson dependencies to 2.9.9 (#3514)
* fix(TDI-42396): Upgrade jackson dependencies to 2.9.9

* fix(TDI-42396): Downgrade jackson annotations version

* fix(TDI-42396): Upgrade jackson core dependency for bigQuerySQL
2019-06-03 11:59:37 +03:00
kjwang-talend
439ed80209 Fix TUP-23244 Studio continuously throw "Attach is not supported for target JVM" after memory run (#3530)
* Fix TUP-23244 Studio continuously throw "Attach is not supported for
target JVM" after memory run
https://jira.talendforge.org/browse/TUP-23244

* Fix TUP-23244 Studio continuously throw "Attach is not supported for
target JVM" after memory run
https://jira.talendforge.org/browse/TUP-23244

* Fix TUP-23244 Studio continuously throw "Attach is not supported for
target JVM" after memory run
https://jira.talendforge.org/browse/TUP-23244
2019-06-03 15:47:18 +08:00
wang wei
9d1aaf5eb6 fix(TDI-42223): update woodstox-core jar (#3457) 2019-06-03 10:21:35 +08:00
wang wei
44c5ae1188 fix(TDI-42433): close the stream like before, we need to keep the old action for the old job (#3536)
* fix(TDI-42433): close the stream like before, we need to keep the old
action for the old job

* fix(TDI-42433): adjust details

* fix(TDI-42433): bump version
2019-06-03 09:53:36 +08:00
chmyga
afd28a60a7 feat(TDI-42387): BigQuerySQLRow for DI in javajet (#3507)
* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix review comments

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Add icon

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix compiler error

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix PR comments

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix error for DROP TABLE query
2019-05-31 14:58:38 +03:00
vyu-talend
6c0aa872d1 Fix(TDI-42407):Fix the issue which causes missing data while use (#3522)
tFileInputExcel
2019-05-31 18:36:58 +08:00
wang wei
5e2adf3b59 fix(TDI-41947): process the null for UUID db type (#3520) 2019-05-31 15:46:00 +08:00
jiezhang-tlnd
7d9bcad052 fix(TUP-22198)CommandLine : get error when execute/build job for a job (#3515)
using nested joblets
2019-05-31 15:08:57 +08:00
vyu-talend
beccde8115 Fix(TDI-42321):Change pom.xml in org.talend.libraries.custom(save (#3518)
version)
2019-05-31 10:14:17 +08:00
Jane Ding
82c44cb161 fix(TUP-22237)tFixedflowinput converting string to garbage value (#3516)
* fix(TUP-22237)tFixedflowinput converting string to garbage value
https://jira.talendforge.org/browse/TUP-22237
2019-05-30 18:29:22 +08:00
wchen-talend
7a358e8a86 fix(TUP-22955):java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (#3526) 2019-05-30 15:20:30 +08:00
Zhiwei Xue
db6a8499a6 fix(TUP-22854):clear code build cache after installing jars (#3502) 2019-05-30 10:57:17 +08:00
SunChaoqun
bdb00c3ffe TESB-25922:Docker pubish: No progress bar in publish route dialog (#3519) 2019-05-29 18:49:28 +02:00
Hanna Liashchuk
bf6773f64d fix(TBD-8649): activated option allowLargeResult for BigQuery service account 2019-05-29 17:54:19 +02:00
wang wei
9ad74ecc14 fix(TDI-41636): support AS400 V7R3 (#3513)
* fix(TDI-41636): support AS400 V7R3

* fix(TDI-41636): support AS400 V7R3

* fix(TDI-41636): relabel
2019-05-28 02:44:21 -05:00
vyu-talend
f95cf3095d Fix(TDI-42321):Make a zipped file that is protected by password iterate, (#3503)
* Fix(TDI-42321):Make a zipped file that is protected by password iterate,
thus the tJava could print global variable.Change the building tool from
Ant to Maven.

* Fix(TDI-42321):Change the path of talendzip-1.0.jar in
tFileArchive_java.xml and delete the previous talendzip.jar

* Change the path of talendzip.jar in tFileUnarchive_java.xml

* Fix(TDI-42321):Remove the jar from tFileArchive folder. And put it in
the org.talend.libraries.custom/lib.

* Fix(TDI-42321):Make more changes about the talendzip*.jar.
2019-05-28 14:31:17 +08:00
wang wei
f04471fc4b fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11 (#3452)
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11

* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11

* fix(TDI-42241): fix something, but seems should remove the file

* fix(TDI-42241): add back url path

* fix(TDI-42241): fix the build for poi

* fix(TDI-42241): fix the build for poi

* fix the MF file
2019-05-28 01:27:03 -05:00
vyu-talend
0fbd040375 Fix(TDI-42316):Deprecation. (#3476) 2019-05-28 14:17:48 +08:00
jzhao
8dbfce2c5e fix(TDI-42356):ClassCastException with dynamic schema and data source alias from table with column of type nvarchar(max) (#3504)
* fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max)

* TalendNTextImpl from talend lib to a patched jtds
* Add maven project to build patched jtds with TalendNTextImpl
* update talend lib talend_DB_mssqlUtil
* update depends on component side

* fix(TDI-42356):exclude jtds jar in osgi bundle

* fix(TDI-42356):fix missing changes for stats and logs with database
config

* fix(TDI-42356):change the GAV of build jar and maven path in components

* fix(TDI-42356):change the version of jar
2019-05-27 18:29:42 +08:00
Nicolas Rousseau
6be3b53b66 Revert "fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed (#3453)"
This reverts commit 1e8bb0243f.
2019-05-25 23:22:19 +08:00
Zhiwei Xue
4c8c6a1880 fix(TUP-22965):Move sdk component start code to logon project phase. (#3508) 2019-05-24 18:59:46 +08:00
hzhao-talendbj
12266fb558 Hengzhao/bugfix/tup 21754 db query differ with sql builder2 (#3500)
* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.

https://jira.talendforge.org/browse/TUP-21754

* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.

https://jira.talendforge.org/browse/TUP-21754

* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.

https://jira.talendforge.org/browse/TUP-21754

* fix(TUP-21754)When use the db query in job, it will get a different
result from its result in sql builder
2019-05-24 11:43:56 +08:00
sponomarova
d43f50301d fix(TBD-8708): tBigqueryOutput - some enhancement (#3506) 2019-05-23 15:46:56 +03:00
sponomarova
651dca75e1 fix(TBD-8708): Create table option if it doesn't exist for service account (#3501)
* fix(TBD-8708): tBigqueryOutput - Create table option if it doesn't exist for service account

* fix(TBD-8708): tBigqueryOutput - Create table option if it doesn't exist for service account
2019-05-23 10:55:12 +03:00
hcyi
1b63647758 fix(TUP-22117):Create resource item message contains "route" (#3499) 2019-05-23 10:16:34 +08:00
jzhao
729173ede5 feat(TDI-41303):Rename SalesforceWave components in SalesforceEinstein (#3494)
* feat(TDI-41303):Rename SFWave components in SalesforceEinstein

* rename components

* feat(TDI-41303):add migration task

* feat(TDI-41303):change wrong month in migration task
2019-05-22 15:10:23 +08:00
hwang-talend
93c2286a3d bugfix(TUP-22887):sorting schema order cause a tMatchgroup regression (#3496)
bugfix(TUP-22887):sorting schema order cause a tMatchgroup regression
2019-05-21 14:23:06 +08:00
Jane Ding
10b2c3d49c fix(TUP-22701)[MacOS] tMap - Can't save field in expression (#3492)
https://jira.talendforge.org/browse/TUP-22701
2019-05-21 13:11:39 +08:00
Ivan Gonchar
623e5e735c fix(TUP-23123): fix indent between component properties for Windows (#3495) 2019-05-21 10:52:33 +08:00
hcyi
b5f5408107 fix(TUP-21479):Improve for ELT*MAP generate wrong update query. (#3478)
* fix(TUP-21479):ELTMSSQLMAP generate wrong update query.

* fix(TUP-21479):ELTMSSQLMAP generate wrong update query.

* fix(TUP-21479):Improve for ELT*MAP generate wrong update query.
2019-05-21 10:00:35 +08:00
hcyi
b644b098ab fix(TUP-22587):NameNode URI fields changes to default value after (#3493)
changing the HDP version.
2019-05-21 09:48:12 +08:00
Mike Yan
17b79f09dd fix(TESB-25692): Set to jave 1.8 in manifest after Java11 compiled (#3488) 2019-05-20 16:45:38 +02:00
hwang-talend
ab0b18de8e Hwang/tup 23064 (#3482)
* Revert "bugfix(TUP-22744):711 built batch job doesn't run fine (#3445)"
2019-05-20 15:47:37 +08:00
SunChaoqun
13af5d47de TESB-25671:Build DemoREST as MS Jar with maven script (#3491) 2019-05-20 15:32:35 +08:00
jiezhang-tlnd
9f2241d8b6 fix(TUP-22980)After create another version for a job, when add another schema for trowgenerator, it will not saved (#3479)
* fix(TUP-22980)After create another version for a job, when add another
schema for trowgenerator, it will not saved

* fix(TUP-22980)After create another version for a job, when add another
schema for trowgenerator, it will not saved

* fix(TUP-22980)After create another version for a job, when add another
schema for trowgenerator, it will not saved
2019-05-20 11:47:12 +08:00
Chao MENG
fc0c54b7a4 item(TUP-23098): Upgrade tacokit to release version of 1.1.9 (#3486)
https://jira.talendforge.org/browse/TUP-23098
2019-05-20 10:17:26 +08:00
Hanna Liashchuk
2a4d457539 fix(TBD-8649): activated option allowLargeResult for BigQuery service… (#3485)
* fix(TBD-8649): activated option allowLargeResult for BigQuery service account

* Update tBigQueryInput_begin.javajet

* Update tBigQueryInput_begin.javajet

* Update tBigQueryInput_begin.javajet
2019-05-17 15:29:32 +03:00
jiezhang-tlnd
d34b53d93b fix(TUP-20851)Tmap with Die on error uncheck doesn't create ErrorReject (#3483)
Output
2019-05-17 18:05:36 +08:00
Romain Manni-Bucau
61f412cbf7 exception handling (#3489) 2019-05-17 11:56:52 +02:00
Romain Manni-Bucau
cf0df8515f Avoid NPE when java.coordinates property is not set (#3487) 2019-05-17 11:03:59 +02:00
Tao Tao
f8b2cbcbd2 fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + (#3276)
* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* kjwang/Fix TUP-21205 Remove CryptoHelper (Update daikon verion)
https://jira.talendforge.org/browse/TUP-21205

* kjwang/Fix TUP-21205 Remove CryptoHelper (Update daikon verion)
https://jira.talendforge.org/browse/TUP-21205
2019-05-17 10:48:27 +08:00
vyu-talend
bb41056c26 Vyu/tdi 41654 deprecate mysql 4 (#3475)
* Fix(TDI-41654):Deprecate mysql4.

* Fix(TDI-41654):Deprecate mysql4.

* Fix(TDI-41654):tELTMysqlMap also need to be modified.
2019-05-17 10:38:26 +08:00
vyu-talend
2fa6fa6042 Fix(TDI-42251):Change WSDL URL. (#3469)
* Fix(TDI-42251):Change WSDL URL.

* Fix(TDI-42251):Clear the default value.
2019-05-16 18:12:16 +08:00
zshen-talend
b7c1385c89 fix(TDQ-16872): Migration for correctly "Custom Matcher" parameter on (#3470)
tmatchGroup component
2019-05-16 17:45:41 +08:00
Jane Ding
80f246ea5c fix(TUP-22908)Talend Studio Mac OS Mojave 10.14 : Hangs or Crashes when (#3480)
trying to set "Fields to extract" Column name in Metadata -> File XML
https://jira.talendforge.org/browse/TUP-22908
2019-05-16 10:20:17 +08:00
SunChaoqun
71a68d4554 TESB-23808:Cannot build osgi bundle correctly with checking "Add maven script"(#3474) 2019-05-15 14:38:07 +08:00
vyu-talend
aac5d2f428 fix(TDI-42081):Add Additional Parameter. (#3451)
* fix(TDI-42081):Add Additional Parameter.

* fix(TDI-42081):Add Additional Parameter.

* Fix(TDI-42081):Add Additional Parameter(Interbase)

* Fix(TDI-42081):Add Additional Parameter(interBase)

* Fix(TDI-42081):Add Additional Parameter(Netezza)

* Fix(TDI-42081):Add Additional Parameter(ParAccel)

* Fix(TDI-42081):Add Additional Parameter(Vector)

* Fix(TDI-42081):Change the question mark to a semicolon.

* Fix(TDI-42081):Change the question mark to a semicolon.
2019-05-15 11:36:18 +08:00
Romain Manni-Bucau
1874473f00 ensure activeif is respected for update button (#3473) 2019-05-14 18:17:18 +02:00
Romain Manni-Bucau
c5c8697911 ensure TACOKIT_SUGGESTABLE_TABLE leads to valid configuration (#3472) 2019-05-14 17:23:29 +02:00
Emmanuel GALLOIS
9312e207c8 fix(TDI-41920): fix encoding issue when file.encoding is not utf8 (#3353)
* fix(TDI-41920): fix encoding issue when file.encoding is not utf8 and store on disk is set
2019-05-14 15:55:11 +02:00
jiezhang-tlnd
2cbb343d01 fix(TUP-22284)Update Detection keep popping until we select all context group (#3463)
* fix(TUP-22284)Update Detection keep popping until we select all context
group

* fix(TUP-22284)Update Detection keep popping until we select all context
group

* fix(TUP-22284)Update Detection keep popping until we select all context
group
2019-05-14 19:38:15 +08:00
vyu-talend
7aa164b753 Fix(TDI-42251):Fix the invalid WSDL URL. (#3465) 2019-05-13 11:04:28 +08:00
jiezhang-tlnd
a76dc7b029 fix(TUP-22520)tDBConnection is not used in the tDB components Joblet issue (#3454)
* fix(TUP-22520)tDBConnection is not used in the tDB components Joblet
issue

* fix(TUP-22520)tDBConnection is not used in the tDB components - Joblet
issue
2019-05-13 10:12:43 +08:00
Chao MENG
1e8bb0243f fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed (#3453)
fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed to generate code. /java.lang.reflect.InvocationTargetException
/java.lang.NullPointerException
https://jira.talendforge.org/browse/TUP-22906
2019-05-10 19:18:40 +08:00
vyu-talend
bfdc3d8c94 Fix(TDI-42251):Make change of default WSDL URL. (#3459) 2019-05-10 17:49:58 +08:00
vyu-talend
f7cbeabea2 Fix(TDI-30725):Make username to uppercase in log4j. (#3456) 2019-05-10 11:25:00 +08:00
vyu-talend
4512ee5e5b Fix(TDI-42300):Make variable name unique (#3462) 2019-05-10 11:11:20 +08:00
chmyga
413f98e6f3 fix(TUP-21896): replace internal sun classes (#3214)
* Remove legacy ssl configuration
2019-05-10 11:10:58 +08:00
kuanwang
3acb1e663e TUP-22747 ExpressionTest (#3458) 2019-05-09 14:50:34 +08:00
Xilai Dai
0689190571 TESB-24851, fix the Connection leak in case of Failover mode and OSGi deployment (#3268)
* TESB-24851, fix the Connection leak in case of Failover mode and OSGi deployment

* fix(TESB-24851) fix the Connection leak in another place
2019-05-09 10:38:10 +08:00
wang wei
cfc16c23c2 fix(TDI-41246): SFTP connection fails after multiple executions (#3444)
* fix(TDI-41246): SFTP connection fails after multiple executions

* fix(TDI-41246): do a temp ugly fix, will adjust it later

* fix(TDI-41246): do retry with a bigger scope

* fix(TDI-41246):fix the var scope

* fix something
2019-05-09 09:02:06 +08:00
Chao MENG
5b69be1aaf fix(TUP-22713): Possible thread lock during git update operation (#3449)
* fix(TUP-22713): Possible thread lock during git update operation
https://jira.talendforge.org/browse/TUP-22713
2019-05-08 15:32:30 +08:00
Jane Ding
1ebadeeb5e fix(TUP-22783)TELTPOSTGRESQL MAP Join Operator not working in Ubuntu (#3450)
16.04
https://jira.talendforge.org/browse/TUP-22783
2019-05-08 10:13:36 +08:00
wang wei
f3b8cf6f50 fix(TDI-42100): disable hostname check for ssl (#3447) 2019-05-07 11:41:13 +08:00
Zhiwei Xue
1542e7bb2b fix(TUP-22929):improve cleanUpCodeProject method. (#3448) 2019-05-06 19:07:04 +08:00
hwang-talend
d539ef6965 bugfix(TUP-22744):711 built batch job doesn't run fine (#3445)
* bugfix(TUP-22744):711 built batch job doesn't run fine
2019-05-06 18:17:49 +08:00
jiezhang-tlnd
3c55505275 fix(TUP-22147)There is a NPE error when closing studio (#3443)
* fix(TUP-22147)There is a NPE error when closing studio

* fix(TUP-22147)There is a NPE error when closing studio
2019-05-06 15:31:31 +08:00
dmytroshekera
02e4d71489 fix(TDI-42092): An error occurs on tFileOutputExcel after Iterate when /tmp/profiles folder does not exist (#3419)
* fix(TDI-42092): An error occurs on tFileOutputExcel after
* Iterate when /tmp/profiles folder does not exist.
* reproduce in multithread env - each thread try create
* folder. First thread create. Second crash because folder exist
2019-04-30 14:44:53 +03:00
SunChaoqun
928f980a63 TESB-25671:Build DemoREST as MS Jar with maven script (#3442) 2019-04-30 17:50:12 +08:00
kuanwang
f546409acb TUP-22747 delete useless class (#3441) 2019-04-29 16:40:09 +08:00
jiezhang-tlnd
31d35c048c fix(TUP-22484)Random issue: Compile error for simple job sometimes (#3438) 2019-04-29 11:12:43 +08:00
jiezhang-tlnd
ef708a8348 fix(TUP-22484)Random issue: Compile error for simple job sometimes (#3436)
* fix(TUP-22484)Random issue: Compile error for simple job sometimes

* fix(TUP-22484)before create maven project, clean the folder.

* fix(TUP-22484)Random issue: Compile error for simple job sometimes
2019-04-29 10:41:26 +08:00
wang wei
3909cadc0b fix(TDI-42241): make sybase components work in java 11 too (#3434)
* fix(TDI-42241): make sybase components work in java 11 too

* fix(TDI-42241): fix tsybaserow

* fix(TDI-42241): fix tcreatetable
2019-04-28 11:52:33 +08:00
wang wei
1292ddfa8b fix(TDI-42239): tLogCatcher and tAssertCatcher cause compilation error when used together(#3432) 2019-04-28 10:32:24 +08:00
hwang-talend
0c5e483893 bugfix(TUP-22744):711 built batch job doesn't run fine (#3423)
bugfix(TUP-22744):711 built batch job doesn't run fine
2019-04-28 10:13:02 +08:00
Jane Ding
f0b64d92c5 fix(TUP-22681)Job in CI Builder gets generated and deployed, but doesn't (#3427)
show as a Tag
https://jira.talendforge.org/browse/TUP-22681
2019-04-26 16:12:36 +08:00
Jane Ding
910b4d80d9 fix(TUP-22751)Message when trying to import a project having the same (#3431)
fix(TUP-22751)Message when trying to import a project having the same name as existing project is odd
https://jira.talendforge.org/browse/TUP-22751
2019-04-26 10:21:28 +08:00
Jane Ding
50771134b2 fix(TUP-22804)Job with component tSAPIDOCOutput not getting built (#3430)
https://jira.talendforge.org/browse/TUP-22804
2019-04-26 10:00:26 +08:00
hwang-talend
e79dbfc65a Hwang/tup 22649 (#3413)
* bugfix(TUP-22649):tELTOracleMap : wrong Generated SQL Select query after
patch TPS-2944
2019-04-25 14:59:01 +08:00
Hanna Liashchuk
a50648cc5c fix(TBD-8566): correct context var replacement in subqueries (#3420) 2019-04-24 16:13:52 +03:00
wang wei
0141a2021d fix(TDI-42186): sure to close the stream (#3428) 2019-04-24 12:30:35 +08:00
Laurent BOURGEOIS
b8c37376ea fix(TBD-8587) : Compiler error when di job use hbase components (#3426) 2019-04-23 22:39:19 +02:00
Antoine Parent
7c153538f9 fix(TBD-8603): tHiveRow compile error (#3425)
* fix(TBD-8603): tHiveRow compile error

Only add the log.info if log4j is enabled

* fix(TBD-8603): tHiveRow compile error

Only add the log.info if log4j is enabled
2019-04-23 17:55:22 +02:00
wang wei
da645d3ef4 fix(TDI-42223): some components not works when use java 11 (#3421) 2019-04-23 19:04:32 +08:00
wang wei
264c9bda35 fix(TDI-42100): Upgrade to ActiveMQ 5.15.9 in tMom/tSAP components (#3422) 2019-04-23 18:45:33 +08:00
Chao MENG
bcd9620908 feat(TUP-21546): Add commit mode on the studio (#3415)
https://jira.talendforge.org/browse/TUP-21546
2019-04-23 16:14:13 +08:00
hwang-talend
bb377c59f2 bugfix(TUP-22426):6.5.1]Test Case generation on tRunJob gives (#3417)
bugfix(TUP-22426):6.5.1]Test Case generation on tRunJob gives compilation error "row1 cannot be resolved to a variable"
2019-04-22 18:31:32 +08:00
nrousseau
ec0162809c fix wrong setup (#3418) 2019-04-22 12:19:48 +02:00
sizhaoliu
32a0fa4f21 feat(TDQ-16376): no need to migrate if CATEGORY field is present (#3416) 2019-04-19 16:37:55 +02:00
wang wei
480d80db93 fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet components (#3371)
* fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet
components

* fix(TDI-42053): revert the changeset for tacokit integration part

* fix(TDI-42053): revert the changeset for bigdata components
2019-04-19 18:01:49 +08:00
Hanna Liashchuk
5d074a1787 fix(TBD-8573): correct parsing date values from BigQuery (#3414) 2019-04-18 16:42:15 +03:00
hwang-talend
84eea35c62 bugfix(TUP-22435):tMap lost look-up details (#3403)
bugfix(TUP-22435):tMap lost look-up details
2019-04-17 18:00:26 +08:00
wang wei
79fe200121 fix(TDI-42172): not import activemq jar for ESB runtime (#3411) 2019-04-17 10:10:41 +08:00
hcyi
8e9614b94d fix(TUP-22587):NameNode URI fields changes to default value after (#3390)
changing the HDP version.
2019-04-16 17:13:00 +08:00
Hanna Liashchuk
396696ed31 fix(TBD-8570): correct error message handling (#3407) 2019-04-16 10:49:25 +03:00
hwang-talend
195932029b bugfix(TUP-22426):[6.5.1]Test Case generation on tRunJob gives (#3375)
compilation error "row1 cannot be resolved to a variable"
2019-04-16 12:48:09 +08:00
Zhiwei Xue
7f77637515 workitem(TUP-22161):Update version of CI plugins. (#3335) 2019-04-16 10:45:16 +08:00
Jane Ding
f4ae68641f fix(TUP-22620)java.lang.StackOverflowError exception when opening the (#3402)
job in studio
https://jira.talendforge.org/browse/TUP-22620
Since my new added test testCheckCircle is the first one to execute, it
used common variable node broke other test balance. Modify to use it own
private variable.
2019-04-15 17:09:01 +08:00
wang wei
0a49c27be6 TESB-25479 Switching to activemq 5.15.5 (#3385) (#3401)
* TESB-25479 Switching to activemq 5.15.5

* Switching to activemq 5.15.5 for tMomInputLoop

* Switching to activemq 5.15.5 for tMomOutput

* fix the maven path
2019-04-12 16:11:09 +08:00
hwang-talend
9711b099f9 Revert "bugfix(TUP-21895):An error has occurred. UNEXPECTED_EXCEPTION when (#3216)" (#3396)
Revert "bugfix(TUP-21895):An error has occurred. UNEXPECTED_EXCEPTION when
This reverts commit d553d5ed06.
2019-04-12 10:21:15 +08:00
Zhiwei Xue
8840aa1f78 fix(TUP-22619):Miss talend.project in final zip when publishing job in (#3387)
commandline.
2019-04-11 17:21:26 +08:00
wang wei
9093da5300 fix(TDI-42141): tReplacelist not replacing in order (#3398) 2019-04-11 17:03:39 +08:00
Denis Sergent
7c99ec2246 TESB-25472 Avoid InvalidThreadAccess to get the real error (#3393) 2019-04-11 10:39:59 +02:00
Jane Ding
a8285120c7 fix(TUP-22620)java.lang.StackOverflowError exception when opening the (#3391)
* fix(TUP-22620)java.lang.StackOverflowError exception when opening the
job in studio
https://jira.talendforge.org/browse/TUP-22620

* fix(TUP-22620)java.lang.StackOverflowError exception when opening the
job in studio
https://jira.talendforge.org/browse/TUP-22620
2019-04-11 15:50:31 +08:00
nrousseau
de666438af fix(TUP-22635) add missing dependency for server 2019-04-11 15:42:06 +08:00
Romain Manni-Bucau
8189d3d0f9 TUP-22648 ensure schema column types ar enot lost for talend component kit components (#3394) 2019-04-10 16:47:32 +02:00
wang wei
4bde039bff fix(TDI-42126): tHttpRequest cannot correctly handle multi-byte characters(#3392) 2019-04-10 18:29:35 +08:00
sizhaoliu
9b030dfc71 feat(TDQ-16376): add migration task for tDataMasking UI changes (#3384)
* feat(TDQ-16376): add migration task for tDataMasking UI changes

* remove debug info + extract constant

* fix issues with some functions and Spark/SparkStreaming jobs
2019-04-09 18:10:03 +02:00
wang wei
59f6d682da fix(TDI-29956): Lookup from tRESTClient ClassNotFoundException (#3380) 2019-04-09 18:31:59 +08:00
wang wei
54c6014e47 fix(TDI-24330): tSystem create a new row when using global variable output(#3381) 2019-04-09 18:28:59 +08:00
Romain Manni-Bucau
40654c88e4 preparing talend component kit 1.1.9 upgrade (#3383) 2019-04-09 18:23:30 +08:00
dlin-talend
df6a748a15 TUP-22445:Change new branding images for 7.2 (#3377) 2019-04-09 18:18:30 +08:00
hcyi
7e4a8d13ea fix(TUP-22590):CVE vulnerabilities - Eclipse Jetty Upgrade. (#3378)
* fix(TUP-22590):CVE vulnerabilities - Eclipse Jetty Upgrade.

* fix(TUP-22590):CVE vulnerabilities - Eclipse Jetty Upgrade.
2019-04-09 11:59:29 +08:00
TKaczynski
70540b48e9 fix(TBD-8343): NoSuchMethodError when Having tGSConnection and tS3Connection Components Within one Job (#3379)
update import
2019-04-08 14:35:08 +02:00
hcyi
ce6691a31b fix(TUP-22521):tHiveMap- Unexpected SQL syntax for 'case when (#3372)
...then....else' condition.
2019-04-08 15:26:27 +08:00
Roman
2106f0dd3b feat(TDI-41387): fix migration task (#3289) 2019-04-04 13:43:23 +03:00
jiezhang-tlnd
9d4816bc69 fix(TUP-22201)Cannot show suggestion of methods in tJava (#3376) 2019-04-04 18:24:08 +08:00
SunChaoqun
649b3a812c TESB-25438:SAM/Locator not work when tRestClient job deploy to Runtime (#3368) 2019-04-03 15:20:08 +08:00
Jane Ding
fd97d3b4e7 fix(TUP-21920)Nullpointer on build job (#3336)
https://jira.talendforge.org/browse/TUP-21920
Loop dependency classpath issue caused main class not found
2019-04-03 14:59:11 +08:00
jiezhang-tlnd
1568163ff8 fix(TUP-22395)Shouldn't be overwrite button for creating unexist (#3366)
directory for build job
2019-04-03 10:48:24 +08:00
jiezhang-tlnd
9dba659c3c fix(TUP-22395)Shouldn't be overwrite button for creating unexist directory for build job (#3362)
* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job

* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job

* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job

* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job
2019-04-03 10:32:26 +08:00
jiezhang-tlnd
9355e5b4a6 Jzhang/bugfix/tup 22165 progress information is not correct when building job reopen (#3357)
* fix(TUP-22165)Progress Information isn't correct when building job

* fix(TUP-22165)Progress Information isn't correct when building job
2019-04-03 10:07:57 +08:00
Jane Ding
0c0b4d0317 fix(TUP-22269)Twebservice throwing Null Pointer Exception (#3364)
https://jira.talendforge.org/browse/TUP-22269
2019-04-02 19:01:48 +08:00
Mike Yan
a90a9434a8 fix(TESB-25116): Fixed NPE for data viewer (#3363) 2019-04-02 16:49:39 +08:00
Liu Xinquan
b8bf58f282 TDQ-16354 TOP i18n preference page (#3344) 2019-04-02 16:35:12 +08:00
msjian
29159385b5 feat(TDQ-15039): support bigQuery type to generate correct query (#3356) 2019-04-02 16:21:05 +08:00
wang wei
3c522e7b15 fix(TDI-42072): NullPointerException when using the tDie component in the child job and execute the job from the parent job.(#3352) 2019-04-02 16:01:06 +08:00
Jane Ding
17fd958ce5 fix(TUP-22342)Joblet referring to objects that do not exist (#3355)
https://jira.talendforge.org/browse/TUP-22342
2019-04-02 10:17:15 +08:00
slushatel
2307f13545 feat(TDI-41963): change jdbc driver version from 1.2.16.1027 to 1.2.2… (#3327)
* feat(TDI-41963): change jdbc driver version from 1.2.16.1027 to 1.2.20.1043

* feat(TDI-41963): change redshift module name to "redshift-jdbc42-no-awssdk-1.2.20.1043.jar"
2019-04-01 14:37:36 +03:00
Chao MENG
f9e7590713 fix(TUP-22470): NPE shows after opening edit in conflict page and (#3348)
fix(TUP-22470): NPE shows after opening edit in conflict page and resolving the conflict
https://jira.talendforge.org/browse/TUP-22470
2019-04-01 14:34:13 +08:00
wang wei
275fab14f8 fix(TDI-41944): fix the code generate issue (#3354) 2019-03-30 14:28:44 +08:00
nrousseau
143742acd7 feat(TDI-41943) update tcomp/daikon dependencies 2019-03-30 11:29:01 +08:00
vizotenko-talend
3c52b631e9 bug(TDI-41626): [tCreateTemporaryFile] Safely create a temporary file (#3257) 2019-03-29 13:57:50 +02:00
nrousseau
c534373738 feat(TDI-41943) update tcomp/daikon dependencies 2019-03-29 18:01:26 +08:00
wang wei
338297f3ab fix(TDI-41944): [Java 11] Replace usage of sun.misc.Base64 to java.util.Base64(#3350) 2019-03-29 12:53:19 +08:00
Romain Manni-Bucau
0bb9dc7670 TCOMP-1353 ensure tcomp does not conflict with components (#3347) 2019-03-28 18:27:53 +08:00
chmyga
b3433def41 fix(TDI-42046): error DOCTYPE is disallowed (#3346) 2019-03-28 10:37:55 +02:00
Jane Ding
776437eaf4 fix(TUP-22269)Twebservice throwing Null Pointer Exception (#3349)
https://jira.talendforge.org/browse/TUP-22269
2019-03-28 10:14:51 +08:00
slushatel
372c3bf77a feat(TDI-41787): Upgrade to CXF 3.3.1 (#3338) 2019-03-26 11:28:14 +02:00
Dmytro Sylaiev
4913c935d5 fix(TDI-42024): Change execProt and execPBSZ order (#3333) 2019-03-26 10:14:57 +02:00
jiezhang-tlnd
03b45217a8 fix(TUP-22410)Can't import item which locate at root of disk after (#3345)
eclipse upgrade
2019-03-26 10:48:40 +08:00
wang wei
3e80011d86 fix(TDI-41898): Comment in the query in tJDBCInput component does not work if the job is migrated from 6.2.1 to 7.1.1(#3334) 2019-03-25 18:39:20 +08:00
jiezhang-tlnd
ca3610c9cb fix(TUP-22334)Error pops up when clicking if link (#3321)
* fix(TUP-22334)Error pops up when clicking if link

* fix(TUP-22334)Error pops up when clicking if link
2019-03-25 15:45:44 +08:00
jiezhang-tlnd
4d39844c21 Jzhang/bugfix/tup 22165 progress information is not correct when building job (#3308)
* fix(TUP-22165)Progress Information isn't correct when building job

* fix(TUP-22165)Progress Information isn't correct when building job

* fix(TUP-22165)Progress Information isn't correct when building job
2019-03-25 10:31:40 +08:00
Mike Yan
d7b6c014dd fix(TESB-25116): Fixed JUnit error for NPE (#3331) 2019-03-21 17:41:33 +08:00
Hanna Liashchuk
30288171b7 fix(TBD-8496): field separator for service account bigquery (#3329) 2019-03-20 18:25:46 +01:00
apoltavtsev
7b40eddb53 TESB-24730 Services no longer accessible ( NPE) after route deployment 2019-03-20 13:50:26 +03:00
Vladimir Bogatyrov
f05b633e0e [TESB-25164] Intermittent "ClassNotFoundException: javax.mail.Address" errors (#3326) 2019-03-20 09:27:47 +02:00
Hanna Liashchuk
23aba4a3c4 fix(TBD-8484): REQUIRED/NULLABLE columns are created according to schema (#3324) 2019-03-19 18:21:49 +02:00
chmyga
c47bedbc88 Dchmyga/tdi 41663 secure saxparserfactory config library (#3243)
* fix(TDI-41663): Secure SAXParserFactory config

* Move TalendSAX library from ant to mvn

* fix(TDI-41663): Secure SAXParserFactory config

* Fix classes in talendsax library

* fix(TDI-41663): Secure SAXParserFactory config

* Move talendMQRFH2 library to mvn

* fix(TDI-41663): Secure SAXParserFactory config

* Fix classes in talendMQRFH2 library

* fix(TDI-41663): Secure SAXParserFactory config

* Change talendMQRFH2 library version in talendMQConnectionUtil library

* fix(TDI-41663): Secure SAXParserFactory config

* Remove jars from repository

* Add automatic jars downloading to required plugins

* fix(TDI-41663): Secure SAXParserFactory config

* Update libraries versions in components

* fix(TDI-41663): Secure SAXParserFactory config

* Fix library dependencies

* Fix the build

* Refactor code to fix the tests

* fix(TDI-41663): Secure SAXParserFactory config

* Fix PR comments

* fix(TDI-41663): Secure SAXParserFactory config

* Fix PR comments

* fix(TDI-41663): Secure SAXParserFactory config

* Fix tests

* Remove not required classes

* fix(TDI-41663): Secure SAXParserFactory config

* Fix PR comments

* fix(TDI-41663): Secure SAXParserFactory config

* Bump TalendSAX version

* fix(TDI-41663): Secure SAXParserFactory config

* Remove unnecessary imports
2019-03-19 11:41:19 +02:00
wang wei
531d9d042b fix(TDI-41894): Randomly the job fails with "java.security.SignatureException: Invalid encoding for signature" error. (#3323) 2019-03-19 16:25:28 +08:00
Mike Yan
3e5bafd2c6 fix(TESB-25116):Build microservice jar with ctalendjob is only 2kb (#3317) 2019-03-19 11:15:05 +08:00
Hanna Liashchuk
d10e0a7776 Hliashchuk/fix/tbd 8356 bigquery empty strings (#3322)
* fix(TBD-8356): empty strings handling in bigquery

* fix(TBD-8356): service account empty strings support
2019-03-18 19:00:55 +02:00
chmyga
fed318cea2 fix(TDI-41951): special chars in column comment (#3318)
* Use text escape method usage in SPSOutput and SalesforceWaveBulkExec components
2019-03-18 15:21:37 +02:00
Dmytro Sylaiev
b42c990006 fix(TDI-41896): Upgrade jackson-databind version (#3293)
* fix(TDI-41896): Upgrade jackson-databind version

* fix(TDI-41896): Bump library version
2019-03-15 10:43:45 +02:00
chmyga
99b32aef61 Dchmyga/tdi 41648 replace sun x509 with default algorithm (#3220)
* fix(TDI-41648): Replace SunX509 as the default algorithm

* Move talendssl library to mvn

* fix(TDI-41648): Replace SunX509 as the default algorithm

* Replace SunX509 as default algorithm

* Fix problem when all certificates were trusted by default

* Replace deprecated com.sun classes with javax.security classes

* fix(TDI-41648): Replace SunX509 as the default algorithm

* Add migration task

* fix(TDI-41648): Replace SunX509 as the default algorithm

* remove legacy code with internal sun classes

* fix(TDI-41648): Replace SunX509 as the default algorithm

* Fix talend-ws library class

* Update talend-ws library version

* fix(TDI-41648): Replace SunX509 as the default algorithm

* Update components with new talendssl library version

* Fix PR comment

* Fix formatting

* fix(TDI-41648): Replace SunX509 as the default algorithm

* Fix PR comments

* fix(TDI-41648): Replace SunX509 as the default algorithm

* fix library name to be downloaded during build
2019-03-15 10:35:53 +02:00
kjwang-talend
1aff5b8292 kjwang/Fix-TUP-21903 tSalesForceConnection fix junit (#3314)
https://jira.talendforge.org/browse/TUP-21903
2019-03-15 14:24:24 +08:00
Denis Sergent
aa502fbbda TESB-25045 Authorize Docker Build for job with tRESTClient (#3312)
Fix side effect: unauthorized "Finnish" button while input fields are
correct.
2019-03-14 13:47:34 +01:00
Carlos Carvajal
bb6eaa5c43 Revert "fix(TBD-8356): tBigqueryOutput handles empty strings as null (#3277)" (#3313)
This reverts commit 99951891e9.
2019-03-13 11:43:00 +01:00
Tao Tao
c3f90750df fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context (#3254)
* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.
2019-03-13 16:05:50 +08:00
pyzhou
89402325e7 fix(TDI-41789): Redshift change migration logic (#3304) 2019-03-12 16:55:11 +08:00
hcyi
a6c3a11e54 feat(TUP-21495):Support MFA on studio for the Cloud. (#3253)
* feat(TUP-21495):Support MFA on studio for the Cloud.

* feat(TUP-21495):improve for Support MFA on studio for the Cloud.

* feat(TUP-21495):improve for Support MFA on studio for the Cloud.

* feat(TUP-21495):improve for connection GUI part.

* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch (#3270)

* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063

* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063

* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063

* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch (#3274)

token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063

* fix(TUP-22144)[bug] UX suggestion for layout of password/token.
https://jira.talendforge.org/browse/TUP-22144

* feat(TUP-21495):TUP-22141 [bug] update and save the connection in create
connection page will make the token change.

* feat(TUP-21495):TUP-22140 [bug] In create connection page, there is no
response when click ... button to fetch token if the cloud url is
removed.
2019-03-08 10:31:41 +08:00
Dmytro Sylaiev
f96f3171d1 fix(TDI-41897): Fix compile error on generated code (#3294) 2019-03-07 14:55:22 +02:00
pyzhou
76b1eb7da6 Pyzhou/tdi 41910 t s3 check connection (#3303)
* fix(TDI-41910):tS3Connecyion uncheck connection

* add logic to divide job from 6.3.0 or before
2019-03-07 17:43:15 +08:00
Jane Ding
894ca53e5a fix(TUP-21920) Nullpointer on build job (#3266) 2019-03-07 17:27:38 +08:00
Dmytro Sylaiev
4bc344bec5 fix(TDI-41808): Fix showing pass as clear text NZLoad (#3269)
* fix(TDI-41808): Fix showing pass as clear text NZLoad

* fix(TDI-41808): Rewrite fix to be more efficient

* chore(TDI-41808): Fix indentation

* fix(TDI-41808): Avoid to show real length of password

* fix(TDI-41808): Use constant from util class
2019-03-07 11:13:11 +02:00
Chao MENG
69a9e3ca83 Studio upgrade/eclipse 4.10.0 (#3298)
* fix(TUP-19969): Eclipse upgrade - TOS need to work with eclipse 4.7.0
https://jira.talendforge.org/browse/TUP-19969

* fix(TUP-19969): Eclipse upgrade - TOS need to work with eclipse 4.7.0
https://jira.talendforge.org/browse/TUP-19969

* Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173
Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173
Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173
Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21731): Fix button font color issue for mac / linux

https://jira.talendforge.org/browse/TUP-21731

* item(TUP-21701): Eclipse upgrade - make core part of EE product building

https://jira.talendforge.org/browse/TUP-21701

* fix(TUP-21730)Fix import project (need re-develop new UI) (#3204)

https://jira.talendforge.org/browse/TUP-21730

* fix(TUP-21730)Fix import project (need re-develop new UI) (#3204)

https://jira.talendforge.org/browse/TUP-21730
Fix UI display problem on Linux

* item(TUP-21731): Fix button font color issue for mac / linux

https://jira.talendforge.org/browse/TUP-21731

* fix(TUP-22042): A blank shell is opened when saving job

https://jira.talendforge.org/browse/TUP-22042
I checked the api of Shell on Linux and Windows (Eclipse 4.10)
On Linux, the open method of Shell will open it's parent shell, seems no
way to avoid it.
On Windows, the open method of Shell won't open parent shell.

I think the only way to avoid empty shell on Linux is changing all the
codes which creating empty shell, I think we can even give a null if no
active shell found.

* item(TUP-22069): Cannot run job using tOracleInput

https://jira.talendforge.org/browse/TUP-22069

* fix(TUP-22066)Font color in Run console is black, it should be blue (#3275)

* fix(TUP-22062)Error pops up when typing tJava in job editor (#3273)
2019-03-07 10:21:03 +08:00
hcyi
896bed8875 fix(TUP-21777):[7.0.1] Metadata Wizard with SSL cannot retrieve cluster (#3296)
settings.
2019-03-07 09:49:14 +08:00
Hanna Liashchuk
bd3301dc51 fix(TBD-7153): Fixed missing mappings for BigQuery (#3291) 2019-03-06 14:28:13 +02:00
Dmytro Sylaiev
c71b2f994f fix(TDI-31429): Avoid compile error for byte array (#3290) 2019-03-06 10:36:15 +02:00
slushatel
04be41abf8 feat(TDI-41807): add rules for oracle 12/18 (#3267)
* feat(TDI-41807): add rules for oracle 12/18

* feat(TDI-41807): add rules for oracle 12/18

* feat(TDI-41807): add rules for oracle 12/18
2019-03-05 11:09:51 +02:00
Zhiwei Xue
4b99b199cc fix(TUP-22000):remove job cache when deleting job. (#3283) 2019-03-05 10:53:53 +08:00
Denis Sergent
48882724ac fix(TESB-24920) (#3286)
* TESB-21832 Problems with job/route exec. with local runtime in Studio

Local runtime for Studio job/routes execution should not be used in some
cases: build type has to be checked to define the best execution
processor. As execution processor must change when build type is updated
in deployment tab, processor can not be persisted anymore.

* Studio graphical improvements

Fixed some graphical inconsistencies in Studio (borders, margins...)

* TESB-22230 NPE in build item wizard when changing build type

* TESB-22230 NPE in build item wizard when changing build type

* TESB-22230 NPE in build item wizard when changing build type

* TESB-24920 Default endpoint URI not added to endpoint with cRest

This commit improves the way endpoint URL is displayed in console when a
Route/Dataservice is ran in Studio (in case context variables are used).

* Revert "TESB-24920 Default endpoint URI not added to endpoint with cRest"

This reverts commit 0f43b7d406.

* TESB-24920 Default endpoint URI not added to endpoint with cRest

This commit improves the way endpoint URL is displayed in console when a
Route/Dataservice is ran in Studio (in case context variables are used).
2019-03-04 11:18:34 +01:00
Denis Sergent
7b05a057b0 TESB-25045 Authorize Docker Build for job with tRESTClient (#3287)
* TESB-25045 Authorize Docker Build for job with tRESTClient

Jobs containing tRESTClient or tESBConsumer components can be build as
Job standalone. Thereby it is now also possible to package build as a
Docker image. This commit also improve the way error messages are manage
in build wizard: before, a displayed error message could wrongly
disappear because of new controls for docker export details.

* TESB-25045 Authorize Docker Build for job with tRESTClient

Message update
2019-03-04 10:50:33 +01:00
hwang-talend
437df1c3c5 bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput (#3261)
* bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput
component
2019-03-04 11:14:57 +08:00
jiezhang-tlnd
0742691497 fix(TUP-21733)Fix Help About string missing (#3285) 2019-03-01 18:56:31 +08:00
sponomarova
99951891e9 fix(TBD-8356): tBigqueryOutput handles empty strings as null (#3277)
* fix(TBD-8356): tBigqueryOutput handles empty strings as null

* fix(TBD-8356): add explanation comment to TBD-8356 fix
2019-02-28 17:55:47 +01:00
Mike Yan
7e3c8888e1 fix(TUP-22103): Fixed joblet running error with default processor (#3280)
* fix(TUP-22103): Fixed joblet running error with default processor

* fix(TUP-22103): Improve conditions for checking only esb type items
2019-02-28 18:03:34 +08:00
jiezhang-tlnd
5745ce1d28 fix(TUP-5535)rename salesforce connection,the new name can't be reload (#3212)
in job
2019-02-26 17:05:31 +08:00
Emmanuel GALLOIS
c23955d51f fix(TDI-41795): migrate correctly connection and linked connection (#3251)
* fix(TDI-41795): migrate correctly connection and linked connection
* fix(TDI-41795): fix invalid char in properties files
* chore(TDI-41795): do net set value at each property, just once
* fix(TDI-41795): correct NPE for tGoogleDriveCopy/Put
* fix(TDI-41795): do not corrupt tcompv0 components
  - fix migration version and breaks
  - do not execute migration for tcompv0 components
2019-02-26 09:20:08 +01:00
jiezhang-tlnd
77aa27ccac fix(TUP-21998)JDBC Connection doesn't work well (#3252) 2019-02-26 16:11:52 +08:00
Zhiwei Xue
e0310bfb60 fix(TUP-21983):NullPointerException When publishing a job as docker (#3256) 2019-02-26 16:00:25 +08:00
pyzhou
0f323ab700 Pyzhou/TDI-41789 t redshift fixed log path (#3260)
* fix(TDI-41789): tRedshift require log file path

* redirect log to console

* change tab to space
2019-02-26 14:29:31 +08:00
SunChaoqun
718a5d005e TESB-25024:cTalendJob with job could not be build as OSGi bundle (#3265) 2019-02-21 18:21:55 +08:00
Roman
8fa59aefe9 fix(TDI-41517): Manager was updated with Object type (#3198) 2019-02-21 08:35:30 +02:00
jiezhang-tlnd
a5f43e31e6 fix(TUP-21994)error occurred when open a job from di side (#3249) 2019-02-20 15:59:33 +08:00
jiezhang-tlnd
18fc81a240 fix(TUP-21849)Salesforce name was changed while it is being edited for spec (#3250)
* fix(TUP-21849)Salesforce name was changed while it is being edited for
spec

* fix(TUP-21849)Salesforce: name was changed while it is being edited for
spec
2019-02-20 15:58:27 +08:00
pyzhou
68836af2d3 fix(TDI-41665):shutdown transfer manager right after download. (#3239)
* fix(TDI-41665):shutdown transfer manager right after download.

* correct EOF

* get shutdown method out of the use conn logic
2019-02-19 17:32:16 +08:00
msjian
2538b24196 fix(TDQ-10842): fix can export the user define report template files (#3240) 2019-02-18 15:35:26 +08:00
jiezhang-tlnd
7255747144 fix(TUP-21958)No Warning sign on different 'Nullable' checkbox state (#3238)
between two components
2019-02-15 15:30:06 +08:00
SunChaoqun
f0bc81e9b6 TESB-24959:Error message when building Data Service as Docker Image with (#3242)
tRESTClient component
2019-02-15 14:52:19 +08:00
hwang-talend
d553d5ed06 bugfix(TUP-21895):An error has occurred. UNEXPECTED_EXCEPTION when (#3216)
opening job migrated 6.4.1 to 7.1.1 (job using tJDBCInput)
2019-02-13 16:19:24 +08:00
hcyi
f5b2456c9f fix(TUP-21888):NPE when importing job. (#3234) 2019-02-13 16:17:08 +08:00
apoltavtsev
7f045834e5 TESB-24784 Connection condition parameters are propagated to Test Route 2019-02-12 20:24:09 +03:00
Antoine Parent
899eab4a2b fix(TBD-8299): Compile error on BigQuery Component (#3235)
Error was fixed for one component, but still present when multiple
components were used.
Changed the <%cid%> to <%=cid%>
2019-02-12 15:05:12 +01:00
apoltavtsev
d2d3a37b41 TESB-22085:Dynamic schema column type is always String in Runtime 2019-02-11 10:48:23 +03:00
Laurent BOURGEOIS
c42ccb1fe4 fix(TBD-8301) : Use Regional Location for BigQuery datasets (#3228) 2019-02-07 15:37:57 +01:00
Antoine Parent
d66773ec0d fix(TBD-8299): tBigQueryOutput compile error (#3225)
Add a <%cid%> to prevent a compile error when using more than one
tBigQueryOuput
2019-02-06 16:29:30 +01:00
Antoine Parent
ce310ab73f fix(TBD-8102): tBigQueryInput compile error (#3222)
Just add a <%cid%> to prevent a compile error when more using more than
one tBigQueryInput
2019-02-06 14:24:22 +01:00
Ivan Gonchar
9e88f2c2c8 fix(TUP-21916): set application/json content-type for component-manager healthcheck request (#3221) 2019-02-05 17:09:00 +02:00
Dmytro Sylaiev
3c1664b5a6 fix(TDI-41715): Fix primitive array processing (#3219)
* fix(TDI-41715): Fix primitive array processing

* Fix compile error when not Object type specified in schema

* Remove unused property

* Remove labels

* fix(TDI-41715): Fix null string processing
2019-02-05 14:54:40 +02:00
chmyga
31beed6bc8 fix(TDI-41647): Replace com.sun.org.apache.xerces.internal.dom.Elemen… (#3180)
* fix(TDI-41647): Replace com.sun.org.apache.xerces.internal.dom.ElementNSImpl

* Remove outdated talend-ws library

* Update component to use updated talend-ws library

* Update pom.xml to copy updated talend-ws library on build

* fix(TDI-41647): Replace com.sun.org.apache.xerces.internal.dom.ElementNSImpl

* Update lib version
2019-02-04 14:27:34 +02:00
sponomarova
b0fa04eba8 fix(TBD-8269): Talend is automatically converting BigDecimal type to String (#3211) 2019-01-31 11:10:23 +01:00
sponomarova
a67fd68b79 fix(TBD-8260): compile error for tBigQueryOutput (#3210) 2019-01-31 11:17:31 +02:00
hwang-talend
0415268aeb bugfix(TUP-21711):Incorrect DataType retrieved when guess schema option (#3189)
bugfix(TUP-21711):Incorrect DataType retrieved when guess schema option is used in MSSQL Connection in Studio
2019-01-30 11:04:05 +08:00
Roman
c2f52f2acc feat(TDI-41387): Migration task for tCreateTable parameter and Oracle codegen fix (#3191)
* feat(TDI-41387): UseExistConnection problem in Oracle

* feat(TDI-41387): migration task for reset additional params field

* feat(TDI-41387): migration task to reset properties
2019-01-29 10:24:51 +02:00
jiezhang-tlnd
654e035974 fix(TUP-21505)be able to save jdbc connection even test fail (#3176)
* fix(TUP-21505)be able to save jdbc connection even test fail

* fix(TUP-21505)popup the main error for user is convienent

* fix(TUP-21505) popup the main error for user is convienent

* fix(TUP-21505) popup the main error for user is convienent
2019-01-29 11:48:31 +08:00
hwang-talend
37adcec242 bugfix(TUP-18054):Deployment Version:array icon should be moved for job (#3194)
bugfix(TUP-18054):Deployment Version:array icon should be moved for job with testcase.
2019-01-29 11:20:09 +08:00
chmyga
b6323e92b5 fix(TDI-41647): Replace com.sun.org.apache.xerces.internal.dom.Elemen… (#3179)
* fix(TDI-41647): Replace com.sun.org.apache.xerces.internal.dom.ElementNSImpl

* Move talend-ws library to tdi-studio-se

* Move talend-ws library to mvn

* Update dependencies to same versions as in tWebService component

* fix visitMethodInsn() method calls in JAXBUtils

* fix(TDI-41647): Replace com.sun.org.apache.xerces.internal.dom.ElementNSImpl

* Replace com.sun.org.apache.xerces.internal.dom.ElementNSImpl with org.w3c.dom.Element
2019-01-28 14:50:34 +02:00
sponomarova
e973624d17 fix(TBD-8260): fix for tBigQueryOutput which always treats Integer schema as Nullable (#3200) 2019-01-28 13:29:52 +01:00
Dmytro Sylaiev
732f041e0e fix(TDI-41678): Upgrade custom lib version to avoid compile error (#3202)
* fix(TDI-41678): Upgrade custom lib version to avoid compile error

* fix(TDI-41678): Make timestamp-version
2019-01-28 14:12:34 +02:00
Tao Tao
d2b24287ef Ttao/work item/tup 21143 generate random value for null password hiding code (#3203)
workItem(TUP-21143):Generate random value for null password hiding code

https://jira.talendforge.org/browse/TUP-21143
2019-01-28 18:56:41 +08:00
jiezhang-tlnd
67b1f5f63e fix(TUP-21836)Display of SFTP Metadata (#3201)
* fix(TUP-21836)Display of SFTP Metadata

* fix(TUP-21836)Display of SFTP Metadata
2019-01-28 18:42:25 +08:00
slushatel
2ed16b7e8e feat(TDI-41405): add transaction management (#3177). Revert (#3199) 2019-01-25 17:49:51 +02:00
Tao Tao
b499d3432b workItem(TUP-21143):Generate random value for null password hiding code (#3197)
https://jira.talendforge.org/browse/TUP-21143
2019-01-25 22:21:54 +08:00
Tao Tao
bc66eff728 fix(TUP-2382):The Connection Window should NOT show the exact number of (#3196)
characters for the password

https://jira.talendforge.org/browse/TUP-2382
2019-01-25 18:10:35 +08:00
hcyi
3539b4ce03 fix(TUP-21648):tJDBCSCDELT table list cannot be retrieved. (#3186) 2019-01-25 14:20:23 +08:00
sponomarova
47082201e6 fix(TBD-8242): Compilation error for tFileInputDelimited/tFixedFlowInput with int type not nullable (#3193) 2019-01-24 16:42:13 +02:00
Tao Tao
8632fd8cb3 workItem(TUP-21232):Secure SAXParserFactory configuration (#3172)
https://jira.talendforge.org/browse/TUP-21232
2019-01-24 14:24:57 +08:00
SunChaoqun
a576d88ecd TESB-24596:Docker Support for Microservice - Publish to Docker Registry (#3188) 2019-01-24 11:39:19 +08:00
slushatel
a4c9e0b7ee feat(TDI-41405): add transaction management (#3177) 2019-01-22 16:36:30 +02:00
hwang-talend
84e6601675 bugfix(TUP-20768):Test Case's build failed (user defined routine (#3164)
bugfix(TUP-20768):Test Case's build failed (user defined routine dependencies are not generated)
2019-01-22 15:32:31 +08:00
Zhiwei Xue
3282e07d77 fix(TUP-21532):re-fix child assembly problem. (#3181) 2019-01-21 19:08:52 +08:00
Tao Tao
673ed49d61 Revert "workItem(TUP-21251):Replace com.sun.org.apache.xerces.internal.jaxp (#3157)" (#3182)
This reverts commit b5121333e4.
2019-01-21 15:55:28 +08:00
Tao Tao
b5121333e4 workItem(TUP-21251):Replace com.sun.org.apache.xerces.internal.jaxp (#3157)
https://jira.talendforge.org/browse/TUP-21251
2019-01-21 14:44:45 +08:00
Roman
6d73503d7d feat(TDI-41387): add additional parameters field (#2973)
* feat(TDI-41387): add property to tFireBirdConnection

* feat(TDI-41387): add property to Greenplum, Ingres

* feat(TDI-41387): add property to Interbase

* feat(TDI-41387): add property to JavaDB

* feat(TDI-41387): add property to MaxDB

* feat(TDI-41387): add property to ParAccel

* feat(TDI-41387): add property to Postgre family

* feat(TDI-41387): add property to VectorWise

* feat(TDI-41387): add property to tCreateTable

* feat(TDI-41387): change property in tCreateTable

* feat(TDI-41387): restore en translation from origin

* feat(TDI-41387): remove separator when it default

* feat(TDI-41387): change url separator for Redshift

* feat(TDI-41387): remove getSeparator method

* feat(TDI-41387): add default param to AS400 and MSSQL

* feat(TDI-41387): replace two params with same name by one

* feat(TDI-41387): hide property when useExistCon=true

* feat(TDI-41387): place properties field to advanced settings

* feat(TDI-41387): change default if logic for MSSQL and AS400

* feat(TDI-41387): change default separator for Sybase db

* feat(TDI-41387): reduce code for firebird

* feat(TDI-41387): reduce code for firebird and greenplum

* feat(TDI-41387): reduce code for Ingres, Interbase, JavaDB

* feat(TDI-41387): reduce code for MaxDB, ParAccel, PostgreSQL, PostgresPlus, tVectorWise

* feat(TDI-41387): change separator for Snowflake

* feat(TDI-41387): move additional params field from basic to advanced
2019-01-18 12:25:17 +02:00
hcyi
a7f05381d1 Hcyi/tup 21433 studio autologin not work (#3171)
* fix(TUP-21433):Studio autologin not work.

* fix(TUP-21433):Studio autologin not work.

* fix(TUP-21433):improve for Studio autologin not work.

* fix(TUP-21433):improve for Studio autologin not work.
2019-01-18 16:24:36 +08:00
hwang-talend
2c523cf75f bugfix(TUP-17933):Errors when select testcase in project (#3118)
bugfix(TUP-17933):Errors when select testcase in project settings-version management/status management.
2019-01-18 14:38:35 +08:00
Zhiwei Xue
41dfae7065 fix(TUP-21532):fix StandardJobStandaloneBuildProviderTest (#3174) 2019-01-17 16:51:32 +08:00
Tao Tao
0d3439647a Revert "workItem(TUP-21232):Secure SAXParserFactory configuration (#3159)" (#3170)
This reverts commit dec408bd00.
2019-01-17 11:24:52 +08:00
Dmytro Sylaiev
19a7dc5c6f feat(TDI-40990): Add http proxy support for ftps (#3080)
* feat(TDI-40990): Add http proxy support for ftps

* Avoid set PROT and PBSZ commands

* feat(TDI-40990): Allign using proxy marker

* feat(TDI-40990): Remove SSLReuse class from template

* feat(TDI-40990): Use correct constructor

* feat(TDI-40990): Bound FTP components to proxy-support ftps library

* feat(TDI-40990): Make talend-commons-net library included to studio

* Bound all ftp components except tFTPConnection to UrlPath

* feat(TDI-40990): Use HTTP proxy when it's set for FTPS

* chore(TDI-40990): Change package name for custom clients
2019-01-16 10:26:36 +02:00
Dmytro Sylaiev
5ba502c85d Dsylaiev/tdi 40990 support ftps http proxy commons net prot p (#3146)
* feat(TDI-40990): Add talend-commons-net library

* feat(TDI-40990): Add distribution section to deploy lib in nexus

* chore(TDI-40990): Use talend formatter

* feat(TDI-40990): Extract SSLSessionReuseFTPSClient behavior

* feat(TDI-40990): Rename ProxyClient

* chore(TDI-40990): Minor refactoring

* Use while instead of for

* chore(TDI-40990): Remove eclipse service files

* chore(TDI-40990): Change package name

* feat(TDI-40990): Extends talend-commons-net library to support PROT C

* Major refactoring

* chore(TDI-40990): Make methods order more reasonable

* chore(TDI-40990): Add comments

* Fix using default PROT level
2019-01-16 10:26:18 +02:00
Tao Tao
28f3145a94 Revert "fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + (#3162)" (#3169)
This reverts commit 23631b71ab.
2019-01-16 15:50:16 +08:00
Tao Tao
23631b71ab fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + (#3162)
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205
2019-01-16 13:24:06 +08:00
Zhiwei Xue
323bd8c2d7 fix(TUP-21532): fix run job and assembly problem. (#3165) 2019-01-16 10:34:58 +08:00
Tao Tao
dec408bd00 workItem(TUP-21232):Secure SAXParserFactory configuration (#3159)
* workItem(TUP-21232):Secure SAXParserFactory configuration

https://jira.talendforge.org/browse/TUP-21232

* workItem(TUP-21232):Secure SAXParserFactory configuration

https://jira.talendforge.org/browse/TUP-21232

* workItem(TUP-21232):Secure SAXParserFactory configuration

https://jira.talendforge.org/browse/TUP-21232
2019-01-15 11:30:05 +08:00
Ivan Gonchar
66f40e1d02 Igonchar/tup 21467 (#3166)
* feat(TUP-21467): add copy of TableController

* feat(TUP-21467): add copy of TableGenerator

* feat(TUP-21467): implement mapping for Suggestable Table widget

* feat(TUP-21467): refactor to make SuggestableTableController code clearer

* feat(TUP-21467): add selection dialog button stub

* feat(TUP-21467): implement SuggestableTableParameter

* feat(TUP-21467): implement suggestions retrieval for Suggestable Table widget

* fix(TUP-21467): move common table setup to TableElementParameter constructor

* feat(TUP-21467): implement TableValueSelectionDialog

* fix(TUP-21467): fix TableElementParameter.updateValueOnly() method

* fix(TUP-21467): implement persistance for TACOKIT_SUGGESTABLE_TABLE

* feat(TUP-21467): hide Table toolbar

* fix(TUP-21467): clean SuggestableTableParameter

* fix(TUP-21467): clean code in TableElementParameter

* fix(TUP-21467): remove dead code in WidgetTypeMapper

* fix(TUP-21467): clean code in TableValueSelectionDialog

* fix(TUP-21467): clean code

* fix(TUP-21467): remove unused static methods from SuggestableTableController

* fix(TUP-21467): remove duplicated in parent methods from SuggestableTableController

* fix(TUP-21467): extend method visibility in TableController

* fix(TUP-21467): remove duplicated code and clean code

* fix(TUP-21467): format SuggestableTableController
2019-01-15 11:29:18 +08:00
hcyi
5b5c190f6e fix(TUP-20508):Audit: Generating cannot be finished and canceled after (#2957)
30 mins.
2019-01-14 09:58:04 +08:00
pyzhou
3f830d830a fix(TDI-41596):reading same column twice from resultset (#3129)
* fix(TDI-41596):reading same column twice from resultset

*  add Philip Hoflack to the contributors list

* change EOL to Linux style
2019-01-11 10:29:00 +08:00
pyzhou
fc678c7832 fix(TDI-31569):keep the old behavior of tMssqloutput (#3145)
* fix(TDI-31569):keep the old behavior of tMssqloutput

* fix(TDI-31569):change the logic.
2019-01-11 10:03:00 +08:00
Jane Ding
f396775201 fix(TUP-19463)extend display of groupId in job > deployment sub-tab (#3153)
https://jira.talendforge.org/browse/TUP-19463
2019-01-10 11:43:56 +08:00
Tao Tao
1687d192ee bugfix(TUP-21562):escape character didn't get properly converted from SQL Builder to Query field (#3154)
https://jira.talendforge.org/browse/TUP-21562
2019-01-10 11:00:33 +08:00
hwang-talend
29c562ae21 bugfix(TUP-21331):Change between repository schemas for tMap output not (#3151)
bugfix(TUP-21331):Change between repository schemas for tMap output not propagated
2019-01-10 10:39:16 +08:00
hcyi
d782ae46fd fix(TUP-21648):tJDBCSCDELT table list cannot be retrieved. (#3150) 2019-01-10 10:26:03 +08:00
Ivan Gonchar
3f6dad3d68 Igonchar/tup 21467 string completion (#3155)
* feat(TUP-21467): add mapping to PREV_COLUMN_LIST widget in WidgetTypeMapper

* feat(TUP-21467): use TEXT widget instead of PREV_COLUMN_LIST in wizard dialog
2019-01-10 10:18:21 +08:00
jzhao
5f1bd9f2fc fix(TDI-41506):High CVE Vulnerability found in Talend Components (#3119)
* upgrade commons-fileupload from 1.0 to 1.3.1
* upgrade xalan/serializer from 2.7.1 to 2.7.2
* remove serializer-2.7.1
2019-01-09 14:24:52 +08:00
hwang-talend
0f52288bd5 bugfix(TUP-21330):Change to repository schema used in tMap propagated (#3116)
bugfix(TUP-21330):Change to repository schema used in tMap propagated  incorrectly to any following component
2019-01-09 11:21:36 +08:00
Jane Ding
b01d49b3e7 fix(TUP-19978)It is very slow to delete many items at the same time on (#3128)
GIT mode
https://jira.talendforge.org/browse/TUP-19978
2019-01-09 10:59:18 +08:00
Zhiwei Xue
0bed1c0407 fix(TUP-21596):exclude tLibraryLoad jars for independent subjob. (#3143)
* fix(TUP-21596):exclude tLibraryLoad jars for independent subjob.

* fix(TUP-21596): Update JavaProcessorUtilitiesTest.
2019-01-09 10:25:14 +08:00
Ivan Gonchar
8b3e95d6e1 feat: upgrade Tacokit version to 1.1.4 (#3152) 2019-01-08 13:54:20 +02:00
Roman
5efb343458 fix(TDI-41581): change MySQL db name recognition (#3137) 2019-01-03 17:09:57 +02:00
Mike Yan
2ab9f54921 fix(TESB-24336): Add route and service type for local runtime mode (#3142) 2019-01-03 16:19:39 +08:00
Tao Tao
1938554f29 bugfix(TUP-21564):tMap settings - the "Options" window pop-up not (#3136)
showing complete view

https://jira.talendforge.org/browse/TUP-21564
2019-01-02 17:33:33 +08:00
SunChaoqun
047d082732 TESB-24354:SFTP proxy bean not recognized in runtime only (#3131) 2019-01-02 14:27:51 +08:00
zwxue
eb210a4c93 fix(TUP-21532):Standard DI job which refers to big data batch job having (#3120)
* fix(TUP-21532):Standard DI job which refers to big data batch job having
S3 component and standard DI job having S3 connection component fails
with an error.

* fix(TUP-21532):add JUnit
2018-12-29 18:20:35 +08:00
pyzhou
40689d795e fix(TDI-31569):specify identity column don't work for dynamic (#3121)
* fix(TDI-31569):specify identity column don't work for dynamic

* eliminate debug code
2018-12-29 17:01:52 +08:00
hcyi
cad81587f8 fix(TUP-21419):When generating HTML by right-clicking a job in the studio, some of the JAPANESE parameters showed as "!!!TEMP_DIR.NAME!!!" or "!!!DESTINATION.NAME!!!" or any others. (#3083)
* fix(TUP-21419):When generating HTML by right-clicking a job in the
studio, some of the JAPANESE parameters showed as "!!!TEMP_DIR.NAME!!!"
or "!!!DESTINATION.NAME!!!" or any others.

* fix(TUP-21419):When generating HTML by right-clicking a job in the
studio, some of the JAPANESE parameters showed as "!!!TEMP_DIR.NAME!!!"
or "!!!DESTINATION.NAME!!!" or any others.
2018-12-29 10:08:34 +08:00
kjwang-talend
8eb4634665 Kjwang/fix tup 21305 set the secure processing feature on transformer factory instances (#3117)
* Fix TUP-21305 Set the secure processing feature on TransformerFactory
instances
https://jira.talendforge.org/browse/TUP-21305

* Fix TUP-21305 Set the secure processing feature on TransformerFactory
instances
https://jira.talendforge.org/browse/TUP-21305
2018-12-28 19:06:36 +08:00
kjwang-talend
e59ef61c8b TUP-21263 Consider setting the secure processing feature on XPathFactory (#3114)
instances
https://jira.talendforge.org/browse/TUP-21263
2018-12-28 16:37:44 +08:00
Roman
bd1b2a8f02 fix(TDI-41556): Redshift driver name was changed (#3096)
* fix(TDI-41556): Redshift driver name was changed

* fix(TDI-41556): moved the creation of array outside loop
2018-12-28 08:30:15 +02:00
nrousseau
b9ef91fac4 feat(TUP-21119) fix version of commons.logging 2018-12-28 11:26:45 +08:00
Dmytro Sylaiev
e82ad8e940 fix(TDI-41576): Fix property visibility tCreateTable oracle (#3107) 2018-12-26 14:55:09 +02:00
Jane Ding
d8d9c02fdb fix(TUP-21425)Job built in 7.0.1 not working in 7.1.1 (#3106)
https://jira.talendforge.org/browse/TUP-21425
2018-12-26 16:58:31 +08:00
jiezhang-tlnd
386811a6d3 fix(TUP-21439)Preview error. Some settings must be changed (#3109)
* fix(TUP-21439)Preview error. Some settings must be changed

* fix(TUP-21439)Preview error. Some settings must be changed.

* fix(TUP-21439)Preview error. Some settings must be changed

* fix(TUP-21439)Preview error. Some settings must be changed

* fix(TUP-21439)Preview error. Some settings must be changed
2018-12-26 16:14:58 +08:00
Tao Tao
b8937d6a08 bugfix(TUP-19612): Save Query: String in default pop up dialog is truncated (#3111)
https://jira.talendforge.org/browse/TUP-19612
2018-12-26 16:04:15 +08:00
nrousseau
03e376ad7c Revert "bugfix(TUP-21330):Change to repository schema used in tMap propagated" (#3113)
* Revert "fix(TUP-21395)Useless popup Window shows when updating context changes (#3068)"

This reverts commit 28a1f3ab34.

* Revert "fix(TUP-21474): Facing issue while accessing joblet present on job in (#3105)"

This reverts commit 32d96b1acc.

* Revert "bugfix(TUP-20663):tAccessOutputBulkExec/tAccessBulkExec are visible at (#3052)"

This reverts commit 1c31954b3b.

* Revert "bugfix(TUP-21330):Change to repository schema used in tMap propagated (#3094)"

This reverts commit 80f556e553.
2018-12-26 14:33:12 +08:00
jiezhang-tlnd
28a1f3ab34 fix(TUP-21395)Useless popup Window shows when updating context changes (#3068)
* fix(TUP-21395)Useless popup Window shows when updating context changes
of Adding Context Group"

* fix(TUP-21395)Useless popup Window shows when updating context changes

* junit(TUP-21395)
2018-12-25 17:16:49 +08:00
Chao MENG
32d96b1acc fix(TUP-21474): Facing issue while accessing joblet present on job in (#3105)
fix(TUP-21474): Facing issue while accessing joblet present on job in main project
https://jira.talendforge.org/browse/TUP-21474
2018-12-25 15:05:46 +08:00
hwang-talend
1c31954b3b bugfix(TUP-20663):tAccessOutputBulkExec/tAccessBulkExec are visible at (#3052)
bugfix(TUP-20663):tAccessOutputBulkExec/tAccessBulkExec are visible at default even without activating in the Project Setting
2018-12-25 14:52:12 +08:00
hwang-talend
80f556e553 bugfix(TUP-21330):Change to repository schema used in tMap propagated (#3094)
* bugfix(TUP-21330):Change to repository schema used in tMap propagated
incorrectly to any following component
2018-12-25 14:43:39 +08:00
SunChaoqun
656d74e935 TESB-24409:Docker Image Support for Microservice Builds for Routes and (Rest-) Data Services(#3108) 2018-12-25 14:40:00 +08:00
hcyi
13d4c5c726 fix(TUP-6655):drag and drop mysql db connection: tCreateTable component (#3099)
missing in selection list.
2018-12-25 10:26:46 +08:00
Tao Tao
76c3d773f0 bugfix(TUP-19612):Save Query: String in default pop up dialog is (#3104)
truncated

https://jira.talendforge.org/browse/TUP-19612
2018-12-25 10:23:40 +08:00
Jane Ding
7e0dc01878 fix(TUP-21333)OnSubJob Links Not Working (#3079)
https://jira.talendforge.org/browse/TUP-21333
2018-12-24 10:38:10 +08:00
nrousseau
5b3cba8fb0 feat(TUP-21119) remove bundle compilation setup 2018-12-22 22:22:58 +08:00
hcyi
6e7a5a26c8 fix(TUP-9814):SCD component add a warning message if the source key is (#3097)
empty.
2018-12-21 10:44:51 +08:00
zwxue
dc279e7a39 fix(TUP-21175):fix BuildJobHandlerTest for TDM (#3095) 2018-12-20 20:59:44 +08:00
Chao MENG
8c184342a4 feat(TUP-21119): Cleanup features, each plugin must be in one unique (#3092)
feature
https://jira.talendforge.org/browse/TUP-21119
2018-12-20 13:20:05 +08:00
Chao MENG
ff1336de43 feat(TUP-21119): Cleanup features, each plugin must be in one unique (#3091)
feature
https://jira.talendforge.org/browse/TUP-21119
2018-12-20 13:06:21 +08:00
Chao MENG
b698da7a97 Cmeng/feat/tup 21119 cleanup features (#3058)
* test update studio build

* feat(TUP-21119): Cleanup features, each plugin must be in one unique feature\ncmeng/feat/TUP-21119-Cleanup_features

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

Revert changes in case there may be license problem

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

move dependencies
2018-12-20 11:07:58 +08:00
Dmytro Sylaiev
93b7c46b94 Dsylaiev/tdi 41404 fix 64kb issue t run job context (#3087)
* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* fix(TDI-41404): Fix wrong context processing in footer
2018-12-19 11:33:39 +02:00
jiezhang-tlnd
923e28e96b fix(TUP-21396)keeping popup for running a job after adding a var in (#3070)
context group
2018-12-19 11:11:57 +08:00
zwxue
8e6d45197a fix(TUP-21175):fix test BuildJobHandlerTest.testBuildJobWithTDM (#3084) 2018-12-19 10:42:46 +08:00
Dmytro Sylaiev
3b399cfdac fix(TDI-41404): Avoid 64kb method issue when too many context paramet… (#3025)
* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings
2018-12-18 10:19:36 +02:00
zwxue
36fe13c958 fix(TUP-21175): fix Junits. (#3064) 2018-12-18 14:11:15 +08:00
Tao Tao
9d9a32a7eb bugfix(TUP-21336): Run view console result is not synchronized when I (#3067)
switch different job on job editor

https://jira.talendforge.org/browse/TUP-21336
2018-12-18 11:35:22 +08:00
hcyi
e067d98e0b fix(TUP-21356):talend-bigdata-launcher-1.2.0-20170410.jar not found when (#3076)
spark job launched from standard job by jobserver.
2018-12-14 19:16:45 +08:00
Chao MENG
16e45df096 fix(TUP-21461): Routine libraries can't be updated to pom.xml of routine (#3073)
fix(TUP-21461): Routine libraries can't be updated to pom.xml of routine in special case
https://jira.talendforge.org/browse/TUP-21461
2018-12-14 18:15:23 +08:00
chmyga
e9b55cded6 fix(TDI-32185): fix limit for dynamic columns (#2468)
* fix(TDI-32185): fix limit for dynamic columns

* Add one line to limit

* fix(TDI-32185): fix limit for dynamic columns

* Add migration task to decrement limit for old jobs

* fix(TDI-32185): fix limit for dynamic columns

* Handle context variables in migration task

* fix(TDI-32185): fix limit for dynamic columns

* Fix issue for empty limit

* fix(TDI-32185): fix limit for dynamic columns

* Fix migration task

* fix(TDI-32185): fix limit for dynamic columns

* Fix migration task
2018-12-13 13:47:35 +02:00
hcyi
e2a08da5c2 fix(TUP-21167):Install Additional Packages has no available modules. (#3062) 2018-12-12 21:11:12 +08:00
jiezhang-tlnd
c8ed02cd6a add junit for(TUP-2136) (#3055) 2018-12-12 16:08:36 +08:00
kcoepeau
af88f68da4 fix(TBD-8089): Hive requiring user when not needed (#3061) 2018-12-11 08:21:34 +01:00
chmyga
0c8bebcc3e fix(TDI-41469): tFileUnarchive zip64 format error (#3026)
* fix(TDI-41469): tFileUnarchive zip64 format error

* Use apache commons compress in checkArchive lib

* fix(TDI-41469): tFileUnarchive zip64 format error

* Remove unused method
2018-12-10 17:09:03 +02:00
zwxue
75eacb82ad fix(TUP-21261): force to reload sreenshot (#3051) 2018-12-10 10:42:57 +08:00
nrousseau
01afae2cf9 fix(TUP-21175) avoid exception during junit execution 2018-12-10 10:17:15 +08:00
Tao Tao
06a0e49aa1 bugfix(TUP-21356):"talend-bigdata-launcher-1.2.0-20170410.jar" not found (#3054)
when spark job launched from standard job by jobserver

https://jira.talendforge.org/browse/TUP-21356?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel
2018-12-10 10:04:30 +08:00
hwang-talend
1a1cc37f6b bugfix(TUP-21134):"Throw an error if the file already exist" is ticked (#3030)
#2052
2018-12-07 11:49:19 +08:00
Jane Ding
5332cdda92 fix(TUP-21138)Ubuntu18: Resources: Job which uses Resources run failed (#3046)
if its name contains uppercase letter
https://jira.talendforge.org/browse/TUP-21138
2018-12-06 10:43:25 +08:00
Romain Manni-Bucau
40b8104434 layout should rather use list than set, ensure it is typed on the code (#3038) 2018-12-05 20:23:19 +02:00
Jane Ding
91301b6fa3 fix(TUP-21245)faile to check JDBC connection with context Migrate from (#3034)
6.4.1 to 7.1.1
https://jira.talendforge.org/browse/TUP-21245
2018-12-05 14:58:57 +08:00
jiezhang-tlnd
94bb10031f fix(TUP-21326)Guess Schema has error if use existing connection in (#3032)
Joblet
2018-12-05 14:56:08 +08:00
Dmytro Sylaiev
37c11f688b Dsylaiev/tdi 41440 update jackson databind version in custom lib (#3043)
* fix(TDI-31328): Add default datePattern to SVNLogInput locked schema

* fix(TDI-41440): Update jackson-databind version

* fix(TDI-41440): Add nexus repos for maven deploy

* fix(TDI-41440): Add missing nexus uri

* fix(TDI-41440): Remove redundant UTF-8 property
2018-12-04 16:40:28 +02:00
jiezhang-tlnd
19f9498353 junit(TUP-21094) (#3021)
* junit(TUP-21094)

* add junit(TUP-21094)

* add junit(TUP-21094)

* junit(TUP-21094)
2018-12-04 15:29:05 +08:00
hwang-talend
68dcd32d14 bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet. (#3027)
* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.

* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.
2018-12-04 14:30:25 +08:00
hcyi
667e5d6ec3 fix(TUP-21042):Edit and update the used context group,will show double (#2864)
value and context view vanish.
2018-12-04 14:20:34 +08:00
zwxue
180ab51568 fix(TUP-21175):fix JUnit (#3039) 2018-12-04 10:54:07 +08:00
hcyi
16dfae34e9 fix(TUP-21160):refix JDBC connection will not commit even if autocommit (#3033)
is set to True.
2018-12-04 09:55:50 +08:00
Dmytro Sylaiev
6d41a51fb2 Dsylaiev/tdi 41440 update jackson databind version in custom lib (#3037)
* fix(TDI-31328): Add default datePattern to SVNLogInput locked schema

* fix(TDI-41440): Update jackson-databind version

* fix(TDI-41440): Add nexus repos for maven deploy
2018-12-03 16:35:04 +02:00
pyzhou
7505aaabe8 Pyzhou/tdi 41474 s3 check connection option (#3035)
* fix(TDI-41474):S3 check connection option.

* change EOF
2018-12-03 19:39:53 +08:00
kjwang-talend
0d1baec2c7 TUP-21298 get wrong result when logon main project and run job in reference project with same name (#3012)
* TUP-21298 get wrong result when logon main project and run job in
reference project with same name
https://jira.talendforge.org/browse/TUP-21298

* TUP-21298 get wrong result when logon main project and run job in
reference project with same name (Fix a link to editor problem)
https://jira.talendforge.org/browse/TUP-21298
2018-11-30 15:59:11 +08:00
zwxue
688e671c32 fix(TUP-21261):generate pom for save as of job. (#3023) 2018-11-30 15:33:21 +08:00
Jane Ding
d3361c4281 fix(TUP-21126)Not able to use routines from Reference project (#3024)
* fix(TUP-21126)Not able to use routines from Reference project
https://jira.talendforge.org/browse/TUP-21126

* fix(TUP-21126)Not able to use routines from Reference project
https://jira.talendforge.org/browse/TUP-21126
2018-11-30 11:05:35 +08:00
Tao Tao
35b86f26e8 feat(TUP-21109): Deprecate build of sources from Build job menu (#3022)
https://jira.talendforge.org/browse/TUP-21109
2018-11-29 15:04:48 +08:00
Tao Tao
814cf7599d bugfix(TUP-21216):Audit:Generate Report:NPE when do refresh (#3007)
https://jira.talendforge.org/browse/TUP-21216
2018-11-29 12:40:51 +08:00
zwxue
f1e5205ff5 fix(TUP-21252):tMap losing all links in testcase when we do some (#3013)
modification in the main job in the same component
2018-11-29 11:11:36 +08:00
Ivan Gonchar
b094d9555b feat: upgrade Tacokit runtime to 1.1.2 (#3020) 2018-11-29 09:56:53 +08:00
Mike Yan
7a564b7dbf fix(TESB-22833):CI builder NoClassDefFoundError error with routelet (#2996)
* fix(TESB-23792): Build data service failed in studio

* fix(TESB-22833):CI builder NoClassDefFoundError error with routelet
2018-11-28 11:17:09 +01:00
Dmytro Sylaiev
bc661de659 Dsylaiev/tdi 41440 update jackson databind version in custom lib (#3002)
* fix(TDI-31328): Add default datePattern to SVNLogInput locked schema

* fix(TDI-41440): Update jackson-databind version
2018-11-28 11:09:35 +02:00
hwang-talend
86cf48ad2c Hwang/tup 21164 (#3004)
* bugfix(TUP-21164):Context is not recognized as context variable in ELT
Map components and is not separated with string concat from SQL code
2018-11-28 11:26:41 +08:00
Ivan Gonchar
a0fa43b4af Igonchar/tup 20921 remove prefixes (#3009)
* fix(igonchar/TUP-20921): remove schema prefixes from Layout instances

* fix(igonchar/TUP-20921): remove schema prefixes from TacokitDndHandler

* fix(igonchar/TUP-20921): remove schema prefixes from tests
2018-11-27 16:41:23 +02:00
jiezhang-tlnd
809ed05555 fix(TUP-21094)Job can not be run after the first time I set tELTMap and (#3000)
run the job
2018-11-27 15:54:28 +08:00
Tao Tao
bd87559333 bugfix(TUP-21203)D&D resource to Job: even not support it , but studio (#2998)
behavior like we support it

https://jira.talendforge.org/browse/TUP-21203
2018-11-27 15:38:26 +08:00
jiezhang-tlnd
b87e3d0d94 Jzhang/bugfix/tup 20880 repository share show warn dialog choice should also exists for local project (#2999)
* fix(TUP-20880)Repository share: show warn dialog choice should also
exists for local project

* fix(TUP-20880)Repository share: show warn dialog choice should also
exists for local project

* fix(TUP-20880)repository share show warn dialog choice should also
exists for local project

* fix(TUP-20880)repository share show warn dialog choice should also
exists for local project
2018-11-27 10:22:03 +08:00
ypiel
40fe987857 fix(TDI-41394) : Qa fix - tCreateTable+Vertica9
* fix(TDI-41394) : Qa fix - Properties from metadata

* fix(TDI-41394) : QA Fix - Vertica9 as default

* fix(TDI-41394) : remove UrlPath thatwas not anymore on master
2018-11-26 16:26:05 +01:00
jiezhang-tlnd
536d85b4da fix(TUP-20978)Version change back after add new item on page "Deployment (#2985)
* fix(TUP-20978)Version change back after add new item on page "Deployment
versioning"
https://jira.talendforge.org/browse/TUP-20978

* fix(TUP-20978)Version change back after add new item on page "Deployment

* fix(TUP-20978)Version change back after add new item on page "Deployment
versioning"
2018-11-26 17:28:39 +08:00
Ivan Gonchar
5ffc29ab92 Igonchar/tup 20926 second try (#2995)
* fix(TUP-20926): move metadata retrieval from SchemaActionParameter to SchemaElementParameter

* fix(TUP-20926): implement set schema after update action

* fix(TUP-20926): remove unusued import

* fix(TUP-20926): add unit-tests for SchemaElementParameter

* fix(TUP-20926): add mockito dependency

* fix(TUP-20926): create schema widget only for output schema

* fix(TUP-20926): allow to override SchemaElementParameter.getMetadata()

* fix(TUP-20926): create ListPropertyNode for input schema

* fix(TUP-20926): implement InputSchemaParameter

* fix(TUP-20926): modify SettingVisitor to create InputSchemaParameter for input schemas

* fix(TUP-20926): move InputSchemaCreation from SettingVisitor to Constructor

* fix(TUP-20926): move discover schema name to PropertyDefinitionDecorator.Conenction class

* fix(TUP-20926): extract OutputSchemaParameter

* fix(TUP-20926): move OutputSchema creation from SettingVisitor to OutputSchemaParameter

* fix(TUP-20926): move const to OutputSchemaParameter

* fix(TUP-20926): refactor canAddGuessSchema()

* fix(TUP-20926): fix OutputSchemaParameter.schemaDisplayName()

* fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type

* fix(TUP-20926): fix according review comments

* Revert "fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type"

This reverts commit 13cea83260.

* fix(TUP-20926): add Input schema value to Configuration in runtime
2018-11-23 16:34:40 +08:00
pyzhou
04e8a156c5 fix(TDI-41377):Remove jtds.jar from studio. (#2964) 2018-11-23 15:24:22 +08:00
jiezhang-tlnd
7ccd48ee16 fix(TUP-21145)use equals instead (#2988)
* fix(TUP-21145)use equals instead
2018-11-23 14:36:40 +08:00
Mike Yan
8583805ade fix(TESB-23792): Build data service failed in studio (#2847) 2018-11-23 10:58:05 +08:00
hwang-talend
0a0637cd03 bugfix(TUP-21118):Code view/test case still link last component even all (#2969)
bugfix(TUP-21118):Code view/test case still link last component even all job editor closed
2018-11-23 10:57:00 +08:00
hwang-talend
83aa70047d bugfix(TUP-21164):Context is not recognized as context variable in ELT (#2983)
bugfix(TUP-21164):Context is not recognized as context variable in ELT 
Map components and is not separated with string concat from SQL code
2018-11-23 10:50:14 +08:00
Jane Ding
4854be66a1 fix(TUP-21064)NPE happens when 'save as' routine (#2934)
fix(TUP-21064)NPE happens when 'save as' routine
https://jira.talendforge.org/browse/TUP-21064
2018-11-22 18:51:14 +08:00
Ivan Gonchar
74e5cec24e Revert "Igonchar/tup 20926 (#2914)" (#2986)
This reverts commit fa789f9d67.
2018-11-22 17:38:43 +08:00
kjwang-talend
3952520583 Kjwang/fix tup 20843 wrong output results (#2977)
* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843
2018-11-22 17:28:02 +08:00
kjwang-talend
3a48cba47c Fix : TUP-21137 Security: jtds-1.3.1-patch.jar ntlmauth loaded from a (#2970)
path variable
https://jira.talendforge.org/browse/TUP-21137
2018-11-22 11:37:27 +08:00
hcyi
e7d04ca6fd fix(TUP-21160):JDBC connection will not commit even if autocommit is set (#2976)
to True.
2018-11-22 11:26:00 +08:00
jiezhang-tlnd
393a72f03c fix(TUP-21148)Can't save the changes of Connections (#2978)
* fix(TUP-21148)Can't save the changes of Connections
https://jira.talendforge.org/browse/TUP-21148

* fix(TUP-21148)Can't save the changes of Connections
2018-11-22 10:44:09 +08:00
Ivan Gonchar
fa789f9d67 Igonchar/tup 20926 (#2914)
* fix(TUP-20926): move metadata retrieval from SchemaActionParameter to SchemaElementParameter

* fix(TUP-20926): implement set schema after update action

* fix(TUP-20926): remove unusued import

* fix(TUP-20926): add unit-tests for SchemaElementParameter

* fix(TUP-20926): add mockito dependency

* fix(TUP-20926): create schema widget only for output schema

* fix(TUP-20926): allow to override SchemaElementParameter.getMetadata()

* fix(TUP-20926): create ListPropertyNode for input schema

* fix(TUP-20926): implement InputSchemaParameter

* fix(TUP-20926): modify SettingVisitor to create InputSchemaParameter for input schemas

* fix(TUP-20926): move InputSchemaCreation from SettingVisitor to Constructor

* fix(TUP-20926): move discover schema name to PropertyDefinitionDecorator.Conenction class

* fix(TUP-20926): extract OutputSchemaParameter

* fix(TUP-20926): move OutputSchema creation from SettingVisitor to OutputSchemaParameter

* fix(TUP-20926): move const to OutputSchemaParameter

* fix(TUP-20926): refactor canAddGuessSchema()

* fix(TUP-20926): fix OutputSchemaParameter.schemaDisplayName()

* fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type

* fix(TUP-20926): fix according review comments

* Revert "fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type"

This reverts commit 13cea83260.

* fix(TUP-20926): add Input schema value to Configuration in runtime
2018-11-22 10:36:51 +08:00
zwxue
05e3a2c3a3 fix(TUP-20316):support JDBC for implicit context (#2974) 2018-11-22 09:52:38 +08:00
Roman
225344f897 feat(TDI-41297): mark as duplicated third party apps (#2901) 2018-11-21 10:36:23 +02:00
hwang-talend
4255af05fd Hwang/tup 21105 t db connection (#2953)
* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.

* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.
2018-11-20 17:06:22 +08:00
Dmytro Sylaiev
d574bd93f7 fix(TDI-31328): Add default datePattern to SVNLogInput locked schema (#2965) 2018-11-19 13:52:26 +02:00
ypiel
b942acc1f2 fix(TDI-41394) : tCreateTable vertica 9 support
* fix(TDI-41394) : tCreateTable vertica 9 support
* fix(TDI-41394) : remove .bak files
2018-11-19 11:35:26 +01:00
jiezhang-tlnd
fd71ea4de4 fix(TUP-20993)The prompt box title and icon are inconsistent (#2963)
fix(TUP-20993)The prompt box title and icon are inconsistent
https://jira.talendforge.org/browse/TUP-20993
2018-11-19 15:30:36 +08:00
pyzhou
8928e3cd64 fix(TDI-31797):Basic Run button donnot work (#2930) 2018-11-19 15:06:21 +08:00
Roman
d2c40ec47e feat(TDI-40805): add JDBC properties to Java api mode (#2952) 2018-11-16 11:49:05 +02:00
Ivan Gonchar
76ec69089f fix(TUP-21122): fix missing Table rows (#2928) 2018-11-16 11:37:24 +08:00
Tao Tao
25f77878c8 Fix(TUP-21161)can't use the up-arrow button or scroll bar to locate at (#2959)
the top when the gap is too small

https://jira.talendforge.org/browse/TUP-21161
2018-11-15 17:35:48 +08:00
zwxue
6f3bf3a2a3 fix(TUP-19972):remove joblet cache when doing rename (#2944) 2018-11-15 17:35:17 +08:00
jiezhang-tlnd
67f77ed111 fix(TUP-21049)can't find other database in default list with Chinese and (#2924)
* fix(TUP-21049)can't find other database in default list with Chinese and
Japanese(just DelegateComponent fixed)

* fix(TUP-21049) just fixed the unified components
2018-11-15 10:54:33 +08:00
hcyi
37824ceaa2 fix(TUP-21044);JDBC driver changed when load JDBC-Mysql8 to "Project Setting ---> Job setting ---> Stats&Logs". (#2883)
* fix(TUP-21044);JDBC driver changed when load JDBC-Mysql8 to "Project
Setting ---> Job setting ---> Stats&Logs".

* fix(TUP-21044);add some junits for get driver jar from mvn url.
2018-11-15 10:52:41 +08:00
jiezhang-tlnd
093f673719 fix(TUP-19429)Bad UX on Studio start when TAC is down (#2946)
* fix(TUP-19429)Bad UX on Studio start when TAC is down

* fix(TUP-19429)remove checkbox and rename "Cancel button" as "No button"
2018-11-15 10:28:27 +08:00
Jane Ding
8a28954d64 fix(TUP-21075)Problem of display in the tMap with Mojave (#2943)
https://jira.talendforge.org/browse/TUP-21075
2018-11-15 10:04:12 +08:00
wchen-talend
05cb3b9b86 fix(TUP-20979):OutOfMemoryError error when do build job (#2950)
JOB_GN_SFDC_LANCEUR_FLUX_DELTA_REG14.
2018-11-14 15:04:07 +08:00
wang wei
2e7a5a0241 fix(TDI-41188): map Snowflake Time type to Talend Date instead of Talend Integer (#2945) 2018-11-14 13:51:57 +08:00
Tao Tao
dacab576aa fix(TUP-20927)Automatic scrolling in execution console prevent upper log (#2929)
messages checking
2018-11-14 10:13:44 +08:00
Stéphane Bouchet
3040d26c50 TESB-24093 : context values can be overriten by MS. (#2948) 2018-11-13 16:43:24 +01:00
hwang-talend
8c1e7d9749 bugfix(TUP-21058):Snowflake ELTJDBCInput/Output (#2894)
bugfix(TUP-21058):Snowflake ELTJDBCInput/Output
2018-11-12 10:43:44 +08:00
hcyi
b765cb2cb2 fix(TUP-20561):Prompt message not clear enough when report generation (#2932)
fails because of DB configuration
2018-11-12 10:02:12 +08:00
Dmytro Sylaiev
22d7daceef fix(TDI-41330): Use sql TIME in setNull for SIQ (#2927) 2018-11-09 10:52:19 +02:00
zwxue
094a87c4e5 fix(TUP-21025):popup dialog for docker error. (#2925) 2018-11-08 14:37:40 +08:00
wchen-talend
86649f39f3 fix(TUP-20979):OutOfMemoryError error when do build job (#2899)
JOB_GN_SFDC_LANCEUR_FLUX_DELTA_REG14.
2018-11-08 10:13:12 +08:00
hcyi
94dc36b67c fix(TUP-20516):Audit: Improve: Better Use an Error message if connection isn't successful (#2896)
* fix(TUP-20516):Audit: Improve: Better Use an Error message if connection
isn't successful

* fix(TUP-20515):Project setting-Aduit: better give clear fail information
when the db is not correctly setted.
2018-11-07 17:42:02 +08:00
hcyi
efd9b7c6e6 fix(TUP-20561):Prompt message not clear enough when report generation (#2897)
fails because of DB configuration
2018-11-07 17:05:01 +08:00
Tao Tao
a60fcde6aa fix(TUP-20612)After change tdbInput from mysql to db2, find the needed jar will not change when click "table name". (#2880)
https://jira.talendforge.org/browse/TUP-20612
2018-11-07 17:04:14 +08:00
hcyi
c8b8b0e2f7 fix(TUP-20514):Project setting-Aduit can not save the db info if switch to another type of db. (#2905)
* fix(TUP-20514):Project setting-Aduit can not save the db info if switch
to another type of db.

* fix(TUP-20567):Generate button should be disabled if no history listed.
2018-11-07 16:58:54 +08:00
Jane Ding
9d85e7c9ea fix(TUP-21055)Migration check executed at each start of studio (#2884)
* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055

* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055

* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055
Sort the ConfigTypeNode collection

* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055

* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055
2018-11-07 10:32:10 +08:00
jiezhang-tlnd
f165fbeb76 fix(TUP-21017)ORACLE DB data viewer fail in context mode (#2913) 2018-11-07 10:26:44 +08:00
Dmytro Sylaiev
1e2811a1de fix(TDI-41320): Fix oracle 11 migration task use existing connection (#2902) 2018-11-06 15:45:25 +02:00
jzhao
d8fce2ae56 fix(TDI-41176):'File Json' > 'Input Json' metadata does not show parent values in Preview with JsonPath (#2820)
* add a new checkbox "Use the loop node as root" (tFileInputJson)

* fix tExtractJsonField

* fix wizard by set "Use the loop node as root" to false
2018-11-06 15:25:27 +08:00
Tao Tao
aac768f72e fix(TUP-21022)Project Setting->Shell Setting ->Ps1: unfriendly (#2904)
display of description
2018-11-06 12:28:16 +08:00
Jane Ding
666df92b92 fix(TUP-21075)Problem of display in the tMap with Mojave (#2900)
* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)use duplicate name for jdbc connection, no error show
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075
2018-11-06 12:05:16 +08:00
msjian
cb7b17aef0 fix(TDQ-15627): when the current is DQ Perspective, need to refresh DQ (#2881)
Repository View
2018-11-05 16:36:48 +08:00
hwang-talend
a54a48a193 bugfix(TUP-6872):Code can be drag and the job become dirty (#2898)
bugfix(TUP-6872):Code can be drag and the job become dirty
2018-11-05 16:22:53 +08:00
hwang-talend
c4637848a0 bugfix(TUP-21030):Components don't change to Built-in mode (#2879)
* bugfix(TUP-21030):Components don't change to Built-in mode
2018-11-05 10:51:10 +08:00
Chao MENG
446be73490 fix(TUP-19760): Should disable Create button if Local connection is (#2893)
fix(TUP-19760): Should disable Create button if Local connection is Incomplete
https://jira.talendforge.org/browse/TUP-19760
2018-11-05 10:40:46 +08:00
hcyi
6bd795b2f5 fix(TUP-21054):Jars from db wizard not synchronized with component. (#2861) 2018-11-05 10:08:20 +08:00
chmyga
9255a2ecea fix(TUP-21026): empty schema in suggestable method (#2862)
* fix(TUP-21026): empty schema in suggestable method

* Add schema action parameter

* Add schema element parameter

* Set schema name equal to parameter name

* Set connection type as tagged value

* fix(TUP-21026): add dummy implemenation for SchemaElementParameter methods to fix errors
2018-11-02 13:57:44 +02:00
Tao Tao
665ab4ef55 Fixed(TUP-20927)Automatic scrolling in execution console prevent upper log messages checking (#2890)
https://jira.talendforge.org/browse/TUP-20927
2018-11-02 16:54:36 +08:00
Jane Ding
3ed4bbe422 fix(TUP-20913)Remote project:job run use old data if not run the child (#2888)
job first after change the resources item
https://jira.talendforge.org/browse/TUP-20913
2018-11-02 16:13:16 +08:00
jiezhang-tlnd
b5ef722bfb fix(TUP-20765)"Web-app Url" is read-only and empty after clicking "+"; (#2885) 2018-11-02 10:47:30 +08:00
Jane Ding
2c4764f5e2 fix(TUP-20413)Reload the library will throw NPE in import external jar. (#2882)
* fix(TUP-20413)Reload the library will throw NPE in import external jar.
https://jira.talendforge.org/browse/TUP-20413
Remove the button of reload the library

* fix(TUP-20413)Reload the library will throw NPE in import external jar.
https://jira.talendforge.org/browse/TUP-20413
Remove the button of reload the library
2018-11-02 10:45:44 +08:00
Tao Tao
044ed0ca33 Ttao/bugfix/tup 20905 edit resource page show ok (#2856)
* bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page.

https://jira.talendforge.org/browse/TUP-20905

*     bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page.

    https://jira.talendforge.org/browse/TUP-20905

* bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page.

https://jira.talendforge.org/browse/TUP-20905
2018-11-01 18:02:55 +08:00
hwang-talend
b04c7085b0 bugfix(TUP-21041):ELT Maps generate incorrect SQL when sql contains (#2857)
bugfix(TUP-21041):ELT Maps generate incorrect SQL when sql contains schema.table.column1 + schema.table.column2
2018-11-01 14:24:19 +08:00
hwang-talend
6df68d8f30 bugfix(TUP-20915):Testcase: Deleted testcase is still in build-out (#2863)
bugfix(TUP-20915):Testcase: Deleted testcase is still in build-out file->sunfire-reports folder
2018-11-01 14:22:15 +08:00
hwang-talend
4948832847 Hwang/tup 20837 master (#2859)
* bugfix(TUP-20837):Job containing saleforce components takes too much
time to open
2018-11-01 14:16:37 +08:00
pyzhou
0f055deb2e fix(TDI-32967):tLogRow length do not support context (#2868) 2018-11-01 11:36:59 +08:00
jiezhang-tlnd
e6b28934a3 fix(TUP-21005)In studio Java Debugging of Routes fails (#2869) 2018-11-01 11:00:32 +08:00
Anas KHABALI
34c88151ff fix(TUP-21046) : Talend Component Kit guess schema should ignore lines not being json (#2865) 2018-10-30 16:12:15 +01:00
Roman
8093d8f8db fix(TDI-41162): correct file detail for FTP and FTPs mode (#2819)
* fix(TDI-41162): correct file detail for FTP mode

* fix(TDI-41162): change logic for matcher
2018-10-29 14:15:18 +02:00
Dmytro Sylaiev
42ef0e2196 fix(TDI-41276): Use correct SQLType for null Time (#2852)
* fix(TDI-41276): Use correct SQLType for null Time

* fix(TDI-41276): Fix codegen error
2018-10-29 12:02:05 +02:00
Jane Ding
2044170d62 fix(TUP-20913)Remote project:job run use old data if not run the child (#2858)
job first after change the resources item
https://jira.talendforge.org/browse/TUP-20913
2018-10-29 09:38:20 +08:00
hwang-talend
b1168f1492 bugfix(TUP-20693):Table selection widget - wrong generated code (#2818)
bugfix(TUP-20693):Table selection widget - wrong generated code
2018-10-26 15:43:23 +08:00
Jane Ding
c953807960 fix(TUP-20778)Reference Project - New context group variable not (#2849)
getting applied to the jobs
https://jira.talendforge.org/browse/TUP-20778
2018-10-26 11:30:38 +08:00
Chao MENG
9dd450642d fix(TUP-21039): "Apply context to children jobs" does not work for "grand son" job if Studio not restarted (#2848)
* fix(TUP-21039): "Apply context to children jobs" does not work for
"grand son" job if Studio not restarted
https://jira.talendforge.org/browse/TUP-21039

* fix(TUP-21039): "Apply context to children jobs" does not work for
"grand son" job if Studio not restarted
https://jira.talendforge.org/browse/TUP-21039
2018-10-26 10:16:24 +08:00
Chao MENG
9ebea0a67b Revert "bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page. (#2851)" (#2853)
This reverts commit eadb617982.
2018-10-25 19:18:50 +08:00
ttao-talendbj
eadb617982 bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page. (#2851)
* bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page.

https://jira.talendforge.org/browse/TUP-20905

*     bugfix(TUP-20905)Edit resource wizard show "Ok" when open the page.

    https://jira.talendforge.org/browse/TUP-20905
2018-10-25 19:16:26 +08:00
nrousseau
effd8ee069 chore(TUP-20636) fix wrong module name 2018-10-25 11:16:50 +08:00
Chao MENG
f6b2ca56e7 chore: resolve tacokit sdk plugin compile error in eclipse (#2846)
chore: resolve tacokit sdk plugin compile error in eclipse
2018-10-25 10:46:38 +08:00
ttao-talendbj
05d67fc5d3 fix(TUP-20927)Automatic scrolling in execution console prevent upper log (#2845)
* fix(TUP-20927)Automatic scrolling in execution console prevent upper log
messages checking
https://jira.talendforge.org/browse/TUP-20927

*     fix(TUP-20927)Automatic scrolling in execution console prevent upper log messages checking
    https://jira.talendforge.org/browse/TUP-20927
2018-10-25 10:28:45 +08:00
wchen-talend
c3abb7253c fix(TUP-21010):Jar name on classpath should be based on mvn uri (#2832)
* fix(TUP-21010):Jar name on classpath should be based on mvn uri

* fix(TUP-21010):Jar name on classpath should be based on mvn uri
2018-10-23 14:16:00 +08:00
nrousseau
2275368f6d chore(TUP-7300) fix junits 2018-10-23 13:34:46 +08:00
zwxue
f7e8d452b7 fix(TUP-20977):update message (#2838) 2018-10-23 12:14:05 +08:00
pyzhou
ced343de11 Revert "fix(TDI-41258):align the mvn path of commons-logging" (#2835)
This reverts commit 901a104988.
2018-10-23 10:40:58 +08:00
Jane Ding
8dc906c82b For both route and standard job use Resource in repository, some words (#2830)
* For both route and standard job use Resource in repository, some words
need to be updated in wizard.

* For both route and standard job use Resource in repository, some words
need to be updated.
2018-10-23 10:19:09 +08:00
apoltavtsev
48bc805931 TESB-23870 Camel dependencies are not included to manifest of route's child jobs (#2831)
* TESB-23870 Camel dependencies are not included to manifest of route's child jobs

* Explicit check for Job type is added
2018-10-23 09:43:38 +08:00
pyzhou
034ea26970 Pyzhou/tdi 41258 align mvn path to official (#2827)
* fix(TDI-41258):align the mvn path of joda-time

* fix(TDI-41258):correct the mvn path commons-logging redshift

* fix(TDI-41258):align the mvn path of commons-logging
2018-10-23 09:43:00 +08:00
Dmytro Sylaiev
bb15ea4549 fix(TDI-41260): Change driver jar name oracle (#2829) 2018-10-22 18:01:00 +03:00
wang wei
ee65a2c321 fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758 (#2824)
* fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758

* fix(TDI-41251) update jackson libs
2018-10-20 13:46:39 +08:00
nrousseau
5ca85bb36d babili-export (#2825) 2018-10-20 11:06:01 +08:00
Jenkins Continuous Build server
b681eb6f18 Set version to 7.2.1 SNAPSHOT 2018-10-18 13:37:51 +02:00
kcoepeau
8db08a86af feat(TBD-7689): support Standard SQL in BigQueryUtil (#2738) 2018-10-18 10:20:19 +02:00
kcoepeau
ccb1e0182e feat(TBD-5959): Support both Standard and Legacy SQL for BigQuery (#2735) 2018-10-18 10:20:03 +02:00
apoltavtsev
02758e025b TESB-21524 NPE for ContentBaseRouting is corrected (#2816) 2018-10-18 09:31:43 +02:00
jiezhang-tlnd
f0aa78f9ce feat(TUP-20647)add a db_type named REDSHIFT_SSO (#2734)
* feat(TDI-40363): add SSO to Connection component

* feat(TDI-40363): add SSO to BulkExec/fix Connection

* feat(TDI-40363): add rest of components

* feat(TDI-40363): add tCreateTable

* feat(TDI-40363): minor fix

* feat(TDI-40363): fix typo

* feat(TDI-40363): hide JDBC_URL field when use connection true

* feat(TDI-40363): hide pass and user when JDBC_URL=SSO

* feat(TDI-40363): replace NOT_SHOW_IF to SHOW_IF

* feat(TDI-40363): remove user and pass from InputComponent

* feat(TDI-40363): remove user and pass from Connection

* feat(TDI-40363): remove user and pass from BulkExec

* feat(TDI-40363): remove user and pass from Output

* feat(TDI-40363): BulkExec and Input ready

* feat(TDI-40363): all components ready

* feat(TDI-40363): update to newest driver

* feat(TDI-40363): minor fix

* feat(TDI-40363): change import name, remove static var

* feat(TDI-40363): change jar for tCreateTable

* feat(40363): change driver for input and connection

* feat(TUP-20647)add a db_type named REDSHIFT_SSO

* feat(TDI-40363): change driver and add AWS SDK

* feat(TDI-40363): exclude jars if useExistConnection=true

* feat(TDI-40363): change driver and add required_if

* feat(TUP-20674)match redshift-sso

* feat(TUP-20647)match redshift-sso mode

* fix(TUP-20901)can't do data viewer for tRedshiftInput if use existing
connection in job
https://jira.talendforge.org/browse/TUP-20901

* fix(TUP-20900)guess schema failed for redshift SSO

* get right url of redshift_sso

* feat(TUP-20647)Allow Redshift components to use SSO_latest driver

* remove unused code

* remove unused code
2018-10-18 11:58:28 +08:00
Antoine Parent
b2ee7c4701 Fix(TBD-7334) check tContexLoad is not null prior to use (#2811) 2018-10-17 18:10:37 +02:00
kcoepeau
9a6e1e80be fix(TBD-7781): Support retrieving node from SparkConfiguration (#2745) 2018-10-17 16:11:33 +02:00
nrousseau
36fed0209c set unique name for junit 2018-10-17 18:52:58 +08:00
nrousseau
e01cf92feb avoid possible NPE 2018-10-17 18:52:58 +08:00
nrousseau
8d497ada89 fix possible NPE 2018-10-17 18:52:58 +08:00
hcyi
22e6c4ae9c fix(TUP-20980):tMysqlInput --> "Guess schema" not show the warning (#2814)
message.
2018-10-17 18:02:00 +08:00
kjwang-talend
52678a4f0d Fix : TUP-20981 Build job will pop up LifecyclePhaseNotFoundException (#2813)
using installer on windows 10
https://jira.talendforge.org/browse/TUP-20981
2018-10-17 17:35:07 +08:00
Mike Yan
1e1d8db31f fix(TESB-23707): Add deploy-nexus profile in OSGI pom template (#2812)
* fix(TESB-23376):Runtime cannot install REST artifact because redundant
'-bundle' in features

* fix(TESB-23707): Add deploy-nexus profile in OSGI pom template
2018-10-17 16:58:06 +08:00
Dmytro Sylaiev
11bb091891 fix(TDI-40504): Revert "Dsylaiev/tdi 40504 implement move to current … (#2810)
* fix(TDI-40504): Revert "Dsylaiev/tdi 40504 implement move to current dir sftp (#2703)"

This reverts commit 995d668dae.

* fix(TDI-40504): Remove migration task class
2018-10-17 11:45:06 +03:00
pyzhou
ec4bbf541f feat(TDI-41177): change the jar import condition redshift (#2807)
* feat(TDI-41177): change the jar import condition redshift

* bulkexec do not connect to S3

* use connection equal false

* add back the dependences

* correct mistake
2018-10-17 16:33:49 +08:00
wchen-talend
93ab447706 fix(TUP-20799):Oracle Invalid Character with tSchemaComplianceCheck (#2808) 2018-10-17 15:50:44 +08:00
hcyi
036193ba38 fix(TUP-20919):The inprogress bar do not show correctly when we do (#2806)
generate audit report.
2018-10-17 15:01:13 +08:00
jiezhang-tlnd
de51b19e23 feat(TUP-20683)Add support of Oracle 18c in the db of studio (#2722)
* feat(TUP-20683)Add support of Oracle 18c in the db of studio
https://jira.talendforge.org/browse/TUP-20683

* change oracle name to be oracle18
2018-10-17 14:30:01 +08:00
pyzhou
02e45a9ce0 fix(TDI-41177): Remove SSO condition for redshift component (#2804)
* fix(TDI-41177): Remove SSO condition for redshift component

* change required
2018-10-17 11:44:54 +08:00
kjwang-talend
8f52649a99 Fix (TUP-20887) Sub-reference project is listed in Reference Project (#2803)
settings if Sub-reference project is deleted in TAC
https://jira.talendforge.org/browse/TUP-20887
2018-10-16 19:14:34 +08:00
msjian
0e6d6944c4 fix(TDQ-15391): fix a potential NPE (#2802) 2018-10-16 18:41:16 +08:00
Chao MENG
7f11086fb4 fix(TUP-20875): Components Manager: errors when do cancel the install (#2801)
fix(TUP-20875): Components Manager: errors when do cancel the install patch/components
https://jira.talendforge.org/browse/TUP-20875
2018-10-16 18:31:31 +08:00
mbasiuk-talend
eac5e73cf6 Mbasiuk/tdi 41028 fix t microsoft crm lib upgrade issue (#2689)
* fix(TDI-41028): upgrade woodstox, stax2 and xmlsec libraries

* fix(TDI-41028): upgrade cxf related libraries
2018-10-16 13:25:43 +03:00
ypiel
b19b382351 fix(TUP-20910) : Set value only if index is acceptable (#2797)
* fix(TUP-20910) : Set value only if index is acceptable

* feat(TDI-20910) : Code cosmetic after PR review
2018-10-16 11:07:16 +02:00
zwxue
36e9a82c71 fix(TUP-20914):NPE shows when building a job (#2800) 2018-10-16 17:00:24 +08:00
Denis Sergent
885db6199d TESB-23238 API definitions parameters import in tRESTRequest (#2795)
When using an API definition from metadata for tRESTRequest component,
operation parameters (path, query & header parameters) are now
automatically created.
2018-10-16 10:29:33 +02:00
zwxue
efa9dd73c8 fix(TUP-20760):NPE shows when build two jobs from same folder (#2799) 2018-10-16 15:58:54 +08:00
Dmytro Sylaiev
a775ab2af8 Dsylaiev/tdi 40956 update oracle jdbc driver (#2741)
* feat(TDI-40956): Add new driver dependency to oracle components

* feat(TDI-40956): Add upgraded driver to amazonOracleXXX components

* feat(TDI-40956): Add new db version to eltOracleMap

* feat(TDI-40956): Upgrade driver for tCreateTable

* feat(TDI-40956): Specify correct driver for Oracle18 in tCreateTable

* feat(TDI-40956): Change driver class for oracle components with 18 jdbc

* feat(TDI-40956): Upgrade driver class for Oracle18 in AmazonOracle components

* feat(TDI-40956): Fix codegen error

* Add missing oracle_18 clauses

* feat(TDI-40956):change the mvn path.
2018-10-16 15:54:11 +08:00
jiezhang-tlnd
087c3c09c0 fix(TUP-20805)NPE thrown when click Project settings_Job (#2791) 2018-10-16 14:34:43 +08:00
hcyi
5fc1a7d00d fix(TUP-20522):Cannot use 'Generate Audit Report' on Ubuntu. (#2793) 2018-10-16 11:37:08 +08:00
Anas KHABALI
95326ff820 upgrade tacokit to 1.1.1 (#2796) 2018-10-15 19:40:13 +03:00
jzhao
d8ce6d856b feat(TDI-40958): update salesforce default endpoint to 44.0 (#2792) 2018-10-15 18:35:59 +08:00
hwang-talend
c7966f540a bugfix(TUP-20739):tELTHiveMap generates wrong query when the operator is (#2771) (#2794)
* bugfix(TUP-20739):tELTHiveMap generates wrong query when the operator is
used for any column in the source table
2018-10-15 18:17:43 +08:00
hwang-talend
6bd8854216 bugfix(TUP-20479):ELT Maps generate incorrect SQL (#2778)
bugfix(TUP-20479):ELT Maps generate incorrect SQL
2018-10-15 15:44:20 +08:00
zwxue
ad2ea4ab2e fix(TUP-20884):error when generate pom after import an old job (#2784) 2018-10-15 14:49:31 +08:00
Jane Ding
63d3d9d965 fix(TUP-20284)Import Items throw errors (#2772)
* fix(TUP-20284)Import Items throw errors
https://jira.talendforge.org/browse/TUP-20284

* fix(TUP-20284)Import Items throw errors
https://jira.talendforge.org/browse/TUP-20284
2018-10-15 14:48:44 +08:00
jiezhang-tlnd
e97c5d6c46 bugfix(TUP-20711)Cannot "Guess schema" with tSQLDWHInput (#2780) 2018-10-15 09:55:08 +08:00
wchen-talend
a236907b6f fix(TUP-20799):vaidation rule do not work for mssql and oracle (#2783) 2018-10-15 09:49:37 +08:00
wchen-talend
afd7e6987a fix(TUP-20716):Could not find or load main class while running a big job (#2785) 2018-10-12 19:04:54 +08:00
Chao MENG
f2871a1ca9 fix(TUP-20796): [bug] there are errors after click Property Type: (#2779)
fix(TUP-20796): [bug] there are errors after click Property Type:  repository button to choose db
https://jira.talendforge.org/browse/TUP-20796
2018-10-12 17:34:43 +08:00
Chao MENG
6218ffb0e2 fix(TUP-20881): Repository share: the text "check update (#2781)
fix(TUP-20881): Repository share: the text "check update frequency(days)" cannot type in 0 even it is not the first digital.
https://jira.talendforge.org/browse/TUP-20881
2018-10-12 17:27:16 +08:00
zwxue
1552ed05aa fix(TUP-20811): Migrate preference project version. (#2774) 2018-10-12 17:00:26 +08:00
Roman
0758dbb7f5 Rvoievidko/tdi 40363 allow redshift to use sso (#2688)
* feat(TDI-40363): add SSO to Redshift components

* feat(TDI-40363): add tCreateTable

* feat(TDI-40363): hide JDBC_URL field when use connection true

* feat(TDI-40363): hide pass and user when JDBC_URL=SSO

* feat(TDI-40363): remove user and pass

* feat(TDI-40363): update to newest driver

* feat(TDI-40363): exclude jars if useExistConnection=true

* feat(TDI-40363): change driver and add required_if
2018-10-12 10:21:44 +03:00
wchen-talend
c2c656bc0a fix(TUP-20799):vaidation rule do not work for mssql and oracle (#2773) 2018-10-12 09:50:49 +08:00
pyzhou
e8d7687e97 fix(TDI-41115):tSalesforceWave throw exception if file exist (#2761) 2018-10-11 16:49:28 +08:00
Dmytro Sylaiev
bc1306429c fix(TDI-41137): Revert change mistake in property message" (#2769)
This reverts commit 28fe86379d.
2018-10-10 17:53:26 +03:00
Roman
86dd2db99f fix(TDI-41063): change count NB lines logic (#2758) 2018-10-10 15:35:38 +03:00
pyzhou
f7a0d3e354 fix(TDI-41122):Change the default value for RecordDelimiter of JSON (#2762)
Output Type
2018-10-10 17:45:09 +08:00
mbasiuk-talend
cfdaf85651 Mbasiuk/tdi 40846 date validation fix (#2620)
* fix(TDI-40846): improve date validation check

* fix(TDI-40846): correct formatting of code

* fix(TDI-40846): add check box use strict date check

* fix(TDI-40846): move to routines method
2018-10-10 12:11:38 +03:00
zwxue
52fd36e939 feat(TUP-20633):Add a command to regenerate all the poms of jobs in a (#2759)
project.
2018-10-10 14:32:13 +08:00
Dmytro Sylaiev
8646577e80 fix(TDI-31285): Remove needless default value (#2760) 2018-10-09 17:51:22 +03:00
Roman
a835261083 fix(TDI-41064): improve logic for templates (#2740) 2018-10-09 08:21:56 +03:00
jzhao
a877dd61d8 feat(TDI-40958): update salesforce api to 43.0 (#2732)
** feat(TDI-40958): update salesforce api to 43.0

** update jars to 44.0.0

** update default endpoint to 43.0.0

** add depends to wave components
2018-10-09 11:05:44 +08:00
Chao MENG
0a1b263e67 fix(TUP-20854): NPE show in error log when add reference project (#2757)
fix(TUP-20854): NPE show in error log when add reference project
https://jira.talendforge.org/browse/TUP-20854
2018-10-09 10:20:08 +08:00
zwxue
321dd3f914 workitem(TUP-20829):Improvements needed on docker. (#2756) 2018-10-08 18:17:02 +08:00
Ivan Gonchar
ad6917b692 chore: upgrade Tacokit version to 1.1.0 release (#2754) 2018-10-08 11:30:14 +03:00
Jane Ding
1fed00f560 feat(TUP-20789)Remove the dependencies page and use context view for (#2755)
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
2018-10-08 11:50:59 +08:00
chmyga
4f13e02253 fix(TCOMP-925): columns order in tcompv1 tables (#2752)
* Add support for OptionsOrder/GridLayout for SomeClass used as List<SomeClass> option in Studio
2018-10-05 16:44:34 +03:00
Dmytro Sylaiev
889b26159c Dsylaiev/tdi 40911 remove redundant 11 6 oracle version (#2753)
* fix(TDI-40911): Remove duplicate oracle version for AmazonOracle and tCreateTable

* fix(TDI-40911): Remove duplicate 11-6 version for OracleELTMap

* fix(TDI-40911): Remove duplicate DBVersion for plain Oracle components

* fix(TDI-40911): Remove 11-6 version from missing places

* fix(TDI-40911): Add a migration task
2018-10-05 15:49:53 +03:00
Ivan Gonchar
4c9128050d fix(TCOMP-1105): do not persist schema parameter (#2749) 2018-10-04 15:28:38 +03:00
mbasiuk-talend
aa846e359e fix(TDI-41119): add more condition to use edtftpj library (#2748) 2018-10-04 14:52:00 +03:00
Stéphane Bouchet
4654b4e524 fix(TESB-23695) : filter multiple backslash in url (#2744) 2018-10-04 13:43:53 +02:00
Romain Manni-Bucau
d1158565b4 ensure a shell is passed to the openinfo/openerror (#2747) 2018-10-04 10:41:37 +02:00
Dmytro Sylaiev
28fe86379d fix(TDI-41137): Fix mistake in property message (#2746) 2018-10-03 19:39:19 +03:00
Ivan Gonchar
00383fe509 fix(TCOMP-1105): hide Edit Schema widget in repository dialog (#2743) 2018-10-03 14:59:27 +03:00
Romain Manni-Bucau
d65558db2f rendering adoc in the tacokit plugin instead of relying on a server rendering (#2739)
* rendering adoc in the tacokit plugin instead of relying on a server rendering

* lib in manifest.mf

* fix manifest.mf classpath

* trying to force jruby and asciidoctor to load

* add a profile with talend P2 repo to build the plugin alone if neccessary

* adding style for the tables in the help

* fix asccidoctor instance init and add UT for it
2018-10-03 12:02:27 +02:00
Ivan Gonchar
5a3370b90b fix(TCOMP-1104): fix drad and drop issue (#2742) 2018-10-02 19:00:53 +03:00
Dmytro Sylaiev
a0ad690d55 feat(TDI-40944): Add 'Use Remote verification' checkbox FTPS (#2711) 2018-10-01 10:26:02 +03:00
Stéphane Bouchet
977843a96a fix(TUP-20173): fixed fragment usage in feature (#2345)
* fix(TUP-20173): fixed fragment usage in feature

* fix(TUP-20173): fixed fragment usage in feature
2018-10-01 14:47:53 +08:00
zwxue
037c197917 fix(TUP-20392):Error log shows after Migrating project from 6.5.1 to (#2686)
7.0.1
2018-10-01 13:53:51 +08:00
Chao MENG
723bbd5b8d Cmeng/feat/tup 20469 components dialog (#2674)
* feat(TUP-20467): Support of install of car in patch
https://jira.talendforge.org/browse/TUP-20467

* feat(TUP-20467): Support of install of car in patch
https://jira.talendforge.org/browse/TUP-20467

* feat(TUP-20467): Support of install of car in patch
https://jira.talendforge.org/browse/TUP-20467

* feat(TUP-20467): Support of install of car in patch
https://jira.talendforge.org/browse/TUP-20467

Fix CAR installation bug

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* fix(TUP-20650): fix install problem in linux and mac.

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

adjust UI

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20470):Share components updates on the local nexus

* feat(TUP-20470):don't share component from patch.

* feat(TUP-20470):make share available only online mode.

* feat(TUP-20471):Manual install of car and share to local nexus

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. update preference

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. update preference
2018-10-01 10:58:24 +08:00
hwang-talend
fa72b1c980 bugfix(TUP-7208):bat & sh are exported to zip if I select Unix for Shell (#2724)
bugfix(TUP-7208):bat & sh are exported to zip if I select Unix for Shell Launcher
2018-09-29 16:04:08 +08:00
pyzhou
35ed05f34e feat(TDI-41024):tS3Get S3 Select (#2717)
* feat(TDI-41024):tS3Get S3 Select

* move to advance setting and change property name

* fix the bug of file compass.

* remove the use compressed option

* enable add stream in global-map in every file mode

* remove file compress option
2018-09-29 14:06:23 +08:00
Anas KHABALI
11d612ba21 Metadata migration fix and default values and diplayName for test connection (#2607)
* TCOMP-996 : use configuration version instead of plugin constant
* fix default value. avoid null as string
* TCOMP-941 : fix default values for enum
2018-09-28 18:18:12 +02:00
Jane Ding
dff477c8d1 Jding/tup 20460 make sure update job dependencies resources (#2619)
* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
The job label in the path need as same as the one which in context path

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
The job label in the path need as same as the one which in context path

* feat(TUP-20458)The project label need to lower case to avoid the
exception of org.eclipse.core.internal.resources.ResourceException: A
resource exists with a different case caused by
ext-resources/local_project/testjob_0_2/contexts

* 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

* feat(TUP-20458) fix the bug of set last selected context variable
automatically
https://jira.talendforge.org/browse/TUP-20605

* fix(TUP-20607) [BUG] resource dependencies display unreasonable on MAC
https://jira.talendforge.org/browse/TUP-20607
and remove character Route for resource dialog

* fix(TUP-20609)[BUG] Can't set context group resource variable value on
MAC
https://jira.talendforge.org/browse/TUP-20609

* feat(TUP-20460) Make sure Impact Analysis/Export items/Repository update
capture resoueces dependencies
https://jira.talendforge.org/browse/TUP-20460

* feat(TUP-20460)Make sure Impact Analysis/Export items/Repository update
capture resources dependencies
https://jira.talendforge.org/browse/TUP-20460

* feat(TUP-20460)Make sure Impact Analysis/Export items/Repository update
capture resources dependencies
https://jira.talendforge.org/browse/TUP-20460
Add resource delete checker for job, and fix error throw when open
dependencies editor page after force delete resource.

* 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
https://jira.talendforge.org/browse/TUP-20457

* feat(TUP-20457)Add resources from repository to DI features
Change RouteResourceItem to ResourceItem
https://jira.talendforge.org/browse/TUP-20457

Conflicts:
	main/plugins/org.talend.repository.resource/plugin.xml

* feat(TUP-20457)Add resources from repository to DI features
https://jira.talendforge.org/browse/TUP-20457

* feat(TUP-20457)Add resources from repository to DI features
https://jira.talendforge.org/browse/TUP-20457
Add header

* feat(TUP-20457)Add resources from repository to DI features
Add comment

* feat(TUP-20457) Change RouteResourceItem to ResourceItem

* feat(TUP-20460) Add Header

* fix(TUP-20630) runtime resource dependency for tRunjob
and dependency page first column should be Resource

* feat(TUP-20460) Resource dependency can be used in BD job

* feat(TUP-20457) for DI license to show resource repository node

Conflicts:
	main/plugins/org.talend.repository.resource/plugin.xml

* feat(TUP-20460) Changes of improve Resource Dependencies

* feat(TUP-20460) a npe context issue when run job

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* feat(TUP-20703) Add junit for feature Resource dependency

* fix(TUP-20736)[BUG] Can't find resource file when running git remote job
https://jira.talendforge.org/browse/TUP-20736

* feat(TUP-20703) Change the key name

* fix(TUP-20746)[BUG] can't dataview on tFileInputDelimited when use
resource file
https://jira.talendforge.org/browse/TUP-20746

* fix(TUP-20746)[BUG] can't dataview on tFileInputDelimited when use
resource file
https://jira.talendforge.org/browse/TUP-20746

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* 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
2018-09-28 18:50:07 +08:00
jiezhang-tlnd
16d7e28a03 feat(TUP-18754)Update driver for Sybase (#2708)
* feat(TUP-18754)Update driver for Sybase
https://jira.talendforge.org/browse/TUP-18754

* fix a bug that when checking the db connection,the driver url is not
correct on the page called implicit context load.
2018-09-28 15:46:39 +08:00
jzhao
d1346bd5bc feat(TDI-39059):tFileInputExcel support includePhoneticRuns configurable (#2733) 2018-09-28 14:33:00 +08:00
kjwang-talend
baaf974043 TUP-20499 Sign jobs when build zip from studio / CI (#2570)
* TUP-20499 Sign jobs when build zip from studio / CI
https://jira.talendforge.org/browse/TUP-20499

* TUP-20535 Integrate job signing into the studio
https://jira.talendforge.org/browse/TUP-20535

* TUP-20535 Integrate job signing into the studio
https://jira.talendforge.org/browse/TUP-20535

* TUP-20637 Secure usage of maven plugin of signature
https://jira.talendforge.org/browse/TUP-20637

* TUP-20743 [bug] run job which use child job on jobserver failed.
https://jira.talendforge.org/browse/TUP-20743

* TUP-20637 Secure usage of maven plugin of signature
https://jira.talendforge.org/browse/TUP-20637

* TUP-20637 Secure usage of maven plugin of signature
https://jira.talendforge.org/browse/TUP-20637
2018-09-28 11:44:43 +08:00
jiezhang-tlnd
d0bca54e19 Jzhang/feat/tup 20682 add support of postgres 10 in the db of studio (#2707)
* feat(TUP-20682)Add support of Postgres 10 in the db of studio
https://jira.talendforge.org/browse/TUP-20682

* feat(TUP-20682)Add support of Postgres 10 in the db of studio

* fix a bug that when checking the db connection,the driver url is not
correct on the page called implicit context load.

* to match the dbversion with component
2018-09-28 11:09:16 +08:00
hcyi
931036069e feat(TUP-20681):Add support of Mysql 8 in the db of studio (#2706)
* feat(TUP-20681):Add support of Mysql 8 in the db of studio

* feat(TUP-20681):Add support of Mysql 8 in the db of studio.
2018-09-28 10:46:32 +08:00
Roman
8954fc90b2 Rvoievidko/tdi 41089 migration task after update to mysql 8 (#2730)
* fix(TDI-41089): change MySQL version to v5 if not specified

* fix(TDI-41089): correct typo in driver name

* fix(TDI-41089): if dbname was not found put double quote

* fix(TDI-41089): add node property for tCreateTable
2018-09-27 11:10:39 +03:00
Nicolas Rousseau
9435451afc Revert "TESB-21703 Maven nature added to new child subjob (#2192)"
This reverts commit 34d92b92c9.
2018-09-26 14:36:55 +08:00
pyzhou
9156ef3322 feat(TDI-41023):upgrade aws sdk (#2678)
* feat(TDI-41023):upgrade aws sdk

* feat(TDI-41023):upgrade again to 1.11.406

* remove useless jar.
2018-09-26 10:43:42 +08:00
Ivan Gonchar
8a2ab941da fix(TCOMP-1082): fix ActionParameter conversion issue for HealthCheck (#2731) 2018-09-25 16:50:14 +03:00
Roman
04c0190688 Rvoievidko/tdi 41085 failed tuj after updating postgre to v10 (#2727)
* fix(TDI-41085): change Postgre version to prior v9
2018-09-25 13:12:13 +03:00
Yu
fb98946610 feat(TBD-7591) Add job name & tags for qubole hive components (#2715)
Adding more detailed information like job name, tags etc. for qubole hive job.
Components included:
    tHiveInput
    tHiveRow
2018-09-25 10:32:26 +02:00
wang wei
39f004bed9 fix(TDI-40720): support tSAPHanaConnection work with tELTMap (#2729) 2018-09-25 14:55:20 +08:00
wang wei
ab14f088a9 fix(TDI-40790): improve the s3 get performance and retry way (#2728) 2018-09-25 14:02:51 +08:00
Stéphane Bouchet
d9936600da fix(TESB-23560) : display correct url in console for ESB implementations (#2726) 2018-09-24 16:15:41 +02:00
Ivan Gonchar
828d04212a fix(TCOMP-1078): fix guess schema button visibility (#2725) 2018-09-24 16:11:54 +03:00
Anas KHABALI
3105881419 TCOMP-1063 : integrate Record API from tacokit to the studio (#2709) 2018-09-21 18:02:20 +02:00
Dmytro Sylaiev
5a588a024f fix(TDI-41043): SFTP tFTPFileList full file info fix (#2723) 2018-09-21 17:16:40 +03:00
Nicolas Rousseau
69b40cb2bd feat(TUP-20636) fix duplicate uri 2018-09-21 13:25:29 +08:00
Romain Manni-Bucau
7f68ae0662 guess schema now uses json in tacokit (#2720)
* TCOMP-1071 healthcheck button text

* ensure guess schema uses the new tacokit parsing format

* upgrading tacokit
2018-09-20 17:37:55 +02:00
Emmanuel GALLOIS
f5232f79e2 fix(TDI-40875): cast as Object for primitive boxing (#2721) 2018-09-20 16:29:29 +02:00
qiongli
20989e1a22 feat(TDQ-15611) Add tDataShuffling to this migration (#2694) 2018-09-20 17:46:00 +08:00
Dmytro Sylaiev
84c778d7d0 Dsylaiev/tdi 37336 add error message when context value set to null (#2716)
* fix(TDI-37336): Add error message for setting null context value

* fix(TDI-37336): Add same changes for Date conversion

* fix(TDI-37336): Add logger message support

* fix(TDI-37336): Unite 2 messages in one

* Use common string format to warning messages
2018-09-20 12:13:32 +03:00
Dmytro Sylaiev
b7ab10293e fix(TDI-40963): Disable codegen for unused socks proxy (#2719) 2018-09-20 12:00:45 +03:00
Roman
520f904dcf Rvoievidko/tdi 40953 support my sql 8 (#2669)
* feat(TDI-40953): upgrade Connection and Output cmpnts

* feat(TDI-40953): upgrade Input component

* feat(TDI-40953): upgrade rest of MySQL components

* feat(TDI-40953): change template for MySQL

* feat(TDI-40953): add logic to choose class for driver

* feat(TDI-40953): change default version of DB

* feat(TDI-40953): update condition for MySQL_8

* feat(TDI-40953): update MySQL to v8 in tCreateTable

* feat(TDI-40953): upgdate tMySQLConnection component

* feat(TDI-40953): upgdate tCreateTable component

* feat(TDI-40953): upgdate MySQLBulk component

* feat(TDI-40953): upgdate MySQLSCD component

* feat(TDI-40953): add else if

* feat(TDI-40953): fix process missing

* feat(TDI-40953): fix ELT

* feat(TDI-40953): rename connection to connectionMySQL to avoid collision
2018-09-20 11:09:08 +03:00
Roman
ffab5918e7 Rvoievidko/tdi 40954 support postgres 10 (#2677)
* feat(TDI-40954): postgresql family supports v10 db

* feat(TDI-40954): postgresPLUS family supports v10 db

* feat(TDI-40954): tCreateTable supports postgre v10 db

* feat(TDI-40954): change DB version by default
2018-09-20 10:37:09 +03:00
Dmytro Sylaiev
33e40904dd fix(TDI-40965): Fix compile error in tFTPPut (#2676) 2018-09-20 10:18:52 +03:00
Anas KHABALI
8726904c7e TCOMP-991 : fix condition creation for activeif in the studio (#2713)
* TCOMP-991 : fix condition creation for activeif in the studio
* TCOMP-991 : activation conditions, handle widget context
* remove AbsolutePathResolver duplication. use the one from component-form-core
2018-09-19 17:22:20 +02:00
Denis Sergent
276d3cd6d8 TESB-23382 Managing JSON API storage for TDM use (#2714)
* TESB-22605 Moving OAS tools from teb projects to tdi projects

* Revert "TESB-22605 Moving OAS tools from teb projects to tdi projects"

This reverts commit 54c66c5a09.

* TESB-22605 Moving OAS tools from tesb projects to tdi projects

* TESB-22605 Add node as context parameter for REST component mgmt

Current process node is added to existing context map in order to manage
REST components parameters update from API.

* TESB-23369 OAS Validation messages management

* DS metadata node (#2615)

* fix(TBD-7296): Fix duplicate variable

* TCOMP-903 : remove unused attributes (#2503)

* fix(TUP-20140)Checked status of items listed in Project Settings (#2504)

https://jira.talendforge.org/browse/TUP-20140

* TESB-22605 Moving OAS tools from tesb projects to tdi projects

* fix(TUP-20385)Run job with using dynamic tRunJob throw compile error (#2498)

* fix(TUP-20385)Run job with using dynamic tRunJob throw compile error
https://jira.talendforge.org/browse/TUP-20385

* required would be ok

* TUP-20433 - tHMap throw npe when connect to output but haven't config it (#2505)

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table. (#2473)

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.

* fix(TUP-20364):Audit can't set database "H2 Local","H2 Remote" when (#2489)

studio logon on git remote mode.

* feat(TDI-38814): tCreateTable support snowflake (#2475)

* feat(TDI-40559): Fix appName parameter in jdbc url (#2397)

* Add Commandline test product (#2242)

* Add Commandline test product

* feat(TUP-20037):update version

* fix(TUP-20438) fix export with war for tdm (#2506)

* fix(TUP-20361):the report path is not correct. (#2491)

* fix(TUP-20361):the report path is not correct.

* fix(TUP-20361):show full name of the report file on message dialog.

* kjwang/feat(TUP-20080)Create migration task for all modificatios of (#2465)

kjwang/feat(TUP-20080)Create migration task for all modificatios of  talend.project.

* fix(TBD7343): fix variable name (#2512)

* Fix Qubole cluster label for Hive components (#2513)

Previously set the cluster label is not taken into consideration, part of modifications is done in qubole spark batch commit 4597627b2b

* fix(TDI-32435): VerticaBulkExec codegen error (#2493)

* fix(TDI-32435): VerticaBulkExec codegen error

* Avoid ArrayIndexOfBoundsException when schema is empty

* fix(TDI-32435): Add null-check

* fix(TDI-32435): Init string with null instead of empty String

* fix(TDI-32435): Throw runtime exception if schema is empty

* Use StringBuilder to build result String

* TUP-20427 : integrate maxBatchSize from component model (#2507)

Fix guess schema (force maxbatchSize to 1) and handle null values
Fix multischema connector creation

* fix(TDQ-15455): using getUniqueName().indexOf("tRecordMatching")>-1 insdead of getComponent().getName().equals("tRecordMatching") to judge the component is tRecordMatching or not (#2508)

* Revert "fix(TDI-36144):SCD deactivates for type 2 records even if an inserting record is rejected(#2425)" (#2517)

This reverts commit 10826518c8.

* fix(TDI-40467):New icon for tDB components. (#2518)

* fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2519)

fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391

* fix(TDI-40760): Error Connecting Aurora database using existing connection (#2523)

* fix(TDI-40757): Fix Job compilation error related to tJMSInput component (#2525)

* TUP-20448 exception show in error log when i export a job contain (#2516)

connection then import it again
https://jira.talendforge.org/browse/TUP-20448

* fix(TDI-40722):Upgrade xstream.jar to avoid CVE-2017-7957 issue (#2524)

* fix(TDI-40722):Upgrade xstream.jar to avoid CVE-2017-7957 issue

* fix(TDI-40722):correct the mvn path

* TMDM-11319 MDM components should not displayed using DI license. (#2521)

Move mdm components and mdm trigger resource and  related config from localprovider to mdm plugin.

* Remove unnecessary com.sun import (#2526)

* TUP-20332:Change new branding images for 7.1 (#2514)

* chore: bump tacokit version to 1.0.3 (#2527)

* fix(TDI-40757): fix the tjmsoutput (#2528)

* fix(TCOMP-921): boolean fields in tables (#2530)

* Convert Object to boolean for CheckElementParameter on update

* fix(TUP-20463) add tacokit lib repository to job run scripts (#2529)

* fix(TDI-40760): add more condition to fix the stats and logs issue (#2531)

* Fix/tbd 7269 winutils problem (#2520)

* TBD-7269: fix

* mvn uri fix

* review fix

* fix(TESB-22628): fixed NPE during test execution (#2474)

* TCOMP-918 : use component-studio pom to handle some dependencies versions (#2532)

* fix(TUP-20411):Adding context environment in the reference project, they (#2522)

do not get updated in the main project.

* fix(TUP-20425): Cannot load BD node after logging on DI project (#2533)

https://jira.talendforge.org/browse/TUP-20425

* TDI-39567 improve performance in log4j code (#1655)

* Igonchar/tcomp 859 (#2538)

* fix(TCOMP-859) use the same AbsolutePathResolver implementation as in component-form-core

* fix(TCOMP-859): remove old path resolution implementation

* fix(TCOMP-859): move all parameter resolvers to ...parameter.resolver package

* fix(TCOMP-859): implement resolveParameters() method

* fix(TCOMP-859): fix multiple root handling and multiple parameters based on the same ElementParameter

* fix(TCOMP-859): remove unused method

* fix(TCOMP-859): fix javadoc in AbsolutePathResolver

* Igonchar/tcomp 934 (#2539)

* fix(TCOMP-934): remove unused fields in ComponentModel

* fix(TCOMP-934): ensure palette value uses only categories

*  feat(TDI-39599): rename ELT JDBC components (#2535)

* fix(TUP-20492):When doing extract as context for a tsalesforceinput, (#2544)

* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.

* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.

* fix(TDI-39567): add tabs / improve code redability (#2546)

* TUP-20332:Change new branding images for 7.1 (#2550)

* fix(TDI-40729): tCreateTable spelling error (#2547)

* Fix spelling error in messages

* TUP-20482 : active if with new legth strategy for comparing values. (#2548)

This work still having issue with Tables

* TMC-13491 [TIC to TMC] Remove flow builder and actions (#2553)

* feat(TDI-40574): tSnowflakeOB and tSnowflakeBE (#2537)

* registered new components in unifier

* fix(TDI-40815): Compilation issue with tSalesforceOutput component with reject link(#2557)

* all tcomp v0 components with muilt reject should have same issue.

* fix(TUP-20507):File format should be Unix. (#2551)

* fix(TDI-40722):remove xstream1.2.2 in bonita component. (#2549)

* fix(TDI-40722):remove xstream1.2.2 in bonita component.

* fix(TDI-40722):Eliminate xstream.jar from production.

* fix(TCOMP-961): set default value to SuggestionsAction parameters (#2559)

* fix(TESB-22825): Avoid to generate standalone pom for service provider (#2560)

* fix(TDI-40806): tS3Copy Component does not allow large file (like 8GB) copy from one bucket to another (#2562)

* fix(TESB-22826): Handling of cMessagingEndpoint additional libraries in OSGI. (#2561)

Additional libraries defined for CMessagingEndpoint components can be set as part of the bundle classpath, i.e. physically included, or as OSGi dependency. This fix ensures that these libraries are no longer physically included if not set as part of the bundle classpath.

* TESB-22605 DS Metadata node first impl. (under construction)

* fix(TCOMP-1047): make Text control in Suggestable editable (#2673)

* fix(TDI-40994): SnowflakeInput incorrect date (#2668)

* Fix Date conversion in IncomingSchemaEnforcer

* Fix tests

* Bump talend-codegen-utils lib version

* fix(TDI-40963): Hide socks proxy properties when use existing connection (#2675)

* fix(TESB-23376):Runtime cannot install REST artifact because redundant (#2679)

'-bundle' in features

* fix(TBD-7678): Migrate tMatchModel (#2682)

* feat(TDI-40875): give to writer all incoming columns (#2617)

* feat(TDI-40875): give to writer all incoming columns even if there're not in the component's schema.
* feat(TDI-40875): add incoming node columns for creating new RT schema

* feat(TESB-23431): add REST endpoint url when deploying

* Add Link to API Tester in console for tRESTRequests components

* feat(TESB-23431): add REST endpoint url when deploying

* Merges

* TESB-23382 Update extension point for OAS decoder

* TESB-23382 Managing JSON API storage for TDM use

* Merge branch 'master' of git@github.com:Talend/tdi-studio-se.git into
talend/TESB-22605_DS_metadata_node

Conflicts:
	main/plugins/org.talend.designer.oas/src/org/talend/designer/oas/external/IOASDecoder.java
2018-09-19 15:48:07 +02:00
Ivan Gonchar
332853c5c8 Igonchar/tcomp 1039 tests (#2710)
* fix(TCOMP-1039): move classes related to Update feature to corresponding packages

* fix(TCOMP-1039): reduce UpdateCommand class visibility

* feat(TCOMP-1039): implement UpdateCommand unit-tests

* fix(TCOMP-1039): fix non string value for TextElementParameter

* feat(TCOMP-1039): add test for TableElementParameter.setValueFromAction() method

* fix(TCOMP-1039): fix UpdateCommand to update nested configuration correctly

* feat(TCOMP-1039): add UpdateResolver test
2018-09-18 15:57:47 +02:00
Emmanuel GALLOIS
feeea8220a feat(TDI-40875): bumped codegen-utils to 0.25.3 (#2712) 2018-09-18 11:56:03 +02:00
Dmytro Sylaiev
995d668dae Dsylaiev/tdi 40504 implement move to current dir sftp (#2703)
* fix(TDi-40504): Make moveToRemoteDir feature consistent for sftp

* fix(TDI-40504): Add migration task
2018-09-14 17:14:54 +03:00
Ivan Gonchar
1db4611c47 [TCOMP-1048] Igonchar/tcomp 1039 - update integration (#2661)
* feat(TCOMP-1039): add metadata keys for updatable feature

* feat(TCOMP-1039): add class for storing updatable metadata

* feat(TCOMP-1039): implement UpdateListener

* feat(TCOMP-1039): add identity update strategy to test pre-integration

* feat(TCOMP-1039): implement UpdateResolver

* feat(TCOMP-1039): add UpdateResolver in SettingVisitor

* fix(TCOMP-1039): fix incorrect imports

* committing changes for update

* fix(TCOMP-1039): refactor studio integration code to improve readability

* fix(TCOMP-1039): move Update Button creation to correct place

* fix(TCOMP-1039): fix Update button creation

* feat(TCOMP-1039): set UpdateAction as async command to run when button is clicked

* feat(TCOMP-1039): implement Update button command

* feat(TCOMP-1039): add refresh during update button execution

* fix(TCOMP-1039): resolve Update action parameters after all parameters are built

* fix(TCOMP-1039): fix ButtonParameter creation

* feat(TCOMP-1039): convert value for TableElementParameter in UpdateCommand

* fix(TCOMP-1039): refactor converting table value from action and fix integer issue

* fix(TCOMP-1039): fix refresh layout problem

* fix(TCOMP-1039): refactor fromAction method to setValueFromAction() method
2018-09-14 12:30:01 +03:00
Chao MENG
211f6d68df feat(TUP-20678): Add APAC datacenter to the list on the studio (license (#2704)
/ connection)
https://jira.talendforge.org/browse/TUP-20678
2018-09-14 17:16:13 +08:00
mbasiuk-talend
7bcc4624fa fix(TDI-40943): upgrade woodstox core library to newest version (#2646)
* fix(TDI-40943): upgrade woodstox core library to newest version

* fix(TDI-40943): upgrade codehaus woodstox lib to 4.1

* fix(TDI-40943): fix no such method, upgrade xmlsec

* fix(TDI-40943): revert MicrosoftCRM fix
2018-09-14 10:59:57 +03:00
nrousseau
d6ece009ad babili-export (#2705) 2018-09-14 14:24:27 +08:00
nrousseau
f58cb661c3 chore(TUP-20636) update maven uri (#2690)
* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri
2018-09-14 10:29:23 +08:00
Ivan Gonchar
3817da743b fix(TCOMP-1056): fix refresh problem on advanced component tab (#2702) 2018-09-14 10:26:54 +08:00
Denis Sergent
3f67f8d083 TESB-23382 New "REST API Definitions" metadata node (#2687)
* TESB-22605 Moving OAS tools from teb projects to tdi projects

* Revert "TESB-22605 Moving OAS tools from teb projects to tdi projects"

This reverts commit 54c66c5a09.

* TESB-22605 Moving OAS tools from tesb projects to tdi projects

* TESB-22605 Add node as context parameter for REST component mgmt

Current process node is added to existing context map in order to manage
REST components parameters update from API.

* TESB-23369 OAS Validation messages management

* DS metadata node (#2615)

* fix(TBD-7296): Fix duplicate variable

* TCOMP-903 : remove unused attributes (#2503)

* fix(TUP-20140)Checked status of items listed in Project Settings (#2504)

https://jira.talendforge.org/browse/TUP-20140

* TESB-22605 Moving OAS tools from tesb projects to tdi projects

* fix(TUP-20385)Run job with using dynamic tRunJob throw compile error (#2498)

* fix(TUP-20385)Run job with using dynamic tRunJob throw compile error
https://jira.talendforge.org/browse/TUP-20385

* required would be ok

* TUP-20433 - tHMap throw npe when connect to output but haven't config it (#2505)

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table. (#2473)

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.

* fix(TUP-20364):Audit can't set database "H2 Local","H2 Remote" when (#2489)

studio logon on git remote mode.

* feat(TDI-38814): tCreateTable support snowflake (#2475)

* feat(TDI-40559): Fix appName parameter in jdbc url (#2397)

* Add Commandline test product (#2242)

* Add Commandline test product

* feat(TUP-20037):update version

* fix(TUP-20438) fix export with war for tdm (#2506)

* fix(TUP-20361):the report path is not correct. (#2491)

* fix(TUP-20361):the report path is not correct.

* fix(TUP-20361):show full name of the report file on message dialog.

* kjwang/feat(TUP-20080)Create migration task for all modificatios of (#2465)

kjwang/feat(TUP-20080)Create migration task for all modificatios of  talend.project.

* fix(TBD7343): fix variable name (#2512)

* Fix Qubole cluster label for Hive components (#2513)

Previously set the cluster label is not taken into consideration, part of modifications is done in qubole spark batch commit 4597627b2b

* fix(TDI-32435): VerticaBulkExec codegen error (#2493)

* fix(TDI-32435): VerticaBulkExec codegen error

* Avoid ArrayIndexOfBoundsException when schema is empty

* fix(TDI-32435): Add null-check

* fix(TDI-32435): Init string with null instead of empty String

* fix(TDI-32435): Throw runtime exception if schema is empty

* Use StringBuilder to build result String

* TUP-20427 : integrate maxBatchSize from component model (#2507)

Fix guess schema (force maxbatchSize to 1) and handle null values
Fix multischema connector creation

* fix(TDQ-15455): using getUniqueName().indexOf("tRecordMatching")>-1 insdead of getComponent().getName().equals("tRecordMatching") to judge the component is tRecordMatching or not (#2508)

* Revert "fix(TDI-36144):SCD deactivates for type 2 records even if an inserting record is rejected(#2425)" (#2517)

This reverts commit 10826518c8.

* fix(TDI-40467):New icon for tDB components. (#2518)

* fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2519)

fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391

* fix(TDI-40760): Error Connecting Aurora database using existing connection (#2523)

* fix(TDI-40757): Fix Job compilation error related to tJMSInput component (#2525)

* TUP-20448 exception show in error log when i export a job contain (#2516)

connection then import it again
https://jira.talendforge.org/browse/TUP-20448

* fix(TDI-40722):Upgrade xstream.jar to avoid CVE-2017-7957 issue (#2524)

* fix(TDI-40722):Upgrade xstream.jar to avoid CVE-2017-7957 issue

* fix(TDI-40722):correct the mvn path

* TMDM-11319 MDM components should not displayed using DI license. (#2521)

Move mdm components and mdm trigger resource and  related config from localprovider to mdm plugin.

* Remove unnecessary com.sun import (#2526)

* TUP-20332:Change new branding images for 7.1 (#2514)

* chore: bump tacokit version to 1.0.3 (#2527)

* fix(TDI-40757): fix the tjmsoutput (#2528)

* fix(TCOMP-921): boolean fields in tables (#2530)

* Convert Object to boolean for CheckElementParameter on update

* fix(TUP-20463) add tacokit lib repository to job run scripts (#2529)

* fix(TDI-40760): add more condition to fix the stats and logs issue (#2531)

* Fix/tbd 7269 winutils problem (#2520)

* TBD-7269: fix

* mvn uri fix

* review fix

* fix(TESB-22628): fixed NPE during test execution (#2474)

* TCOMP-918 : use component-studio pom to handle some dependencies versions (#2532)

* fix(TUP-20411):Adding context environment in the reference project, they (#2522)

do not get updated in the main project.

* fix(TUP-20425): Cannot load BD node after logging on DI project (#2533)

https://jira.talendforge.org/browse/TUP-20425

* TDI-39567 improve performance in log4j code (#1655)

* Igonchar/tcomp 859 (#2538)

* fix(TCOMP-859) use the same AbsolutePathResolver implementation as in component-form-core

* fix(TCOMP-859): remove old path resolution implementation

* fix(TCOMP-859): move all parameter resolvers to ...parameter.resolver package

* fix(TCOMP-859): implement resolveParameters() method

* fix(TCOMP-859): fix multiple root handling and multiple parameters based on the same ElementParameter

* fix(TCOMP-859): remove unused method

* fix(TCOMP-859): fix javadoc in AbsolutePathResolver

* Igonchar/tcomp 934 (#2539)

* fix(TCOMP-934): remove unused fields in ComponentModel

* fix(TCOMP-934): ensure palette value uses only categories

*  feat(TDI-39599): rename ELT JDBC components (#2535)

* fix(TUP-20492):When doing extract as context for a tsalesforceinput, (#2544)

* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.

* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.

* fix(TDI-39567): add tabs / improve code redability (#2546)

* TUP-20332:Change new branding images for 7.1 (#2550)

* fix(TDI-40729): tCreateTable spelling error (#2547)

* Fix spelling error in messages

* TUP-20482 : active if with new legth strategy for comparing values. (#2548)

This work still having issue with Tables

* TMC-13491 [TIC to TMC] Remove flow builder and actions (#2553)

* feat(TDI-40574): tSnowflakeOB and tSnowflakeBE (#2537)

* registered new components in unifier

* fix(TDI-40815): Compilation issue with tSalesforceOutput component with reject link(#2557)

* all tcomp v0 components with muilt reject should have same issue.

* fix(TUP-20507):File format should be Unix. (#2551)

* fix(TDI-40722):remove xstream1.2.2 in bonita component. (#2549)

* fix(TDI-40722):remove xstream1.2.2 in bonita component.

* fix(TDI-40722):Eliminate xstream.jar from production.

* fix(TCOMP-961): set default value to SuggestionsAction parameters (#2559)

* fix(TESB-22825): Avoid to generate standalone pom for service provider (#2560)

* fix(TDI-40806): tS3Copy Component does not allow large file (like 8GB) copy from one bucket to another (#2562)

* fix(TESB-22826): Handling of cMessagingEndpoint additional libraries in OSGI. (#2561)

Additional libraries defined for CMessagingEndpoint components can be set as part of the bundle classpath, i.e. physically included, or as OSGi dependency. This fix ensures that these libraries are no longer physically included if not set as part of the bundle classpath.

* TESB-22605 DS Metadata node first impl. (under construction)

* fix(TCOMP-1047): make Text control in Suggestable editable (#2673)

* fix(TDI-40994): SnowflakeInput incorrect date (#2668)

* Fix Date conversion in IncomingSchemaEnforcer

* Fix tests

* Bump talend-codegen-utils lib version

* fix(TDI-40963): Hide socks proxy properties when use existing connection (#2675)

* fix(TESB-23376):Runtime cannot install REST artifact because redundant (#2679)

'-bundle' in features

* fix(TBD-7678): Migrate tMatchModel (#2682)

* feat(TDI-40875): give to writer all incoming columns (#2617)

* feat(TDI-40875): give to writer all incoming columns even if there're not in the component's schema.
* feat(TDI-40875): add incoming node columns for creating new RT schema

* feat(TESB-23431): add REST endpoint url when deploying

* Add Link to API Tester in console for tRESTRequests components

* feat(TESB-23431): add REST endpoint url when deploying

* Merges

* TESB-23382 Update extension point for OAS decoder
2018-09-13 17:01:15 +02:00
Dmytro Sylaiev
7fea27ceb4 fix(TDI-40961): Add tcomp version to globalMap (#2700)
* fix(TDI-40961): Add tcomp version to globalMap

* fix(TDI-40961): Update version value for different components

* Add needed scriptlets
2018-09-13 12:46:44 +03:00
msjian
fb07bf2262 fix(TDQ-15391): for build job when select docker image,when have (#2691)
tDqReportRun, always export items.
2018-09-12 15:26:32 +08:00
Olha Varnavina
db09804e74 feat(TDI-40535): track application in snowflake (#2652)
* feat(TDI-40535): track application in snowflake

* feat(TDI-40535): track application in snowflake

* fixed retrieve of studio version

* feat(TDI-40535): track application in snowflake

* fixed to use global studio version instead of separate for each
component
2018-09-11 18:49:37 +03:00
Emmanuel GALLOIS
d0cda1523c feat(TDI-40875): give to writer all incoming columns (#2617)
* feat(TDI-40875): give to writer all incoming columns even if there're not in the component's schema.
* feat(TDI-40875): add incoming node columns for creating new RT schema
2018-09-11 11:28:47 +02:00
kcoepeau
94527f2eaa fix(TBD-7678): Migrate tMatchModel (#2682) 2018-09-11 11:07:25 +02:00
Mike Yan
fac0f33a03 fix(TESB-23376):Runtime cannot install REST artifact because redundant (#2679)
'-bundle' in features
2018-09-11 15:54:21 +08:00
Dmytro Sylaiev
e2ca1ccf5c fix(TDI-40963): Hide socks proxy properties when use existing connection (#2675) 2018-09-10 13:08:48 +03:00
chmyga
d2e8128a10 fix(TDI-40994): SnowflakeInput incorrect date (#2668)
* Fix Date conversion in IncomingSchemaEnforcer

* Fix tests

* Bump talend-codegen-utils lib version
2018-09-10 11:34:55 +03:00
Ivan Gonchar
101f14a628 fix(TCOMP-1047): make Text control in Suggestable editable (#2673) 2018-09-07 12:57:42 +03:00
jiezhang-tlnd
2a73db880f fix(TUP-20634)Null pointer exception when trying to edit query by (#2660)
double-clicking query in Repository View
https://jira.talendforge.org/browse/TUP-20634
2018-09-07 17:27:27 +08:00
zwxue
1740e4336b feat(TUP-20446):change docker goal phase for studio. (#2662) 2018-09-07 11:28:11 +08:00
wchen-talend
a66c1596f2 fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2670) 2018-09-07 09:58:16 +08:00
Ivan Gonchar
1a859ad437 fix(TCOMP-1047): allow to configure Value Selection Text control (#2672) 2018-09-06 18:02:53 +03:00
Ivan Gonchar
730d56c763 Igonchar/tcomp 1044 (#2665)
* fix(TCOMP-1044): fix ClassCastException during action call with Table as parameter

* fix(TCOMP-1044): convert Integer value to String in table new row

* fix(TCOMP-1044): add unit-test to check fixing Integer value for enum column
2018-09-06 16:39:08 +03:00
jiezhang-tlnd
a280856c72 fix(TUP-20511)Need to limit the number of entry on the (#2653)
* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json

* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json
2018-09-06 11:08:40 +08:00
msjian
c359a211de fix(TDQ-15391): when build job has tDqReportRun, must always export (#2654)
items.
2018-09-05 18:27:40 +08:00
wchen-talend
03034fefdf fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2663) 2018-09-05 18:25:35 +08:00
zwxue
fc6e01737c feat(TUP-20184):Add possibility to build/publish docker images from studio. (#2612)
* feat(TUP-20184):Add possibility to build/publish docker images from
studio.

* feat(TUP-20184):remove custom checkbox and add error messages.

* feat(TUP-20184): Add options.

* feat(TUP-20184): show real value of docker options.

* fix(TUP-20656): pop up docker build/push errors.

* fix(TUP-20657): change option label and error message.

* fix(TUP-20656): fix error pop-up problem

* fix(TUP-20184):fix wrong error check when doing image push.

* feat(TUP-20184):add preference for docker build/push.

* fix(TUP-20184): fix NPE.
2018-09-05 14:41:49 +08:00
wang wei
babe0f6635 fix(TDI-40745): fix the table exists issue (#2540)
* fix(TDI-40745): fix the table exists issue

* fix(TDI-40745): add tsaphanabulkexec to db uniform
2018-09-05 10:59:49 +08:00
kcoepeau
83221eed8c fix(TBD-7596): Migrate to Timestamp format instead of Date (#2656) 2018-09-04 11:38:34 +02:00
Dmytro Sylaiev
7f65ace113 fix(TDI-40927): Set default Authenticator for ftp socks proxy (#2648) 2018-09-04 10:53:08 +03:00
Mike Yan
8b6e3ad4f3 fix(TESB-22874):Fix to genreate bundle resources for OSGi bundle type (#2655)
artifact in reference project
2018-09-04 14:36:41 +08:00
Yu
47e1caa316 feat(TBD-5960) Add service account support for Google Bigquery (#2643)
Add service account authentication for bigquery components on DI.
2018-09-03 18:18:48 +02:00
wchen-talend
e2d84094c2 Wchen/bugfix/tup 20570 xmlmap doc (#2639)
* fix(TUP-20570):cumentation for tXMLMap does not show the mapping

* fix(TUP-20570):Documentation for tXMLMap does not show the mapping
2018-09-03 15:24:39 +08:00
zwxue
e1da9684b8 fix(TUP-20611):Retrieve correct CDH513 jar name and Maven uri for (#2614)
missing jar dialog.
2018-09-03 10:48:26 +08:00
Stefan Le Moing
451d8c30eb fix(TBD-7422): upgrade tDataPrepRun jar (#2558) 2018-08-31 08:57:32 +00:00
Romain Manni-Bucau
8717e22bad TCOMP-1029 adding contains as strategy for conditional rendering (#2649) 2018-08-30 13:26:51 +02:00
chmyga
ad7d8fc332 fix(TDI-40868): incorrect dates inserted Snowflake (#2605)
* fix(TDI-40868): incorrect dates inserted Snowflake

* Fix timezone problems for date fields

* Bump version

* fix(TDI-40868): incorrect dates inserted Snowflake

* Fix version of codegen lib in libraris custom
2018-08-30 08:14:53 +03:00
pyzhou
18f0bc9f0d Pyzhou/tdi 40243 s3 accelerated endpoint (#2621)
* feat(TDI-40243):enable s3 accelerated ending point.

* feat(TDI-40243):remove quotes.

* fix compile error.

* ending point should be set in builder.

* feat(TDI-40243):Move the option out of client configuration.

* feat(TDI-40243):add the show if.

* correct the show if option
2018-08-30 10:34:56 +08:00
Romain Manni-Bucau
2bd3e7c0c1 [TCOMP-1013] starting to wire the new condition API (#2630)
* starting to wire the new condition API

* reworking the tacokit conditions to support OR operator

* fix(TCOMP-1013): fix ActiveIf target path

* fix(TCOMP-1013): add javadoc to explain sourceParameter field

* fix(TCOMP-1013): remove unnecessary settings streaming during ActiveIfListeners building

* fix(TCOMP-1013): simplify ConditionGroup cache

* fix(TCOMP-1013): replace String.valueOf() with corrent getStringValue() ElementParameter getter

* fix(TCOMP-1013): remove unused imports
2018-08-29 18:01:38 +03:00
Mike Yan
df8091065d fix(TUP-20661):Cannot create preview delimited file for NPE (#2644) 2018-08-29 15:38:26 +08:00
Stéphane Bouchet
ca0e47faac fix(TESB-22547): call saveCustomMavenURIMap only once. (#2597) 2018-08-27 21:56:02 +02:00
wang wei
cbb250564d fix(TDI-40806): adjust the ui label and exception information to make it more clear (#2640) 2018-08-27 17:27:13 +08:00
Roman
74eaf67fa8 fix(TDI-40917): update version of EXABulkUtil (#2634) 2018-08-27 09:46:06 +03:00
SunChaoqun
4c816f6c1a TESB-21633:The URI of the cREST component is not correct (#2638) 2018-08-27 12:09:34 +08:00
Jane Ding
beb265dc2f feat(TUP-20457) to revert for avoid breaking DI (#2636) 2018-08-24 15:20:50 +08:00
Mike Yan
3e2017a4bf fix(TESB-23250):Update maven-deploy-plugin version to 2.7 (#2637) 2018-08-24 14:24:29 +08:00
kcoepeau
1998e1ad1c fix(TBD-7495): Add checkbox to transform date type in timestamp (#2593) 2018-08-23 12:02:31 +02:00
Romain Manni-Bucau
c8144be508 fixing tacokit module compilation (#2629) 2018-08-23 09:43:45 +02:00
hcyi
7d5781a14b feat(TUP-16940):Test-Case testing the process not only the flow of data. (#2552)
* feat(TUP-16940):Test-Case testing the process not only the flow of data.

* feat(TUP-16940):fix TUP-20576:redundant connection link is generated in
subsequent component

* feat(TUP-16940):fix TUP-20615:Fields in testcase->tRowGenerator should
be readonly.
2018-08-23 10:39:30 +08:00
mbasiuk-talend
f5e8469257 feat(TDI-40829): fix hostname verifier interface (#2604) 2018-08-22 15:27:46 +03:00
Dmytro Sylaiev
27f883f1ec feat(TDI-40018): Add UNLOGGED and TEMP table support PostgreSQL (#2603)
* feat(TDI-40018): Add UNLOGGED and TEMP table support PostgreSQL

* feat(TDI-40018): Hide unlogged checkbox for not-supported versions

* feat(TDI-40018): Fix temp table exist check
2018-08-22 10:38:22 +03:00
Roman
ce4ee19493 Rvoievidko/tdi 39279 t my sql output batch commit problem (#2622)
* fix(TDI-39279): update commitCounter for end part

* fix(TDI-39279): additional check for counter

* fix(TDI-39279): remove tabs
2018-08-22 10:03:01 +03:00
Mike Yan
6789f46878 fix(TESB-23217):MicSvc pom for REST type is generated wrong when (#2623)
importing
2018-08-22 15:01:35 +08:00
ypiel
a252a4d0ce feat(TDI-40900) : Update libs versions (#2616)
- bouncycastle/bcprov-jdk15on/1.6
- jackcess/2.1.12
- jackcess-encrypt/2.1.4
2018-08-21 16:01:19 +02:00
mbasiuk-talend
07a8c1ff4f feat(TDI-40828): upgrade cxf library to newest one (#2602) 2018-08-21 12:40:21 +03:00
pyzhou
2d5bc10984 feat(TDI-40503):Enable to specify Signature for tS3connection. (#2590)
* feat(TDI-40503):Enable to specify Signature for tS3connection.

* feat(TDI-40503):revert the change of constructor of tS3client

* feat(TDI-40825): Revert the change of SQS and Redshift
2018-08-21 15:08:07 +08:00
Jane Ding
3e2f8acdc1 feat(TUP-20458)Implement the resource dependencies editor page for DI (#2595)
* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
The job label in the path need as same as the one which in context path

* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
The job label in the path need as same as the one which in context path

* feat(TUP-20458)The project label need to lower case to avoid the
exception of org.eclipse.core.internal.resources.ResourceException: A
resource exists with a different case caused by
ext-resources/local_project/testjob_0_2/contexts

* feat(TUP-20458) fix the bug of set last selected context variable
automatically
https://jira.talendforge.org/browse/TUP-20605

* fix(TUP-20607) [BUG] resource dependencies display unreasonable on MAC
https://jira.talendforge.org/browse/TUP-20607
and remove character Route for resource dialog

* fix(TUP-20609)[BUG] Can't set context group resource variable value on
MAC
https://jira.talendforge.org/browse/TUP-20609
2018-08-21 14:49:52 +08:00
Ivan Gonchar
00038f6614 Igonchar/tcomp 968 (#2611)
* fix(TCOMP-968): register ValidationListener in Validable annotation owner option

* fix(TCOMP-968): override parameters() method correctly in SettingsActionParameter

* fix(TCOMP-968): extract AbstractActionParameter from ActionParameter

* fix(TCOMP-968): remove hasDirectValue() from IActionParameter

* fix(TCOMP-968): remove setValue() method from IActionParameter

* fix(TCOMP-968): create actionClient lazily to unblock unit-tests

* fix(TCOMP-968): extend action parameter classes from AbstractActionParameter instead of ActionParameter

* fix(TCOMP-968): remove ActionParameterTest

* fix(TCOMP-968): replace ActionParameter with SettingsActionParameter in TacokitElementParameter

* fix(TCOMP-968): replace ActionParameter with SettingsActionParameter in ValidationListenerTest

* fix(TCOMP-968): remove ActionParameter class

* fix(TCOMP-968): fix Suggestions response caching

* fix(TCOMP-968): remove unused ActionParameterUpdater

* fix(TCOMP-968): clean SuggestionsAction
2018-08-20 12:30:38 +03:00
Dmytro Sylaiev
11679e1550 fix(TDI-32740): Change default command separator (#2613) 2018-08-17 12:30:22 +03:00
Roman
17ce620d83 fix(TDI-40775): version of commons-lang3 now 3.7 (#2610) 2018-08-16 14:40:09 +03:00
Roman
23952fcbfe Rvoievidko/tdi 40838 custom charset for t teradata tpt exec (#2596)
* feat(TDI-40838): add charset for data in advanced settings

* feat(TDI-40838): add charset for data in tTeradataTPTUtil

* fix(TDI-40838): hide text field

* fix(TDI-40838): add parentheses
2018-08-16 10:55:31 +03:00
Ivan Gonchar
6ef6d08cb8 chore: upgrade tacokit version to 1.0.5-SNAPSHOT (#2609) 2018-08-15 16:50:34 +08:00
Dmytro Sylaiev
2d6fbaa1df fix(TDI-35711): Encryption key as password (#2564)
* fix(TDI-35711): Encryption key as password

* fix(TDI-35711): Extends fix for outputBulk

* Also fix compile error for db-generic CID

* Small refactoring

* fix(TDI-35711): Fix master-compability

* Remove duplicate variables

* fix(TDI-35711): Fix compile error for context values

* fix(TDI-35711): Remove duplicate variable
2018-08-15 11:11:24 +03:00
jzhao
97cc7cee0b fix(TDI-40854): tGSConnection proxy workaround can't work from 7.0.1 (#2606) 2018-08-14 18:32:31 +08:00
Roman
be769d6ffa fix(TDI-40855): remove duplicated filter for datasource (#2591) 2018-08-13 15:02:16 +03:00
wang wei
66411b9e77 fix(TDI-40858): fix the unstable format as different OS(different row separator) and fix the format for the java file (#2599) 2018-08-13 11:54:50 +08:00
wang wei
d65b810b9d fix(TDI-40858): fix the tcompv0 dynamic type performance issue with studio(#2592) 2018-08-13 10:54:29 +08:00
Anas KHABALI
38b0666489 fix(TUP-20588) : store tacokit config type versions for migration handling (#2594) 2018-08-10 16:44:01 +02:00
kjwang-talend
183d9e319e TUP-20448 exception show in error log when i export a job contain (#2543)
* TUP-20448 exception show in error log when i export a job contain
connection then import it again
https://jira.talendforge.org/browse/TUP-20448

* TUP-20448 exception show in error log when i export a job contain
connection then import it again
https://jira.talendforge.org/browse/TUP-20448
2018-08-10 17:00:25 +08:00
Ivan Gonchar
81d93b0787 Igonchar/tcomp 936 (#2587)
* fix(TCOMP-936): add test-case with Array parameter for SuggestionResolverTest

* fix(TCOMP-936): add IActionParameter interface

* fix(TCOMP-936): add IActionParameter interface implementation to ActionParameter class

* fix(TCOMP-936): implement payload computing from multiple params per ActionParameter

* fix(TCOMP-936): fix failing test

* fix(TCOMP-936): add createActionParameter() method in TaCoKitElementParameter

* fix(TCOMP-936): implement TableActionParameter which adds List support in action parameters

* fix(TCOMP-936): add TableElementParameter junits

* feat(TCOMP-936): implement Strings.removeQuotes()

* fix(TCOMP-936): remove removeQuotes() method from ActionParameter

* fix(TCOMP-936): fix imports

* fix(TCOMP-936): add copyright
2018-08-10 15:34:56 +08:00
Roman
f4154b9e26 fix(TDI-39279): update commitCounter for end part (#2574) 2018-08-10 10:06:35 +03:00
pyzhou
dac87886f3 fix(TDI-40825):Provide clear errorMessage for tServiceNow. (#2586) 2018-08-10 11:10:12 +08:00
Andreas Mattes
2cf61d4f99 fix(TESB-22458): Ensure consistent recognition of ESB jobs. (#2585)
* fix(TESB-22458): Remove obsolete SAM feature setting code.

Obsolete code for setting the SAM event feature is removed as it is causing compile errors.

* fix(TESB-22458): Ensure consistent recognition of ESB jobs.

The present fix makes sure that jobs embedded via component cTalendJob are consistently recognized as ESB jobs, and corresponding code fragment are added at code generation.
2018-08-09 15:17:24 +02:00
Roman
9113454b1b Rvoievidko/tdi 29016 teradata tpt components (#2545)
* feat(TDI-29016): add checkbox for custom script file

* feat(TDI-29016): add checkbox for TPTExec comp

* feat(TDI-29016): basic functionality for custom script

* feat(TDI-29016): improve formatting

* feat(TDI-29016): remove whitespaces

* feat(TDI-29016): add double quotes to filename

* feat(TDI-29016): remove custom script from Util component
2018-08-09 12:19:51 +03:00
mbasiuk-talend
5e3ae43b91 fix(TDI-34814): improve number formatter in exa (#2583) 2018-08-09 11:11:54 +03:00
wang wei
1bf5047811 fix(TDI-40806): use mulit copy only when file larger than 5gb (#2584) 2018-08-09 11:48:01 +08:00
pyzhou
ffbf902622 fix(TDI-40722):restore the origin logic of import xstream.jar (#2576) 2018-08-09 11:36:52 +08:00
Ivan Gonchar
8a10666e87 Igonchar/tcomp 970 (#2582)
* fix(TCOMP-970): add ValidationResolverTest

* fix(TCOMP-970): add complex parameter types support for AsyncValidation and fix parameter mapping

* fix(TCOMP-970): move resolveParameters() method to common super class

* fix(TCOMP-970): remove unused methods from AbstractParameterResolver

* fix(TCOMP-970): fix imports in AbstractParameterResolver
2018-08-08 16:48:15 +03:00
Roman
b20688c389 Rvoievidko/tdi 40629 t greenplum output bulk exec file gen format (#2581)
* fix(TDI-40629): add filetype parameter in xml
2018-08-08 16:03:41 +03:00
jiezhang-tlnd
b698f21032 fix(TUP-20512)Metadata JDBC DB Connections Bug with context variables (#2578)
https://jira.talendforge.org/browse/TUP-20512
2018-08-08 10:49:32 +08:00
Anas KHABALI
407987db92 fix(TUP-20461): pass only non technical file to tacokit migration handler (#2580) 2018-08-07 14:34:11 +02:00
Ivan Gonchar
6984d3d9b9 fix(TCOMP-960): fix suggestions parameters mapping (#2568)
* fix(TCOMP-960): fix suggestions parameters mapping

* fix(TCOMP-960): add mockito to dependencies

* fix(TCOMP-960): add test for 2 primitives order

* fix(TCOMP-960): remove unused dependencies

* fix(TCOMP-960): rewrite test with loading test data from json

* fix(TCOMP-960): add test with complex parameters

* fix(TCOMP-960): remove mockito from dependencies
2018-08-07 15:33:37 +03:00
mbasiuk-talend
d44f4312ac fix(TDI34861): fix nb_line counter (#2573)
* fix(TDI34861): fix nb_line counter

* fix(TDI-34681): fix other lines, that are missing

* fix(TDI-34861): fix wrong exception handling when usebatch
2018-08-07 13:46:09 +03:00
Vladimir Bogatyrov
2121051eba [TESB-22901] cMap with user defined code routine failing in ESB runtime (#2567)
Enable "Edit routine dependencies" popup menu for routes.
2018-08-07 16:19:11 +08:00
jzhao
ddb2883db5 fix(TDI-40824):tRedshiftOutputBulkExec compile error since generic components name when use 'encrypt'(#2575) 2018-08-07 09:58:10 +08:00
apoltavtsev
47ba604bd2 TESB-22594 Error occurred when build a route with ctalendjob to runtime (#2541) 2018-08-06 10:27:25 +02:00
Jane Ding
d49bb0f51a feat(TUP-20465)Split the esb resources plugin and move the common part (#2536)
* feat(TUP-20465)Split the esb resources plugin and move the common part
to tdi
https://jira.talendforge.org/browse/TUP-20465

* feat(TUP-20465)Split the esb resources plugin and move the common part
to tdi
https://jira.talendforge.org/browse/TUP-20465

* feat(TUP-20465)For new added plugin, shouldn't have bundle-version,
should add modules

* feat(TUP-20465)Modify the wrong Edit Properties Action point

* feat(TUP-20465)revert the relationship handler setting
2018-08-06 15:39:51 +08:00
nrousseau
6c64f941e9 Change nexus timeout value 2018-08-05 14:11:55 +02:00
jzhao
561253e9ba fix(TDI-40840):Remove "JDBC" from parameter "ELT JDBC Map Editor" in tELTMap (#2572) 2018-08-03 18:10:08 +08:00
Mike Yan
d07ab36cb8 fix(TESB-22825): Compile source before compute the manifest (#2571) 2018-08-03 16:39:36 +08:00
jiezhang-tlnd
87374b1fa1 fix(TUP-20512)Metadata JDBC DB Connections Bug with context variables (#2565)
https://jira.talendforge.org/browse/TUP-20512
2018-08-03 15:09:58 +08:00
wang wei
e58ffef784 fix(TDI-40833): tSCPFileExists not working with wildcard (#2569) 2018-08-03 12:37:45 +08:00
jiezhang-tlnd
d2629ef1c3 fix(TUP-20369)Mapper/Metadata tables for tMap in HTML document are (#2563)
missing in other than English
2018-08-03 11:03:44 +08:00
Ivan Gonchar
2cd23b9768 fix(TCOMP-964): fix ClassCastException when changing non-string option value (#2566) 2018-08-02 14:52:34 +03:00
Andreas Mattes
69d54aadd8 fix(TESB-22826): Handling of cMessagingEndpoint additional libraries in OSGI. (#2561)
Additional libraries defined for CMessagingEndpoint components can be set as part of the bundle classpath, i.e. physically included, or as OSGi dependency. This fix ensures that these libraries are no longer physically included if not set as part of the bundle classpath.
2018-08-02 16:33:36 +08:00
wang wei
1edbb976aa fix(TDI-40806): tS3Copy Component does not allow large file (like 8GB) copy from one bucket to another (#2562) 2018-08-02 14:43:06 +08:00
Mike Yan
3e430f002a fix(TESB-22825): Avoid to generate standalone pom for service provider (#2560) 2018-08-01 14:40:05 +08:00
Ivan Gonchar
a1fd7b0f09 fix(TCOMP-961): set default value to SuggestionsAction parameters (#2559) 2018-08-01 10:26:02 +08:00
pyzhou
54932840c1 fix(TDI-40722):remove xstream1.2.2 in bonita component. (#2549)
* fix(TDI-40722):remove xstream1.2.2 in bonita component.

* fix(TDI-40722):Eliminate xstream.jar from production.
2018-08-01 09:59:36 +08:00
zwxue
60eb7c92e2 fix(TUP-20507):File format should be Unix. (#2551) 2018-07-31 17:57:38 +08:00
jzhao
bb511e66f2 fix(TDI-40815): Compilation issue with tSalesforceOutput component with reject link(#2557)
* all tcomp v0 components with muilt reject should have same issue.
2018-07-31 15:52:49 +08:00
Olha Varnavina
c16495d4ab feat(TDI-40574): tSnowflakeOB and tSnowflakeBE (#2537)
* registered new components in unifier
2018-07-31 09:49:48 +03:00
Elena Tatarintseva
fd4b04bcab TMC-13491 [TIC to TMC] Remove flow builder and actions (#2553) 2018-07-30 15:29:14 +03:00
Anas KHABALI
d5c73c8fab TUP-20482 : active if with new legth strategy for comparing values. (#2548)
This work still having issue with Tables
2018-07-30 10:17:52 +02:00
chmyga
edb73f031a fix(TDI-40729): tCreateTable spelling error (#2547)
* Fix spelling error in messages
2018-07-30 10:11:41 +03:00
dlin-talend
d0bd59a291 TUP-20332:Change new branding images for 7.1 (#2550) 2018-07-30 15:03:58 +08:00
Roman
0fb6e13501 fix(TDI-39567): add tabs / improve code redability (#2546) 2018-07-27 09:14:09 -04:00
wchen-talend
f6335facf3 fix(TUP-20492):When doing extract as context for a tsalesforceinput, (#2544)
* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.

* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.
2018-07-27 15:07:00 +08:00
jzhao
01d38ea330 feat(TDI-39599): rename ELT JDBC components (#2535) 2018-07-27 10:49:03 +08:00
Ivan Gonchar
18b6bb5d70 Igonchar/tcomp 934 (#2539)
* fix(TCOMP-934): remove unused fields in ComponentModel

* fix(TCOMP-934): ensure palette value uses only categories
2018-07-24 16:09:46 +03:00
Ivan Gonchar
02184018a1 Igonchar/tcomp 859 (#2538)
* fix(TCOMP-859) use the same AbsolutePathResolver implementation as in component-form-core

* fix(TCOMP-859): remove old path resolution implementation

* fix(TCOMP-859): move all parameter resolvers to ...parameter.resolver package

* fix(TCOMP-859): implement resolveParameters() method

* fix(TCOMP-859): fix multiple root handling and multiple parameters based on the same ElementParameter

* fix(TCOMP-859): remove unused method

* fix(TCOMP-859): fix javadoc in AbsolutePathResolver
2018-07-24 15:35:25 +03:00
Jan Lolling
0ef59e68c5 TDI-39567 improve performance in log4j code (#1655) 2018-07-24 03:48:58 -04:00
Chao MENG
7f1c6ee113 fix(TUP-20425): Cannot load BD node after logging on DI project (#2533)
https://jira.talendforge.org/browse/TUP-20425
2018-07-23 18:26:52 +08:00
wchen-talend
7db0205875 fix(TUP-20411):Adding context environment in the reference project, they (#2522)
do not get updated in the main project.
2018-07-23 11:12:25 +08:00
Anas KHABALI
c0bfff61a1 TCOMP-918 : use component-studio pom to handle some dependencies versions (#2532) 2018-07-23 10:34:55 +08:00
Stéphane Bouchet
5533ee28a3 fix(TESB-22628): fixed NPE during test execution (#2474) 2018-07-20 16:19:57 +02:00
mtuhai
500ea4fea3 Fix/tbd 7269 winutils problem (#2520)
* TBD-7269: fix

* mvn uri fix

* review fix
2018-07-20 16:39:26 +03:00
wang wei
a2a900aee0 fix(TDI-40760): add more condition to fix the stats and logs issue (#2531) 2018-07-20 19:02:32 +08:00
Anas KHABALI
af4edb0c87 fix(TUP-20463) add tacokit lib repository to job run scripts (#2529) 2018-07-20 18:38:01 +08:00
chmyga
73c59037b7 fix(TCOMP-921): boolean fields in tables (#2530)
* Convert Object to boolean for CheckElementParameter on update
2018-07-20 13:02:22 +03:00
wang wei
f77caa66ce fix(TDI-40757): fix the tjmsoutput (#2528) 2018-07-20 14:50:23 +08:00
Ivan Gonchar
04e121945e chore: bump tacokit version to 1.0.3 (#2527) 2018-07-20 10:22:24 +08:00
dlin-talend
03b09e3d8c TUP-20332:Change new branding images for 7.1 (#2514) 2018-07-20 09:01:43 +08:00
Stéphane Bouchet
4e005e49c5 Remove unnecessary com.sun import (#2526) 2018-07-19 15:07:39 +02:00
sbliu
bd86f1b11f TMDM-11319 MDM components should not displayed using DI license. (#2521)
Move mdm components and mdm trigger resource and  related config from localprovider to mdm plugin.
2018-07-19 18:21:49 +08:00
pyzhou
89871f6a68 fix(TDI-40722):Upgrade xstream.jar to avoid CVE-2017-7957 issue (#2524)
* fix(TDI-40722):Upgrade xstream.jar to avoid CVE-2017-7957 issue

* fix(TDI-40722):correct the mvn path
2018-07-19 17:13:26 +08:00
kjwang-talend
3baa4484ab TUP-20448 exception show in error log when i export a job contain (#2516)
connection then import it again
https://jira.talendforge.org/browse/TUP-20448
2018-07-19 16:57:05 +08:00
wang wei
7d7604eb12 fix(TDI-40757): Fix Job compilation error related to tJMSInput component (#2525) 2018-07-19 16:39:47 +08:00
wang wei
cedc43214c fix(TDI-40760): Error Connecting Aurora database using existing connection (#2523) 2018-07-19 15:19:19 +08:00
Chao MENG
5a7791793a fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2519)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-19 12:54:31 +08:00
pyzhou
125a814459 fix(TDI-40467):New icon for tDB components. (#2518) 2018-07-18 14:03:02 +08:00
jzhao
fe673b3c8b Revert "fix(TDI-36144):SCD deactivates for type 2 records even if an inserting record is rejected(#2425)" (#2517)
This reverts commit 10826518c8.
2018-07-18 10:17:53 +08:00
Liu Xinquan
58b3804599 fix(TDQ-15455): using getUniqueName().indexOf("tRecordMatching")>-1 insdead of getComponent().getName().equals("tRecordMatching") to judge the component is tRecordMatching or not (#2508) 2018-07-17 17:00:18 +08:00
Anas KHABALI
9d5f09d60e TUP-20427 : integrate maxBatchSize from component model (#2507)
Fix guess schema (force maxbatchSize to 1) and handle null values
Fix multischema connector creation
2018-07-17 09:51:16 +02:00
Dmytro Sylaiev
bf00598cc6 fix(TDI-32435): VerticaBulkExec codegen error (#2493)
* fix(TDI-32435): VerticaBulkExec codegen error

* Avoid ArrayIndexOfBoundsException when schema is empty

* fix(TDI-32435): Add null-check

* fix(TDI-32435): Init string with null instead of empty String

* fix(TDI-32435): Throw runtime exception if schema is empty

* Use StringBuilder to build result String
2018-07-17 10:32:28 +03:00
Oleh Stoliarov
19717502f7 Fix Qubole cluster label for Hive components (#2513)
Previously set the cluster label is not taken into consideration, part of modifications is done in qubole spark batch commit 4597627b2b
2018-07-16 16:59:12 +02:00
Laurent BOURGEOIS
55e3c41186 fix(TBD7343): fix variable name (#2512) 2018-07-16 12:13:51 +02:00
kjwang-talend
67c8cfa00f kjwang/feat(TUP-20080)Create migration task for all modificatios of (#2465)
kjwang/feat(TUP-20080)Create migration task for all modificatios of  talend.project.
2018-07-16 14:58:29 +08:00
hcyi
eb11827947 fix(TUP-20361):the report path is not correct. (#2491)
* fix(TUP-20361):the report path is not correct.

* fix(TUP-20361):show full name of the report file on message dialog.
2018-07-16 11:40:25 +08:00
nrousseau
02ba8192a5 fix(TUP-20438) fix export with war for tdm (#2506) 2018-07-16 10:41:41 +08:00
nrousseau
18a0bbe19c Add Commandline test product (#2242)
* Add Commandline test product

* feat(TUP-20037):update version
2018-07-16 10:34:14 +08:00
Dmytro Sylaiev
2555ebeb79 feat(TDI-40559): Fix appName parameter in jdbc url (#2397) 2018-07-13 11:56:54 +03:00
jzhao
4142be0d02 feat(TDI-38814): tCreateTable support snowflake (#2475) 2018-07-13 10:39:34 +08:00
hcyi
14de8dc8d8 fix(TUP-20364):Audit can't set database "H2 Local","H2 Remote" when (#2489)
studio logon on git remote mode.
2018-07-13 09:56:17 +08:00
hcyi
0ad917285f fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table. (#2473)
* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.
2018-07-13 09:53:46 +08:00
timbault
d847ae5eae TUP-20433 - tHMap throw npe when connect to output but haven't config it (#2505) 2018-07-12 14:10:03 +02:00
Jane Ding
8f672c2c6a fix(TUP-20385)Run job with using dynamic tRunJob throw compile error (#2498)
* fix(TUP-20385)Run job with using dynamic tRunJob throw compile error
https://jira.talendforge.org/browse/TUP-20385

* required would be ok
2018-07-12 17:17:43 +08:00
kjwang-talend
c2edda875b fix(TUP-20140)Checked status of items listed in Project Settings (#2504)
https://jira.talendforge.org/browse/TUP-20140
2018-07-12 15:10:51 +08:00
Anas KHABALI
229bc0988b TCOMP-903 : remove unused attributes (#2503) 2018-07-11 17:45:35 +02:00
zafkirTalend
fa5d87f55f fix(TBD-7296): Fix duplicate variable 2018-07-11 13:53:37 +02:00
SunChaoqun
24c9411514 TESB-22602:CI for ESB - Data Services and Routes - Part 3 (#2488) 2018-07-11 15:40:06 +08:00
Roman
d07a666e9b Rvoievidko/tdi 34091 parallel subjobs in t greenplum gp load (#2495)
* fix(TDI-34091): add cid to name of config file

* fix(TDI-34091): add threadId and pid to conf file name

* fix(TDI-34091): add try with resources to close PW
2018-07-11 03:33:56 -04:00
Anas KHABALI
04dc108245 TCOMP-904 : fix job classpath for tacokit components (#2494)
* TCOMP-904 : fix job classpath for tacokit components

* TCOMP-904 : keep dependencies addition order
2018-07-11 10:22:41 +08:00
Chao MENG
edf0430091 fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2492)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-11 09:56:41 +08:00
Anas KHABALI
85892748e2 TUP-20407 : update tacokit version to 1.0.2-SNAPSHOT (#2490) 2018-07-10 16:11:26 +08:00
SunChaoqun
6e38303317 TDQ-15215:standard job tRulesurvivorship can not run on TIC, zip file (#2485)
get by build job which not check "Items" also can not run
2018-07-10 15:57:41 +08:00
Chao MENG
f72d98ded6 fix(TUP-20402): fix TaCoKit drag&drop problem, and dialog popup position problem (#2487)
fix(TUP-20402): fix TaCoKit drag&drop problem, and dialog popup position problem
2018-07-10 10:14:16 +08:00
Roman
da32df105b fix(TDI-34091): add cid to name of config file (#2482) 2018-07-09 09:46:21 -04:00
Stéphane Bouchet
4b152d1af4 fix(TESB-22695) : use the correct groupId from project. (#2483) 2018-07-09 11:05:46 +08:00
Andreas Mattes
3e11a08b5f fix(TESB-22458): Remove obsolete SAM feature setting code. (#2451)
Obsolete code for setting the SAM event feature is removed as it is causing compile errors.
2018-07-06 17:55:38 +08:00
Anas KHABALI
a71c2f59b4 TUP-20352 : handle condional outputs for tacokit components (#2479) 2018-07-06 10:18:48 +02:00
Dmytro Sylaiev
e97608f2c4 fix(TDI-40546): Fix String comparing (#2467)
* fix(TDI-40546): Fix String comparing

* fix(TDI-40546): Add null-check
2018-07-06 10:49:33 +03:00
zwxue
ad84413ea5 fix(TUP-20326):fix ref project routine install issue. (#2480) 2018-07-06 10:54:37 +08:00
Ivan Gonchar
5ce97c1894 Igonchar/tcomp 842 fix callback (#2484)
* fix(TCOMP-842): fix unused import

* fix(TCOMP-842): merge ActionParameters class into Action class

* fix(TCOMP-842): add parametersChanged field in SuggestionsAction

* fix(TCOMP-842): make server call when parameters were changed

* fix(TCOMP-842): make SuggestionsAction thread-safe

* fix(TCOMP-842): fix suggested values from label list to map<label, id>
2018-07-06 10:25:27 +08:00
hcyi
d1b7385f9e feat(TUP-20277):Deprecated storm on 7.1 (#2464) 2018-07-06 09:58:10 +08:00
Dmytro Sylaiev
06e77fba49 fix(TDI-40674): Add property to avoid windows-separator replacement (#2477) 2018-07-05 12:56:05 +03:00
zwxue
e5fd0fa9a7 feat(TUP-19996):Setup Docker as maven profile on CI. (#2435) 2018-07-05 16:39:18 +08:00
chmyga
7bbcaa289d fix(TDI-40641): tTeradataFastLoad select DB Type (#2440)
* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add db type to tTeradataFastLoad

* Add Date,Timestamp and Time handling to tTeradataFastLoad

* Fix tTeradataFastLoadUtility

* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add migration task
2018-07-05 07:53:05 +03:00
wang wei
238620542b fix(TDI-40688): tVerticaOutput in Copy mode: Nullable Float-values are rounded to the nearest integer(#2478) 2018-07-05 10:49:38 +08:00
Roman
5fbb64d616 fix(TDI-40686): add null checker for empty passwords (#2476) 2018-07-04 03:14:59 -04:00
wang wei
5c1cf635c8 fix(TDI-40679): align to httpclient-4.5.5,httpfluent-4.5.5 and httpcore-4.4.9 (#2471) 2018-07-04 12:50:18 +08:00
Stéphane Bouchet
327b4cdcf9 fix (TDI-40403) : set a correct category (#2233) 2018-07-04 09:41:40 +08:00
Anas KHABALI
00464b5a19 fix(TCOMP-897) : fix guess schema with bulk logic for processors (#2472) 2018-07-03 09:09:27 +02:00
Ivan Gonchar
7033187db4 feat(TCOMP-842): make server call async (#2470) 2018-07-03 10:29:43 +08:00
Romain Manni-Bucau
3c91ba3e49 adding reload-component-server_16x16.png (#2469) 2018-07-03 10:16:19 +08:00
Chao MENG
80c415562c feat(TUP-20292): Support hive metastore HA (wizard) (#2443)
https://jira.talendforge.org/browse/TUP-20292
2018-07-02 16:39:02 +08:00
zwxue
808da88b70 fix(TUP-20326):Error in job generation for job migrated form 6.5.1 (#2455) 2018-07-02 10:24:55 +08:00
Anas KHABALI
31c79a19a9 TUP-20309 : integrate after group tacokit. (#2463)
This add bulk aka batch exec capabilities to tacokit components
2018-06-29 16:44:26 +02:00
Anas KHABALI
d954a99641 TUP-20309 - integrate after group code part for tacokit (#2461)
this part will add a new execution step just after the main loop to process remainning records in batch mode
2018-06-29 17:22:27 +08:00
Jane Ding
9ced1fcab5 fix(TUP-20333)When upgrading from Talend v5.6.1 to v6.4.1, the tmap has (#2459)
lost many mappings due to name change
https://jira.talendforge.org/browse/TUP-20333
2018-06-29 10:12:29 +08:00
Chao MENG
c6d4f16cff fix(TUP-20319): Cloud Studio can't retrieve any project from TMC (#2448)
fix(TUP-20319): Cloud Studio can't retrieve any project from TMC
https://jira.talendforge.org/browse/TUP-20319
2018-06-29 10:09:27 +08:00
Anas KHABALI
e35ae639e6 TUP-20349 : add chunk size as advanced common parameter for processors (#2462) 2018-06-28 17:25:20 +02:00
hcyi
1a13fd2de3 fix(TUP-20312):java.lang.StackOverflowError in 6.5.1 studio. (#2452) 2018-06-28 14:33:01 +08:00
SunChaoqun
d4e065961f TUP-20346:Preview in Metadata File fails with NullPointerException (#2458) 2018-06-28 14:09:25 +08:00
wchen-talend
384f9a9779 fix(TUP-20261):Routine editor mixed the code (#2434) 2018-06-28 09:58:14 +08:00
jzhao
10826518c8 fix(TDI-36144):SCD deactivates for type 2 records even if an inserting record is rejected(#2425) 2018-06-28 09:34:29 +08:00
Roman
0905e7d9eb Rvoievidko/tdi 40646 support both gpload and gpload.py (#2442)
* fix(TDI-40646): add two version for gpload and gpload.py

* fix(TDI-40646): change building of url for additional parameters

* fix(TDI-40646): improve logging

* fix(TDI-40646): remove empty String for cmds array

* fix(TDI-40646): some pathes now can be used from context
2018-06-27 03:47:06 -04:00
wang wei
390880e04a fix(TDI-30055): Clear memory for tSort asap (#2454) 2018-06-27 14:19:44 +08:00
SunChaoqun
6cd6a169e8 TESB-22106:CI for ESB - Data Services and Routes - On Prem - Part 2 (#2453) 2018-06-27 13:51:14 +08:00
jzhao
af80de0f4c fix(TDI-40651): old framework salesforce oauth login type job can't be import to 7.0.1(#2445) 2018-06-26 18:26:07 +08:00
hcyi
6b04aaa013 feat(TUP-20283):Improve audit report generation in studio. (#2436)
* feat(TUP-20283):Improve audit report generation in studio.

* feat(TUP-20283):Add db version support to report generation in studio.

* feat(TUP-20283):TUP-20271 Database configuration should be restore when
change DB type.

* feat(TUP-20283):Show information after generate report.

* feat(TUP-20283):update some properties.

* feat(TUP-20283):fix a bug of improve audit report generation in studio.
2018-06-26 11:31:12 +08:00
zwxue
cb8285f0c6 fix(TUP-20230):Stop job running throw Unhandled event loop exception. (#2446) 2018-06-26 10:13:01 +08:00
SunChaoqun
d2f57c48f9 TESB-22106:CI for ESB - Data Services and Routes - On Prem - Part 2 (#2447) 2018-06-25 12:47:22 +02:00
Olha Varnavina
0746554095 feat(TDI-40427): Duplicate of tSnowflakeOutput (#2295)
* registered tSnowflakeOutputBulkExec as unified tDbOutputBulkExec
2018-06-25 11:34:51 +03:00
SunChaoqun
977d9a25b8 TESB-22483:CI for ESB - Build Data Service using Jenkins will get an error (#2444)
* TESB-22483:CI for ESB - Build Data Service using Jenkins will get an
error

* TESB-22483:CI for ESB - Build Data Service using Jenkins will get an
error
2018-06-25 09:22:17 +02:00
SunChaoqun
2c0b5cac3d TESB-22487:OSGI Bundle should be exported when using ESB components (#2426)
* TESB-22487:OSGI Bundle should be exported when using ESB components

* TESB-22487:OSGI Bundle should be exported when using ESB components
2018-06-25 08:54:01 +02:00
Roman
59537440bb fix(TDI-40645): driver name was uppercased (#2441) 2018-06-22 05:19:52 -04:00
kjwang-talend
d44d4c4e8d fix(TUP-20303)project folder name not correct in workspace after import (#2439)
using "Import an existing project"
https://jira.talendforge.org/browse/TUP-20303
2018-06-22 17:17:41 +08:00
Roman
bedaf68488 Rvoievidko/tdi 40496 support for green plum 5.x (#2402)
* feat(TDI-40496): update driver for GPLoad component

* feat(TDI-40496): change driver for all components in GP family

* feat(TDI-40496): add greenplum driver to tPostgreSQLBulkExec

* feat(TDI-40496): integrate code from TDI-40582

* feat(TDI-40496): Add PostgreSQL driver as default

* feat(TDI-40496): change driver for tGreenplumELT

* feat(TDI-40496): change getValue from prevNode
2018-06-22 04:30:38 -04:00
mbasiuk-talend
cc048b629c Mbasiuk/tdi 34637 dynamic mysql update (#2437)
* feat(TDI-34637): make a first implementation of the feature

* feat(TDI-34637): fix query string definition

* feta(TDI-34637): implement feature for rest data actions

* feat(TDI-34637): fix support null in where clause

* feat(TDI-34637): fix insert or update on duplicate key update
2018-06-22 10:40:22 +03:00
dlin-talend
6928ac709a feat(TUP-20277):Deprecated items on 7.1 (#2438) 2018-06-22 10:31:58 +08:00
Liu Xinquan
9b73a66d87 TDQ-15455 Compile error after refactoring job (#2428) 2018-06-21 15:25:05 +08:00
Jane Ding
7c56a9a2ea fix(TUP-20231)Update Detection won't popup after updating it's joblet (#2424)
* fix(TUP-20231)Update Detection won't popup after updating it's joblet
name in JobletView
https://jira.talendforge.org/browse/TUP-20231

* fix(TUP-20231)Update Detection won't popup after updating it's joblet
name in JobletView
if joblet related job is opened, should return.
2018-06-20 15:07:14 +08:00
Chao MENG
33d7e04d59 fix(TUP-20053): Cannot run MapR 6.0 DI job with tSqoopImportAllTables (#2410)
fix(TUP-20053): Cannot run MapR 6.0 DI job with tSqoopImportAllTables
https://jira.talendforge.org/browse/TUP-20053
2018-06-19 10:57:22 +08:00
Roman
561224d256 fix(TDI-40460): change slf4j version (#2422) 2018-06-18 10:57:53 -04:00
hcyi
2e6ff99d05 feat(TUP-20034):Audit in project settings - Add advanced setting for full DB setup configuration. (#2388)
* feat(TUP-20033):Audit in project settings in studio.

* feat(TUP-20033):improve for Audit in project settings in studio.

* feat(TUP-20033):improve to use h2 for Audit in project settings in
studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20033): fix TUP-20175 Generate successfully if not set audit
report folder on studio.

* feat(TUP-20034):add the basic GUI part and load default value from
templte file and save/load db info into *.prefs file .

* feat(TUP-20034):Check db connection for the Audit in project settings.

* feat(TUP-20034):Audit in project settings - Add advanced setting for
full DB setup configuration.

* feat(TUP-20035):Audit in project settings - Generate report from
history.

* feat(TUP-20035):Audit in project settings - Generate report from
history.

* feat(TUP-20035):Audit in project settings - Generate report from
history.

* feat(TUP-20035):test and improve to generate report from history.
2018-06-15 17:13:31 +08:00
Jane Ding
f86d283c09 fix(TUP-19603)Suffix number is not proper when drag DB connection to a (#2418)
* fix(TUP-19603)Suffix number is not proper when drag DB connection to a
job
https://jira.talendforge.org/browse/TUP-19603

* fix(TUP-19603)Suffix number is not proper when drag DB connection to a
job
A better solution

* fix(TUP-19603)Suffix number is not proper when drag DB connection to a
job
A better solution
2018-06-15 14:33:40 +08:00
Ivan Gonchar
b991d09911 Igonchar/tcomp 842 2 (#2419)
* feat(TCOMP-842): implement AbstractValueSelectionController

* fix(TCOMP-842): fix NPE when value is null

* feat(TCOMP-842): implement ParameterResolver interface and its abstract implementation

* fix(TCOMP-842): change type parameter from String to enum in Action

* fix(TCOMP-842): fix type in CheckElementParameter javadoc

* feat(TCOMP-842): add suggestions to PropertyDefinitionDecorator

* feat(TCOMP-842): implement SuggestionsAction

* feat(TCOMP-842): implement ValueSelectionParameter

* feat(TCOMP-842): implement ActionParametersUpdater

* feat(TCOMP-842): implement SuggestionsResolver

* fix(TCOMP-842): change type parameter from String to enum in Action

* feat(TCOMP-842): setup ValueSelectionParameter during Settings creation

* feat(TCOMP-842): implement value selection widget for tacokit

* fix(TCOMP-842): remove unused constructors in SuggestionValues

* fix(TCOMP-842): fix ValueSelectionDialog labels

* fix(TCOMP-842): fix SuggestionsAction.callback() method

* feat(TCOMP-842): update component-runtime version to 1.0.1-SNAPSHOT

* fix(TCOMP-842): fix component server dependency and temporarily add oss snapshots repo

* fix(TCOMP-842): fix compile error with WidgetMapper
2018-06-15 14:08:34 +08:00
wang wei
9391806f52 Revert "fix(TDI-40162): remove the unnecessary talend-codegen-utils.jar register for runtime(#2002)"(#2420) 2018-06-15 12:05:29 +08:00
wchen-talend
c264b8cc6c Wchen/bugfix/tup 20072 stats logs jdbc (#2411)
* fix(TUP-20072):Setting DB Type to JDBC causes a NullPointerException
when running the job in TOS 7.0.1

* fix(TUP-20072):Setting DB Type to JDBC causes a NullPointerException
when running the job in TOS 7.0.1
2018-06-14 18:08:07 +08:00
Roman
aa7eb40c90 fix(TDI-40454): change name for conforming_string func (#2414) 2018-06-14 04:20:05 -04:00
wang wei
a9f6c03ca5 fix(TDI-40162): remove the plugin.xml include statement (#2417) 2018-06-14 16:05:18 +08:00
wang wei
3cb3074053 fix(TDI-40162): remove the unnecessary talend-codegen-utils.jar register for runtime(#2002) 2018-06-14 15:39:10 +08:00
dlin-talend
a288d00026 fix(TUP-20258):"Generate Doc As HTML" Item Does not Exist for BD (#2412)
Streaming Job
2018-06-14 13:55:21 +08:00
Jane Ding
f4fa521be5 revert fix(TUP-19603)Suffix number is not proper when drag DB connection (#2416)
to a job
2018-06-14 13:46:53 +08:00
Chao MENG
60629c5465 Revert "Igonchar/tcomp 842 (#2405)" (#2415)
This reverts commit 79bfaad0c3.
2018-06-14 11:56:49 +08:00
Ivan Gonchar
79bfaad0c3 Igonchar/tcomp 842 (#2405)
* feat(TCOMP-842): implement AbstractValueSelectionController

* fix(TCOMP-842): fix NPE when value is null

* feat(TCOMP-842): implement ParameterResolver interface and its abstract implementation

* fix(TCOMP-842): change type parameter from String to enum in Action

* fix(TCOMP-842): fix type in CheckElementParameter javadoc

* feat(TCOMP-842): add suggestions to PropertyDefinitionDecorator

* feat(TCOMP-842): implement SuggestionsAction

* feat(TCOMP-842): implement ValueSelectionParameter

* feat(TCOMP-842): implement ActionParametersUpdater

* feat(TCOMP-842): implement SuggestionsResolver

* fix(TCOMP-842): change type parameter from String to enum in Action

* feat(TCOMP-842): setup ValueSelectionParameter during Settings creation

* feat(TCOMP-842): implement value selection widget for tacokit

* fix(TCOMP-842): remove unused constructors in SuggestionValues

* fix(TCOMP-842): fix ValueSelectionDialog labels

* fix(TCOMP-842): fix SuggestionsAction.callback() method

* feat(TCOMP-842): update component-runtime version to 1.0.1-SNAPSHOT
2018-06-14 10:47:53 +08:00
Jane Ding
6a7391cfd7 solve some junit failure (#2407) 2018-06-14 10:21:01 +08:00
Ivan Gonchar
cfa21c987c fix(TCOMP-865): fix NPE when not Tacokit connection is checked (#2413) 2018-06-14 10:08:10 +08:00
Ivan Gonchar
a09abd3c74 feat(TCOMP-842): implement AbstractValueSelectionController (#2406) 2018-06-13 10:20:09 +08:00
zafkirTalend
4c72b73d86 feat(TBD-6950): Add location tBigQueryInput (#2403) 2018-06-12 16:49:15 +02:00
qiongli
47c505e372 fix(TDQ-15215): No need to run 'include-survivorship-rules' sice the (#2404)
rules in src/main/resources. they will be in jar/zip when build the
maven job
2018-06-12 17:22:21 +08:00
Jane Ding
965a794b97 fix(TUP-19603)Suffix number is not proper when drag DB connection to a (#2400)
job
https://jira.talendforge.org/browse/TUP-19603
2018-06-11 10:38:32 +08:00
Jane Ding
3f2ed07e5d Jding/bugfix/tup 19594 drag db problem (#2399)
* fix(TUP-19594)Drag DB metadata to job is different between new created
and import from 641
https://jira.talendforge.org/browse/TUP-19594
Add a migration task to set type name

* fix(TUP-19594)Drag DB metadata to job is different between new created
and import from 641
https://jira.talendforge.org/browse/TUP-19594
change the version
2018-06-11 10:29:56 +08:00
Chao MENG
8d277de70d fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error (#2398)
fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error has occured'.
https://jira.talendforge.org/browse/TUP-20156
2018-06-08 15:54:51 +08:00
zwxue
c5fdf54dbf fix(TUP-20223):Wrong branch value in the jobs generated by CI. (#2394) 2018-06-08 10:19:40 +08:00
wchen-talend
22e0eca696 fix(TUP-20021):Deactive component will change the execution order (#2390) 2018-06-07 15:42:52 +08:00
wchen-talend
2dc5b46811 Revert "fix(TUP-20210):Strange behavior on component tNLPModel for required" (#2392)
* Revert "Igonchar/tcomp 816 (#2332)"

This reverts commit c76a0d430f.

* Revert "fix(TUP-18501)Error trying to do memory run (#2382)"

This reverts commit 50f6d70964.

* Revert "fix(TUP-20210):Strange behavior on component tNLPModel for required (#2384)"

This reverts commit e9c6dc3f98.
2018-06-07 15:18:58 +08:00
Ivan Gonchar
c76a0d430f Igonchar/tcomp 816 (#2332)
* fix(TCOMP-816): improve ConfigType handling in TaCoKitConfigurationModel

* fix(TCOMP-816): move setters to TaCoKitConfigurationModel constructor to ensure instance is correct after instantiation

* fix(TCOMP-816): avoid duplication in TaCoKitConfigurationModel constructor

* fix(TCOMP-816): clean TaCoKitConfigurationModel API

* feat(TCOMP-816): implement Tacokit metadata migration during import

* fix(TCOMP-816): fix migration

* fix(TCOMP-816) try to fix updated related jobs

* feat(TCOMP-816): implement Tacokit process migration during import

* fix(TCOMP-816): set correct version after migration

* fix(TCOMP-816): preserve technical parameters

* fix(TCOMP-816): fix small warnings

* fix(TCOMP-816): persist Tacokit component id in process item

* fix(TCOMP-816): fix technical parameters field type in Process item

* fix(TCOMP-816): clean TaCoKitProcessMigrator class

* fix(TCOMP-816): clean TaCoKitMigrationManager

* feat(TCOMP-816) implement process migration during Studio start-up

* fix(TCOMP-816): remove updateDBConnection() call as it doesn't update related processes

* feat(TCOMP-816): add progress monitor messages

* feat(TCOMP-816): implement related items update after metadata is migrated during import
2018-06-06 10:28:03 +08:00
Jane Ding
50f6d70964 fix(TUP-18501)Error trying to do memory run (#2382)
* fix(TUP-18501)Error trying to do memory run
https://jira.talendforge.org/browse/TUP-18501
Add a pause at start until get the active jvm info for memory run.

* fix(TUP-18501)Error trying to do memory run
https://jira.talendforge.org/browse/TUP-18501
Change message box to process monitor

* fix(TUP-18501)Error trying to do memory run
https://jira.talendforge.org/browse/TUP-18501
sorry, wrong write of key
2018-06-06 10:01:25 +08:00
wchen-talend
e9c6dc3f98 fix(TUP-20210):Strange behavior on component tNLPModel for required (#2384)
module protobuf-java-2.6.1.jar
2018-06-05 18:34:26 +08:00
Dmytro Sylaiev
31093fab13 fix(TDI-40530): Make creating multiple directories working for linux server (#2369) 2018-06-05 12:53:15 +03:00
Vladimir Bogatyrov
4873733fb8 [TESB-20335] tESBConsumer not using http conduits when called from within a subjob (#2381) 2018-06-05 11:14:22 +08:00
jzhao
56ed0cf216 fix(TDI-40441): remove duplicate item in cipher siute list for mom components(#2385) 2018-06-05 10:53:33 +08:00
achursin-talend
e58af64972 fix(TBD-6923): Fix using hive query name (#2383) 2018-06-04 15:44:19 +02:00
Yu
fc49fbe69a feat/TBD(6717) Update hive components for qubole integration (#2324)
* feat(TBD-6717) Launch Pig (load->store) job on Qubole

* update some hive components

* Modify UI for tHive Connection & remove localprovider project changes

* add tHiveClose codes for Qubole

* update for tHiveConnection

* update for Hive connection

* update for hive connection

* hive close & hive connection & hive row

* finish Hive

* deal with jars add for parquet

* ajust options for qubole

* update for hive

* update display

* address comments
2018-06-04 14:33:00 +03:00
Dmytro Sylaiev
b346ec31dc fix(TDI-40526): Update json-lib dependency (#2359)
* fix(TDI-40526): Update json-lib dependency

* fix(TDI-40526): Remove urlpaths of jar
2018-06-04 12:42:07 +03:00
zwxue
920670b049 fix(TUP-20217):Can't run a job including a tRunjob component. (#2373) 2018-06-04 16:49:12 +08:00
hcyi
530df5a648 feat(TUP-20033):Audit in project settings in studio. (#2371)
* feat(TUP-20033):Audit in project settings in studio.

* feat(TUP-20033):improve for Audit in project settings in studio.

* feat(TUP-20033):improve to use h2 for Audit in project settings in
studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20033): fix TUP-20175 Generate successfully if not set audit
report folder on studio.

* feat(TUP-20033):Audit in project settings in studio.
2018-06-04 15:20:41 +08:00
Andreas Mattes
b2fd2c99da fix(TESB-22183): Small enhancement to WSDL circular import fix and testing. (#2376)
* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.
Auf Branch bugfix/master/TESB-22183
�nderungen, die nicht zum Commit vorgemerkt sind:
	ge�ndert:       main/plugins/org.talend.designer.core/.classpath
Unversionierte Dateien:
	test/plugins/org.talend.designer.webservice.test/src/org/talend/designer/webservice/test/ServiceDiscoveryHelperTest.java
keine �nderungen zum Commit vorgemerkt (benutzen Sie "git add" und/oder "git commit -a")

* fix(TESB-22183): Enhanced unit test for handling WSDL with circular imports.
2018-06-04 08:36:56 +02:00
Roman
9864529bcb fix(TDI-40448): creating of yaml file was fixed (#2314)
* fix(TDI-40448): creating of yaml file was fixed
2018-06-01 06:42:48 -04:00
ypiel
9ef7f5083a fix(TDI-40521) : Encode to base64 byte[]->String (#2346) (#2374) 2018-06-01 11:55:36 +02:00
wang wei
b2f61ed0ae fix(TDI-40522):reuse the common batch execute javajet (#2372) 2018-06-01 15:42:55 +08:00
kjwang-talend
12fedd0ffa TUP-20199 Studio is way too slow when branching 2 ways with if condition (#2370)
https://jira.talendforge.org/browse/TUP-20199
2018-06-01 14:49:40 +08:00
wchen-talend
0721c10cec fix(TUP-20021):Deactive component will change the execution order (#2368) 2018-05-31 10:47:36 +08:00
Andreas Mattes
7645f53591 fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader. (#2367)
Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.
2018-05-31 10:22:57 +08:00
mbasiuk-talend
21d01ffa46 fix(TDI-40511): align talend-codegen-utils version (#2366) 2018-05-30 17:56:26 +03:00
mbasiuk-talend
d844ffa9ec Mbasiuk/tdi 40511 design schema mapping (#2365)
* fix(TDI-40511): add index mapping for missing field in runtime schema

* fix(TDI-40511): fix issues with ordering

* fix(TDI-40511): replace magic numbers with constant.

* fix(TDI-40511): bump versions
2018-05-30 17:44:18 +03:00
Dmytro Sylaiev
1806fa9bf2 Dsylaiev/tdi 40526 add talend version of json lib to libs plugin (#2364)
* fix(TDI-40526): Add patched json-lib to libs_src

* fix(TDI-40526): Fix pom.xml

* Add missing nexus url to properties
2018-05-30 16:40:39 +03:00
Dmytro Sylaiev
2d5255d993 fix(TDI-40526): Add patched json-lib to libs_src (#2358) 2018-05-30 14:50:41 +03:00
Mike Yan
e183f3f2d0 fix(TESB-22267):Add binary setting as build for micrsoervice (#2362) 2018-05-30 16:34:16 +08:00
zwxue
5e5d6ef3f1 fix(TUP-20194):Fail to publish job by commandline with missing log4j jar (#2356)
for migrated job.
2018-05-29 14:52:26 +08:00
wang wei
3153d9e386 fix(TDI-39874): Numeric.sequence increments by 2 instead of 1 in tXMLMap(#2353) 2018-05-29 14:05:19 +08:00
hbhong
4537547c2b TMDM-12082: Fixed throwing "java.lang.ClassCastException" while creating new version and open MDM Object from repository view (#2355) 2018-05-29 11:18:38 +08:00
Jane Ding
e4f35ad165 fix junit failure (#2354)
org.talend.designer.mapper.utils.problems.ProblemsAnalyserTest.testCheckLookupTablesKeyProblems
org.talend.designer.mapper.utils.problems.ProblemsAnalyserTest.testGetLookupTableProblem
org.talend.designer.runprocess.ui.ProcessErrorUtilTest.testGetAllErrorMess
2018-05-29 09:35:59 +08:00
Chao MENG
2516850f5c fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, (#2348)
fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, does not match outer scope rule" Error
https://jira.talendforge.org/browse/TUP-20166
2018-05-28 16:21:31 +08:00
Pingwen Lin
b6f9635d2b TMDM-12258 tMDMOutput get compile issue (#2352) 2018-05-28 15:08:58 +08:00
Mike Yan
3c14722854 fix(TESB-22267):Fail to build Rest Service job as microservice for NPE (#2351) 2018-05-28 14:28:18 +08:00
Pierre Teyssier
c3f75992d5 feat(TDI-40477): Split Snowflake components (#2350)
* split logic of components on definition and runtime
2018-05-28 12:05:03 +08:00
Mike Yan
541a43930b fix(TESB-22105): Change ProcessItem to Item to support service type (#2349)
* feat(TESB-22105) CI for ESB Services

* fix(TESB-22105): Change ProcessItem to Item to support service type
2018-05-25 18:08:06 +08:00
wang wei
693947594f fix(TDI-40522): tAS400Output return wrong NB_line with BatchSize (#2347) 2018-05-25 17:31:12 +08:00
pyzhou
fee251b234 fix(TDI-39088):Change the method of test S3 connection. (#2342)
* fix(TDI-39088):Change the method of test S3 connection.

* fix(TDI-39088):add an option in advance setting. (#2343)
2018-05-25 10:09:45 +08:00
Jane Ding
9efff8edaf fix(TUP-18501)Modify the confusing message (#2344)
https://jira.talendforge.org/browse/TUP-18501
2018-05-24 18:27:48 +08:00
pyzhou
e73747132b fix(TDI-33629):Migration Task for tNormalize. (#2339) 2018-05-24 17:56:57 +08:00
nrousseau
0e7e65b287 fix(TUP-19731) (#2338)
Allow to use virtual component with rows_end setup as start in the
process
2018-05-24 16:02:34 +08:00
jzhao
bbc937f398 fix(TDI-40441): tMomXXX components to connect to SSL enabled Websphere MQ channel (#2341)
* add new parameters to support both ibm and oracle java cipher suite

* Upgrade the jars

* change "cipher spec" to "cipher suite"
2018-05-24 15:48:55 +08:00
zwxue
ac405fbea7 workitem(TUP-20169):upgrade log4j-1.2.16.jar to log4j-1.2.17.jar (#2340) 2018-05-24 14:43:59 +08:00
Denis Sergent
84a078a5a1 TESB-22230 NPE in build process wizard when changing build type (#2337) 2018-05-24 13:55:02 +08:00
Stéphane Bouchet
82be89c039 fix(TESB-21830): deployment tab not shown (#2260)
* fix(TESB-21830) : deployment tab not shown when selecting service

* fix(TESB-21830) : deployment tab not shown when selecting service
2018-05-23 16:45:39 +02:00
Andreas Mattes
bedac0daf5 fix(TESB-22034): Fix handling of non-required bean deps in routes. (#2336)
The present fix enables selection of the "required" state of bean libraries in the corresponding dialog.
2018-05-23 16:44:24 +02:00
mbasiuk-talend
e8456883a6 fix(TDI-40512): add release resources for VerticaOutput and JavaDBOutput (#2331) 2018-05-23 10:06:12 +03:00
hcyi
20e9242246 fix(TUP-20138):Importing projects with "Copy projects into workspace" (#2333)
unchecked copies the project to a temporary folder.
2018-05-23 10:46:09 +08:00
pyzhou
1a596bf2dd fix(TDI-33629):tNormalize have compile error. (#2335) 2018-05-23 10:18:50 +08:00
Dmytro Sylaiev
933273788d fix(TDI-40525): Fix check for directory existing (#2334) 2018-05-22 17:44:18 +03:00
Chao MENG
34d9293c86 fix(TUP-20124): NPE during changing TCOMP component repository value (#2330)
fix(TUP-20124): NPE during changing TCOMP component repository value
https://jira.talendforge.org/browse/TUP-20124
2018-05-22 14:30:49 +08:00
pyzhou
6bc2dc1e31 Pyzhou/tdi 33629 t normalize do not support context (#2296)
* Revert "fix(TDI-33629): tNormalize support context. (#2279)"

This reverts commit 8a7dc24720.

* fix(TDI-33629):tNormalize doesn't support context

* fix(TDI-33629):Avoid NPE and check empty value.
2018-05-22 11:06:18 +08:00
mbasiuk-talend
e78b01ae11 fix(TDI-40511): add index mapping for missing field in runtime schema (#2327)
* fix(TDI-40511): add index mapping for missing field in runtime schema

* fix(TDI-40511): fix issues with ordering

* fix(TDI-40511): replace magic numbers with constant.
2018-05-21 17:24:36 +03:00
Dmytro Sylaiev
53c20d3190 fix(TDI-40513): Fix compile error for contated strings in FileName (#2329) 2018-05-21 14:00:01 +03:00
pyzhou
8ad991fc40 fix(TDI-40487):NPE with Netsuite dev Account. (#2325) 2018-05-21 17:55:20 +08:00
Mike Yan
128e138753 feat(TESB-22105) CI for ESB Services (#2328) 2018-05-21 16:00:00 +08:00
wchen-talend
a50d0ac54b fix(TUP-20021):Deactive component will change the execution order (#2315) 2018-05-21 14:18:42 +08:00
wang wei
432d173610 fix(TDI-40492): align all the log4j to 1.2.17 version 2018-05-21 10:36:18 +08:00
Chao MENG
1994f5fea1 fix(TUP-20133): Edit queries does not display the "SQL Builder" window (#2323)
fix(TUP-20133): Edit queries does not display the "SQL Builder" window in some conditions.
https://jira.talendforge.org/browse/TUP-20133
2018-05-21 10:10:13 +08:00
wchen-talend
6503d48768 fix(TUP-19943):Generated schema miss some fields while import xsd (#2290)
* fix(TUP-19943):Generated schema miss some fields while import xsd

* fix(TUP-19943): add some junit for the xsd import
2018-05-21 10:07:04 +08:00
Chao MENG
7985717125 fix(TUP-20144): UI:String "Modification" can not show completely even (#2326)
max the window
https://jira.talendforge.org/browse/TUP-20144
2018-05-21 09:47:11 +08:00
Dmytro Sylaiev
798431a04b fix(TDI-32027): Fix CreatesqlQuery generation for postgres (#2287)
* fix(TDI-32027): Fix CreatesqlQuery generation for postgres

* fix(TDI-32027): Not add precision when length is null
2018-05-18 15:56:35 +03:00
zafkirTalend
a28f495492 fix(TBD-6701): Fix conflict (#2320) (#2321) 2018-05-17 16:00:23 +02:00
Emmanuel GALLOIS
ef668b1ce1 fix(TDI-40495): avoid NPE when LEAD_SELECTOR does not exist (#2310) 2018-05-17 11:29:40 +02:00
Dmytro Sylaiev
d064b04b59 Dsylaiev/tdi 40186 add move dir tftpfileexist (#2269)
* feat(TDI-40186): Implement MoveDir property for tFTPFileExist

* feat(TDI-40186): Implement migration task

* Set false to new property for old jobs

* chore(TDI-40186): Refactoring migration task

* fix(TDI-40186): Fix not returning to root issue
2018-05-17 11:33:39 +03:00
zwxue
2036438529 fix(TUP-19754):mvn package fail when main project use subref project's (#2316)
job.
2018-05-17 09:38:58 +08:00
Roman
f51a3308b5 fix(TDI-40500): change Postgresqldriver from 8.3 to 8.4 (#2318) 2018-05-16 17:45:36 +03:00
Dmytro Sylaiev
87c9450bc7 fix(TDI-40474): Make it possible to create multiple dirs in tFTPPut SFTP (#2309)
* fix(TDI-40474): Make it possible to create multiple dirs in tFTPPut SFTP

* chore(TDI-40474): Remove unused local variable
2018-05-16 11:35:48 +03:00
Anas KHABALI
43fea82154 fix(TDI-40473): fix date handling in tservicenowOutput (#2306) 2018-05-16 09:35:20 +02:00
Andreas Mattes
9420fc6686 fix(TESB-22036): Add read access to list of bundles in FeaturesModel. (#2313)
Read access to the bundles included in a feature is required in order to determine which dependency modules are bundles and should therefore not be physically included in the route bundle.
2018-05-15 16:12:01 +02:00
Jane Ding
8e0dce3d8f fix(TUP-19999)column cannot be mapped when column name is Half-width (#2308)
* fix(TUP-19999)column cannot be mapped when column name is Half-width
figures+full width underscore
https://jira.talendforge.org/browse/TUP-19999

* fix(TUP-19999) solve the messy code of last commit
2018-05-15 18:15:09 +08:00
Dmytro Sylaiev
8cd6ded065 fix(TDI-40491): Make ftpfileexist layout more reasonable (#2307) 2018-05-14 18:58:18 +03:00
Jenkins Continuous Build server
6ec894191a Set version to 7.1.1 SNAPSHOT 2018-05-11 17:08:04 +02:00
Denis Sergent
d0697253a4 TUP-20129 Studio graphical improvements (#2300)
* Studio graphical improvements

Fixed some graphical inconsistencies in Studio (borders, margins...)
2018-05-11 11:19:10 +02:00
jzhao
b67da50407 feat(TDI-39901): tRedshiftXX - AWS Settings (#2240) 2018-05-11 10:45:29 +08:00
Ivan Gonchar
e9fac0cf44 Igonchar/tcomp 801 (#2303)
* feat(TCOMP-801): set type name for newly created ConnectionItem

* feat(TCOMP-801): move Config Type Node to ItemModel

* fix(TCOMP-801): fix Tacokit metadata import issue

* fix(TCOMP-801): fix getComponentValue() method call in UpdateNodeParameterCommand

* fix(TCOMP-801): fix exception reporting

* fix(TCOMP-801): exclude label and button from persistance in metadata repository

* fix(TCOMP-801): add javadoc for TaCoKitImportHandler
2018-05-10 18:54:20 +03:00
Jane Ding
9e5b3a72ce fix(TUP-19815)For can't find process (#2304) 2018-05-10 16:06:31 +08:00
jzhao
251b4c3285 fix(TDI-40443): add check to control tsalesforceinput bulk mode all return null for empty value(#2302)
* set default value true when migration old framework jobs
2018-05-10 15:51:30 +08:00
zwxue
9267eb40c9 fix(TUP-20115):Use of SAP JCO Version greater than 3.0.10 in Talend (#2299)
7.0.1 causes initialization error.
2018-05-10 09:46:15 +08:00
wang wei
ed6597d02a fix(TDI-40318): Talend FTP permission issue (#2298) 2018-05-09 17:59:24 +08:00
mbasiuk-talend
6551e7ca36 Mbasiuk/tdi 36564 input resultset isclosed issue (#2294)
* fix(TDI-36564): remove condition for isClosed

* fix(TDI-36564): remove isClosed condition from inputs
2018-05-08 16:33:40 +03:00
Roman
2142e54930 fix(TDI-40484): FileReader was closed (#2293)
* fix(TDI-40484): FileReader was closed
2018-05-08 12:33:20 +03:00
wang wei
c0f7d01261 fix(TDI-40408): remove groovy-all-1.7.0.jar for CVE Vulnerabilities (#2292) 2018-05-08 15:48:11 +08:00
pyzhou
8a7dc24720 fix(TDI-33629): tNormalize support context. (#2279)
* fix(TDI-33629): tNormalize support context.

* fix(TDI-33629):compile error.
2018-05-08 15:41:40 +08:00
jzhao
d303fa45ff fix(TDI-40479): typo issue for property of tMomxxx component (#2291)
* typo issue
* remove useless i18n in tmomconnection
2018-05-08 11:27:26 +08:00
Jane Ding
e226540dde fix(TUP-19815)Add a problem check for tRunJob (#2286)
* fix(TUP-19815)Add a problem check for tRunJob
https://jira.talendforge.org/browse/TUP-19815

* fix(TUP-19815)A better solution.

* fix(TUP-19815) A better description

* fix(TUP-19815)at first, when create a new tRunJob, this process is
empty,should not check
2018-05-08 10:51:19 +08:00
mbasiuk-talend
b3441c269b fix(TDI-36564): remove condition for isClosed (#2289) 2018-05-07 14:56:51 +03:00
Olha Varnavina
40fbf3e163 fix(TDI-37800): tWriteJsonField handle Arrays (#2282)
* fix(TDI-37800): tWriteJsonField handle Arrays
* fixed String value of array in case class attribute is set to array

* fix(TDI-37800): tWriteJsonField handle Arrays
* cleaned up unused statement
2018-05-07 12:11:00 +03:00
mbasiuk-talend
eaee3bb314 fix(TDI-36564): release resources for Row components (#2236)
* fix(TDI-36564): release resources for Row components

* fix(TDI-36564): update tJavaDBRow

* fix(TDI-36564): remove unnecessary commit

* fix(TDI-36564): put flag for closed connection
2018-05-07 09:59:07 +03:00
mbasiuk-talend
32d2ff9311 Mbasiuk/tdi 36564 release resources (#2222)
* fix(TDI-36564): add closing result sets and statements for input components

* (TDI-36564): fix try with resources for table action

* fix(TDI-36564): modify abstract finally javajet

* fix(TDI-36564): update tAS400Output component

* fix(TDI-36564): update tAccessOutput component

* fix(TDI-36564): update tAmazonMysqlOutput component

* fix(TDI-36564): update tAmazonOracleOutput component

* fix(TDI-36564): update tDB2Output component

* fix(TDI-36564): update tEXAOutput component

* fix(TDI-36564): fix issue with casting

* fix(TDI-36564): update several components

* fix(TDI-36564): update last output components

* fix(TDI-36564): fix release resources for special cases

* fix(TDI-36564): close rs and stmt in other ouput parts

* fix(TDI-36564): remove file commited by mistake

* fix(TDI-36564): improve statements close condition

* fix(TDI-36564): revert changes for identity, prevent compilation errors

* fix(TDI-36564): update closing logic, add statement close flag

* fix(TDI-36564): add release resources for copy operation
2018-05-07 09:58:49 +03:00
Chao MENG
68ba480b94 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2285)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 17:48:46 +08:00
Ivan Gonchar
26a78a2579 Igonchar/tcomp 794 (#2262)
* fix: refactor TaCoKitDragAndDropHandler.getComponentValue()

* fix: refactor ValueModel class

* fix: fix small issues in TaCoKitDragAndDropHandler

* fix(TCOMP-794): extend visibility PropertyDefinitionDecorator API

* fix(TCOMP-794): fix TaCoKitDragAndDropHandler to handle metadata prefix correctly

* fix(TCOMP-794): remove unused methods from PropertyNode
2018-05-04 12:11:56 +03:00
Dmytro Sylaiev
01a914f3a1 feat(TDI-18708): Implement creating directory tFTPPut (#2252)
* feat(TDI-18708): Implement creating directory tFTPPut

* Add 'createDir' checkbox

* Implement creating directory for FTP,SFTP and FTPS

* feat(TDI-18708): Fix code smells
2018-05-04 11:28:10 +03:00
Roman
cffb92808c Rvoievidko/tdi 37254 t postgresql output bulk exec add copy command for local files (#2261)
* feat(TDI-37254): add checkbox and properties

* feat(TDI-37254): add CopyManager to insert bulk

* feat(TDI-37254): add CopyManager to update bulk

* fix(TDI-40455): change driver for prior v9 versions

* fix(TDI-40455): change driver groupId/artifactId

* feat(TDI-37254): remove UrlPath for DB driver
2018-05-04 11:22:05 +03:00
Chao MENG
7905978158 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2284)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 12:27:10 +08:00
zwxue
5a24a420f7 fix(TUP-20065):Commandline can not logon a project with subref project (#2283)
after do initLocal.
2018-05-04 11:33:26 +08:00
hcyi
598ebc9f30 fix(TUP-18661):Errors on component. (#2244) 2018-05-04 10:09:46 +08:00
Ivan Gonchar
3e484e4d0c fix(TCOMP-795): turn on tacokit plugin tests (#2281) 2018-05-03 15:23:25 +03:00
Jane Ding
9228067546 feat(TUP-20041)Propagate Smart tMap Initative to Spark and Spark (#2267)
streaming jobs
https://jira.talendforge.org/browse/TUP-20041
2018-05-03 15:54:23 +08:00
kjwang-talend
cd2e1b9b1f fix(TUP-20027)Error opening job: Unhandled event loop exception (#2276)
(java.lang.StackOverflowError)
https://jira.talendforge.org/browse/TUP-20027
2018-05-03 15:41:16 +08:00
Romain Manni-Bucau
03a079050a TCOMP-763 adding a refreh button in the toolbar (#2268) 2018-05-03 09:40:54 +02:00
Chao MENG
bd4ce26d0f fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2277)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-03 15:12:20 +08:00
Mike Yan
6de13efc75 TESB-20335: revert for Job compile errors (#2275) 2018-05-03 14:10:21 +08:00
pyzhou
e3d23b6343 fix(TDI-40458):compile error dynamic schema with identity tsybaseOutput (#2274) 2018-05-02 19:55:16 +08:00
Anas KHABALI
b8f8abd6be fix(TDI-40464): fix column mapping in servicenowInput component. (#2273)
with more than one result, tServicenownput returns bad data for resolved_at and closed_at fields
2018-05-02 11:45:39 +02:00
Jane Ding
706c6d679f fix(TUP-19705)can't do mvn package for the build out job when select (#2246)
* fix(TUP-19705)can't do mvn package for the build out job when select
Sources(maven)
https://jira.talendforge.org/browse/TUP-19705
To support to use mvn package directly

* fix(TUP-19705)can't do mvn package for the build out job when select
Sources(maven)
Modified the wrong spell;
<talend.job.pompath>@ProjectRelativePath@</talend.job.pompath> the
@ProjectRelativePath@ can't change to ../  today,strange, so just
modified to ../

* fix(TUP-19705) This commit to fix that there is nothing in the build out
zip when user choose multiple job.

* fix(TUP-19705) added joblet, subjob and pigudf for zip

* fix(TUP-19705)package all joblet to zip, modified package subjob to
better solution.

* fix(TUP-19705)For packageSubJob and pom, better solution.

* fix(TUP-19705) arranged folder structure

* fix(TUP-19705) To support subjob which belongs to reference project
2018-05-02 17:43:30 +08:00
Chao MENG
fe14a311ed fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it (#2272)
* fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-02 15:41:57 +08:00
Vladimir Bogatyrov
17b0678897 [TESB-20335] tESBConsumer not using http conduits for receive timeout when called from within a subjob using tRunJob (#2271) 2018-05-02 14:40:26 +08:00
zwxue
54806dbdb4 workitem(TUP-19975): Add / Review junits for CI. (#2270) 2018-05-02 10:24:36 +08:00
Chao MENG
ecefdadfe6 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2266)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-28 18:22:06 +08:00
Chao MENG
326f1090f3 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2265)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-28 16:35:46 +08:00
pyzhou
6f6dd18ed2 fix(TDI-40451):remove the default module of tJMSXXX components. (#2263) 2018-04-27 15:25:58 +08:00
zwxue
79640a43c7 workitem(TUP-19975):Add / Review junits for CI. (#2259) 2018-04-26 10:35:26 +08:00
Mike Yan
a2d057a24b TESB-21804: Filter out camel-alldeps in MANIFEST for OSGi type export (#2256)
* TESB-21576: Add tREST component in OSGi build type validation

* TESB-21804: Filter out camel-alldeps in MANIFEST for OSGi type export
2018-04-24 18:54:14 +08:00
kjwang-talend
bcc77f6e64 fix(TUP-19974)Opening a job takes more than half an hour in studio (#2254)
https://jira.talendforge.org/browse/TUP-19974
2018-04-24 17:28:08 +08:00
chmyga
f15fb71b7d fix(TCOMP-792): ActiveIf for enums (#2253)
* Clean controls map
2018-04-24 11:28:16 +03:00
kjwang-talend
eeeeb60faf Kjwang/fix(tup 19974)opening a job takes more than half an hour in studio (#2232)
* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974

* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974
2018-04-24 11:04:41 +08:00
kjwang-talend
090ba8a348 Kjwang/fix(tup 19732)joblet not being called after elt components (#2205)
* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732
2018-04-24 10:58:37 +08:00
chmyga
f2ec017bcd fix(TCOMP-783): activeifs doesnt work (#2247)
* Add converting value to string
2018-04-20 17:32:14 +03:00
Denis Sergent
549374cc78 TESB-21832 Problems with job/route exec. with local runtime in Studio (#2245)
Local runtime for Studio job/routes execution should not be used in some
cases: build type has to be checked to define the best execution
processor. As execution processor must change when build type is updated
in deployment tab, processor can not be persisted anymore.
2018-04-20 17:24:29 +08:00
hcyi
0f3e636222 fix(TUP-18682):PDF layout of generated document in multi-byte character (#2239)
on studio is broken.
2018-04-20 10:58:23 +08:00
jzhao
c623b8ea6a feat(TDI-39817):Restrict number of messages in websphere in tMomInput Component (#2206)
* show the param for webspheremq

* implement it in the runtime part
2018-04-19 11:31:15 +08:00
wchen-talend
46daeba813 fix(TUP-19820):The joblet input row issue (#2237) 2018-04-19 10:12:22 +08:00
chmyga
73e2042c45 feat: additional dependencies for beam components (#2241)
* Change marker dependency for beam components
2018-04-19 09:54:40 +08:00
Ivan Gonchar
fc61b8e54d chore: bump Tacokit version to 0.0.9 (#2235) 2018-04-17 18:52:30 +08:00
Mike Yan
37dcd340d9 TESB-21576: Add tREST component in OSGi build type validation (#2234) 2018-04-17 17:11:04 +08:00
Denis Sergent
835846e2a9 TESB-21825 TOS for ESB should not allow building jobs as microservice (#2230)
Job build wizard displays ESB microservice as a possibility to build the
jobs. Build as microservice won't work in TOS for ESB version. This
removes Microservice from buid type combo box when product is TOS.
2018-04-17 14:29:35 +08:00
wang wei
294ba4d8f5 fix(TDI-40318): fix FTP permission issue for tFTPPut component sftp mode (#2199) 2018-04-17 13:46:54 +08:00
Chao MENG
ec7f602e37 fix(TUP-20006): TaCoKit config version is stored in a wrong place (#2231)
fix(TUP-20006): TaCoKit config version is stored in a wrong place
https://jira.talendforge.org/browse/TUP-20006
2018-04-17 10:41:25 +08:00
Jane Ding
5c63d7204f fix(TUP-19604)Issue about studio palette (#2223)
https://jira.talendforge.org/browse/TUP-19604
Upper the priority display of full matched component family.
2018-04-16 10:53:07 +08:00
hcyi
dce3605c5b fix(TUP-19292):Technical Status created does not appear under Job (#2202)
Status.
2018-04-16 10:17:39 +08:00
Chao MENG
05509ee054 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2219)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-13 10:56:01 +08:00
Ivan Gonchar
e443b50e4e Igonchar/tcomp 755 2 (#2226)
* fix(TCOMP-755): remove unused TacokitConnector

* fix(TCOMP-755): add IAdditionalInfo interface for TaCoKitNodeConnector

* fix(TCOMP-755): set tacokit connector type in TaCoKitNodeConnector during creation
2018-04-13 10:29:52 +08:00
Ivan Gonchar
99b2a0f1cb fix(TCOMP-755): fix sync columns issue (#2225)
* fix(TCOMP-755): fix sync columns issue

* fix(TCOMP-755): fix method checking whether connector is tacokit
2018-04-13 10:29:22 +08:00
Anas KHABALI
b192293210 integrate enum (closed list) display name (#2221)
This PR contains a fix of dynamic values in closed list
2018-04-12 16:15:01 +08:00
Anas KHABALI
16d867c0d2 upgrade tcompv1 version to 0.0.6 (#2220) 2018-04-12 16:10:50 +08:00
kjwang-talend
003904f000 fix(TUP-4096)[tOracleInput] "Guess schema" uses wrong "Connection type" when using tOracleConnection (#2212)
* fix(TUP-4096)[tOracleInput] "Guess schema" uses wrong "Connection type"
when using tOracleConnection
https://jira.talendforge.org/browse/TUP-4096

* fix(TUP-4096)[tOracleInput] "Guess schema" uses wrong "Connection type"
when using tOracleConnection
https://jira.talendforge.org/browse/TUP-4096
2018-04-12 15:42:46 +08:00
jzhao
f60ef0313e fix(TDI-40271): [6.4.1] tMomInput is not retrieving USR properties and JMS headers from IBM MQSeries(#2218) 2018-04-12 14:02:52 +08:00
SunChaoqun
a61f46212b TESB-21810:Module tab shows the incorrect list of installed jar files (#2213)
when using cConfig components
2018-04-11 18:02:23 +08:00
wchen-talend
f174d55f1d fix(TUP-19931):Undo does not work after deleting link between (#2189)
tELTMSSqlInput and tELTMSSQLMap
2018-04-11 10:20:08 +08:00
Anas KHABALI
b146fd0c38 (fix:tacokit) : validaiton listener lifecycle (#2207)
Fix active if when depending on a parent configuration
Fix validation label synchronization
Fix pattern validation (remove quotes from value)
2018-04-11 09:24:35 +08:00
Roman
f3858258ad fix(TDI-36516): add quotes to table name (#2194) 2018-04-10 15:10:23 +03:00
jzhao
1a349f86a2 fix(TDI-40349): tMomInput "Keep Listening" should not be hidden in some situtation.(#2204) 2018-04-10 09:01:52 +08:00
SunChaoqun
2387533abc TESB-21791:cConfig - Upload Libraries does not work (#2200) 2018-04-09 14:53:03 +08:00
zwxue
254a1a9184 workitem(TUP-19959):Wrong content for CI project settings on TOS and (#2198)
missing documentation for user
2018-04-09 10:48:12 +08:00
wang wei
00c95c6ba9 fix(TDI-40329): Constant String too long due to a large schema (#2188) 2018-04-08 10:32:39 +08:00
nrousseau
34dcc374b4 fix(TESB-21702) Fix route generation (#2196) 2018-04-06 16:56:57 +08:00
apoltavtsev
34d92b92c9 TESB-21702 Maven nature added to new child subjob (#2192) 2018-04-05 21:49:32 +02:00
zwxue
4a57c719ec fix(TUP-19945):first generate failed with error:ProcessorException: (#2190)
Routines "myroutine" has compile errors.
2018-04-04 21:57:23 +08:00
Chao MENG
29808a2f74 update junit for TalendEditorPaletteFactory (#2191) 2018-04-04 21:50:42 +08:00
Jenkins Continuous Build server
db3fbd82bd Set version to 7.1.0 SNAPSHOT 2018-04-04 14:26:08 +02:00
jzhao
6dc06c5f4c fix(TDI-40333): For tSQLDWHBulkExec, the password field is not encrypted in the generated java code(#2185) 2018-04-04 14:59:29 +08:00
Mike Yan
c21be116fb TESB-21726: NPE when publish OSGi type with TSC_BDRT license (#2186) 2018-04-04 14:31:42 +08:00
zwxue
15affaeffa fix(TUP-19941):Fix NPE during guessing schema for Tacokit component. (#2184) 2018-04-04 10:35:38 +08:00
14183 changed files with 280904 additions and 457866 deletions

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ main/plugins/org.talend.designer.codegen/resources/sparkstreaming_header.javajet
main/plugins/org.talend.designer.codegen/resources/sparkstreaming_subprocess_footer.javajet
main/plugins/org.talend.designer.codegen/resources/sparkstreaming_subprocess_header.javajet
main/plugins/org.talend.designer.codegen/resources/routelet.skeleton
.DS_Store

View File

@@ -4,4 +4,7 @@ Huge thanks to these people who contributed in making Talend product better:
- [jlolling](https://github.com/jlolling) (Jan -and Miss- Lolling)
- [kirkalicious](https://github.com/kirkalicious) (Kirk Tarou)
- [mrizzato](https://github.com/mrizzato) (Massimiliano Rizzato)
- [brazabr](https://github.com/brazabr) (Thiago Benvenuto)
- [overpackaging](https://github.com/overpackaging) (Steeve Dreux)
- [brazabr](https://github.com/brazabr) (Thiago Benvenuto)
- [phoflack](https://jira.talendforge.org/secure/ViewProfile.jspa?name=phoflack) (Philip Hoflack)
- [bgunics-talend](https://github.com/bgunics-talend) (Balasz Gunics)

View File

@@ -17,7 +17,7 @@ All Talend Studio repositories follow the same file structure:
|_ main Main Eclipse plugins and features
|_ features
|_ plugins
|_ test Eclipse plugins and features for unit tests.
|_ test Eclipse plugins and features for unit tests.
|_ features
|_ plugins
|_ i18n Internationalization plugins and features.
@@ -36,7 +36,7 @@ Documentation is available on [Talend Help Center](http://help.talend.com/).
## Support
## Support
You can ask for help on our [Forum](http://www.talend.com/services/global-technical-support).
@@ -55,6 +55,6 @@ See the [CONTRIBUTORS.md](./CONTRIBUTORS.md) file for details.
## License
Copyright (c) 2006-2016 Talend
Copyright (c) 2006-2021 Talend
Licensed under the Apache V2 License

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.abstractmap.nl
Bundle-Version: 7.0.1.qualifier
Bundle-Version: 7.4.1.qualifier
Fragment-Host: org.talend.designer.abstractmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.4.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.abstractmap.nl</artifactId>

View File

@@ -3,4 +3,4 @@ prefs.configuration.title=Map Komponenten Einstellungen:
prefs.configuration.LINK_STYLE.LINE=Linien (schnell)
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Kurven
prefs.configuration.LINK_STYLE=Standard Mapping-Verbindungen anzeigen als:
DraggingInfosPopup.draggingEntries=Dragging {0} Eintr<EFBFBD>ge.
DraggingInfosPopup.draggingEntries=Dragging {0} Eintr\u00E4ge.

View File

@@ -1,6 +0,0 @@
prefs.configuration.LINK_STYLE.AUTO=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1
prefs.configuration.title=\u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03B9\u03C2 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03C7\u03AC\u03C1\u03C4\u03B7 :
prefs.configuration.LINK_STYLE.LINE=\u0393\u03C1\u03B1\u03BC\u03BC\u03AD\u03C2 (\u03B3\u03C1\u03AE\u03B3\u03BF\u03C1\u03B1)
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u039A\u03B1\u03BC\u03C0\u03CD\u03BB\u03B5\u03C2
prefs.configuration.LINK_STYLE=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03C7\u03B1\u03C1\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B9\u03BA\u03CE\u03BD \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03C9\u03BD \u03C9\u03C2:
DraggingInfosPopup.draggingEntries=\u03A3\u03CD\u03C1\u03BF\u03BD\u03C4\u03B1\u03C2 {0} \u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2.

View File

@@ -1,19 +1,19 @@
prefs.configuration.LINK_STYLE.AUTO=Auto
prefs.configuration.title=Pr<EFBFBD>f<EFBFBD>rences des composants de mapping\:
prefs.configuration.title=Pr\u00E9f\u00E9rences des composants de mapping\:
prefs.configuration.LINK_STYLE.LINE=Lignes (rapide)
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Courbes
prefs.configuration.LINK_STYLE=Affichage par d<EFBFBD>faut du lien de mapping \:
DraggingInfosPopup.draggingEntry=Glissement de {0} entr<EFBFBD>e.
DraggingInfosPopup.dropInvalid=\n<< D<EFBFBD>poser invalide >>\n
DraggingInfosPopup.draggingEntries=Glissement de {0} entr<EFBFBD>es.
DraggingInfosPopup.overwriteMode=\ > Mode <EFBFBD>crasement
DraggingInfosPopup.appendMode=\ > Mode <EFBFBD>crire apr<EFBFBD>s
DraggingInfosPopup.appendModeToOverwrite=> Mode <EFBFBD>criture <EFBFBD> la suite (Ctrl pour <EFBFBD>craser)
DraggingInfosPopup.insertAllSelectedEntries=\ > Ins<EFBFBD>rer toutes les entr<EFBFBD>es s<>lectionn<EFBFBD>es
DraggingInfosPopup.insertRemainingEntries=\ > Ins<EFBFBD>rer les entr<EFBFBD>es restantes
prefs.configuration.LINK_STYLE=Affichage par d\u00E9faut du lien de mapping \:
DraggingInfosPopup.draggingEntry=Glissement de {0} entr\u00E9e.
DraggingInfosPopup.dropInvalid=\n<< D\u00E9poser invalide >>\n
DraggingInfosPopup.draggingEntries=Glissement de {0} entr\u00E9es.
DraggingInfosPopup.overwriteMode=\ > Mode \u00E9crasement
DraggingInfosPopup.appendMode=\ > Mode \u00E9crire apr\u00E8s
DraggingInfosPopup.appendModeToOverwrite=> Mode \u00E9criture \u00E0 la suite (Ctrl pour \u00E9craser)
DraggingInfosPopup.insertAllSelectedEntries=\ > Ins\u00E9rer toutes les entr\u00E9es s\u00E9lectionn\u00E9es
DraggingInfosPopup.insertRemainingEntries=\ > Ins\u00E9rer les entr\u00E9es restantes
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> Chaque expression source vers chaque expression cible
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> Chaque expression source vers chaque expression cible
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> Toutes les expressions source vers une seule expression cible (Maj pour modifier le mapping)
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=> Toutes les expressions source vers une seule expression cible
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> Toutes les entr<EFBFBD>es source vers une seule expression cible (Maj pour modifier le mapping)
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> Toutes les entr<EFBFBD>es source vers une seule expression cible
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> Toutes les entr\u00E9es source vers une seule expression cible (Maj pour modifier le mapping)
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> Toutes les entr\u00E9es source vers une seule expression cible

View File

@@ -1,3 +0,0 @@
prefs.configuration.LINK_STYLE.AUTO=Automatisch
prefs.configuration.LINK_STYLE.LINE=Lijnen (snel)
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Rondingen

View File

@@ -1,13 +1,19 @@
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
prefs.configuration.title=\u8fd0\u884c\u6b65\u9aa4\u914d\u7f6e
prefs.configuration.LINK_STYLE=\u9ED8\u8BA4\u94FE\u63A5\u663E\u793A\u4E3A\uFF1A
prefs.configuration.title=\u6620\u5C04\u7EC4\u4EF6\u9996\u9009\u9879:
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7EBF (\u5FEB)
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7EBF
prefs.configuration.LINK_STYLE=\u9ED8\u8BA4\u6620\u5C04\u8FDE\u63A5\u663E\u793A\u4E3A:
DraggingInfosPopup.draggingEntry=\u62D6\u52A8 {0} \u6761\u76EE
DraggingInfosPopup.draggingEntries=\u62D6\u52A8 {0} \u6761\u76EE
DraggingInfosPopup.overwriteMode=\ > \u8986\u76D6\u6A21\u5F0F
DraggingInfosPopup.appendMode=>\u9644\u52A0\u6A21\u5F0F
DraggingInfosPopup.appendModeToOverwrite=\u9644\u52A0\u6A21\u5F0F(\u6309Ctrl\u952E\u7528\u6765\u8986\u76D6)
DraggingInfosPopup.insertAllSelectedEntries=> \u63D2\u5165\u6240\u6709\u9009\u62E9\u9879
DraggingInfosPopup.insertRemainingEntries=\ > \u63D2\u5165\u5269\u4F59\u9879
DraggingInfosPopup.dropInvalid=\\n<< \u65E0\u6548\u653E\u7F6E >>\\n
DraggingInfosPopup.draggingEntries=\u62D6\u52A8 {0} \u4E2A\u6761\u76EE\u3002
DraggingInfosPopup.dropInvalidWithKey=\\n<<\u65E0\u6548\u653E\u7F6E>>\\n\u6309\u4F4F Shift \u548C Ctrl \u952E\u4EE5\u8FDB\u884C\u4E00\u5BF9\u4E00\u6620\u5C04\u5E76\u6539\u5199
DraggingInfosPopup.overwriteMode=\\ > \u6539\u5199\u6A21\u5F0F
DraggingInfosPopup.appendMode=\\ > \u8FFD\u52A0\u6A21\u5F0F
DraggingInfosPopup.appendModeToOverwrite=\\ > \u8FFD\u52A0\u6A21\u5F0F (Ctrl \u952E\u6765\u6539\u5199)
DraggingInfosPopup.insertAllSelectedEntries=\\ > \u63D2\u5165\u6240\u6709\u9009\u5B9A\u6761\u76EE
DraggingInfosPopup.insertRemainingEntries=\\ > \u63D2\u5165\u5269\u4F59\u6761\u76EE
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> \u6BCF\u4E2A\u6E90\u6761\u76EE\u8868\u8FBE\u5F0F\u5230\u6BCF\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> \u6BCF\u4E2A\u6E90\u6761\u76EE\u5230\u6BCF\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift\u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=>\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u5230\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift \u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.alfrescooutput.nl
Bundle-Version: 7.0.1.qualifier
Bundle-Version: 7.4.1.qualifier
Fragment-Host: org.talend.designer.alfrescooutput

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.4.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.alfrescooutput.nl</artifactId>

View File

@@ -1,13 +0,0 @@
AlfrescoModelDialog.modelTable.title=\u0639\u0646\u0648\u0627\u0646
AlfrescoModelDialog.availableAspects=\u0627\u0644\u062C\u0648\u0627\u0646\u0628 \u0627\u0644\u0645\u062A\u0627\u062D\u0629
AlfrescoModelDialog.missingAspectDefinitions.title=\u062A\u0639\u0631\u064A\u0641\u0627\u062A \u0627\u0644\u062C\u0648\u0627\u0646\u0628 \u0645\u0641\u0642\u0648\u062F\u0629
AlfrescoOutputManager.schemaError.title=\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u0645\u062E\u0637\u0637
AlfrescoModelDialog.missingTypeDefinitions.title=\u0645\u0639\u0631\u0641\u0627\u062A \u0646\u0648\u0639 \u0645\u0641\u0642\u0648\u062F\u0629
AlfrescoModelDialog.add=\u0625\u0636\u0627\u0641\u0629...
AlfrescoModelDialog.aspects=\u0627\u0644\u062C\u0648\u0627\u0646\u0628
AlfrescoOutputManager.schemaError.msg=\u064A\u0631\u062C\u0631\u0649 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062E\u0637\u0637 \u0623\u0648\u0644\u0627
AlfrescoOutputModelManager.alreadyAdded=\u0647\u0630\u0627 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0645\u0636\u0627\u0641 \u0645\u0633\u0628\u0642\u0627
AlfrescoModelDialog.removeModelFailed=\u0641\u0634\u0644 \u0625\u0632\u0627\u0644\u0629 \u0646\u0645\u0648\u0630\u062C
AlfrescoModelDialog.type=\u0646\u0648\u0639
AlfrescoModelDialog.addModelFailed=\u0641\u0634\u0644 \u0625\u0636\u0627\u0641\u0629 \u0646\u0645\u0648\u0630\u062C
AlfrescoModelDialog.modelTable.name=\u0627\u0644\u0627\u0633\u0645

View File

@@ -1,18 +1,18 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=Die gew<EFBFBD>hlten Aspekte beziehen sich auf unbekannte Alfresco-Aspekte: ${0}. Bitte bestimmen Sie die Alfresco-Modelldateien, die diese definieren.
AlfrescoModelDialog.missingAspectDefinitions.msg=Die gew\u00E4hlten Aspekte beziehen sich auf unbekannte Alfresco-Aspekte: ${0}. Bitte bestimmen Sie die Alfresco-Modelldateien, die diese definieren.
AlfrescoModelDialog.modelTable.title=Titel
AlfrescoModelDialog.availableAspects=Verf<EFBFBD>gbare Aspekte
AlfrescoModelDialog.availableAspects=Verf\u00FCgbare Aspekte
AlfrescoModelDialog.missingAspectDefinitions.title=Fehlende Aspektdefinitionen
AlfrescoOutputManager.schemaError.title=Fehler in Schema
AlfrescoModelDialog.missingTypeDefinitions.title=Fehlende Typdefinitionen
AlfrescoModelDialog.add=Hinzuf<EFBFBD>gen...
AlfrescoModelDialog.add=Hinzuf\u00FCgen...
AlfrescoOutputModelManager.errorReadingModel=Fehler beim Lesen der Alfresco-Modell-Datei
AlfrescoModelDialog.aspects=Aspekte
AlfrescoOutputManager.schemaError.msg=Bitte erst das Schema synchronisieren
AlfrescoOutputModelManager.alreadyAdded=Dieses Modell wurde bereits hinzugef<EFBFBD>gt
AlfrescoOutputModelManager.alreadyAdded=Dieses Modell wurde bereits hinzugef\u00FCgt
AlfrescoModelDialog.removeModelFailed=Entfernen des Models fehlgeschlagen
AlfrescoOutputModelManager.prefixConflict=Kann das Modell nicht hinzuf<EFBFBD>gen, da Prefix-Konflikt mit zuvor hinzugef<EFBFBD>gtem Modell f<EFBFBD>r
AlfrescoOutputModelManager.notYetAdded=Dieses Modell wurde noch nicht hinzugef<EFBFBD>gt.
AlfrescoOutputModelManager.prefixConflict=Kann das Modell nicht hinzuf\u00FCgen, da Prefix-Konflikt mit zuvor hinzugef\u00FCgtem Modell f\u00FCr
AlfrescoOutputModelManager.notYetAdded=Dieses Modell wurde noch nicht hinzugef\u00FCgt.
AlfrescoModelDialog.type=Typ
AlfrescoModelDialog.addModelFailed=Modell hinzuf<EFBFBD>gen fehlgeschlagen
AlfrescoModelDialog.addModelFailed=Modell hinzuf\u00FCgen fehlgeschlagen
AlfrescoModelDialog.modelTable.name=Name
AlfrescoModelDialog.remove=Entfernen

View File

@@ -1,20 +0,0 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=\u039F\u03B9 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C0\u03C4\u03C5\u03C7\u03AD\u03C2 \u03B1\u03BD\u03B1\u03C6\u03AD\u03C1\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03AC\u03B3\u03BD\u03C9\u03C3\u03C4\u03B5\u03C2 \u03C0\u03C4\u03C5\u03C7\u03AD\u03C2 Alfresco: ${0}.\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03B1\u03C1\u03AD\u03C7\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 alfresco \u03C0\u03BF\u03C5 \u03C4\u03B9\u03C2 \u03BF\u03C1\u03AF\u03B6\u03BF\u03C5\u03BD.
AlfrescoModelDialog.modelTable.title=\u03A4\u03AF\u03C4\u03BB\u03BF\u03C2
AlfrescoModelDialog.availableAspects=\u0394\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B5\u03C2 \u03A0\u03C4\u03C5\u03C7\u03AD\u03C2
AlfrescoModelDialog.missingAspectDefinitions.title=\u03A7\u03B1\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BF\u03C1\u03B9\u03C3\u03BC\u03BF\u03AF \u03C0\u03C4\u03C5\u03C7\u03CE\u03BD
AlfrescoOutputManager.schemaError.title=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03C3\u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1
AlfrescoModelDialog.missingTypeDefinitions.msg=\u039F\u03B9 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C0\u03C4\u03C5\u03C7\u03AD\u03C2 \u03B1\u03BD\u03B1\u03C6\u03AD\u03C1\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03AC\u03B3\u03BD\u03C9\u03C3\u03C4\u03B5\u03C2 \u03C0\u03C4\u03C5\u03C7\u03AD\u03C2 \u03AE \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03B1 Alfresco: ${0}.\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03B1\u03C1\u03AD\u03C7\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 alfresco \u03C0\u03BF\u03C5 \u03C4\u03B9\u03C2 \u03BF\u03C1\u03AF\u03B6\u03BF\u03C5\u03BD.
AlfrescoModelDialog.missingTypeDefinitions.title=\u03A7\u03B1\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BF\u03C1\u03B9\u03C3\u03BC\u03BF\u03AF \u03C4\u03CD\u03C0\u03C9\u03BD
AlfrescoModelDialog.add=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7
AlfrescoOutputModelManager.errorReadingModel=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 Alfresco \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
AlfrescoModelDialog.aspects=\u03A0\u03C4\u03C5\u03C7\u03AD\u03C2
AlfrescoOutputManager.schemaError.msg=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C3\u03C5\u03B3\u03C7\u03C1\u03BF\u03BD\u03AF\u03C3\u03C4\u03B5 \u03C0\u03C1\u03CE\u03C4\u03B1 \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1
AlfrescoOutputModelManager.alreadyAdded=\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF \u03AD\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7 \u03C0\u03C1\u03BF\u03C3\u03C4\u03B5\u03B8\u03B5\u03AF
AlfrescoModelDialog.removeModelFailed=\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03B1\u03C0\u03BF\u03BC\u03AC\u03BA\u03C1\u03C5\u03BD\u03C3\u03B7\u03C2 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
AlfrescoOutputModelManager.prefixConflict=\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7\u03C2 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5, \u03C3\u03CD\u03B3\u03BA\u03C1\u03BF\u03C5\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B8\u03AD\u03BC\u03B1\u03C4\u03BF\u03C2 \u03BC\u03B5 \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B9\u03B8\u03AD\u03BC\u03B5\u03BD\u03BF \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF \u03B3\u03B9\u03B1
AlfrescoOutputModelManager.notYetAdded=\u03A4\u03BF \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF \u03B1\u03C5\u03C4\u03CC \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03C0\u03C1\u03BF\u03C3\u03C4\u03B5\u03B8\u03B5\u03AF \u03B1\u03BA\u03CC\u03BC\u03B1
AlfrescoModelDialog.type=\u03A4\u03CD\u03C0\u03BF\u03C2
AlfrescoModelDialog.addModelFailed=\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C3\u03C4\u03B7\u03BD \u03C0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
AlfrescoModelDialog.modelTable.name=\u038C\u03BD\u03BF\u03BC\u03B1
AlfrescoModelDialog.remove=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
AlfrescoOutputManager.failedLoadModel=\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 \u03B1\u03C0\u03CC \u03BC\u03B5\u03C4\u03B1\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5, \u03B5\u03C0\u03B1\u03BD\u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7

View File

@@ -1,5 +1,5 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=Los aspectos seleccionados hacen referencia a aspecto(s) Alfresco desconocido(s): ${0}. Por favor, suministre los ficheros de modelos Alfresco que los definan.
AlfrescoModelDialog.modelTable.title=T<EFBFBD>tulo
AlfrescoModelDialog.modelTable.title=T\u00EDtulo
AlfrescoModelDialog.availableAspects=Aspectos Disponibles
AlfrescoModelDialog.missingAspectDefinitions.title=Definiciones de aspectos no encontrada
AlfrescoOutputManager.schemaError.title=Error en el esquema

View File

@@ -1,20 +1,20 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=Les aspects s<EFBFBD>lectionn<EFBFBD>s se r<>f<EFBFBD>rent <20> des aspects Alfresco inconnus : ${0}.\nVeuillez fournir les mod<EFBFBD>les Alfresco qui les d<EFBFBD>finissent.
AlfrescoModelDialog.missingAspectDefinitions.msg=Les aspects s\u00E9lectionn\u00E9s se r\u00E9f\u00E8rent \u00E0 des aspects Alfresco inconnus : ${0}.\nVeuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
AlfrescoModelDialog.modelTable.title=Titre
AlfrescoModelDialog.availableAspects=Aspects disponibles
AlfrescoModelDialog.missingAspectDefinitions.title=D<EFBFBD>finitions d'aspects manquantes
AlfrescoOutputManager.schemaError.title=Erreur dans le sch<EFBFBD>ma
AlfrescoModelDialog.missingTypeDefinitions.msg=Le type s<EFBFBD>lectionn<EFBFBD> se r<>f<EFBFBD>re <20> des aspects ou types Alfresco inconnus : ${0}. Veuillez fournir les mod<EFBFBD>les Alfresco qui les d<EFBFBD>finissent.
AlfrescoModelDialog.missingTypeDefinitions.title=D<EFBFBD>finitions de type manquantes
AlfrescoModelDialog.missingAspectDefinitions.title=D\u00E9finitions d'aspects manquantes
AlfrescoOutputManager.schemaError.title=Erreur dans le sch\u00E9ma
AlfrescoModelDialog.missingTypeDefinitions.msg=Le type s\u00E9lectionn\u00E9 se r\u00E9f\u00E8re \u00E0 des aspects ou types Alfresco inconnus : ${0}. Veuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
AlfrescoModelDialog.missingTypeDefinitions.title=D\u00E9finitions de type manquantes
AlfrescoModelDialog.add=Ajouter...
AlfrescoOutputModelManager.errorReadingModel=Erreur de lecture du fichier mod<EFBFBD>le Alfresco
AlfrescoOutputModelManager.errorReadingModel=Erreur de lecture du fichier mod\u00E8le Alfresco
AlfrescoModelDialog.aspects=Aspects
AlfrescoOutputManager.schemaError.msg=Veuillez synchroniser le sch<EFBFBD>ma d'abord
AlfrescoOutputModelManager.alreadyAdded=Ce mod<EFBFBD>le a d<>j<EFBFBD> <20>t<EFBFBD> ajout<75>
AlfrescoModelDialog.removeModelFailed=Echec de la suppression du mod<EFBFBD>le
AlfrescoOutputModelManager.prefixConflict=Impossible d'ajouter le mod<EFBFBD>le, pr<70>fixe en conflit avec le mod<EFBFBD>le ajout<EFBFBD> pr<70>c<EFBFBD>demment pour
AlfrescoOutputModelManager.notYetAdded=Ce mod<EFBFBD>le n'a pas encore <EFBFBD>t<EFBFBD> ajout<75>
AlfrescoOutputManager.schemaError.msg=Veuillez synchroniser le sch\u00E9ma d'abord
AlfrescoOutputModelManager.alreadyAdded=Ce mod\u00E8le a d\u00E9j\u00E0 \u00E9t\u00E9 ajout\u00E9
AlfrescoModelDialog.removeModelFailed=Echec de la suppression du mod\u00E8le
AlfrescoOutputModelManager.prefixConflict=Impossible d'ajouter le mod\u00E8le, pr\u00E9fixe en conflit avec le mod\u00E8le ajout\u00E9 pr\u00E9c\u00E9demment pour
AlfrescoOutputModelManager.notYetAdded=Ce mod\u00E8le n'a pas encore \u00E9t\u00E9 ajout\u00E9
AlfrescoModelDialog.type=Type
AlfrescoModelDialog.addModelFailed=Echec de l'ajout du mod<EFBFBD>le
AlfrescoModelDialog.addModelFailed=Echec de l'ajout du mod\u00E8le
AlfrescoModelDialog.modelTable.name=Nom
AlfrescoModelDialog.remove=Supprimer
AlfrescoOutputManager.failedLoadModel=<EFBFBD>chec du chargement du mod<EFBFBD>le depuis les m<EFBFBD>tadonn<EFBFBD>es du composant, r<EFBFBD>initialisation.
AlfrescoOutputManager.failedLoadModel=\u00C9chec du chargement du mod\u00E8le depuis les m\u00E9tadonn\u00E9es du composant, r\u00E9initialisation.

View File

@@ -1,14 +0,0 @@
AlfrescoModelDialog.modelTable.title=Naslov
AlfrescoOutputManager.schemaError.title=Gre\u0161ka u schemi
AlfrescoModelDialog.missingTypeDefinitions.title=Nedostaju definicije tipa
AlfrescoModelDialog.add=Dodaj...
AlfrescoOutputModelManager.errorReadingModel=Gre\u0161ka prilikom \u010Ditanja datoteke s Alfresco modelom
AlfrescoOutputManager.schemaError.msg=Najprije sinkronizirajte schemu, molim
AlfrescoOutputModelManager.alreadyAdded=Taj model je ve\u0107 dodan
AlfrescoModelDialog.removeModelFailed=Ne mogu ukloniti model
AlfrescoOutputModelManager.prefixConflict=Ne mogu dodati model, prefix je u konfliktu sa prethodno dodanim modelom za
AlfrescoOutputModelManager.notYetAdded=Taj model jo\u0161 nije dodan
AlfrescoModelDialog.addModelFailed=Dodavanje modela nije uspjelo
AlfrescoModelDialog.modelTable.name=Ime
AlfrescoModelDialog.remove=Ukloni
AlfrescoOutputManager.failedLoadModel=U\u010Ditavanje modela iz metapodataka komponente nije uspjelo, reinicijaliziram

View File

@@ -9,10 +9,10 @@ AlfrescoModelDialog.add=Aggiungere...
AlfrescoOutputModelManager.errorReadingModel=Errore leggendo il modello Alfresco
AlfrescoModelDialog.aspects=Aspetti
AlfrescoOutputManager.schemaError.msg=Si prega di sincronizzare inizialemente lo schema
AlfrescoOutputModelManager.alreadyAdded=Questo modello <EFBFBD> gi<67> stato aggiunto
AlfrescoOutputModelManager.alreadyAdded=Questo modello \u00E8 gi\u00E0 stato aggiunto
AlfrescoModelDialog.removeModelFailed=Impossibile rimuovere modello
AlfrescoOutputModelManager.prefixConflict=Impossibile aggiungere il modello, in conflitto con un prefisso precedentemente aggiunto
AlfrescoOutputModelManager.notYetAdded=Modello non ancora agg<EFBFBD>unto
AlfrescoOutputModelManager.notYetAdded=Modello non ancora agg\u00EEunto
AlfrescoModelDialog.type=Tipo
AlfrescoModelDialog.addModelFailed=Impossibile aggiungere il modello
AlfrescoModelDialog.modelTable.name=Nome

View File

@@ -1,5 +0,0 @@
AlfrescoModelDialog.modelTable.title=\uC81C\uBAA9
AlfrescoOutputManager.schemaError.title=\uC2A4\uD0A4\uB9C8 \uC624\uB958
AlfrescoOutputModelManager.alreadyAdded=\uC774 \uBAA8\uB378\uC740 \uC774\uBBF8 \uCD94\uAC00\uB418\uC5C8\uC2B5\uB2C8\uB2E4
AlfrescoOutputModelManager.notYetAdded=\uC774 \uBAA8\uB378\uC740 \uC544\uC9C1 \uCD94\uAC00\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4
AlfrescoModelDialog.modelTable.name=\uC774\uB984

View File

@@ -1,5 +0,0 @@
AlfrescoModelDialog.modelTable.title=Titel
AlfrescoOutputManager.schemaError.title=Fout in schema
AlfrescoModelDialog.add=Toevoegen
AlfrescoModelDialog.removeModelFailed=Fout bij verwijderen model
AlfrescoModelDialog.modelTable.name=Naam

View File

@@ -1,20 +0,0 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=Wybrane aspekty odwo\u0142uj\u0105 si\u0119 do nieznanych aspekt<6B>w Alfresco: ${0}. Podaj pliki modelu Alfresco, w kt<6B>ych s\u0105 zdefiniowane.
AlfrescoModelDialog.modelTable.title=Tytu\u0142
AlfrescoModelDialog.availableAspects=Dost\u0119pne aspekty
AlfrescoModelDialog.missingAspectDefinitions.title=Brakuj\u0105ce definicje aspekt<6B>w
AlfrescoOutputManager.schemaError.title=B\u0142\u0105d w schemacie
AlfrescoModelDialog.missingTypeDefinitions.msg=Wybrane typy odwo\u0142uj\u0105 si\u0119 do nieznanych typ<79>w lub aspekt<6B>w Alfresco: ${0}. Podaj pliki modelu Alfresco, w kt<6B>ych s\u0105 zdefiniowane.
AlfrescoModelDialog.missingTypeDefinitions.title=Brakuj\u0105ce definicje typ<79>w
AlfrescoModelDialog.add=Dodaj...
AlfrescoOutputModelManager.errorReadingModel=B\u0142\u0105d podczas odczytu pliku modelu Alfresco
AlfrescoModelDialog.aspects=Aspekty
AlfrescoOutputManager.schemaError.msg=Najpierw zsynchronizuj schematy
AlfrescoOutputModelManager.alreadyAdded=Ten model zosta\u0142 ju\u017C dodany
AlfrescoModelDialog.removeModelFailed=Niepowodzenie przy usuwaniu modelu
AlfrescoOutputModelManager.prefixConflict=Nie mo\u017Cna doda\u0107 modelu, prefix jest w konflikcie z poprzednio dodanym modelem dla
AlfrescoOutputModelManager.notYetAdded=Ten model nie zosta\u0142 jeszcze dodany
AlfrescoModelDialog.type=Typ
AlfrescoModelDialog.addModelFailed=Niepowodzenie przy dodawaniu modelu
AlfrescoModelDialog.modelTable.name=Nazwa
AlfrescoModelDialog.remove=Usu\u0144
AlfrescoOutputManager.failedLoadModel=\u0141adowanie modelu z komponentu metadanych zako\u0144czone niepowodzeniem, ponowna pr<70>ba

View File

@@ -1,18 +0,0 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=Os aspectos escolhidos referem-se a aspecto(s) Alfresco desconhecido(s): $ {0}. Forne<6E>a os arquivos do modelo alfresco que os define.
AlfrescoModelDialog.modelTable.title=T<EFBFBD>tulo
AlfrescoModelDialog.availableAspects=Aspectos Disponiveis
AlfrescoOutputManager.schemaError.title=Erro no esquema
AlfrescoModelDialog.missingTypeDefinitions.msg=O tipo escolhido refere-se ao tipo (s) ou elemento (s) Alfresco desconhecido : $ (0). Forne<6E>a o arquivos do modelo alfresco que os define.
AlfrescoModelDialog.missingTypeDefinitions.title=Defini<EFBFBD><EFBFBD>es de tipos faltando
AlfrescoModelDialog.add=Adicionar...
AlfrescoOutputModelManager.errorReadingModel=Erro lendo arquivo do modelo Alfresco
AlfrescoModelDialog.aspects=Aspectos
AlfrescoOutputManager.schemaError.msg=Sincronize o esquema primeiro
AlfrescoOutputModelManager.alreadyAdded=Este modelo j<> foi adicionado
AlfrescoModelDialog.removeModelFailed=Falha ao remover modelo
AlfrescoOutputModelManager.prefixConflict=N<EFBFBD>o <20> poss<73>vel adicionar o modelo. O prefixo est<73> em conflito com um modelo adicionado previamente para
AlfrescoOutputModelManager.notYetAdded=Este modelo aind n<>o foi adicionado
AlfrescoModelDialog.addModelFailed=Falha ao adicionar modelo
AlfrescoModelDialog.modelTable.name=Nome
AlfrescoModelDialog.remove=Remover
AlfrescoOutputManager.failedLoadModel=Falha ao carregar modelo do metadado do componente, reinicializando

View File

@@ -1,3 +0,0 @@
AlfrescoModelDialog.type=Tip
AlfrescoModelDialog.modelTable.name=Nume
AlfrescoModelDialog.remove=Sterge

View File

@@ -0,0 +1,10 @@
AlfrescoModelDialog.availableAspects=Dostupn\u00E9 Aspekty
AlfrescoOutputManager.schemaError.title=Chyba v sch\u00E9me
AlfrescoModelDialog.add=Prida\u0165...
AlfrescoModelDialog.aspects=Aspekty
AlfrescoOutputModelManager.alreadyAdded=Tento model u\u017E bol pridan\u00FD
AlfrescoOutputModelManager.notYetAdded=Tento model e\u0161te nebol pridan\u00FD
AlfrescoModelDialog.type=Typ
AlfrescoModelDialog.addModelFailed=Zlyhalo pridanie modelu
AlfrescoModelDialog.modelTable.name=Meno
AlfrescoModelDialog.remove=Odstr\u00E1ni\u0165

View File

@@ -1,4 +0,0 @@
AlfrescoModelDialog.modelTable.title=Ba\u015Fl\u0131k
AlfrescoModelDialog.add=Ekle...
AlfrescoModelDialog.type=Tip
AlfrescoModelDialog.modelTable.name=Ad\u0131

View File

@@ -2,19 +2,19 @@ AlfrescoModelDialog.missingAspectDefinitions.msg=\u6240\u9009\u62E9\u7684\u65B9\
AlfrescoModelDialog.modelTable.title=\u6807\u9898
AlfrescoModelDialog.availableAspects=\u53EF\u7528\u56E0\u7D20
AlfrescoModelDialog.missingAspectDefinitions.title=\u7F3A\u7701\u65B9\u9762\u5B9A\u4E49
AlfrescoOutputManager.schemaError.title=schema\u9519\u8BEF
AlfrescoOutputManager.schemaError.title=Schema \u9519\u8BEF
AlfrescoModelDialog.missingTypeDefinitions.msg=\u6240\u9009\u62E9\u7684\u7C7B\u578B\u6D89\u53CA\u672A\u77E5\u7684Alfresco\u7C7B\u578B\u6216\u65B9\u9762: ${0}.\uFF0C\u8BF7\u63D0\u4F9Balfresco \u6A21\u578B\u6587\u4EF6\u5B9A\u4E49\u4ED6\u4EEC.
AlfrescoModelDialog.missingTypeDefinitions.title=\u7F3A\u7701\u7C7B\u578B\u5B9A\u4E49
AlfrescoModelDialog.add=\u6DFB\u52A0...
AlfrescoOutputModelManager.errorReadingModel=\u8BFB\u53D6Alfresco\u7684\u6A21\u578B\u6587\u4EF6\u9519\u8BEF
AlfrescoModelDialog.aspects=\u65B9\u9762
AlfrescoOutputManager.schemaError.msg=\u8BF7\u5148\u540C\u6B65schema
AlfrescoOutputManager.schemaError.msg=\u8BF7\u5148\u540C\u6B65 schema
AlfrescoOutputModelManager.alreadyAdded=\u8BE5\u6A21\u578B\u5DF2\u6DFB\u52A0
AlfrescoModelDialog.removeModelFailed=\u79FB\u9664\u6A21\u578B\u5931\u8D25
AlfrescoOutputModelManager.prefixConflict=\u65E0\u6CD5\u6DFB\u52A0\u6A21\u578B\uFF0C\u524D\u7F00\u4E0E\u4EE5\u524D\u6DFB\u52A0\u6A21\u578B\u51B2\u7A81
AlfrescoOutputModelManager.notYetAdded=\u8BE5\u6A21\u578B\u5C1A\u672A\u6DFB\u52A0
AlfrescoModelDialog.type=\u7C7B\u578B
AlfrescoModelDialog.addModelFailed=\u6DFB\u52A0\u6A21\u578B\u5931\u8D25
AlfrescoModelDialog.modelTable.name=\u8fde\u63a5\u540d
AlfrescoModelDialog.remove=\u5220\u9664
AlfrescoModelDialog.modelTable.name=\u540D\u79F0
AlfrescoModelDialog.remove=\u79FB\u9664
AlfrescoOutputManager.failedLoadModel=\u65E0\u6CD5\u52A0\u8F7D\u7684\u7EC4\u4EF6\u5143\u6570\u636E\u6A21\u578B, \u91CD\u65B0\u521D\u59CB\u5316

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.business.diagram.nl
Bundle-Version: 7.0.1.qualifier
Bundle-Version: 7.4.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.business.diagram
Bundle-Localization: plugin

View File

@@ -1,3 +0,0 @@
providerName=.Talend SA.
pluginName=\u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03C3\u03B9\u03B1\u03BA\u03CC \u03A0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C4\u03BF
repository.businessProcess=\u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03AC \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03B1

View File

@@ -1,3 +1,3 @@
providerName=.Talend SA.
pluginName=Plug-in m<EFBFBD>tier
pluginName=Plug-in m\u00E9tier
repository.businessProcess=Business Models

View File

@@ -1,2 +1,3 @@
providerName=.Talend SA.
pluginName=\u7EC4\u4EF6\u6A21\u5757
repository.businessProcess=\u4E1A\u52A1\u6A21\u578B

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.4.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.diagram.nl</artifactId>

View File

@@ -1,56 +0,0 @@
BusinessInitDiagramFileAction.DiagramFile=\u0645\u0644\u0641 \u0627\u0644\u0645\u062E\u0637\u0637
BusinessAbstractParser.ValueOfLongIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0637\u0648\u064A\u0644
BusinessAbstractParser.ValueOfFloatIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0639\u0634\u0631\u064A
BusinessPaletteFactory.DataComment=\u0625\u0646\u0634\u0627\u0621 \u0628\u064A\u0627\u0646\u0627\u062A \u062C\u062F\u064A\u062F\u0629
BusinessCreationWizardPage.CreatenewBusinessDiagram=\u0625\u0646\u0634\u0627\u0621 \u0645\u062E\u0637\u0637 \u0623\u0639\u0645\u0627\u0644 \u062C\u062F\u064A\u062F
BusinessAbstractParser.StringIntegerConvertError=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0648\u064A\u0644 \u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064A\u0629
BusinessAbstractParser.StringLongConverError=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0648\u064A\u0644 \u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629 \u0637\u0648\u064A\u0644\u0629
AssignmentPropertySection.DeleteAssignment=\u062D\u0630\u0641 \u062A\u0643\u0644\u064A\u0641
AssignmentPropertySection.Type=\u0646\u0648\u0639
BusinessPaletteFactory.BidirectionalRelationShip=\u0639\u0644\u0627\u0642\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0627\u062A\u062C\u0627\u0647
BusinessPaletteFactory.CreateDirectionalRelationShip=\u0625\u0646\u0634\u0627\u0621 \u0639\u0644\u0627\u0642\u0629 \u0627\u062A\u062C\u0627\u0647 \u062C\u062F\u064A\u062F\u0629
BusinessPaletteFactory.CreateBidirectionalRelationShip=\u0625\u0646\u0634\u0627\u0621 \u0639\u0644\u0627\u0642\u0629 \u062C\u062F\u064A\u062F\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0627\u062A\u062C\u0627\u0647
AssignmentPropertySection.Name=\u0627\u0644\u0627\u0633\u0645
BusinessNewDiagramFileWizard.DiagramRootElement=\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062C\u0630\u0631\u064A
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=\u0644\u0645 \u064A\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 \u0639\u0646\u0635\u0631 \u062C\u0630\u0631\u064A \u0644\u0644\u0645\u062E\u0637\u0637
BusinessAbstractParser.ValueOfTypeByteIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0628\u0627\u064A\u062A
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u062D\u0631\u0641
BusinessPaletteFactory.ActionComment=\u0625\u0646\u0634\u0627\u0621 \u0639\u0645\u0644 \u062C\u062F\u064A\u062F
BusinessAbstractParser.ValueOfTypeStringIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0646\u0635
BusinessInitDiagramFileAction.Error=\u062E\u0637\u0623
BusinessNewDiagramFileWizard.SelectRootElement=\u0627\u062E\u062A\u0631 \u0639\u0646\u0635\u0631 \u062C\u0630\u0631\u064A \u0644\u0644\u0645\u062E\u0637\u0637
BusinessPaletteFactory.TerminalComment=\u0625\u0646\u0634\u0627\u0621 \u0645\u062D\u0637\u0629 \u062C\u062F\u064A\u062F\u0629
BusinessAbstractParser.ValueOfShortIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0642\u0635\u064A\u0631
BusinessPaletteFactory.DatabaseComment=\u0625\u0646\u0634\u0627\u0621 \u0642\u0627\u0639\u062F\u0629 \u0628\u064A\u0627\u0646\u0627\u062A \u062C\u062F\u064A\u062F\u0629
AssignmentPropertySection.Comment=\u062A\u0639\u0644\u064A\u0642
BusinessInitDiagramFileAction.IntialNew=\u062A\u0647\u064A\u0626\u0629 \u062C\u062F\u064A\u062F
BusinessPaletteFactory.Terminal=\u0645\u062D\u0637\u0629
BusinessAbstractParser.InvalidInputAt=\u062E\u0637\u0623 \u0625\u062F\u062E\u0627\u0644 \u0641\u064A
BusinessPaletteFactory.InputComment=\u0625\u0646\u0634\u0627\u0621 \u0645\u062F\u062E\u0644 \u062C\u062F\u064A\u062F
BusinessPaletteFactory.Data=\u0628\u064A\u0627\u0646\u0627\u062A
BusinessPaletteFactory.Ellipse=\u0642\u0637\u0639 \u0646\u0627\u0642\u0635
BusinessPaletteFactory.Input=\u0645\u062F\u062E\u0644
BusinessPaletteFactory.Relationshop=\u0639\u0644\u0627\u0642\u0629
BusinessAbstractParser.ValueOfBooleanIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0645\u0646\u0637\u0642\u064A
BusinessPaletteFactory.decision=\u0642\u0631\u0627\u0631
BusinessPaletteFactory.Document=\u0648\u062B\u064A\u0642\u0629
BusinessPaletteFactory.CreateActor=\u0625\u0646\u0634\u0627\u0621 \u0645\u0645\u062B\u0644 \u062C\u062F\u064A\u062F
BusinessAbstractParser.StringDoubleConvertError=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0648\u064A\u0644 \u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629 \u0645\u0632\u062F\u0648\u062C\u0629
BusinessPaletteFactory.Actor=\u0645\u0645\u062B\u0644
BusinessCreationWizardPage.CreateBusinessDiagram=\u0625\u0646\u0634\u0627\u0621 \u0645\u062E\u0637\u0637 \u0623\u0639\u0645\u0627\u0644
BusinessPaletteFactory.ListComment=\u0625\u0646\u0634\u0627\u0621 \u0642\u0627\u0626\u0645\u0629 \u062C\u062F\u064A\u062F\u0629
BusinessPaletteFactory.DirectionalRelationShip=\u0639\u0644\u0627\u0642\u0629 \u0627\u062A\u062C\u0627\u0647
BusinessPaletteFactory.Action=\u0627\u0644\u0639\u0645\u0644
BusinessPaletteFactory.RelationshopComment=\u0625\u0646\u0634\u0627\u0621 \u0639\u0644\u0627\u0642\u0629 \u062C\u062F\u064A\u062F\u0629
BusinessPaletteFactory.DecisionComment=\u0625\u0646\u0634\u0627\u0621 \u0642\u0631\u0627\u0631 \u062C\u062F\u064A\u062F
BusinessAbstractParser.ValueOfDoubleIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0645\u0632\u062F\u0648\u062C
BusinessPaletteFactory.CreateEllipse=\u0625\u0646\u0634\u0627\u0621 \u0642\u0637\u0639 \u0646\u0627\u0642\u0635
BusinessNewDiagramFileWizard.DiagramFile=\u0645\u0644\u0641 \u0627\u0644\u0645\u062E\u0637\u0637
BusinessAbstractParser.StringShortConverError=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0648\u064A\u0644 \u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629 \u0642\u0635\u064A\u0631\u0629
BusinessPaletteFactory.DocuemntComment=\u0625\u0646\u0634\u0627\u0621 \u0648\u062B\u064A\u0642\u0629 \u062C\u062F\u064A\u062F\u0629
BusinessAbstractParser.ValueOfIntegerIsExpected=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0648\u0642\u0639\u0629 \u0645\u0646 \u0627\u0644\u0646\u0648\u0639 \u0631\u0642\u0645 \u0635\u062D\u064A\u062D
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u0627\u062E\u062A\u0631 \u0639\u0646\u0635\u0631 \u062C\u0630\u0631\u064A \u0644\u0644\u0645\u062E\u0637\u0637
BusinessAbstractParser.StringFloatConvertError=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0648\u064A\u0644 \u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629 \u0639\u0634\u0631\u064A\u0629
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0648\u064A\u0644 \u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0625\u0644\u0649 \u0642\u064A\u0645\u0629 \u0628\u0627\u064A\u062A
DeleteAssignmentAction.DeleteAssignment=\u062D\u0630\u0641 \u062A\u0643\u0644\u064A\u0641
BusinessDiagramEditor.canNotSaveTitle=\u062A\u062D\u0630\u064A\u0631

View File

@@ -1,25 +1,25 @@
BusinessInitDiagramFileAction.DiagramFile=Diagramm-Datei
BusinessAbstractParser.ValueOfLongIsExpected=Wert vom Typ Long wird erwartet
BusinessAbstractParser.ValueOfFloatIsExpected=Float-Wert wird erwartet
BusinessPaletteFactory.DataComment=Daten hinzuf<EFBFBD>gen
BusinessPaletteFactory.DataComment=Daten hinzuf\u00FCgen
CreateDiagramAction.CreateBusinessModel=Erstelle Business Model
BusinessCreationWizardPage.CreatenewBusinessDiagram=Neues Business-Diagramm erstellen
BusinessAbstractParser.StringIntegerConvertError=String-Wert l<EFBFBD>sst sich nicht in Integer-Wert umwandeln
BusinessPaletteFactory.CreateGear=Zahnrad hinzuf<EFBFBD>gen
BusinessAbstractParser.StringIntegerConvertError=String-Wert l\u00E4sst sich nicht in Integer-Wert umwandeln
BusinessPaletteFactory.CreateGear=Zahnrad hinzuf\u00FCgen
SimpleBusinessCreationWizardPage.Title=Neues Business Model
BusinessNewDiagramFileWizard.CreateNewDiagram=Erstellt neues Diagramm auf Basis des {0} model Inhaltes
BusinessAbstractParser.UnknownLiteral=Unbekanntes Zeichen:
BusinessAbstractParser.StringLongConverError=String-Wert l<EFBFBD>sst sich nicht in Long-Wert umwandeln
AssignmentPropertySection.DeleteAssignment=Zuordnung l<EFBFBD>schen
BusinessAbstractParser.StringLongConverError=String-Wert l\u00E4sst sich nicht in Long-Wert umwandeln
AssignmentPropertySection.DeleteAssignment=Zuordnung l\u00F6schen
AssignmentPropertySection.Type=Typ
BusinessModelingAssistantProvider.AvaiableDomainModelElements=Verf<EFBFBD>gbare Domain-Model Elemente:
BusinessModelingAssistantProvider.AvaiableDomainModelElements=Verf\u00FCgbare Domain-Model Elemente:
BusinessPaletteFactory.BidirectionalRelationShip=Bidirektionale Beziehung
BusinessPaletteFactory.CreateDirectionalRelationShip=Direktionale Beziehung hinzuf<EFBFBD>gen
BusinessPaletteFactory.CreateBidirectionalRelationShip=Bidirektionale Beziehung hinzuf<EFBFBD>gen
BusinessPaletteFactory.CreateDirectionalRelationShip=Direktionale Beziehung hinzuf\u00FCgen
BusinessPaletteFactory.CreateBidirectionalRelationShip=Bidirektionale Beziehung hinzuf\u00FCgen
AssignmentPropertySection.Name=Name
CreateAssignmentCommand.CannotAssign=Zuordnung nicht m<EFBFBD>glich.
CreateAssignmentCommand.CannotAssign=Zuordnung nicht m\u00F6glich.
BusinessNewDiagramFileWizard.DiagramRootElement=Diagramm root-Element
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=Kein Diagram-Root Element ausgew<EFBFBD>hlt
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=Kein Diagram-Root Element ausgew\u00E4hlt
BusinessVisualIDRegistry.ParseError=Unable to parse view type as a visualID number:
OpenDiagramAction.EditBusinessModel=Business-Modell bearbeiten
BusinessAbstractParser.ValueOfTypeByteIsExpected=Wert vom Typ Byte wird erwartet
@@ -27,19 +27,19 @@ BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Character-Wert erwarted
BusinessPaletteFactory.ActionComment=Neue Action erzeugen
BusinessAbstractParser.ValueOfTypeStringIsExpected=String-Wert erwartet
BusinessInitDiagramFileAction.Error=Fehler
BusinessNewDiagramFileWizard.SelectRootElement=Diagram-Root Element w<EFBFBD>hlen
RepositoryFactoryProxyLabelProvider.Deleted= (gel<EFBFBD>scht)
BusinessPaletteFactory.TerminalComment=Terminal hinzuf<EFBFBD>gen
BusinessNewDiagramFileWizard.SelectRootElement=Diagram-Root Element w\u00E4hlen
RepositoryFactoryProxyLabelProvider.Deleted= (gel\u00F6scht)
BusinessPaletteFactory.TerminalComment=Terminal hinzuf\u00FCgen
BusinessAbstractParser.ValueOfShortIsExpected=Wert vom Typ Short wird erwartet
BusinessPaletteFactory.DatabaseComment=Neue Datenbank erstellen
AssignmentPropertySection.Comment=Kommentar
SimpleBusinessCreationWizard.NewBusinessModel=Neues Business Model
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Ung<EFBFBD>ltiges Diagram-Root Element ausgew<EFBFBD>hlt
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Ung\u00FCltiges Diagram-Root Element ausgew\u00E4hlt
BusinessInitDiagramFileAction.IntialNew=Neu initialisieren
FindAssignmentAction.FindAssignments=Finde Zuordnungen
RepositoryFactoryProxyLabelProvider.NotFound= (nicht gefunden)
BusinessPaletteFactory.Terminal=Terminal
BusinessAbstractParser.InvalidInputAt=Ung<EFBFBD>ltige Eingabe bei
BusinessAbstractParser.InvalidInputAt=Ung\u00FCltige Eingabe bei
BusinessPaletteFactory.Gear=Verzweigung
BusinessPaletteFactory.InputComment=Neue Eingabe erstellen
BusinessPaletteFactory.Data=Daten
@@ -50,9 +50,9 @@ BusinessPaletteFactory.Relationshop=Beziehung
BusinessAbstractParser.ValueOfBooleanIsExpected=Boolean-Wert erwartet
BusinessPaletteFactory.decision=Entscheidung
BusinessPaletteFactory.Document=Dokument
BusinessModelingAssistantProvider.SelectDomainModelElement=W<EFBFBD>hlen Sie ein domain model Element aus
BusinessPaletteFactory.CreateActor=Akteur hinzuf<EFBFBD>gen
BusinessAbstractParser.StringDoubleConvertError=String-Wert l<EFBFBD>sst sich nicht in Double-Wert umwandeln
BusinessModelingAssistantProvider.SelectDomainModelElement=W\u00E4hlen Sie ein domain model Element aus
BusinessPaletteFactory.CreateActor=Akteur hinzuf\u00FCgen
BusinessAbstractParser.StringDoubleConvertError=String-Wert l\u00E4sst sich nicht in Double-Wert umwandeln
BusinessPaletteFactory.Actor=Akteur
EditAction.Edit=Bearbeite
BusinessCreationWizardPage.CreateBusinessDiagram=Business-Diagramm erstellen
@@ -63,20 +63,20 @@ BusinessPaletteFactory.Action=Action
BusinessPaletteFactory.RelationshopComment=Neue Beziehung erstellen
SimpleBusinessCreationWizardPage.Super=BusinessProcessCreatePage
BusinessInitDiagramFileAction.LoadFaild=Laden der Model-Datei fehlgeschlagen
BusinessPaletteFactory.DecisionComment=Entscheidung hinzuf<EFBFBD>gen
BusinessPaletteFactory.DecisionComment=Entscheidung hinzuf\u00FCgen
BusinessAbstractParser.ValueOfDoubleIsExpected=Double-Wert wird erwartet
OpenDiagramAction.ReadBusinessModel=Lese Business Model
BusinessInitDiagramFileAction.UnableToLoadResource=Ressource kann nicht geladen werden:
BusinessPaletteFactory.CreateEllipse=Ellipse hinzuf<EFBFBD>gen
BusinessPaletteFactory.CreateEllipse=Ellipse hinzuf\u00FCgen
BusinessNewDiagramFileWizard.DiagramFile=Diagramm Datei
BusinessAbstractParser.StringShortConverError=String-Wert l<EFBFBD>sst sich nicht in Short-Wert umwandeln
BusinessPaletteFactory.DocuemntComment=Dokument hinzuf<EFBFBD>gen
BusinessAbstractParser.StringShortConverError=String-Wert l\u00E4sst sich nicht in Short-Wert umwandeln
BusinessPaletteFactory.DocuemntComment=Dokument hinzuf\u00FCgen
BusinessAbstractParser.ValueOfIntegerIsExpected=Integer-Wert erwartet
BusinessNewDiagramFileWizard.SelectDiagramRootElement=Diagram-Root Element w<EFBFBD>hlen:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=W<EFBFBD>hlen Sie das semantische Modell-Element aus zur Darstellung im Diagramm
BusinessAbstractParser.StringFloatConvertError=String-Wert l<EFBFBD>sst sich nicht in Float-Wert umwandeln
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String-Wert l<EFBFBD>sst sich nicht in Byte-Wert umwandeln
BusinessNewDiagramFileWizard.SelectDiagramRootElement=Diagram-Root Element w\u00E4hlen:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=W\u00E4hlen Sie das semantische Modell-Element aus zur Darstellung im Diagramm
BusinessAbstractParser.StringFloatConvertError=String-Wert l\u00E4sst sich nicht in Float-Wert umwandeln
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String-Wert l\u00E4sst sich nicht in Byte-Wert umwandeln
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Neue Ecore-Diagramm-Datei initialisieren
BusinessTooltipFigure.assignedMeta={0} zugewiesene Metadaten
DeleteAssignmentAction.DeleteAssignment=Zuordnung l<EFBFBD>schen
DeleteAssignmentAction.DeleteAssignment=Zuordnung l\u00F6schen
BusinessDiagramEditor.canNotSaveTitle=Warnung

View File

@@ -1,78 +0,0 @@
BusinessInitDiagramFileAction.DiagramFile=\u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
BusinessAbstractParser.ValueOfLongIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Long \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessAbstractParser.ValueOfFloatIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Float \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessPaletteFactory.DataComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03BF\u03C5
CreateDiagramAction.CreateBusinessModel=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
BusinessCreationWizardPage.CreatenewBusinessDiagram=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03BD\u03CC\u03C2 \u03BD\u03AD\u03BF\u03C5 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2.
BusinessAbstractParser.StringIntegerConvertError=\u0397 \u03C4\u03B9\u03BC\u03AE String \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03B1\u03C0\u03B5\u03AF \u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE Integer
SimpleBusinessCreationWizardPage.Title=\u039D\u03AD\u03BF \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF
BusinessNewDiagramFileWizard.CreateNewDiagram=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B2\u03B1\u03C3\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03C4\u03BF \u03C0\u03B5\u03C1\u03B9\u03B5\u03C7\u03CC\u03BC\u03B5\u03BD\u03BF \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 {0}
BusinessAbstractParser.StringLongConverError=\u03A4\u03B9\u03BC\u03AE String \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03B1\u03C0\u03B5\u03AF \u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE Long
AssignmentPropertySection.DeleteAssignment=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u0391\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7\u03C2
AssignmentPropertySection.Type=\u03A4\u03CD\u03C0\u03BF\u03C2
BusinessModelingAssistantProvider.AvaiableDomainModelElements=\u0394\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 \u03C4\u03BF\u03BC\u03AD\u03B1:
BusinessPaletteFactory.BidirectionalRelationShip=\u0391\u03BC\u03C6\u03AF\u03B4\u03C1\u03BF\u03BC\u03B7 \u03A3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7
BusinessPaletteFactory.CreateDirectionalRelationShip=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u039A\u03B1\u03C4\u03B5\u03C5\u03B8\u03C5\u03BD\u03CC\u03BC\u03B5\u03BD\u03B7\u03C2 \u03A3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7\u03C2
BusinessPaletteFactory.CreateBidirectionalRelationShip=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u0391\u03BC\u03C6\u03AF\u03B4\u03C1\u03BF\u03BC\u03B7\u03C2 \u03A3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7\u03C2
AssignmentPropertySection.Name=\u038C\u03BD\u03BF\u03BC\u03B1
CreateAssignmentCommand.CannotAssign=\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u0391\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7\u03C2.
BusinessNewDiagramFileWizard.DiagramRootElement=\u0392\u03B1\u03C3\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03B5\u03AF \u03B2\u03B1\u03C3\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
BusinessVisualIDRegistry.ParseError=\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03B1\u03BD\u03AC\u03BB\u03C5\u03C3\u03B7\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C5 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE\u03C2 \u03C9\u03C2 \u03AD\u03BD\u03B1\u03BD \u03BF\u03C0\u03C4\u03B9\u03BA\u03CC \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC \u03C4\u03B1\u03C5\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2:
OpenDiagramAction.EditBusinessModel=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
BusinessAbstractParser.ValueOfTypeByteIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Byte \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Character \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessPaletteFactory.ActionComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u0394\u03C1\u03AC\u03C3\u03B7\u03C2
BusinessAbstractParser.ValueOfTypeStringIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 String \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessInitDiagramFileAction.Error=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
BusinessNewDiagramFileWizard.SelectRootElement=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B2\u03B1\u03C3\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03B1\u03C4\u03BF\u03C2
RepositoryFactoryProxyLabelProvider.Deleted=(\u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03C6\u03C4\u03B7\u03BA\u03B5)
BusinessPaletteFactory.TerminalComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03A4\u03B5\u03C1\u03BC\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD
BusinessAbstractParser.ValueOfShortIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Short \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessPaletteFactory.DatabaseComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u0392\u03AC\u03C3\u03B7\u03C2 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
AssignmentPropertySection.Comment=\u03A3\u03C7\u03CC\u03BB\u03B9\u03BF
SimpleBusinessCreationWizard.NewBusinessModel=\u039D\u03AD\u03BF \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=\u0395\u03C0\u03B9\u03BB\u03AD\u03C7\u03B8\u03B7\u03BA\u03B5 \u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03B2\u03B1\u03C3\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
BusinessInitDiagramFileAction.IntialNew=\u0391\u03C1\u03C7\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03BD\u03AD\u03BF\u03C5
FindAssignmentAction.FindAssignments=\u0395\u03CD\u03C1\u03B5\u03C3\u03B7 \u0391\u03BD\u03B1\u03B8\u03AD\u03C3\u03B5\u03C9\u03BD
RepositoryFactoryProxyLabelProvider.NotFound=(\u0394\u03B5 \u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5)
BusinessPaletteFactory.Terminal=\u03A4\u03B5\u03C1\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC
BusinessAbstractParser.InvalidInputAt=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2 \u03C3\u03B5
BusinessPaletteFactory.InputComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u0395\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5
BusinessPaletteFactory.Data=\u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1
BusinessPaletteFactory.Ellipse=\u0388\u03BB\u03BB\u03B5\u03B9\u03C8\u03B7
BusinessPaletteFactory.Input=\u0395\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2
BusinessPaletteFactory.List=\u039B\u03AF\u03C3\u03C4\u03B1
BusinessPaletteFactory.Relationshop=\u03A3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7
BusinessAbstractParser.ValueOfBooleanIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Boolean \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessPaletteFactory.decision=\u0391\u03C0\u03CC\u03C6\u03B1\u03C3\u03B7
BusinessPaletteFactory.Document=\u0388\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF
BusinessModelingAssistantProvider.SelectDomainModelElement=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 \u03C4\u03BF\u03BC\u03AD\u03B1
BusinessPaletteFactory.CreateActor=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u0394\u03C1\u03AC\u03C3\u03C4\u03B7
BusinessAbstractParser.StringDoubleConvertError=\u0397 \u03C4\u03B9\u03BC\u03AE String \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03B1\u03C0\u03B5\u03AF \u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE Double
BusinessPaletteFactory.Actor=\u0394\u03C1\u03AC\u03C3\u03C4\u03B7\u03C2
EditAction.Edit=\u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
BusinessCreationWizardPage.CreateBusinessDiagram=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03BD\u03CC\u03C2 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03BA\u03BF\u03CD \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
BusinessPaletteFactory.Database=\u03A0\u03B7\u03B3\u03AE \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
BusinessPaletteFactory.ListComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u039B\u03AF\u03C3\u03C4\u03B1\u03C2
BusinessPaletteFactory.DirectionalRelationShip=\u039A\u03B1\u03C4\u03B5\u03C5\u03B8\u03C5\u03BD\u03CC\u03BC\u03B5\u03BD\u03B7 \u03A3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7
BusinessPaletteFactory.Action=\u0394\u03C1\u03AC\u03C3\u03B7
BusinessPaletteFactory.RelationshopComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u03A3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7\u03C2
BusinessInitDiagramFileAction.LoadFaild=\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
BusinessPaletteFactory.DecisionComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u0391\u03C0\u03CC\u03C6\u03B1\u03C3\u03B7\u03C2
BusinessAbstractParser.ValueOfDoubleIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Double \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
OpenDiagramAction.ReadBusinessModel=\u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5
BusinessInitDiagramFileAction.UnableToLoadResource=\u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03BF \u03BD\u03B1 \u03C6\u03BF\u03C1\u03C4\u03C9\u03B8\u03B5\u03AF \u03BF \u03C0\u03CC\u03C1\u03BF\u03C2:
BusinessPaletteFactory.CreateEllipse=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03B1\u03C2 \u0388\u03BB\u03BB\u03B5\u03B9\u03C8\u03B7\u03C2
BusinessNewDiagramFileWizard.DiagramFile=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
BusinessAbstractParser.StringShortConverError=\u03A4\u03B9\u03BC\u03AE String \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03B1\u03C0\u03B5\u03AF \u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE Short
BusinessPaletteFactory.DocuemntComment=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u0395\u03B3\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
BusinessAbstractParser.ValueOfIntegerIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Integer \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B2\u03B1\u03C3\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03B1\u03C4\u03BF\u03C2:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C3\u03B7\u03BC\u03B1\u03C3\u03B9\u03BF\u03BB\u03BF\u03B3\u03B9\u03BA\u03BF\u03CD \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C3\u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
BusinessAbstractParser.StringFloatConvertError=\u0397 \u03C4\u03B9\u03BC\u03AE String \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03B1\u03C0\u03B5\u03AF \u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=\u03A4\u03B9\u03BC\u03AE String \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03B1\u03C0\u03B5\u03AF \u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=\u0391\u03C1\u03C7\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03BD\u03AD\u03BF\u03C5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 Ecore
BusinessTooltipFigure.assignedMeta={0} \u03BA\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B1 \u039C\u03B5\u03C4\u03B1\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1
DeleteAssignmentAction.DeleteAssignment=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u0391\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7\u03C2
BusinessDiagramEditor.canNotSaveTitle=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7

View File

@@ -8,7 +8,7 @@ BusinessAbstractParser.StringIntegerConvertError=String value cannot be converte
BusinessPaletteFactory.CreateGear=Create new Gear
SimpleBusinessCreationWizardPage.Title=New Business Model
BusinessNewDiagramFileWizard.CreateNewDiagram=Create new diagram based on {0} model content
BusinessAbstractParser.UnknownLiteral=Unknown literal:
BusinessAbstractParser.UnknownLiteral=Unknown literal:
BusinessAbstractParser.StringLongConverError=String value cannot be converted to Long value
AssignmentPropertySection.DeleteAssignment=Delete Assignment
AssignmentPropertySection.Type=Type
@@ -20,7 +20,7 @@ AssignmentPropertySection.Name=Name
CreateAssignmentCommand.CannotAssign=Cannot Assign.
BusinessNewDiagramFileWizard.DiagramRootElement=Diagram root element
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=No diagram root element selected
BusinessVisualIDRegistry.ParseError=Unable to parse view type as a visualID number:
BusinessVisualIDRegistry.ParseError=Unable to parse view type as a visualID number:
OpenDiagramAction.EditBusinessModel=Edit Business Model
BusinessAbstractParser.ValueOfTypeByteIsExpected=Value of type Byte is expected
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Value of type Character is expected
@@ -35,11 +35,11 @@ BusinessPaletteFactory.DatabaseComment=Create new Database
AssignmentPropertySection.Comment=Comment
SimpleBusinessCreationWizard.NewBusinessModel=New Business Model
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Invalid diagram root element was selected
BusinessInitDiagramFileAction.IntialNew=Initialize new
BusinessInitDiagramFileAction.IntialNew=Initialize new
FindAssignmentAction.FindAssignments=Find Assignments
RepositoryFactoryProxyLabelProvider.NotFound= (Not Found)
BusinessPaletteFactory.Terminal=Terminal
BusinessAbstractParser.InvalidInputAt=Invalid input at
BusinessAbstractParser.InvalidInputAt=Invalid input at
BusinessPaletteFactory.Gear=Gear
BusinessPaletteFactory.InputComment=Create new Input
BusinessPaletteFactory.Data=Data
@@ -54,7 +54,7 @@ BusinessModelingAssistantProvider.SelectDomainModelElement=Select domain model e
BusinessPaletteFactory.CreateActor=Create new Actor
BusinessAbstractParser.StringDoubleConvertError=String value cannot be converted to Double value
BusinessPaletteFactory.Actor=Actor
EditAction.Edit=Edit
EditAction.Edit=Edit
BusinessCreationWizardPage.CreateBusinessDiagram=Create a Business diagram
BusinessPaletteFactory.Database=Datasource
BusinessPaletteFactory.ListComment=Create new List
@@ -66,7 +66,7 @@ BusinessInitDiagramFileAction.LoadFaild=Model file loading failed
BusinessPaletteFactory.DecisionComment=Create new Decision
BusinessAbstractParser.ValueOfDoubleIsExpected=Value of type Double is expected
OpenDiagramAction.ReadBusinessModel=Read Business Model
BusinessInitDiagramFileAction.UnableToLoadResource=Unable to load resource:
BusinessInitDiagramFileAction.UnableToLoadResource=Unable to load resource:
BusinessPaletteFactory.CreateEllipse=Create new Ellipse
BusinessNewDiagramFileWizard.DiagramFile=Diagram file
BusinessAbstractParser.StringShortConverError=String value cannot be converted to Short value

View File

@@ -4,15 +4,15 @@ BusinessAbstractParser.StringIntegerConvertError=Valor del String no puede ser c
BusinessAbstractParser.UnknownLiteral=Literal desconocido
BusinessAbstractParser.StringLongConverError=Valor del String no puede ser convertido a Long
AssignmentPropertySection.Type=Tipo
BusinessPaletteFactory.BidirectionalRelationShip=Relaci<EFBFBD>n bidireccional
BusinessPaletteFactory.CreateDirectionalRelationShip=Crear nueva relaci<EFBFBD>n direccional
BusinessPaletteFactory.CreateBidirectionalRelationShip=Crear nueva relaci<EFBFBD>n bidireccional
BusinessPaletteFactory.BidirectionalRelationShip=Relaci\u00F3n bidireccional
BusinessPaletteFactory.CreateDirectionalRelationShip=Crear nueva relaci\u00F3n direccional
BusinessPaletteFactory.CreateBidirectionalRelationShip=Crear nueva relaci\u00F3n bidireccional
AssignmentPropertySection.Name=Nombre
BusinessNewDiagramFileWizard.DiagramRootElement=Elemento de diagrama principal
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=No se ha seleccionado elemento del diagrama principal
BusinessAbstractParser.ValueOfTypeByteIsExpected=Se esperaba un valor de tipo Byte
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Se esperaba un valor de tipo Character
BusinessPaletteFactory.ActionComment=Crear nueva acci<EFBFBD>n
BusinessPaletteFactory.ActionComment=Crear nueva acci\u00F3n
BusinessAbstractParser.ValueOfTypeStringIsExpected=Se esperaba un valor de tipo String
BusinessInitDiagramFileAction.Error=Error
BusinessNewDiagramFileWizard.SelectRootElement=Seleccione un elemento del diagrama principal
@@ -26,7 +26,7 @@ BusinessPaletteFactory.InputComment=Crear nueva Entrada
BusinessPaletteFactory.Data=Fecha
BusinessPaletteFactory.Input=Entrada
BusinessPaletteFactory.List=Lista
BusinessPaletteFactory.Relationshop=Relaci<EFBFBD>n
BusinessPaletteFactory.Relationshop=Relaci\u00F3n
BusinessAbstractParser.ValueOfBooleanIsExpected=Se esperaba un valor de tipo Boolean
BusinessPaletteFactory.decision=Decision
BusinessPaletteFactory.Document=Documento
@@ -35,8 +35,8 @@ BusinessAbstractParser.StringDoubleConvertError=Valor del String no puede ser co
BusinessPaletteFactory.Actor=Actor
BusinessPaletteFactory.Database=Base de Datos
BusinessPaletteFactory.ListComment=Crear nueva Lista
BusinessPaletteFactory.Action=Acci<EFBFBD>n
BusinessPaletteFactory.RelationshopComment=Crear nueva relaci<EFBFBD>n
BusinessPaletteFactory.Action=Acci\u00F3n
BusinessPaletteFactory.RelationshopComment=Crear nueva relaci\u00F3n
BusinessAbstractParser.ValueOfDoubleIsExpected=Se esperaba un valor de tipo Double
BusinessPaletteFactory.CreateEllipse=Crear nueva Elipse
BusinessNewDiagramFileWizard.DiagramFile=Archivo de diagrama

View File

@@ -1,82 +1,82 @@
BusinessInitDiagramFileAction.DiagramFile=Fichier diagramme
BusinessAbstractParser.ValueOfLongIsExpected=Une valeur de type Long est attendue
BusinessAbstractParser.ValueOfFloatIsExpected=Une valeur de type Float est attendue
BusinessPaletteFactory.DataComment=Cr<EFBFBD>er des nouvelles donn<EFBFBD>es
CreateDiagramAction.CreateBusinessModel=Cr<EFBFBD>er un Business Model
BusinessCreationWizardPage.CreatenewBusinessDiagram=Cr<EFBFBD>er un nouveau sch<EFBFBD>ma m<>tier
BusinessAbstractParser.StringIntegerConvertError=Une valeur de cha<EFBFBD>ne ne peut pas <EFBFBD>tre convertie en valeur Integer
BusinessPaletteFactory.DataComment=Cr\u00E9er des nouvelles donn\u00E9es
CreateDiagramAction.CreateBusinessModel=Cr\u00E9er un Business Model
BusinessCreationWizardPage.CreatenewBusinessDiagram=Cr\u00E9er un nouveau sch\u00E9ma m\u00E9tier
BusinessAbstractParser.StringIntegerConvertError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Integer
SimpleBusinessCreationWizardPage.Title=Nouveau Business Model
BusinessNewDiagramFileWizard.CreateNewDiagram=Cr<EFBFBD>er un nouveau diagramme bas<EFBFBD> sur le contenu du mod<EFBFBD>le {0}
BusinessAbstractParser.UnknownLiteral=Litt<EFBFBD>rale inconnue :
BusinessAbstractParser.StringLongConverError=Une valeur de cha<EFBFBD>ne ne peut pas <EFBFBD>tre convertie en valeur Long
BusinessNewDiagramFileWizard.CreateNewDiagram=Cr\u00E9er un nouveau diagramme bas\u00E9 sur le contenu du mod\u00E8le {0}
BusinessAbstractParser.UnknownLiteral=Litt\u00E9rale inconnue :
BusinessAbstractParser.StringLongConverError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Long
AssignmentPropertySection.DeleteAssignment=Effacer l'affectation.
AssignmentPropertySection.Type=Type
BusinessModelingAssistantProvider.AvaiableDomainModelElements=<EFBFBD>l<EFBFBD>ments de mod<EFBFBD>le de domaine disponibles :
BusinessModelingAssistantProvider.AvaiableDomainModelElements=\u00C9l\u00E9ments de mod\u00E8le de domaine disponibles :
BusinessPaletteFactory.BidirectionalRelationShip=Relation Bidirectionnelle
BusinessPaletteFactory.CreateDirectionalRelationShip=Cr<EFBFBD>er une nouvelle relation directionnelle
BusinessPaletteFactory.CreateBidirectionalRelationShip=Cr<EFBFBD>er une nouvelle relation bidirectionnelle
BusinessPaletteFactory.CreateDirectionalRelationShip=Cr\u00E9er une nouvelle relation directionnelle
BusinessPaletteFactory.CreateBidirectionalRelationShip=Cr\u00E9er une nouvelle relation bidirectionnelle
AssignmentPropertySection.Name=Nom
CreateAssignmentCommand.CannotAssign=Impossible d'assigner.
BusinessNewDiagramFileWizard.DiagramRootElement=<EFBFBD>l<EFBFBD>ment racine du diagramme
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=Aucun <EFBFBD>l<EFBFBD>ment racine de diagramme s<EFBFBD>lectionn<EFBFBD>.
BusinessVisualIDRegistry.ParseError=Impossible d'analyser le type de vue en tant que num<EFBFBD>ro idVisuel
OpenDiagramAction.EditBusinessModel=Editer le Business mod<EFBFBD>le
BusinessNewDiagramFileWizard.DiagramRootElement=\u00C9l\u00E9ment racine du diagramme
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=Aucun \u00E9l\u00E9ment racine de diagramme s\u00E9lectionn\u00E9.
BusinessVisualIDRegistry.ParseError=Impossible d'analyser le type de vue en tant que num\u00E9ro idVisuel
OpenDiagramAction.EditBusinessModel=Editer le Business mod\u00E8le
BusinessAbstractParser.ValueOfTypeByteIsExpected=Une valeur de type Byte est attendue
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Une valeur de type Character est attendue
BusinessPaletteFactory.ActionComment=Cr<EFBFBD>er une nouvelle action
BusinessPaletteFactory.ActionComment=Cr\u00E9er une nouvelle action
BusinessAbstractParser.ValueOfTypeStringIsExpected=Une valeur de type String est attendue
BusinessInitDiagramFileAction.Error=ERROR
BusinessNewDiagramFileWizard.SelectRootElement=S<EFBFBD>lectionnez un <EFBFBD>l<EFBFBD>ment racine de diagramme
RepositoryFactoryProxyLabelProvider.Deleted=(Supprim<EFBFBD>)
BusinessPaletteFactory.TerminalComment=Cr<EFBFBD>er un nouveau Terminal
BusinessNewDiagramFileWizard.SelectRootElement=S\u00E9lectionnez un \u00E9l\u00E9ment racine de diagramme
RepositoryFactoryProxyLabelProvider.Deleted=(Supprim\u00E9)
BusinessPaletteFactory.TerminalComment=Cr\u00E9er un nouveau Terminal
BusinessAbstractParser.ValueOfShortIsExpected=Une valeur de type Short est attendue
BusinessPaletteFactory.DatabaseComment=Cr<EFBFBD>er une nouvelle base de donn<EFBFBD>es
BusinessPaletteFactory.DatabaseComment=Cr\u00E9er une nouvelle base de donn\u00E9es
AssignmentPropertySection.Comment=Commentaire
SimpleBusinessCreationWizard.NewBusinessModel=Nouveau Business Model
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Un <EFBFBD>l<EFBFBD>ment racine de diagramme non valide a <EFBFBD>t<EFBFBD> s<>lectionn<EFBFBD>.
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Un \u00E9l\u00E9ment racine de diagramme non valide a \u00E9t\u00E9 s\u00E9lectionn\u00E9.
BusinessInitDiagramFileAction.IntialNew=Initialiser nouveau
FindAssignmentAction.FindAssignments=Rechercher des affectations
RepositoryFactoryProxyLabelProvider.NotFound=(Non trouv<EFBFBD>)
RepositoryFactoryProxyLabelProvider.NotFound=(Non trouv\u00E9)
BusinessPaletteFactory.Terminal=Terminal
BusinessAbstractParser.InvalidInputAt=Entr<EFBFBD>e invalide <EFBFBD>
BusinessAbstractParser.InvalidInputAt=Entr\u00E9e invalide \u00E0
BusinessPaletteFactory.Gear=Transformation
BusinessPaletteFactory.InputComment=Cr<EFBFBD>er une nouvelle entr<EFBFBD>e
BusinessPaletteFactory.Data=Donn<EFBFBD>es
BusinessPaletteFactory.InputComment=Cr\u00E9er une nouvelle entr\u00E9e
BusinessPaletteFactory.Data=Donn\u00E9es
BusinessPaletteFactory.Ellipse=Ellipse
BusinessPaletteFactory.Input=Lecture
BusinessPaletteFactory.List=liste
BusinessPaletteFactory.Relationshop=Relation
BusinessAbstractParser.ValueOfBooleanIsExpected=Une valeur de type Boolean est attendue
BusinessPaletteFactory.decision=D<EFBFBD>cision
BusinessPaletteFactory.decision=D\u00E9cision
BusinessPaletteFactory.Document=Document
BusinessModelingAssistantProvider.SelectDomainModelElement=S<EFBFBD>lectionner l'<EFBFBD>l<EFBFBD>ment domaine du mod<EFBFBD>le
BusinessPaletteFactory.CreateActor=Cr<EFBFBD>er un nouvel acteur
BusinessAbstractParser.StringDoubleConvertError=Une valeur de cha<EFBFBD>ne ne peut pas <EFBFBD>tre convertie en valeur Double
BusinessModelingAssistantProvider.SelectDomainModelElement=S\u00E9lectionner l'\u00E9l\u00E9ment domaine du mod\u00E8le
BusinessPaletteFactory.CreateActor=Cr\u00E9er un nouvel acteur
BusinessAbstractParser.StringDoubleConvertError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Double
BusinessPaletteFactory.Actor=Acteur
EditAction.Edit=Editer
BusinessCreationWizardPage.CreateBusinessDiagram=Cr<EFBFBD>er un sch<EFBFBD>ma m<>tier
BusinessPaletteFactory.Database=Source des donn<EFBFBD>es
BusinessPaletteFactory.ListComment=Cr<EFBFBD>er une nouvelle liste
EditAction.Edit=Modifier
BusinessCreationWizardPage.CreateBusinessDiagram=Cr\u00E9er un sch\u00E9ma m\u00E9tier
BusinessPaletteFactory.Database=Source des donn\u00E9es
BusinessPaletteFactory.ListComment=Cr\u00E9er une nouvelle liste
BusinessPaletteFactory.DirectionalRelationShip=Relation
BusinessPaletteFactory.Action=Action
BusinessPaletteFactory.RelationshopComment=Cr<EFBFBD>er une nouvelle relation
BusinessPaletteFactory.RelationshopComment=Cr\u00E9er une nouvelle relation
SimpleBusinessCreationWizardPage.Super=BusinessProcessCreatePage
BusinessInitDiagramFileAction.LoadFaild=Echec de chargement du fichier Model :
BusinessPaletteFactory.DecisionComment=Cr<EFBFBD>er une nouvelle D<EFBFBD>cision
BusinessPaletteFactory.DecisionComment=Cr\u00E9er une nouvelle D\u00E9cision
BusinessAbstractParser.ValueOfDoubleIsExpected=Une valeur de type Double est attendue
OpenDiagramAction.ReadBusinessModel=Lire le Business mod<EFBFBD>le
OpenDiagramAction.ReadBusinessModel=Lire le Business mod\u00E8le
BusinessInitDiagramFileAction.UnableToLoadResource=Impossible de charger la ressource :
BusinessPaletteFactory.CreateEllipse=Cr<EFBFBD>er une nouvelle ellipse
BusinessPaletteFactory.CreateEllipse=Cr\u00E9er une nouvelle ellipse
BusinessNewDiagramFileWizard.DiagramFile=Fichier du diagramme
BusinessAbstractParser.StringShortConverError=Une valeur de cha<EFBFBD>ne ne peut pas <EFBFBD>tre convertie en valeur Short
BusinessPaletteFactory.DocuemntComment=Cr<EFBFBD>er un nouveau document
BusinessAbstractParser.StringShortConverError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Short
BusinessPaletteFactory.DocuemntComment=Cr\u00E9er un nouveau document
BusinessAbstractParser.ValueOfIntegerIsExpected=Une valeur de type Integer est attendue
BusinessNewDiagramFileWizard.SelectDiagramRootElement=S<EFBFBD>lectionner un <EFBFBD>l<EFBFBD>ment racine de diagramme :
BusinessNewDiagramFileWizard.SelectSemanticModelElement=S<EFBFBD>lectionnez un <EFBFBD>l<EFBFBD>ment mod<6F>le s<>mantique <20> repr<70>senter dans le diagramme
BusinessAbstractParser.StringFloatConvertError=Une valeur de cha<EFBFBD>ne ne peut pas <EFBFBD>tre convertie en valeur Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=Une valeur de cha<EFBFBD>ne ne peut pas <EFBFBD>tre convertie en valeur Byte
BusinessNewDiagramFileWizard.SelectDiagramRootElement=S\u00E9lectionner un \u00E9l\u00E9ment racine de diagramme :
BusinessNewDiagramFileWizard.SelectSemanticModelElement=S\u00E9lectionnez un \u00E9l\u00E9ment mod\u00E8le s\u00E9mantique \u00E0 repr\u00E9senter dans le diagramme
BusinessAbstractParser.StringFloatConvertError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Initialiser un nouveau fichier diagramme Ecore
BusinessTooltipFigure.assignedMeta={0} M<EFBFBD>tadonn<EFBFBD>e affect<EFBFBD>e
BusinessTooltipFigure.assignedMeta={0} M\u00E9tadonn\u00E9e affect\u00E9e
DeleteAssignmentAction.DeleteAssignment=Effacer l'affectation
BusinessDiagramEditor.canNotSaveTitle=Avertissement
BusinessRulersAndGridComposite.Grid_On_Label_Text=Show Grid

View File

@@ -1,67 +0,0 @@
BusinessInitDiagramFileAction.DiagramFile=datoteka s dijagramom
BusinessAbstractParser.ValueOfLongIsExpected=O\u010Dekuje se vrijednost tipa Long
BusinessAbstractParser.ValueOfFloatIsExpected=O\u010Dekuje se vrijednost tipa Float
BusinessPaletteFactory.DataComment=Kreiraj nove podatke
BusinessCreationWizardPage.CreatenewBusinessDiagram=Kreiraj novi poslovni dijagram.
BusinessAbstractParser.StringIntegerConvertError=String nije mogu\u0107e konvertirati u Integer
BusinessPaletteFactory.CreateGear=Kreiraj novi Gear
BusinessNewDiagramFileWizard.CreateNewDiagram=Kreiraj novi dijagram na temelju sadr\u017Eaja modela {0}
BusinessAbstractParser.UnknownLiteral=Nepoznat navod:
BusinessAbstractParser.StringLongConverError=String nije mogu\u0107e konvertirati u Long
AssignmentPropertySection.DeleteAssignment=Izbri\u0161i pridru\u017Eivanje
BusinessModelingAssistantProvider.AvaiableDomainModelElements=Raspolo\u017Eivi elementi domenskog modela:
BusinessPaletteFactory.BidirectionalRelationShip=Bidirekcijska veza
BusinessPaletteFactory.CreateDirectionalRelationShip=Kreiraj novu direkcijsku vezu
BusinessPaletteFactory.CreateBidirectionalRelationShip=Kreiraj novu bidirekcijsku vezu
AssignmentPropertySection.Name=Ime
CreateAssignmentCommand.CannotAssign=Ne mogu pridru\u017Eiti.
BusinessNewDiagramFileWizard.DiagramRootElement=Korjenski element dijagrama
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=Nije odabran korjenski element dijagrama
BusinessAbstractParser.ValueOfTypeByteIsExpected=O\u010Dekuje se vrijednost tipa Byte
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=O\u010Dekuje se vrijednost tipa Character
BusinessPaletteFactory.ActionComment=Kreiraj novu aktivnost
BusinessAbstractParser.ValueOfTypeStringIsExpected=O\u010Dekuje se vrijednost tipa String
BusinessInitDiagramFileAction.Error=Gre\u0161ka
BusinessNewDiagramFileWizard.SelectRootElement=Odaberi korjenski element dijagrama
BusinessPaletteFactory.TerminalComment=Kreiraj novi terminal
BusinessAbstractParser.ValueOfShortIsExpected=O\u010Dekuje se vrijednost tipa Short
BusinessPaletteFactory.DatabaseComment=Kreiraj novu bazu podataka
AssignmentPropertySection.Comment=Komentar
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Odabra je neispravan korjenski element dijagrama
BusinessInitDiagramFileAction.IntialNew=Inicijaliziraj novi
BusinessPaletteFactory.Terminal=Terminal
BusinessAbstractParser.InvalidInputAt=Pogre\u0161an unos na
BusinessPaletteFactory.Gear=Gear
BusinessPaletteFactory.InputComment=Kreiraj novi unos
BusinessPaletteFactory.Data=Podaci
BusinessPaletteFactory.Input=Unos
BusinessPaletteFactory.Relationshop=Veza
BusinessAbstractParser.ValueOfBooleanIsExpected=O\u010Dekuje se vrijednost tipa Boolean
BusinessPaletteFactory.decision=Odluka
BusinessPaletteFactory.Document=Dokument
BusinessModelingAssistantProvider.SelectDomainModelElement=Odaberi element domenskog modela
BusinessPaletteFactory.CreateActor=Kreiraj novog aktera
BusinessAbstractParser.StringDoubleConvertError=String nije mogu\u0107e konvertirati u Double
BusinessPaletteFactory.Actor=Akter
BusinessCreationWizardPage.CreateBusinessDiagram=Kreiraj poslovni dijagram
BusinessPaletteFactory.Database=Izvor podataka
BusinessPaletteFactory.ListComment=Kreiraj novu listu
BusinessPaletteFactory.DirectionalRelationShip=Direkcijska veza
BusinessPaletteFactory.Action=Aktivnost
BusinessPaletteFactory.RelationshopComment=Kreiraj novu vezu
BusinessInitDiagramFileAction.LoadFaild=U\u010Ditavanje datoteke za Model nije uspjelo
BusinessPaletteFactory.DecisionComment=Kreiraj novu odluku
BusinessAbstractParser.ValueOfDoubleIsExpected=O\u010Dekuje se vrijednost tipa Double
BusinessInitDiagramFileAction.UnableToLoadResource=Ne mogu u\u010Ditati resurse:
BusinessPaletteFactory.CreateEllipse=Kreiraj novi Ellipse
BusinessNewDiagramFileWizard.DiagramFile=Datoteka dijagrama
BusinessAbstractParser.StringShortConverError=String nije mogu\u0107e konvertirati u Short
BusinessPaletteFactory.DocuemntComment=Kreiraj novi dokument
BusinessAbstractParser.ValueOfIntegerIsExpected=O\u010Dekuje se vrijednost tipa integer
BusinessNewDiagramFileWizard.SelectDiagramRootElement=Odaberi korjenski element dijagrama:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=Prikazati ozna\u010Deni element semanti\u010Dkog modela na dijagramu
BusinessAbstractParser.StringFloatConvertError=String nije mogu\u0107e konvertirati u Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String nije mogu\u0107e konvertirati u Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Inicijaliziranje nove datoteke za Ecore dijagram
DeleteAssignmentAction.DeleteAssignment=Izbri\u0161i pridru\u017Eivanje
BusinessDiagramEditor.canNotSaveTitle=Upozorenje

View File

@@ -17,7 +17,7 @@ BusinessPaletteFactory.BidirectionalRelationShip=Relazione bidirezionale
BusinessPaletteFactory.CreateDirectionalRelationShip=Creare uno nuova relazione
BusinessPaletteFactory.CreateBidirectionalRelationShip=Crea una nuova relazione bidirezionale
AssignmentPropertySection.Name=Nome
CreateAssignmentCommand.CannotAssign=Non pu<EFBFBD> essere assegnato.
CreateAssignmentCommand.CannotAssign=Non pu\u00F2 essere assegnato.
BusinessNewDiagramFileWizard.DiagramRootElement=Elemento radice del diagramma
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=Nessun elemento base di diagramma selezionato
BusinessVisualIDRegistry.ParseError=Impossibile analizzare la vista come un tipo numero visualID:
@@ -33,7 +33,7 @@ BusinessAbstractParser.ValueOfShortIsExpected=Previsto valore di tipo Short
BusinessPaletteFactory.DatabaseComment=Crea una nuova banca dati
AssignmentPropertySection.Comment=Commento
SimpleBusinessCreationWizard.NewBusinessModel=Nuovo modello Business
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=<EFBFBD> stato selezionato un elemento principale non valido.
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=\u00C8 stato selezionato un elemento principale non valido.
BusinessInitDiagramFileAction.IntialNew=Nuova inizializzazione
RepositoryFactoryProxyLabelProvider.NotFound=(Non trovato)
BusinessPaletteFactory.Terminal=Terminale
@@ -70,7 +70,7 @@ BusinessAbstractParser.StringShortConverError=Valore String non convertito in va
BusinessPaletteFactory.DocuemntComment=Creare un nuovo documento
BusinessAbstractParser.ValueOfIntegerIsExpected=Previsto valore di tipo Intero
BusinessNewDiagramFileWizard.SelectDiagramRootElement=Selezionare elemento principale diagramma:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\r\nSeleziona l'elemento modello semantico da raffigurare nel diagramma
BusinessAbstractParser.StringFloatConvertError=Valore String non convertito in valore Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=Valore String non convertito in valore Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Inizializzare un nuovo file di diagramma Ecore

View File

@@ -69,13 +69,13 @@ OpenDiagramAction.ReadBusinessModel=\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u
BusinessInitDiagramFileAction.UnableToLoadResource=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093 :
BusinessPaletteFactory.CreateEllipse=\u65B0\u898F\u6955\u5186\u306E\u4F5C\u6210
BusinessNewDiagramFileWizard.DiagramFile=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30D5\u30A1\u30A4\u30EB
BusinessAbstractParser.StringShortConverError=String \u5024\u3092 Short \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessAbstractParser.StringShortConverError=String\u5024\u3092Short\u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessPaletteFactory.DocuemntComment=\u65B0\u898F\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u4F5C\u6210
BusinessAbstractParser.ValueOfIntegerIsExpected=Integer \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30EB\u30FC\u30C8\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u9078\u629E:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u306B\u8868\u3059\u30BB\u30DE\u30F3\u30C6\u30A3\u30C3\u30AF\u30E2\u30C7\u30EB\u30A8\u30EC\u30E1\u30F3\u30C8\u3092\u9078\u629E
BusinessAbstractParser.StringFloatConvertError=String \u5024\u3092 Float \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String \u5024\u3092 Byte \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessAbstractParser.StringFloatConvertError=String\u5024\u3092Float\u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String\u5024\u3092Byte\u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=\u65B0\u898F Ecore \u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30D5\u30A1\u30A4\u30EB\u306E\u521D\u671F\u5316
BusinessTooltipFigure.assignedMeta=\u5272\u308A\u5F53\u3066\u3089\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF {0}
DeleteAssignmentAction.DeleteAssignment=\u5272\u308A\u5F53\u3066\u306E\u524A\u9664

View File

@@ -1,6 +0,0 @@
AssignmentPropertySection.Name=\uC774\uB984
AssignmentPropertySection.Comment=1rdrhdh
BusinessPaletteFactory.Data=\uC790\uB8CC
BusinessPaletteFactory.Input=\uC785\uB825
BusinessModelingAssistantProvider.SelectDomainModelElement={0}\uBAA8\uB378 \uB0B4\uC6A9\uC5D0 \uAE30\uCD08\uD558\uC5EC \uC0C8\uB85C\uC6B4 \uB2E4\uC774\uC5B4\uADF8\uB7A8 \uC0DD\uC131
BusinessNewDiagramFileWizard.DiagramFile=\uB2E4\uC774\uC5B4\uADF8\uB7A8 \uD30C\uC77C

View File

@@ -1,9 +0,0 @@
AssignmentPropertySection.Name=Naam
BusinessPaletteFactory.ActionComment=Nieuwe Aktie
BusinessInitDiagramFileAction.Error=Fout
AssignmentPropertySection.Comment=Opmerking
BusinessPaletteFactory.Data=Data
BusinessPaletteFactory.Ellipse=Elips
BusinessPaletteFactory.Document=Document
BusinessPaletteFactory.Action=Aktie
BusinessPaletteFactory.DocuemntComment=Nieuw Document

View File

@@ -1,60 +0,0 @@
BusinessInitDiagramFileAction.DiagramFile=plik diagramu
BusinessAbstractParser.ValueOfLongIsExpected=Spodziewany typ Long
BusinessAbstractParser.ValueOfFloatIsExpected=Spodziewany typ Float
BusinessPaletteFactory.DataComment=Utw<EFBFBD>rz nowe dane
CreateDiagramAction.CreateBusinessModel=Utw<EFBFBD>rz model biznesowy
BusinessCreationWizardPage.CreatenewBusinessDiagram=Utw<EFBFBD>rz nowy diagram biznesowy
BusinessAbstractParser.StringIntegerConvertError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Integer
BusinessNewDiagramFileWizard.CreateNewDiagram=Stw<EFBFBD>rz nowy diagram na podst. {0} zawarto\u015Bci modelu
BusinessAbstractParser.UnknownLiteral=Nieznany litera\u0142:
BusinessAbstractParser.StringLongConverError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Long
AssignmentPropertySection.DeleteAssignment=Skasuj przypisanie
AssignmentPropertySection.Type=Typ
BusinessModelingAssistantProvider.AvaiableDomainModelElements=Dost\u0119pne elementy modelu domeny:
AssignmentPropertySection.Name=Nazwa
CreateAssignmentCommand.CannotAssign=Nie mo\u017Cna przypisa\u0107
BusinessNewDiagramFileWizard.DiagramRootElement=Element root diagramu
BusinessAbstractParser.ValueOfTypeByteIsExpected=Spodziewany typ Byte
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Spodziewany typ znakowy
BusinessAbstractParser.ValueOfTypeStringIsExpected=Spodziewany typ ci\u0105gu znakowego
BusinessInitDiagramFileAction.Error=B\u0142\u0105d
BusinessPaletteFactory.TerminalComment=Utw<EFBFBD>rz nowy terminal
BusinessAbstractParser.ValueOfShortIsExpected=Spodziewany typ Short
BusinessPaletteFactory.DatabaseComment=Utw<EFBFBD>rz now\u0105 baz\u0119 danych
AssignmentPropertySection.Comment=Komentarz
BusinessInitDiagramFileAction.IntialNew=Inicjalizuj nowy
BusinessPaletteFactory.Terminal=Terminal
BusinessAbstractParser.InvalidInputAt=Niepoprawne wej\u015Bcie w
BusinessPaletteFactory.Gear=Tryb
BusinessPaletteFactory.InputComment=Utw<EFBFBD>rz nowe wej\u015Bcie
BusinessPaletteFactory.Data=Dane
BusinessPaletteFactory.Ellipse=Elipsa
BusinessPaletteFactory.Input=Wej\u015Bcie
BusinessPaletteFactory.Relationshop=Relacja
BusinessAbstractParser.ValueOfBooleanIsExpected=Spodziewana warto\u015B\u0107 typu logicznego
BusinessPaletteFactory.decision=Decyzja
BusinessPaletteFactory.Document=Dokument
BusinessModelingAssistantProvider.SelectDomainModelElement=Wybierz element modelu domeny
BusinessPaletteFactory.CreateActor=Utw<EFBFBD>rz aktora
BusinessAbstractParser.StringDoubleConvertError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Double
EditAction.Edit=Edycja
BusinessCreationWizardPage.CreateBusinessDiagram=Utw<EFBFBD>rz diagram biznesowy
BusinessPaletteFactory.Database=\u0179r<39>d\u0142o danych
BusinessPaletteFactory.ListComment=Utw<EFBFBD>rz now\u0105 list\u0119
BusinessPaletteFactory.DirectionalRelationShip=Relacja jednokierunkowa
BusinessPaletteFactory.Action=Akcja
BusinessPaletteFactory.RelationshopComment=Ustw<EFBFBD>rz now\u0105 relacj\u0119
BusinessInitDiagramFileAction.LoadFaild=Nie uda\u0142o si\u0119 za\u0142adowa\u0107 pliku modelu
BusinessPaletteFactory.DecisionComment=Utw<EFBFBD>rz now\u0105 decyzj\u0119
BusinessAbstractParser.ValueOfDoubleIsExpected=Spodziewana warto\u015B\u0107 typu Double
BusinessInitDiagramFileAction.UnableToLoadResource=Nie uda\u0142o si\u0119 za\u0142adowa\u0107 zasobu:
BusinessPaletteFactory.CreateEllipse=Utw<EFBFBD>rz now\u0105 elips\u0119
BusinessNewDiagramFileWizard.DiagramFile=Plik diagramu
BusinessAbstractParser.StringShortConverError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Short
BusinessPaletteFactory.DocuemntComment=Utw<EFBFBD>rz nowy Dokument
BusinessAbstractParser.ValueOfIntegerIsExpected=Spodziewany typ Integer
BusinessAbstractParser.StringFloatConvertError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Inicjalizuj nowy plik diagramu Ecore
DeleteAssignmentAction.DeleteAssignment=Skasuj przypisanie
BusinessDiagramEditor.canNotSaveTitle=Ostrze\u017Cenie

View File

@@ -1,67 +0,0 @@
BusinessInitDiagramFileAction.DiagramFile=Arquivo de Diagrama
BusinessAbstractParser.ValueOfLongIsExpected=Valor de tipo Long esperado
BusinessAbstractParser.ValueOfFloatIsExpected=Valor de tipo Float esperado
BusinessPaletteFactory.DataComment=Criar novo Dado
CreateDiagramAction.CreateBusinessModel=Criar modelo de neg<65>cio
BusinessCreationWizardPage.CreatenewBusinessDiagram=Criar um novo diagrama de neg<65>cio
BusinessPaletteFactory.CreateGear=Criar nova Engrenagem
BusinessNewDiagramFileWizard.CreateNewDiagram=Criar novo diagrama baseado no conte<74>do do modelo {0}
BusinessAbstractParser.UnknownLiteral=Literal desconhecido:
AssignmentPropertySection.DeleteAssignment=Apagar Cess<73>o
BusinessModelingAssistantProvider.AvaiableDomainModelElements=Elementos do modelo de dom<6F>nio dispon<6F>veis
BusinessPaletteFactory.BidirectionalRelationShip=Relacionamento Bidirecional
BusinessPaletteFactory.CreateDirectionalRelationShip=Criar novo relacionamento direcional
BusinessPaletteFactory.CreateBidirectionalRelationShip=Criar novo Relacionamento Bidirecional
AssignmentPropertySection.Name=Nome
CreateAssignmentCommand.CannotAssign=N<EFBFBD>o <20> poss<73>vel atribuir.
BusinessNewDiagramFileWizard.DiagramRootElement=Elemento Raiz do Diagrama
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=N<EFBFBD>o ha um Elemento Raiz de Diagrama selecionado
BusinessVisualIDRegistry.ParseError=Imposs<EFBFBD>vel fazer o parse do 'view type' como um n<>mero visualID:
BusinessAbstractParser.ValueOfTypeByteIsExpected=Valor do tipo Byte esperado
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Valor do tipo Character esperado
BusinessPaletteFactory.ActionComment=Criar nova a<><61>o
BusinessAbstractParser.ValueOfTypeStringIsExpected=Valor do tipo String esperado
BusinessInitDiagramFileAction.Error=Erro
BusinessNewDiagramFileWizard.SelectRootElement=Selecione elemento raiz do diagrama
RepositoryFactoryProxyLabelProvider.Deleted=(Apagado)
BusinessPaletteFactory.TerminalComment=Criar novo Terminal
BusinessAbstractParser.ValueOfShortIsExpected=Valor de tipo Short esperado
BusinessPaletteFactory.DatabaseComment=Criar um novo Banco
AssignmentPropertySection.Comment=Coment<EFBFBD>rio
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Elemento Raiz inv<6E>lido do Diagrama foi selecionado
BusinessInitDiagramFileAction.IntialNew=Iniciar Novo
RepositoryFactoryProxyLabelProvider.NotFound=(N<>o encontrado)
BusinessPaletteFactory.Terminal=Terminal
BusinessAbstractParser.InvalidInputAt=Entrada inv<6E>lida em
BusinessPaletteFactory.Gear=Engrenagem
BusinessPaletteFactory.InputComment=Criar nova Entrada
BusinessPaletteFactory.Data=Dado
BusinessPaletteFactory.Ellipse=Elipse
BusinessPaletteFactory.Input=Entrada
BusinessPaletteFactory.Relationshop=Relacionamento
BusinessAbstractParser.ValueOfBooleanIsExpected=Valor de tipo Boolean esperado
BusinessPaletteFactory.decision=Decis<EFBFBD>o
BusinessPaletteFactory.Document=Documento
BusinessModelingAssistantProvider.SelectDomainModelElement=Selecione o elemento de modelo de dom<6F>nio
BusinessPaletteFactory.CreateActor=Criar novo Ator
BusinessPaletteFactory.Actor=Ator
EditAction.Edit=Editar
BusinessPaletteFactory.Database=Fonte de dados
BusinessPaletteFactory.ListComment=Criar nova Lista
BusinessPaletteFactory.DirectionalRelationShip=Relacionamento Direcional
BusinessPaletteFactory.Action=A<EFBFBD><EFBFBD>o
BusinessPaletteFactory.RelationshopComment=Criar novo Relacionamento
BusinessInitDiagramFileAction.LoadFaild=Falha na carga do arquivo de modelo
BusinessPaletteFactory.DecisionComment=Criar nova Decis<69>o
BusinessAbstractParser.ValueOfDoubleIsExpected=Valor de tipo Double esperado
BusinessInitDiagramFileAction.UnableToLoadResource=Imposs<EFBFBD>vel carregar recursos:
BusinessPaletteFactory.CreateEllipse=Criar nova Elipse
BusinessNewDiagramFileWizard.DiagramFile=Arquivo de Diagrama
BusinessPaletteFactory.DocuemntComment=Criar novo Documento
BusinessAbstractParser.ValueOfIntegerIsExpected=Valor de tipo Inteiro esperado
BusinessNewDiagramFileWizard.SelectDiagramRootElement=Selecione um Elemento Raiz do Diagrama:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=Selecione o elemento de modelo de sem<65>ntica a ser analisado no diagrama
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Iniciar novo arquivo de Diagrama Ecore
BusinessTooltipFigure.assignedMeta=Metadados atribuidos <20> {0}
DeleteAssignmentAction.DeleteAssignment=Apagar Cess<73>o
BusinessDiagramEditor.canNotSaveTitle=Advert<EFBFBD>ncia

View File

@@ -1,3 +0,0 @@
AssignmentPropertySection.Type=Tip
AssignmentPropertySection.Name=Nume
AssignmentPropertySection.Comment=Comentarii

View File

@@ -0,0 +1,14 @@
AssignmentPropertySection.Type=Typ
AssignmentPropertySection.Name=Meno
BusinessInitDiagramFileAction.Error=CHYBA
AssignmentPropertySection.Comment=Koment\u00E1r
BusinessPaletteFactory.Data=D\u00E1ta
BusinessPaletteFactory.Input=VSTUP
BusinessPaletteFactory.Relationshop=Vz\u0165ah
BusinessPaletteFactory.decision=Rozhodnutie
BusinessPaletteFactory.Document=Dokument
BusinessPaletteFactory.Database=D\u00E1tov\u00FD zdroj
BusinessPaletteFactory.Action=Akcia
BusinessDiagramEditor.canNotSaveTitle=Varovanie
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=Meranie
BusinessRulersAndGridComposite.Line_Style_Label_Text=\u0160t\u00FDl

View File

@@ -1,2 +0,0 @@
BusinessInitDiagramFileAction.Error=Gre\u0161ka
BusinessInitDiagramFileAction.LoadFaild=_

View File

@@ -1,12 +0,0 @@
AssignmentPropertySection.Type=Tip
AssignmentPropertySection.Name=Ad\u0131
BusinessInitDiagramFileAction.Error=Hata
BusinessPaletteFactory.InputComment=Yeni giri\u015F olu\u015Ftur
BusinessPaletteFactory.Input=Giri\u015F
BusinessPaletteFactory.decision=Karar
BusinessPaletteFactory.Document=D<EFBFBD>k<EFBFBD>man
BusinessPaletteFactory.CreateActor=Yeni Akt<6B>r olu\u015Ftur
BusinessPaletteFactory.Actor=Akt<EFBFBD>r
BusinessPaletteFactory.Database=Verikayna\u011F\u0131
BusinessPaletteFactory.ListComment=Yeni liste olu\u015Ftur
BusinessPaletteFactory.DocuemntComment=Yeni d<>k<EFBFBD>man olu\u015Ftur

View File

@@ -7,12 +7,12 @@ BusinessCreationWizardPage.CreatenewBusinessDiagram=\u521B\u5EFA\u65B0\u7684\u90
BusinessAbstractParser.StringIntegerConvertError=String\u7C7B\u578B\u7684\u503C\u4E0D\u80FD\u8F6C\u6362\u4E3AInteger\u7C7B\u578B
BusinessPaletteFactory.CreateGear=\u521B\u5EFA\u9F7F\u8F6E
SimpleBusinessCreationWizardPage.Title=\u65B0\u7684\u4E1A\u52A1\u6A21\u578B
BusinessNewDiagramFileWizard.CreateNewDiagram=\u521B\u5EFA\u65B0\u7684\u56FE\u8868
BusinessNewDiagramFileWizard.CreateNewDiagram=\u57FA\u4E8E {0} \u6A21\u578B\u5185\u5BB9\u521B\u5EFA\u65B0\u56FE
BusinessAbstractParser.UnknownLiteral=\u65E0\u6548\u7684\u6587\u5B57
BusinessAbstractParser.StringLongConverError=String\u7C7B\u578B\u7684\u503C\u4E0D\u80FD\u8F6C\u6362\u4E3ALong\u7C7B\u578B
AssignmentPropertySection.DeleteAssignment=\u5220\u9664\u8D4B\u503C
AssignmentPropertySection.DeleteAssignment=\u5220\u9664\u5206\u914D
AssignmentPropertySection.Type=\u7C7B\u578B
BusinessModelingAssistantProvider.AvaiableDomainModelElements=\u65E0\u6548\u7684\u57DF\u6A21\u578B\u5143\u7D20
BusinessModelingAssistantProvider.AvaiableDomainModelElements=\u53EF\u7528\u7684\u57DF\u6A21\u578B\u5143\u7D20:
BusinessPaletteFactory.BidirectionalRelationShip=\u53CC\u5411\u5173\u8054
BusinessPaletteFactory.CreateDirectionalRelationShip=\u521B\u5EFA\u65B9\u5411\u5173\u8054
BusinessPaletteFactory.CreateBidirectionalRelationShip=\u521B\u5EFA\u53CC\u5411\u5173\u8054
@@ -20,20 +20,20 @@ AssignmentPropertySection.Name=\u540D\u79F0
CreateAssignmentCommand.CannotAssign=\u4E0D\u80FD\u5206\u914D\u3002
BusinessNewDiagramFileWizard.DiagramRootElement=\u56FE\u8868\u6839\u5143\u7D20
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=\u6CA1\u6709\u56FE\u8868\u6839\u5143\u7D20\u88AB\u9009\u4E2D
BusinessVisualIDRegistry.ParseError=\u4E0D\u80FD\u628A\u89C6\u56FE\u7C7B\u578B\u5F53\u4F5CvisialID\u6570\u5B57\u6765\u8F6C\u6362
BusinessVisualIDRegistry.ParseError=\u4E0D\u80FD\u628A\u89C6\u56FE\u7C7B\u578B\u5F53\u4F5C visualID \u6570\u5B57\u6765\u8F6C\u6362
OpenDiagramAction.EditBusinessModel=\u7F16\u8F91\u4E1A\u52A1\u6A21\u578B
BusinessAbstractParser.ValueOfTypeByteIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3AByte
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3ACharacter
BusinessPaletteFactory.ActionComment=\u521B\u5EFA\u65B0\u7684\u52A8\u4F5C
BusinessAbstractParser.ValueOfTypeStringIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3AString
BusinessInitDiagramFileAction.Error=\u9519\u8BEF
BusinessNewDiagramFileWizard.SelectRootElement=\u9009\u62E9\u56FE\u8868\u6839\u5143\u7D20
BusinessNewDiagramFileWizard.SelectRootElement=\u9009\u62E9\u56FE\u6839\u5143\u7D20
RepositoryFactoryProxyLabelProvider.Deleted=\uFF08\u5220\u9664\uFF09
BusinessPaletteFactory.TerminalComment=\u521B\u5EFA\u65B0\u7684\u4E2D\u65AD\u70B9
BusinessAbstractParser.ValueOfShortIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3AShort
BusinessPaletteFactory.DatabaseComment=\u521B\u5EFA\u65B0\u7684\u6570\u636E\u5E93
AssignmentPropertySection.Comment=\u6CE8\u91CA
SimpleBusinessCreationWizard.NewBusinessModel=\u65B0\u7684\u4E1A\u52A1\u578B
SimpleBusinessCreationWizard.NewBusinessModel=\u65B0\u7684\u4E1A\u52A1\u6A21\u578B
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=\u9009\u4E2D\u4E86\u65E0\u6548\u7684\u56FE\u8868\u6839\u5143\u7D20
BusinessInitDiagramFileAction.IntialNew=\u521D\u59CB\u5316\u65B0\u7684
FindAssignmentAction.FindAssignments=\u67E5\u627E\u5206\u914D\u4EFB\u52A1
@@ -47,21 +47,22 @@ BusinessPaletteFactory.Ellipse=\u692D\u5706
BusinessPaletteFactory.Input=\u8F93\u5165
BusinessPaletteFactory.List=\u5217\u8868
BusinessPaletteFactory.Relationshop=\u5173\u7CFB
BusinessAbstractParser.ValueOfBooleanIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3ABoolean
BusinessAbstractParser.ValueOfBooleanIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u4E3A Boolean
BusinessPaletteFactory.decision=\u51B3\u7B56
BusinessPaletteFactory.Document=\u6587\u6863
BusinessModelingAssistantProvider.SelectDomainModelElement=\u9009\u62E9\u57DF\u6A21\u578B\u5143\u7D20
BusinessPaletteFactory.CreateActor=\u521B\u5EFA\u89D2\u8272
BusinessAbstractParser.StringDoubleConvertError=String\u7C7B\u578B\u7684\u503C\u4E0D\u80FD\u8F6C\u6362\u4E3ADoule\u7C7B\u578B
BusinessPaletteFactory.Actor=\u89D2\u8272
EditAction.Edit=\u7F16\u8F91\u5206\u914D\u4EFB\u52A1
EditAction.Edit=\u7F16\u8F91
BusinessCreationWizardPage.CreateBusinessDiagram=\u521B\u5EFA\u903B\u8F91\u56FE
BusinessPaletteFactory.Database=\u6570\u636E\u6E90
BusinessPaletteFactory.ListComment=\u521B\u5EFA\u65B0\u7684\u5217\u8868
BusinessPaletteFactory.DirectionalRelationShip=\u65B9\u5411\u5173\u8054
BusinessPaletteFactory.Action=\u52A8\u4F5C
BusinessPaletteFactory.Action=\u64CD\u4F5C
BusinessPaletteFactory.RelationshopComment=\u521B\u5EFA\u65B0\u7684\u5173\u7CFB
BusinessInitDiagramFileAction.LoadFaild=\u6A21\u578B\u6587\u4EF6\u88C5\u8F7D\u5931\u8D25
SimpleBusinessCreationWizardPage.Super=BusinessProcessCreatePage
BusinessInitDiagramFileAction.LoadFaild=\u6A21\u578B\u6587\u4EF6\u52A0\u8F7D\u5931\u8D25
BusinessPaletteFactory.DecisionComment=\u521B\u5EFA\u65B0\u7684\u51B3\u7B56
BusinessAbstractParser.ValueOfDoubleIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3ADouble
OpenDiagramAction.ReadBusinessModel=\u8BFB\u53D6\u4E1A\u52A1\u6A21\u578B
@@ -71,19 +72,19 @@ BusinessNewDiagramFileWizard.DiagramFile=\u56FE\u8868\u6587\u4EF6
BusinessAbstractParser.StringShortConverError=String\u7C7B\u578B\u7684\u503C\u4E0D\u80FD\u8F6C\u6362\u4E3AShort\u7C7B\u578B
BusinessPaletteFactory.DocuemntComment=\u521B\u5EFA\u65B0\u7684\u6587\u6863
BusinessAbstractParser.ValueOfIntegerIsExpected=\u503C\u7684\u7C7B\u578B\u5E94\u8BE5\u4E3AInteger
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u9009\u62E9\u56FE\u8868\u6839\u5143\u7D20\uFF1A
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\u9009\u62E9\u8981\u5728\u56FE\u8868\u4E0A\u63CF\u8FF0\u7684\u8BED\u4E49\u6A21\u578B\u5143\u7D20
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u9009\u62E9\u56FE\u6839\u5143\u7D20:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\u9009\u62E9\u8981\u5728\u56FE\u4E0A\u63CF\u8FF0\u7684\u8BED\u4E49\u6A21\u578B\u5143\u7D20
BusinessAbstractParser.StringFloatConvertError=String\u7C7B\u578B\u7684\u503C\u4E0D\u80FD\u8F6C\u6362\u4E3AFloat\u7C7B\u578B
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String\u7C7B\u578B\u7684\u503C\u4E0D\u80FD\u8F6C\u6362\u4E3AByte\u7C7B\u578B
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=\u521D\u59CB\u5316\u65B0\u7684Ecore\u56FE\u8868\u6587\u4EF6
BusinessTooltipFigure.assignedMeta={0}\u5206\u914D\u5143\u6570\u636E
DeleteAssignmentAction.DeleteAssignment=\u5220\u9664\u8D4B\u503C
DeleteAssignmentAction.DeleteAssignment=\u5220\u9664\u5206\u914D
BusinessDiagramEditor.canNotSaveTitle=\u8B66\u544A
BusinessDiagramEditor.canNotSaveMessage=\u4E1A\u52A1\u6A21\u578B\u672A\u88AB\u7528\u6237\u9501\u5B9A\uFF0C\u65E0\u6CD5\u4FDD\u5B58\u3002
BusinessRulersAndGridComposite.Grid_On_Label_Text=\u663E\u793A\u7F51\u683C
BusinessRulersAndGridComposite.Grid_Level_Label_Text=\u7F51\u683C\u5728\u524D\u9762
BusinessRulersAndGridComposite.Snap_To_Grid_Label_Text=\u5BF9\u9F50\u7F51\u683C
BusinessRulersAndGridComposite.Snap_To_Geometry_Label_Text=\u6309\u7167\u5F62\u72B6\u5BF9\u9F50
BusinessRulersAndGridComposite.Snap_To_Grid_Label_Text=\u4E0E\u7F51\u683C\u5BF9\u9F50
BusinessRulersAndGridComposite.Snap_To_Geometry_Label_Text=\u4E0E\u56FE\u5F62\u5BF9\u9F50
BusinessRulersAndGridComposite.Ruler_On_Label_Text=\u663E\u793A\u6807\u5C3A
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=\u6807\u5C3A\u5355\u4F4D
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=\u7F51\u683C\u95F4\u8DDD
@@ -96,7 +97,7 @@ BusinessRulersAndGridComposite.Restore_Defaults_Label_Text=\u6062\u590D\u9ED8\u8
BusinessRulersAndGridComposite.Inches_Label_Text=\u82F1\u5BF8
BusinessRulersAndGridComposite.Centimeters_Label_Text=\u5398\u7C73
BusinessRulersAndGridComposite.Pixel_Label_Text=\u50CF\u7D20
BusinessRulersAndGridComposite.Solid_Label_Text=\u56FA\u4F53
BusinessRulersAndGridComposite.Solid_Label_Text=\u5B9E\u7EBF
BusinessRulersAndGridComposite.Dash_Label_Text=\u7834\u6298\u53F7
BusinessRulersAndGridComposite.Dot_Label_Text=\u70B9
BusinessRulersAndGridComposite.Dash_Dot_Label_Text=\u70B9\u5212\u7EBF

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.designer.codegen Nl Fragment
Bundle-SymbolicName: org.talend.designer.codegen.nl
Bundle-Version: 7.0.1.qualifier
Bundle-Version: 7.4.1.qualifier
Fragment-Host: org.talend.designer.codegen
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -1,5 +0,0 @@
providerName=www.example.org
pluginName=\u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF EmittersPool
components=\u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1
trunjob=tRunJob
format=\u039C\u03BF\u03C1\u03C6\u03AE

View File

@@ -1,5 +1,5 @@
providerName=www.example.org
pluginName=Mod<EFBFBD>le EmittersPool
pluginName=Mod\u00E8le EmittersPool
components=Composants
trunjob=tRunJob
format=Format

View File

@@ -1 +0,0 @@
providerName=www.primjer.com

View File

@@ -1 +0,0 @@
components=Komponenty

View File

@@ -0,0 +1 @@
format=Form\u00E1t

View File

@@ -1,3 +1,5 @@
providerName=www.example.org
pluginName=\u7EC4\u4EF6\u6A21\u5757
components=\u7EC4\u4EF6
trunjob=tRunJob
format=\u683C\u5F0F

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.4.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.codegen.nl</artifactId>

View File

@@ -1,35 +0,0 @@
CodeGenerator.getGraphicalNode1=------process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGeneratorEmittersPoolFactory.initialException=\u062E\u0637\u0623 \u062E\u0644\u0627\u0644 \u0627\u0644\u062A\u0647\u064A\u0626\u0629
CodeGeneratorService.invalidLanguage1=\u0646\u0648\u0639 \u0627\u0644\u0644\u063A\u0629 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D.
CodeGeneratorService.invalidLanguage2=\u0646\u0648\u0639 \u0627\u0644\u0644\u063A\u0629 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D.
CodeGenInit.createProject=\u0625\u0646\u0634\u0627\u0621 \u0645\u0634\u0631\u0648\u0639 {0}
CodeGenInit.deleteProject=\u062D\u0630\u0641 \u0645\u0634\u0631\u0648\u0639 {0}
CodeGenInit.removeLink=\u0625\u0632\u0627\u0644\u0629 \u0645\u0648\u0631\u062F \u0645\u0631\u062A\u0628\u0637
CodeGenInit.saveWorkspace=\u062D\u0641\u0638 \u0645\u0633\u0627\u062D\u0629 \u0627\u0644\u0639\u0645\u0644
ComponentsLocalProviderService.componentLoadError=\u062E\u0637\u0627 \u0641\u064A \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0645\u0643\u0648\u0646
ComponentsLocalProviderService.talendExchangeError=\u062E\u0637\u0623 \u062A\u0627\u0644\u0646\u062F \u0625\u0643\u0633\u062A\u0634\u064A\u0646\u062C
ComponentsPreferencePage.WarningTitle=\u062A\u062D\u0630\u064A\u0631
FAMILY.Business=\u0639\u0645\u0644
FAMILY.eXist=\u0645\u0648\u062C\u0648\u062F
FAMILY.Hive=Hive
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u0645\u062F\u062E\u0644
FAMILY.JDBC=JDBC
FAMILY.LDAP=LDAP
FAMILY.MS_SQL_Server=\u0646\u0638\u0627\u0645 MS SQL
FAMILY.MSSql=MSSql
FAMILY.MySQL=MySQL
FAMILY.Netezza=Netezza
FAMILY.Oracle=\u0623\u0648\u0631\u0627\u0643\u0644
FAMILY.Output=\u0645\u062E\u0631\u062C
FAMILY.PostgreSQL=PostgreSQL
FAMILY.SAP=SAP
FAMILY.Sas=SAS
FAMILY.SCD=SCD
FAMILY.SCP=SCP
FAMILY.SPSS=SPSS
FAMILY.Salesforce=Salesforce
FAMILY.System=\u0646\u0638\u0627\u0645
FAMILY.XML=XML

View File

@@ -1,16 +1,16 @@
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=Methode nicht implementiert: org.talend.designer.codegen.JavaRoutineSynchronizer Zeile:49
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=JETEmitters Projekt nicht vorhanden, vollst<EFBFBD>ndige Neuinitialisierung notwendig
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=JETEmitters Projekt nicht vorhanden, vollst\u00E4ndige Neuinitialisierung notwendig
generatedcode.footerprocess.nbcharsgenerated={0} Zeichen erstellt von {1}
CodeGeneratorEmittersPoolFactory.Class.NotFound=Vorlage noch vorhanden, aber Klasse {0} ist nicht mehr im Arbeitsbereich. Diese Einheit muss neu kompiliert werden.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Persistente Daten k<EFBFBD>nnen nicht gespeichert werden :
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Persistente Daten k\u00F6nnen nicht gespeichert werden :
generatedcode.copyright.title=Copyright (c) 2005-2009, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=Initialisierung der Generator-Engine wird durchgef<EFBFBD>hrt...
CodeGeneratorEmittersPoolFactory.initMessage=Initialisierung der Generator-Engine wird durchgef\u00FChrt...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html).
EmfEmittersPersistence.CodeGen.DataMissing=Daten zur Codegenerierung fehlen. Starte vollst<EFBFBD>ndige Codegenerierung.
CodeGenerator.JET.TimeOut=Zeit<EFBFBD>berschreitung bei der JET-Initialisierung
EmfEmittersPersistence.CodeGen.DataMissing=Daten zur Codegenerierung fehlen. Starte vollst\u00E4ndige Codegenerierung.
CodeGenerator.JET.TimeOut=Zeit\u00FCberschreitung bei der JET-Initialisierung
CodeGenerator.Node.NotFound=Knoten im aktuellen Prozess nicht gefunden
generatedcode.copyright.body3=Mehr Informationen zu den Talend Produkten unter www.talend.com
EmittersPoolFactoryImpl.Class.IllegalArg=Die Klasse ' {0}' ist kein g<EFBFBD>ltiger Klassenbezeichner
EmittersPoolFactoryImpl.Class.IllegalArg=Die Klasse ' {0}' ist kein g\u00FCltiger Klassenbezeichner
generatedcode.copyright.body2=/ JobDesigner (CodeGenerator version {0}).
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=Methode nicht implementiert: org.talend.designer.codegen.JavaRoutineSynchronizer Zeile:58
CodeGenerator.getGraphicalNode1=------process.getGraphicalNodes()------
@@ -21,23 +21,23 @@ CodeGeneratorEmittersPoolFactory.componentCompiled=Komponenten kompiliert in {0}
CodeGeneratorEmittersPoolFactory.failCompail=Kompilierung der Komponenten fehlgeschlafen : \r\n
CodeGeneratorEmittersPoolFactory.initialException=Ausnahme bei der Initialisierung
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=Fehler bei der JetEmitter Initialisierung
CodeGeneratorService.invalidLanguage1=Ung<EFBFBD>ltiger Sprachtyp
CodeGeneratorService.invalidLanguage2=Ung<EFBFBD>ltiger Sprachtyp
CodeGeneratorService.invalidLanguage1=Ung\u00FCltiger Sprachtyp
CodeGeneratorService.invalidLanguage2=Ung\u00FCltiger Sprachtyp
CodeGenInit.createProject=Erstelle {0} Projekt
CodeGenInit.deleteProject=L<EFBFBD>sche {0} Projekt
CodeGenInit.deleteProject=L\u00F6sche {0} Projekt
CodeGenInit.initTemplate=Initialisiere Templates
CodeGenInit.saveWorkspace=Speichere Workspace
TalendJetEmitter.compileFail=Kompilierung fehlgeschlagen : {0} : {1}
TalendJetEmitter.exception=Ausnahme bei
CodeGeneratorEmittersPoolFactory.dialogContent=JetEmitter Generierung wurde abgebrochen, um Probleme zu verhindern, dr<EFBFBD>cken Sie bitte Strg-Shift-F3 um neu zu generieren!
CodeGeneratorEmittersPoolFactory.dialogContent=JetEmitter Generierung wurde abgebrochen, um Probleme zu verhindern, dr\u00FCcken Sie bitte Strg-Shift-F3 um neu zu generieren!
ComponentsLocalProviderService.componentLoadError=Fehler beim Laden der Komponenten
ComponentsLocalProviderService.talendExchangeError=Talend Exchange Fehler
ComponentsPreferencePage.ButtonLabel0=<EFBFBD>bernehmen
ComponentsPreferencePage.ButtonLabel0=\u00DCbernehmen
ComponentsPreferencePage.configuration.LINK_STYLE=Standard Mapping-Verbindungen anzeigen als:
ComponentsPreferencePage.rowLimit=Zeilen-Limit
ComponentsPreferencePage.WarningTitle=Warnung
ComponentsProviderManager.unableLoad=Component Provider konnte nicht geladen werden
ComponenttRunJobPreferencePage.label=Beim Doppelklick auf eine tRunJob-Komponente, den entsprechenden Job nicht <EFBFBD>ffnen.
ComponenttRunJobPreferencePage.label=Beim Doppelklick auf eine tRunJob-Komponente, den entsprechenden Job nicht \u00F6ffnen.
ComponenttRunJobPreferencePage.showCorrespondingJob=Zeige entsprechenden Job nach einen Doppelklick auf die tRunJob Komponente.
XsdValidationCacheManager.unableLoadxsd=xsd Validierungs Cache Datei konnte nicht geladen werden
XsdValidationCacheManager.unableSavexsd=xsd Validierungs Cache Datei konnte nicht gespeichert werden
@@ -57,7 +57,7 @@ FAMILY.DB2=DB2
FAMILY.DB_Generic=DB Generic
FAMILY.DB_JDBC=DB JDBC
FAMILY.DB_SCD=DB SCD
FAMILY.Data_Quality=Datenqualit<EFBFBD>t
FAMILY.Data_Quality=Datenqualit\u00E4t
FAMILY.Databases=Datenbanken
FAMILY.ELT=ELT
FAMILY.ESB=ESB
@@ -88,7 +88,7 @@ FAMILY.Microsoft_CRM=Microsoft CRM
FAMILY.Misc=Verschiedenes
FAMILY.MySQL=MySQL
FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=OLAP W<EFBFBD>rfel
FAMILY.OLAP_Cube=OLAP W\u00FCrfel
FAMILY.Oracle=Oracle
FAMILY.Orchestration=Instrumentation
FAMILY.Output= Ausgabe

View File

@@ -1,108 +0,0 @@
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=\u03BC\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03BC\u03B7 \u03C5\u03BB\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B9\u03BC\u03B7: org.talend.designer.codegen.JavaRoutineSynchronizer line:49
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=\u03A4\u03BF \u0388\u03C1\u03B3\u03BF JETEmitters \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03B1\u03C1\u03CC\u03BD, \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03C0\u03BB\u03AE\u03C1\u03B7\u03C2 \u03B5\u03C0\u03B1\u03BD\u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7
generatedcode.footerprocess.nbcharsgenerated={0} \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03C0\u03B1\u03C1\u03AC\u03C7\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C0\u03CC \u03C4\u03BF {1}
CodeGeneratorEmittersPoolFactory.Class.NotFound=\u03A4\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03B1\u03BA\u03CC\u03BC\u03B1, \u03B1\u03BB\u03BB\u03AC \u03B7 \u03BA\u03BB\u03AC\u03C3\u03B7 {0} \u03B5\u03BE\u03B1\u03C6\u03B1\u03BD\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2. \u0391\u03C5\u03C4\u03AE \u03B7 \u03BC\u03BF\u03BD\u03AC\u03B4\u03B1 \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03B5\u03C0\u03B1\u03BD\u03B1\u03C3\u03CD\u03BD\u03B8\u03B5\u03C3\u03B7.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=\u0394\u03B9\u03B1\u03C4\u03B7\u03C1\u03AE\u03C3\u03B9\u03BC\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1 \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03BF\u03CD\u03BD \u03BD\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03C4\u03BF\u03CD\u03BD:
generatedcode.copyright.title=Copyright (c) 2005-2009, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=\u0391\u03C1\u03C7\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u039C\u03B7\u03C7\u03B1\u03BD\u03AE\u03C2 \u03A0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03C3\u03B5 \u03B5\u03BE\u03AD\u03BB\u03B9\u03BE\u03B7...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html).
EmfEmittersPersistence.CodeGen.DataMissing=\u0391\u03C0\u03CC\u03BD\u03C4\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1. \u0395\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03C0\u03BB\u03AE\u03C1\u03BF\u03C5\u03C2 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1.
CodeGenerator.JET.TimeOut=\u03A4\u03AD\u03BB\u03BF\u03C2 \u03A7\u03C1\u03CC\u03BD\u03BF\u03C5 \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 JET
generatedcode.copyright.body4=\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03BD\u03B5\u03AF\u03BC\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF\u03BD \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1 \u03C5\u03C0\u03CC \u03C4\u03BF\u03C5\u03C2 \u03CC\u03C1\u03BF\u03C5\u03C2 \u03C4\u03B7\u03C2 \u03AC\u03B4\u03B5\u03B9\u03B1\u03C2 GNU LGPL
CodeGenerator.Node.NotFound=\u039F \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5 \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03C3\u03C4\u03B7\u03BD \u03C0\u03B1\u03C1\u03BF\u03CD\u03C3\u03B1 \u03B4\u03B9\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
generatedcode.copyright.body3=\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2 \u03B3\u03B9\u03B1 \u03C0\u03C1\u03BF\u03CA\u03CC\u03BD\u03C4\u03B1 Talend \u03C3\u03C4\u03BF www.talend.com.
EmittersPoolFactoryImpl.Class.IllegalArg=\u0397 \u03BA\u03BB\u03AC\u03C3\u03B7 ' {0}' \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03BD\u03B1\u03C2 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03C4\u03B1\u03BE\u03B9\u03BD\u03BF\u03BC\u03B7\u03C4\u03AE\u03C2.
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=\u03BC\u03B7 \u03C5\u03BB\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03BC\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2: org.talend.designer.codegen.JavaRoutineSynchronizer line:58
CodeGenerator.getGraphicalNode1=------process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n
CodeGeneratorEmittersPoolFactory.codeThread=\u039D\u03AE\u03BC\u03B1 \u03C5\u03C0\u03BF\u03B2\u03AC\u03B8\u03C1\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1
CodeGeneratorEmittersPoolFactory.componentCompiled=\u03A3\u03CD\u03BD\u03B8\u03B5\u03C3\u03B7 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03C3\u03B5 {0} ms
CodeGeneratorEmittersPoolFactory.failCompail=\u03A3\u03CD\u03BD\u03B8\u03B5\u03C3\u03B7 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5: \r\n
CodeGeneratorEmittersPoolFactory.initialException=\u0395\u03BE\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u0391\u03C1\u03C7\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 JetEmitter
CodeGeneratorService.invalidLanguage1=\u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C2 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1\u03C2.
CodeGeneratorService.invalidLanguage2=\u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C2 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1\u03C2.
CodeGenInit.addMarkers=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03B7\u03BC\u03AC\u03BD\u03C3\u03B5\u03C9\u03BD \u03C3\u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2
CodeGenInit.createProject=\u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03AD\u03C1\u03B3\u03BF\u03C5 {0}
CodeGenInit.deleteProject=\u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03AD\u03C1\u03B3\u03BF\u03C5 {0}
CodeGenInit.initTemplate=\u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03A0\u03C1\u03BF\u03C4\u03CD\u03C0\u03C9\u03BD
CodeGenInit.removeLink=\u0391\u03C0\u03BF\u03BC\u03AC\u03BA\u03C1\u03C5\u03BD\u03C3\u03B7 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03C9\u03BD \u03C0\u03CC\u03C1\u03C9\u03BD
CodeGenInit.saveWorkspace=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C7\u03CE\u03C1\u03BF\u03C5 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2
DocumentRootImpl.mixed=\ (\u03BC\u03B9\u03BA\u03C4\u03CC\u03C2:
TalendJetEmitter.compileFail=\u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03C3\u03CD\u03BD\u03B8\u03B5\u03C3\u03B7\u03C2 : {0} : {1}
TalendJetEmitter.exception=\u0395\u03BE\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C3\u03B5
JetFilesProviderManager.unableLoad=\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 {0}JetFilesProviderManager.unableLoad
ComponentsFactory.afterSystemComponent=\u03BC\u03B5\u03C4\u03AC \u03C4\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03C3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
ComponentsLocalProviderService.componentLoadError=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5;
ComponentsLocalProviderService.talendExchangeError=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 Talend Exchange
ComponentsPreferencePage.ButtonLabel0=\u039F\u039A
ComponentsPreferencePage.configuration.LINK_STYLE=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03C7\u03B1\u03C1\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B9\u03BA\u03CE\u03BD \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03C9\u03BD \u03C9\u03C2:
ComponentsPreferencePage.rowLimit=\u038C\u03C1\u03B9\u03BF \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
ComponentsPreferencePage.WarningTitle=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
ComponentsProviderManager.unableLoad=\u03B1\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03C0\u03B1\u03C1\u03CC\u03C7\u03BF\u03C5 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
ComponenttRunJobPreferencePage.label=\u039C\u03B7 \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AE\u03C2 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u03BC\u03B5\u03C4\u03AC \u03C4\u03BF \u03B4\u03B9\u03C0\u03BB\u03CC \u03BA\u03BB\u03B9\u03BA \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF tRunJob
ComponenttRunJobPreferencePage.showCorrespondingJob=E\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AE\u03C2 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u03BC\u03B5\u03C4\u03AC \u03C4\u03BF \u03B4\u03B9\u03C0\u03BB\u03CC \u03BA\u03BB\u03B9\u03BA \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF tRunJob
XsdValidationCacheManager.unableLoadxsd=\u03B1\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 xsd \u03BB\u03B1\u03BD\u03B8\u03AC\u03BD\u03BF\u03C5\u03C3\u03B1\u03C2 \u03BC\u03BD\u03AE\u03BC\u03B7\u03C2 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2
XsdValidationCacheManager.unableSavexsd=\u03B1\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B5\u03C3\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AE\u03C2 \u03BC\u03BD\u03AE\u03BC\u03B7\u03C2 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2 xsd
prefs.configuration.LINK_STYLE.AUTO=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u039A\u03B1\u03BC\u03C0\u03CD\u03BB\u03B5\u03C2
prefs.configuration.LINK_STYLE.LINE=\u0393\u03C1\u03B1\u03BC\u03BC\u03AD\u03C2 (\u03B3\u03C1\u03AE\u03B3\u03BF\u03C1\u03B1)
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Alfresco=Alfresco
FAMILY.Business=\u03B5\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03C3\u03B9\u03B1\u03BA\u03CC
FAMILY.Business_Intelligence=\u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03C3\u03B9\u03B1\u03BA\u03AE \u0395\u03C5\u03C6\u03C5\u03AF\u03B1
FAMILY.CentricCRM=CentricCRM
FAMILY.Charts=\u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
FAMILY.Connections=\u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2
FAMILY.Custom_Code=\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF\u03C2_\u039A\u03CE\u03B4\u03B9\u03BA\u03B1\u03C2
FAMILY.DB2=DB2
FAMILY.DB_Generic=\u0393\u03B5\u03BD\u03B9\u03BA\u03AE \u0392\u0394
FAMILY.DB_SCD=DB SCD
FAMILY.Data_Quality=\u03A0\u03BF\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
FAMILY.Databases=\u0392\u03AC\u03C3\u03B5\u03B9\u03C2 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
FAMILY.ELT=ELT
FAMILY.FTP=ftp
FAMILY.Fields=\u03A0\u03B5\u03B4\u03AF\u03B1
FAMILY.File=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF
FAMILY.FireBird=Firebird
FAMILY.Greenplum=Greenplum
FAMILY.HSQLDb=HSQLdb
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u0395\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2
FAMILY.Interbase=Interbase
FAMILY.Internet=\u0394\u03B9\u03B1\u03B4\u03AF\u03BA\u03C4\u03C5\u03BF
FAMILY.Jasper=Jasper
FAMILY.JavaDB=JavaDB
FAMILY.JDBC=JDBC
FAMILY.LDAP=LDAP
FAMILY.Logs_Errors=\u0399\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03CC & \u03A3\u03C6\u03AC\u03BB\u03BC\u03B1\u03C4\u03B1
FAMILY.MS_SQL_Server=MS SQL Server
FAMILY.MSSql=MSSQL
FAMILY.Management=\u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7
FAMILY.MaxDB=MaxDB
FAMILY.Microsoft_AX=Microsoft AX
FAMILY.Misc=\u0394\u03B9\u03AC\u03C6\u03BF\u03C1\u03B1
FAMILY.MySQL=MySQL
FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=OLAP \u039A\u03CD\u03B2\u03BF\u03C2
FAMILY.Oracle=Oracle
FAMILY.Orchestration=\u0395\u03BD\u03BF\u03C1\u03C7\u03AE\u03C3\u03C4\u03C1\u03C9\u03C3\u03B7
FAMILY.Output=\u0388\u03BE\u03BF\u03B4\u03BF\u03C2
FAMILY.ParAccel=Paraccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
FAMILY.SCP=SCP
FAMILY.SPSS=SPSS
FAMILY.SQLite=SQLite
FAMILY.Salesforce=Salesforce
FAMILY.SugarCRM=SugarCRM
FAMILY.Sybase=Sybase
FAMILY.System=\u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1
FAMILY.Technical=\u03A4\u03B5\u03C7\u03BD\u03B9\u03BA\u03CC
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica
FAMILY.VtigerCRM=VtigerCRM
FAMILY.XML=XML

View File

@@ -2,7 +2,7 @@ JavaRoutineSynchronizer.UnsupportedOperation.Exception1=method not implemented:
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=JETEmitters Project not present, full reinitialize is needed
generatedcode.footerprocess.nbcharsgenerated={0} characters generated by {1}
CodeGeneratorEmittersPoolFactory.Class.NotFound=Template still present, but class {0} has disapeared from workspace. This unit needs to be recompiled.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Persitent data cannot be saved :
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Persitent data cannot be saved :
generatedcode.copyright.title=Copyright (c) 2005-2011, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=Generation Engine Initialization in progress...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html).
@@ -35,7 +35,7 @@ CodeGenInit.removeLink=Remove linked resources
CodeGenInit.saveWorkspace=Saving workspace
DocumentRootImpl.mixed=\ (mixed:
NodesSubTree.enableParallel=__ENABLE_PARALLEL__
PoolTypeImpl.persistentPool=\ (persistentPool:
PoolTypeImpl.persistentPool= \ (persistentPool:
TalendJetEmitter.compileFail=\ compile fail : {0} : {1}
TalendJetEmitter.exception=Exception on
JetFilesProviderManager.unableLoad=Unable to load {0}JetFilesProviderManager.unableLoad
@@ -84,7 +84,7 @@ FAMILY.eXist=eXist
FAMILY.FTP=FTP
FAMILY.Fields=Fields
FAMILY.File=File
FAMILY.FireBird=Firebird
FAMILY.FireBird=FireBird
FAMILY.Greenplum=Greenplum
FAMILY.HSQLDb=HSQLDb
FAMILY.Healthcare=Healthcare
@@ -140,3 +140,9 @@ ComponentsPreferencePage_SuccessMessage1=Need restart studio to load the new com
ComponentsPreferencePage_SuccessMessage2=Do you want to restart right now?
ComponentsPreferencePage.installComponentsFailure=Install components failure
generatedcode.copyright.body1=This source code has been automatically generated by {0}
ComponentsFactory.init.waitForFinish.timeout=Can't initialise ComponentsFactory, please try again.
FAMILY.Data_Privacy=Data Privacy
ComponentsPreferencePage.enableOnLineHelp=Enable online help for components
ComponentsPreferencePage.titleInstallHelp=Install offline help feature?
ComponentsPreferencePage.msgInstallHelp=This will open additional packages dialog to install offline help feature, do you want to continue?
ComponentsPreferencePage.grpHelp=Help

View File

@@ -2,11 +2,11 @@ CodeGenerator.newLine=\n\n\n\n
CodeGenInit.createProject=Crear proyecto {0}
CodeGenInit.deleteProject=Borrar proyecto {0}
CodeGenInit.saveWorkspace=Guardando Espacio de Trabajo
CodeGeneratorEmittersPoolFactory.operationCanceled=Operaci<EFBFBD>n Cancelada
ComponentsPreferencePage.rowLimit=L<EFBFBD>mite de filas
CodeGeneratorEmittersPoolFactory.operationCanceled=Operaci\u00F3n Cancelada
ComponentsPreferencePage.rowLimit=L\u00EDmite de filas
ComponentsPreferencePage.WarningTitle=Advertencia
XsdValidationCacheManager.unableLoadxsd=no se puede cargar archivo de cach<EFBFBD> de validaci<EFBFBD>n xsd
XsdValidationCacheManager.unableSavexsd=imposible guardar archivo de cach<EFBFBD> de validaci<EFBFBD>n xsd
XsdValidationCacheManager.unableLoadxsd=no se puede cargar archivo de cach\u00E9 de validaci\u00F3n xsd
XsdValidationCacheManager.unableSavexsd=imposible guardar archivo de cach\u00E9 de validaci\u00F3n xsd
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Business=negocio

View File

@@ -1,62 +1,62 @@
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=M<EFBFBD>thode non impl<EFBFBD>ment<EFBFBD>e : org.talend.designer.codegen.JavaRoutineSynchronizer line:49
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Le projet JETEmitters est introuvable, une r<EFBFBD>initialisation compl<EFBFBD>te est requise
generatedcode.footerprocess.nbcharsgenerated={0} caract<EFBFBD>res g<>n<EFBFBD>r<EFBFBD>s par {1}
CodeGeneratorEmittersPoolFactory.Class.NotFound=Le template est toujours pr<EFBFBD>sent, mais la classe {0} a disparue. Cette fonction doit d'<EFBFBD>tre recompil<EFBFBD>e.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Les donn<EFBFBD>es persistantes ne peuvent pas <EFBFBD>tre enregistr<EFBFBD>es :
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=M\u00E9thode non impl\u00E9ment\u00E9e : org.talend.designer.codegen.JavaRoutineSynchronizer line:49
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Le projet JETEmitters est introuvable, une r\u00E9initialisation compl\u00E8te est requise
generatedcode.footerprocess.nbcharsgenerated={0} caract\u00E8res g\u00E9n\u00E9r\u00E9s par {1}
CodeGeneratorEmittersPoolFactory.Class.NotFound=Le template est toujours pr\u00E9sent, mais la classe {0} a disparue. Cette fonction doit d'\u00EAtre recompil\u00E9e.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Les donn\u00E9es persistantes ne peuvent pas \u00EAtre enregistr\u00E9es :
generatedcode.copyright.title=Copyright (c) 2005-2011, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=L'initialisation du moteur de g<EFBFBD>n<EFBFBD>ration est en cours...
CodeGeneratorEmittersPoolFactory.initMessage=L'initialisation du moteur de g\u00E9n\u00E9ration est en cours...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html).
EmfEmittersPersistence.CodeGen.DataMissing=Donn<EFBFBD>e de g<>n<EFBFBD>ration de code manquante. D<EFBFBD>but de g<EFBFBD>n<EFBFBD>ration du code entier.
CodeGenerator.JET.TimeOut=D<EFBFBD>lai d'initialisation JET d<EFBFBD>pass<EFBFBD>
EmfEmittersPersistence.CodeGen.DataMissing=Donn\u00E9e de g\u00E9n\u00E9ration de code manquante. D\u00E9but de g\u00E9n\u00E9ration du code entier.
CodeGenerator.JET.TimeOut=D\u00E9lai d'initialisation JET d\u00E9pass\u00E9
generatedcode.copyright.body4=Vous pouvez distribuer ce code sous les termes de la licence GNU LGPL
CodeGenerator.Node.NotFound=Noeud introuvable dans le processus courant
generatedcode.copyright.body3=Vous pouvez trouver plus d'informations sur les produits Talend sur www.talend.com.
EmittersPoolFactoryImpl.Class.IllegalArg=La classe '{0}' n'est pas un classifiant valide
generatedcode.copyright.body2=/ JobDesigner (CodeGenerator version {0}).
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=M<EFBFBD>thode non impl<EFBFBD>ment<EFBFBD>e : org.talend.designer.codegen.JavaRoutineSynchronizer line:58
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=M\u00E9thode non impl\u00E9ment\u00E9e : org.talend.designer.codegen.JavaRoutineSynchronizer line:58
CodeGenerator.getGraphicalNode1=------process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n
JetSkeletonManager.unableLoad=Impossible de charger le fichier de cache de la mise <EFBFBD> jour du squelette
JetSkeletonManager.unableSave=impossible d'enregistrer le fichier de cache de la mise <EFBFBD> jour skeleton
JetSkeletonManager.updateProblem=quand les donn<EFBFBD>es persistantes du squelette sont mises <EFBFBD> jour, il y a des probl<EFBFBD>mes.
CodeGeneratorEmittersPoolFactory.codeThread=G<EFBFBD>n<EFBFBD>ration de code en arri<EFBFBD>re-plan
CodeGeneratorEmittersPoolFactory.componentCompiled=Composants compil<EFBFBD>s en {0} ms
CodeGeneratorEmittersPoolFactory.failCompail=<EFBFBD>chec de compilation des composants \: \r\n
JetSkeletonManager.unableLoad=Impossible de charger le fichier de cache de la mise \u00E0 jour du squelette
JetSkeletonManager.unableSave=impossible d'enregistrer le fichier de cache de la mise \u00E0 jour skeleton
JetSkeletonManager.updateProblem=quand les donn\u00E9es persistantes du squelette sont mises \u00E0 jour, il y a des probl\u00E8mes.
CodeGeneratorEmittersPoolFactory.codeThread=G\u00E9n\u00E9ration de code en arri\u00E8re-plan
CodeGeneratorEmittersPoolFactory.componentCompiled=Composants compil\u00E9s en {0} ms
CodeGeneratorEmittersPoolFactory.failCompail=\u00C9chec de compilation des composants \: \r\n
CodeGeneratorEmittersPoolFactory.initialException=Exception durant l'initialisation
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=Erreur d'initialisation de JetEmitter
CodeGeneratorService.invalidLanguage1=Type de langage invalide.
CodeGeneratorService.invalidLanguage2=Type de langage invalide.
CodeGenInit.addMarkers=Ajouter des marqueurs dans l'espace de travail
CodeGenInit.createProject=Cr<EFBFBD>er le projet {0}
CodeGenInit.createProject=Cr\u00E9er le projet {0}
CodeGenInit.deleteProject=Supprimer le projet {0}
CodeGenInit.initTemplate=Init templates
CodeGenInit.removeLink=Supprimer les ressources li<EFBFBD>es
CodeGenInit.removeLink=Supprimer les ressources li\u00E9es
CodeGenInit.saveWorkspace=Enregistrement de l'espace de travail
DocumentRootImpl.mixed=(mix<EFBFBD>\:
DocumentRootImpl.mixed=(mix\u00E9\:
NodesSubTree.enableParallel=__ENABLE_PARALLEL__
PoolTypeImpl.persistentPool=(PoolPersistant \:
TalendJetEmitter.compileFail= erreur de compilation : {0} : {1}
TalendJetEmitter.exception=Exception sur
JetFilesProviderManager.unableLoad=Impossible de charger {0} JetFilesProviderManager.unableLoad
CodeGeneratorEmittersPoolFactory.dialogContent=La g<EFBFBD>n<EFBFBD>ration JetEmitter est annul<EFBFBD>e, afin d'<EFBFBD>viter des probl<EFBFBD>mes, veuillez appuyez sur Ctrl+Maj+F3 pour g<EFBFBD>n<EFBFBD>rer <20> nouveau.
CodeGeneratorEmittersPoolFactory.operationCanceled=Op<EFBFBD>ration annul<EFBFBD>e
ComponentsFactory.afterSystemComponent=apr<EFBFBD>s le(s) composant(s) syst<EFBFBD>me
CodeGeneratorEmittersPoolFactory.dialogContent=La g\u00E9n\u00E9ration JetEmitter est annul\u00E9e, afin d'\u00E9viter des probl\u00E8mes, veuillez appuyez sur Ctrl+Maj+F3 pour g\u00E9n\u00E9rer \u00E0 nouveau.
CodeGeneratorEmittersPoolFactory.operationCanceled=Op\u00E9ration annul\u00E9e
ComponentsFactory.afterSystemComponent=apr\u00E8s le(s) composant(s) syst\u00E8me
ComponentsFactory.componentNotFound=Impossible de trouver le dossier du composant :
ComponentsFactory.load.components=Chargement des composants...
ComponentsFactory.parentNotRecompiled=Attention\: les parents de *.inc.javajet ne sont pas recompil<EFBFBD>s.
ComponentsFactory.parentNotRecompiled=Attention\: les parents de *.inc.javajet ne sont pas recompil\u00E9s.
ComponentsLocalProviderService.componentLoadError=Erreur de chargement du composant
ComponentsLocalProviderService.talendExchangeError=Erreur de Talend Exchange
ComponentsPreferencePage.ButtonLabel0=OK
ComponentsPreferencePage.configuration.LINK_STYLE=Les liens de mapping par d<EFBFBD>faut s'affichent comme :
ComponentsPreferencePage.configuration.LINK_STYLE=Les liens de mapping par d\u00E9faut s'affichent comme :
ComponentsPreferencePage.rowLimit=Limite de lignes
ComponentsPreferencePage.WarningMsg=Vous devez red<EFBFBD>marrer Talend Open Studio afin de charger les composants suppl<EFBFBD>mentaires.
ComponentsPreferencePage.WarningMsg=Vous devez red\u00E9marrer Talend Open Studio afin de charger les composants suppl\u00E9mentaires.
ComponentsPreferencePage.WarningTitle=Avertissement
ComponentsPreferencePage.directoryFieldLabel=Dossier des composants utilisateur :
ComponentsProviderManager.unableLoad=Impossible de charger un fournisseur de composant
ComponenttRunJobPreferencePage.label=Ne pas afficher le Job correspondant apr<EFBFBD>s un double-clic sur un composant tRunJob.
ComponentJobletPreferencePage.label=Ne pas afficher le Job correspondant apr<EFBFBD>s un double-clic sur un composant Joblet.
ComponenttRunJobPreferencePage.showCorrespondingJob=Afficher le Job correspondant apr<EFBFBD>s un double-clic sur un composant tRunJob.
ComponenttRunJobPreferencePage.label=Ne pas afficher le Job correspondant apr\u00E8s un double-clic sur un composant tRunJob.
ComponentJobletPreferencePage.label=Ne pas afficher le Job correspondant apr\u00E8s un double-clic sur un composant Joblet.
ComponenttRunJobPreferencePage.showCorrespondingJob=Afficher le Job correspondant apr\u00E8s un double-clic sur un composant tRunJob.
XsdValidationCacheManager.unableLoadxsd=impossible de charger le fichier de cache de validation xsd
XsdValidationCacheManager.unableSavexsd=impossible d'enregistrer le fichier de cache de validation xsd
prefs.configuration.LINK_STYLE.AUTO=Auto
@@ -65,18 +65,18 @@ prefs.configuration.LINK_STYLE.LINE=Lignes (rapide)
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Alfresco=Alfresco
FAMILY.Business=Applications M<EFBFBD>tier
FAMILY.Business=Applications M\u00E9tier
FAMILY.Business_Intelligence=Business Intelligence
FAMILY.CentricCRM=CentricCRM
FAMILY.Charts=Graphiques
FAMILY.Connections=Connexions
FAMILY.Custom_Code=Code Utilisateur
FAMILY.DB2=DB2
FAMILY.DB_Generic=Base de donn<EFBFBD>es g<>n<EFBFBD>rique
FAMILY.DB_JDBC=Base de donn<EFBFBD>es JDBC
FAMILY.DB_Generic=Base de donn\u00E9es g\u00E9n\u00E9rique
FAMILY.DB_JDBC=Base de donn\u00E9es JDBC
FAMILY.DB_SCD=DB SCD
FAMILY.Data_Quality=Qualit<EFBFBD> de donn<EFBFBD>es
FAMILY.Databases=Bases de donn<EFBFBD>es
FAMILY.Data_Quality=Qualit\u00E9 de donn\u00E9es
FAMILY.Databases=Bases de donn\u00E9es
FAMILY.ELT=ELT
FAMILY.ESB=ESB
FAMILY.EXASolution=EXASolution
@@ -111,7 +111,7 @@ FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=Cube OLAP
FAMILY.Oracle=Oracle
FAMILY.Orchestration=Orchestration
FAMILY.Output=<EFBFBD>criture
FAMILY.Output=\u00C9criture
FAMILY.ParAccel=Paraccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
@@ -125,16 +125,21 @@ FAMILY.SQLite=SQLite
FAMILY.Salesforce=Salesforce
FAMILY.SugarCRM=SugarCRM
FAMILY.Sybase=Sybase
FAMILY.System=Syst<EFBFBD>me
FAMILY.System=Syst\u00E8me
FAMILY.Technical=Technique
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica
FAMILY.VtigerCRM=VtigerCRM
FAMILY.XML=XML
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=Mettre <EFBFBD> jour la palette pour les <EFBFBD>diteurs
ComponentsPreferencePage.componentAssist=Activer l'assistant de cr<EFBFBD>ation de composant
ComponentsPreferencePage.notValidDirectory=Votre s<EFBFBD>lection va imbriquer des dossiers, ce n'est pas recommand<EFBFBD>. Continuer ?
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=Mettre \u00E0 jour la palette pour les \u00E9diteurs
ComponentsPreferencePage.componentAssist=Activer l'assistant de cr\u00E9ation de composant
ComponentsPreferencePage.notValidDirectory=Votre s\u00E9lection va imbriquer des dossiers, ce n'est pas recommand\u00E9. Continuer ?
ComponentsFactory.loadComponents.missingFolder=Le plug-in "{1}" manque dans le dossier "{0}".
ComponentsPreferencePage_SuccessMessage1=Red<EFBFBD>marrez le Studio pour charger les nouveaux composants. Sinon,ils seront charg<EFBFBD>s au prochain d<EFBFBD>marrage.
ComponentsPreferencePage_SuccessMessage2=Red<EFBFBD>marrer maintenant ?
ComponentsPreferencePage.installComponentsFailure=<EFBFBD>chec de l'installation des composants
ComponentsPreferencePage_SuccessMessage1=Red\u00E9marrez le Studio pour charger les nouveaux composants. Sinon,ils seront charg\u00E9s au prochain d\u00E9marrage.
ComponentsPreferencePage_SuccessMessage2=Red\u00E9marrer maintenant ?
ComponentsPreferencePage.installComponentsFailure=\u00C9chec de l'installation des composants
ComponentsFactory.init.waitForFinish.timeout=Impossible d\'initialiser ComponentsFactory, veuillez r\u00E9essayer.
ComponentsPreferencePage.enableOnLineHelp=Activer l\'aide en ligne pour les composants
ComponentsPreferencePage.titleInstallHelp=Installer la fonctionnalit\u00E9 d\'aide hors ligne\u00A0?
ComponentsPreferencePage.msgInstallHelp=Cela va ouvrir une bo\u00EEte de dialogue de packages suppl\u00E9mentaires pour installer la fonctionnalit\u00E9 d\'aide hors ligne, continuer ?
ComponentsPreferencePage.grpHelp=Aide

View File

@@ -1,28 +0,0 @@
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Projekt za JETEmitter nije prisutan, potrebna je potpuna reinicijalizacija
CodeGeneratorEmittersPoolFactory.Class.NotFound=Predlo\u017Eake je prisutan, ali klasa {0} je nestala iz radnog prostora. Ovu jedinicu treba prekompajlirati.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=perzistentne podatke nije mogu\u0107e spremiti:
CodeGeneratorEmittersPoolFactory.initMessage=Inicijalizacija Engine-a za generiranje je u toku...
CodeGenerator.Node.NotFound=\u010Cvor nije prona\u0111en u trenutnom procesu
CodeGeneratorEmittersPoolFactory.codeThread=Pozadinska nit za generiranje koda
CodeGeneratorEmittersPoolFactory.componentCompiled=Komponente su iskompajlirane u {0} ms
CodeGeneratorEmittersPoolFactory.failCompail=Neuspjelo kompajliranje komponenti: rn
CodeGeneratorEmittersPoolFactory.initialException=Iznimka prilikom inicijaliziranja
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=Gre\u0161ka prilikom inicijaliziranja JetEmmitera
CodeGeneratorService.invalidLanguage1=Neispravan tip jezika.
CodeGeneratorService.invalidLanguage2=Neispravan tip jezika.
CodeGenInit.addMarkers=Dodavanje markera radnom prostoru
CodeGenInit.createProject=kreiraj {0} projekt
CodeGenInit.deleteProject=obri\u0161i {0}projekt
CodeGenInit.initTemplate=init Predlo\u017Eaka
CodeGenInit.removeLink=Ukloni povezane resurse
CodeGenInit.saveWorkspace=Spremanje radnog prostora
ComponentsPreferencePage.ButtonLabel0=U redu
ComponentsPreferencePage.WarningTitle=Upozorenje
XsdValidationCacheManager.unableLoadxsd=Ne mogu u\u010Ditati cache datoteku za xsd validaciju
XsdValidationCacheManager.unableSavexsd=Ne mogu usnimiti cache datoteku za xsd validaciju
FAMILY.Connections=Konekcije
FAMILY.Input=Unos
FAMILY.MySQL=MySQL
FAMILY.Oracle=Oracle
FAMILY.PostgreSQL=PostgreSQL
FAMILY.XML=XML

View File

@@ -1,6 +1,6 @@
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Progetto JETEmmitters non presente, <EFBFBD> necessario reinizializzare
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Progetto JETEmmitters non presente, \u00E8 necessario reinizializzare
generatedcode.footerprocess.nbcharsgenerated={0} caratteri generati da {1}
CodeGeneratorEmittersPoolFactory.Class.NotFound=Il template <EFBFBD> presente, ma la classe {0} <EFBFBD> sparita. Questa funzione dev'essere ricompilata.
CodeGeneratorEmittersPoolFactory.Class.NotFound=Il template \u00E8 presente, ma la classe {0} \u00E8 sparita. Questa funzione dev'essere ricompilata.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=I dati persistenti non possono essere salvati:
generatedcode.copyright.title=Copyright (c) 2005-2009, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=Inizializzazione del motore di generazione in corso...

View File

@@ -16,13 +16,13 @@ generatedcode.copyright.body2=/ JobDesigner (CodeGenerator\u30D0\u30FC\u30B8\u30
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=\u30E1\u30BD\u30C3\u30C9\u304C\u5B9F\u88C5\u3055\u308C\u3066\u3044\u307E\u305B\u3093: org.talend.designer.codegen.JavaRoutineSynchronizer line:58
CodeGenerator.getGraphicalNode1=------process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n
CodeGenerator.newLine=\\n\\n\\n\\n
JetSkeletonManager.unableLoad=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
JetSkeletonManager.unableSave=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093
JetSkeletonManager.updateProblem=\u30B9\u30B1\u30EB\u30C8\u30F3\u6C38\u7D9A\u30C7\u30FC\u30BF\u66F4\u65B0\u6642\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.codeThread=\u30B3\u30FC\u30C9\u751F\u6210\u306E\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u30B9\u30EC\u30C3\u30C9
CodeGeneratorEmittersPoolFactory.componentCompiled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F{0}\u30DF\u30EA\u79D2\u3067\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.failCompail=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B3\u30F3\u30D1\u30A4\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F : \r\n
CodeGeneratorEmittersPoolFactory.failCompail=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B3\u30F3\u30D1\u30A4\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F : \\r\\n
CodeGeneratorEmittersPoolFactory.initialException=\u521D\u671F\u5316\u4E2D\u306B\u4F8B\u5916\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=JetEmitter\u306E\u521D\u671F\u5316\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorService.invalidLanguage1=\u7121\u52B9\u306A\u8A00\u8A9E\u30BF\u30A4\u30D7\u3067\u3059\u3002
@@ -82,7 +82,7 @@ FAMILY.ESB=ESB
FAMILY.EXASolution=EXASolution
FAMILY.eXist=eXist
FAMILY.FTP=ftp
FAMILY.Fields=\u30D5\u30A3\u30FC\u30EB\u30C9
FAMILY.Fields=\u9805\u76EE\u5024
FAMILY.File=\u30D5\u30A1\u30A4\u30EB
FAMILY.FireBird=Firebird
FAMILY.Greenplum=Greenplum
@@ -91,7 +91,7 @@ FAMILY.Healthcare=\u30D8\u30EB\u30B9\u30B1\u30A2
FAMILY.Hive=Hive
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=Input (\u5165\u529B)
FAMILY.Input=\u30D5\u30A1\u30A4\u30EB\u5165\u529B
FAMILY.Interbase=Interbase
FAMILY.Internet=\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8
FAMILY.Jasper=Jasper
@@ -111,22 +111,22 @@ FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=OLAP\u30AD\u30E5\u30FC\u30D6
FAMILY.Oracle=Oracle
FAMILY.Orchestration=\u30D7\u30ED\u30BB\u30B9\u5236\u5FA1
FAMILY.Output=\u51FA\u529B
FAMILY.Output=\u30D5\u30A1\u30A4\u30EB\u51FA\u529B
FAMILY.ParAccel=ParAccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
FAMILY.Processing=\u51E6\u7406\u4E2D
FAMILY.Processing=\u5909\u63DB\u51E6\u7406
FAMILY.SAP=SAP
FAMILY.Sas=SAS
FAMILY.SCD=SCD
FAMILY.SCP=SCP
FAMILY.SPSS=SPSS
FAMILY.SQLite=SQLite
FAMILY.Salesforce=Salesforce (\u30BB\u30FC\u30EB\u30B9\u30D5\u30A9\u30FC\u30B9)
FAMILY.Salesforce=Salesforce
FAMILY.SugarCRM=SugarCRM
FAMILY.Sybase=Sybase
FAMILY.System=\u30B7\u30B9\u30C6\u30E0
FAMILY.Technical=\u6280\u8853
FAMILY.Technical=\u30C6\u30AF\u30CB\u30AB\u30EB
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica
FAMILY.VtigerCRM=VtigerCRM
@@ -140,3 +140,9 @@ ComponentsPreferencePage_SuccessMessage1=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u3
ComponentsPreferencePage_SuccessMessage2=\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B\uFF1F
ComponentsPreferencePage.installComponentsFailure=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F
generatedcode.copyright.body1=\u3053\u306E\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F{0}\u306B\u3088\u3063\u3066\u81EA\u52D5\u7684\u306B\u751F\u6210\u3055\u308C\u307E\u3057\u305F
ComponentsFactory.init.waitForFinish.timeout=ComponentsFactory\u3092\u521D\u671F\u5316\u3067\u304D\u307E\u305B\u3093\u3002\u3082\u3046\u4E00\u5EA6\u8A66\u3057\u3066\u4E0B\u3055\u3044\u3002
FAMILY.Data_Privacy=\u30C7\u30FC\u30BF\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC
ComponentsPreferencePage.enableOnLineHelp=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D8\u30EB\u30D7\u3092\u6709\u52B9\u5316
ComponentsPreferencePage.titleInstallHelp=\u30AA\u30D5\u30E9\u30A4\u30F3\u30D8\u30EB\u30D7\u6A5F\u80FD\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059\u304B?
ComponentsPreferencePage.msgInstallHelp=\u3053\u308C\u306B\u3088\u3063\u3066\u8FFD\u52A0\u30D1\u30C3\u30B1\u30FC\u30B8\u306E\u30C0\u30A4\u30A2\u30ED\u30B0\u304C\u958B\u304D\u3001\u30AA\u30D5\u30E9\u30A4\u30F3\u30D8\u30EB\u30D7\u6A5F\u80FD\u304C\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B?
ComponentsPreferencePage.grpHelp=\u30D8\u30EB\u30D7

View File

@@ -1,4 +0,0 @@
CodeGenInit.createProject={0}\uD504\uB85C\uC81D\uD2B8 \uC0DD\uC131
CodeGenInit.deleteProject={0}\uD504\uB85C\uC81D\uD2B8 \uC0AD\uC81C
FAMILY.Access=Access
FAMILY.Input=\uC785\uB825

View File

@@ -1,5 +0,0 @@
prefs.configuration.LINK_STYLE.AUTO=Automatisch
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Rondingen
prefs.configuration.LINK_STYLE.LINE=Lijnen (snel)
FAMILY.Access=Toegang
FAMILY.Connections=Verbindingen

View File

@@ -1,79 +0,0 @@
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Brak projektu JETEmitters, wymagana ponowna pe\u0142na inicjalizacja
CodeGeneratorEmittersPoolFactory.Class.NotFound=Szablon nadal dost\u0119pny ale klasa {0} znikn\u0119\u0142a z obszaru roboczego. Nale\u017Cy zrekompilowa\u0107 jednostk\u0119.
CodeGenerator.JET.TimeOut=Timeout inicjalizacji JET
CodeGenerator.Node.NotFound=Nie znaleziono ga\u0142\u0119zi procesu
CodeGenerator.newLine=\n\n\n\n
CodeGeneratorEmittersPoolFactory.componentCompiled=Komponenty skompilowane w {0} ms
CodeGeneratorEmittersPoolFactory.failCompail=Nieudana kompilacja komponent<6E>w: \r\n
CodeGeneratorEmittersPoolFactory.initialException=Wyj\u0105tek podczas inicjalizacji
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=B\u0142\u0105d podcza inicjalizacji JetEmitter
CodeGeneratorService.invalidLanguage1=niepoprawny typ j\u0119zyka.
CodeGeneratorService.invalidLanguage2=niepoprawny typ j\u0119zyka.
CodeGenInit.addMarkers=Dodanie znacznik<69>w do obszaru roboczego
CodeGenInit.createProject=utw<EFBFBD>rz {0} projekt
CodeGenInit.deleteProject=skasuj {0} projekt
CodeGenInit.removeLink=Skasuj po\u0142\u0105czone zasoby
CodeGenInit.saveWorkspace=Zapisywanie obszaru roboczego
TalendJetEmitter.exception=Wyj\u0105tek w
CodeGeneratorEmittersPoolFactory.operationCanceled=Operacja anulowana
ComponentsLocalProviderService.componentLoadError=B\u0142\u0105d \u0142adowania komponentu
ComponentsLocalProviderService.talendExchangeError=B\u0142\u0105d Talend Exchange
ComponentsPreferencePage.rowLimit=Limit wierszy
ComponentsPreferencePage.WarningTitle=Ostrze\u017Cenie
XsdValidationCacheManager.unableLoadxsd=nie mo\u017Cna za\u0142odowa\u0107 pliku cahce walidacji xsd
XsdValidationCacheManager.unableSavexsd=nie mo\u017Cna zapisa\u0107 pliku cache walidacji xsd
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Alfresco=Alfresco
FAMILY.Business_Intelligence=Business Intelligence
FAMILY.CentricCRM=CentricCRM
FAMILY.Charts=Wykresy
FAMILY.Connections=Po\u0142\u0105czenia
FAMILY.Custom_Code=Kod w\u0142asny
FAMILY.DB2=DB2
FAMILY.DB_Generic=DB Generic
FAMILY.DB_SCD=DB SCD
FAMILY.Data_Quality=Jako\u015B\u0107 danych
FAMILY.Databases=Bazy danych
FAMILY.eXist=Istnieje
FAMILY.Fields=Pola
FAMILY.File=Plik
FAMILY.FireBird=Firebird
FAMILY.Greenplum=Greenplum
FAMILY.HSQLDb=HSQLdb
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=Wej\u015Bcie
FAMILY.Interbase=Interbase
FAMILY.Internet=Internet
FAMILY.Jasper=Jasper
FAMILY.JavaDB=JavaDB
FAMILY.JDBC=JDBC
FAMILY.LDAP=LDAP
FAMILY.Logs_Errors=Logi i b\u0142\u0119dy
FAMILY.MS_SQL_Server=MS SQL Server
FAMILY.MSSql=MSSQL
FAMILY.Management=Zarz\u0105danie
FAMILY.MaxDB=MaxDB
FAMILY.Microsoft_AX=Microsoft AX
FAMILY.Misc=R<EFBFBD>\u017Cne
FAMILY.MySQL=MySQL
FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=Kostka OLAP
FAMILY.Oracle=Oracle
FAMILY.Orchestration=Orkiestracja
FAMILY.Output=Wyj\u015Bcie
FAMILY.ParAccel=Paraccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
FAMILY.Processing=Przetwarzanie
FAMILY.SCP=SCP
FAMILY.SPSS=SPSS
FAMILY.SQLite=SQLite
FAMILY.SugarCRM=SugarCRM
FAMILY.Sybase=Sybase
FAMILY.Technical=Techniczne
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica
FAMILY.VtigerCRM=VtigerCRM
FAMILY.XML=XML

View File

@@ -1,56 +0,0 @@
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Projeto JETEmitters n<>o existe, <20> necess<73>rio a reinicializa<7A><61>o
CodeGeneratorEmittersPoolFactory.Class.NotFound=Template ainda presente, mas a classe {0} disapareceu do workspace. Essa unidade precisa ser recompilada.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Os dados n<>o podem ser salvos:
CodeGeneratorEmittersPoolFactory.initMessage=Inicializa<EFBFBD><EFBFBD>o da Engine de Gera<72><61>o em andamento...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html).
EmfEmittersPersistence.CodeGen.DataMissing=Falta de dados na gera<72><61>o de c<>digo. Iniciando a gera<72><61>o de c<>digo completo.
CodeGenerator.JET.TimeOut=Inicializa<EFBFBD><EFBFBD>o do JET excedeu o limite de tempo
CodeGenerator.Node.NotFound=Nodo n<>o encontrado no processo atual
EmittersPoolFactoryImpl.Class.IllegalArg=A classe '{0}' n<>o <20> uma classe v<>lida
CodeGenerator.getGraphicalNode1=-----process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n
CodeGeneratorEmittersPoolFactory.codeThread=Thread de background da gera<72><61>o de c<>digo
CodeGeneratorEmittersPoolFactory.componentCompiled=Componentes compilados em {0}
CodeGeneratorEmittersPoolFactory.failCompail=Compila<EFBFBD><EFBFBD>o dos componentes falhou: \r\n
CodeGeneratorEmittersPoolFactory.initialException=Erro durante a inicializa<7A><61>o
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=Erro durante a inicializa<7A><61>o do JetEmitter
CodeGeneratorService.invalidLanguage1=Tipo de linguagem inv<6E>lida
CodeGeneratorService.invalidLanguage2=Tipo de linguagem inv<6E>lida
CodeGenInit.addMarkers=Adicionando marcadores ao workspace
CodeGenInit.createProject=criar projeto {0}
CodeGenInit.deleteProject=remover projeto {0}
CodeGenInit.initTemplate=Templates de in<69>cio
CodeGenInit.removeLink=Remover recursos contectados
CodeGenInit.saveWorkspace=Salvando workspace
DocumentRootImpl.mixed=(misturado:
ComponentsFactory.afterSystemComponent=ap<EFBFBD>s o componente do sistema
ComponentsLocalProviderService.componentLoadError=Erro ao carregar componente
ComponentsPreferencePage.ButtonLabel0=OK
ComponentsPreferencePage.rowLimit=Limite de Linhas
ComponentsPreferencePage.WarningTitle=Advert<EFBFBD>ncia
ComponentsProviderManager.unableLoad=imposs<EFBFBD>vel carregar provider do componente
ComponenttRunJobPreferencePage.label=N<EFBFBD>o mostrar job correspondente ap<61>s duplo clique em um componente tRunJob.
ComponenttRunJobPreferencePage.showCorrespondingJob=Visualizar trabalho correspondente ap<61>s duplo clique no componente tRunJob.
XsdValidationCacheManager.unableLoadxsd=Imposs<EFBFBD>vel carregar arquivo XSD do cache
XsdValidationCacheManager.unableSavexsd=Imposs<EFBFBD>vel salvar arquivo XSD no cache
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Business=business
FAMILY.Connections=Conex<EFBFBD>es
FAMILY.DB2=DB2
FAMILY.Databases=Base de dados
FAMILY.FireBird=Firebird
FAMILY.Input=Entrada
FAMILY.Internet=Internet
FAMILY.Jasper=Jasper
FAMILY.Logs_Errors=Logs e Erros
FAMILY.Management=Gerenciamento
FAMILY.Output=Sa<EFBFBD>da
FAMILY.PostgresPlus=PostgresPlus
FAMILY.Processing=Processando
FAMILY.SQLite=SQLite
FAMILY.Sybase=Sybase
FAMILY.Technical=T<EFBFBD>cnico
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica

View File

@@ -1,6 +0,0 @@
ComponentsPreferencePage.ButtonLabel0=OK
ComponentsPreferencePage.rowLimit=Limita inregistrarii
XsdValidationCacheManager.unableLoadxsd=fisierul xsd cache de validare nu poate fi incarcat
XsdValidationCacheManager.unableSavexsd=fisierul xsd cache de validare nu poate fi salvat
FAMILY.Output=Iesire
FAMILY.XML=XML

View File

@@ -0,0 +1,18 @@
ComponentsPreferencePage.ButtonLabel0=Ok
ComponentsPreferencePage.rowLimit=Riadkov\u00FD limit
ComponentsPreferencePage.WarningTitle=Varovanie
FAMILY.Access=Pr\u00EDstup
FAMILY.Connections=Pripojenia
FAMILY.DB_JDBC=DB JDBC
FAMILY.Databases=Datab\u00E1za
FAMILY.ESB=ESB
FAMILY.eXist=Existuj\u00FAca
FAMILY.File=S\u00FAbor
FAMILY.HSQLDb=HSQL.Db
FAMILY.Input=VSTUP
FAMILY.JavaDB=JavaDB
FAMILY.MSSql=MSSQL
FAMILY.MaxDB=MaxDB
FAMILY.Output=V\u00DDSTUP
FAMILY.System=Syst\u00E9m
FAMILY.XML=XML

View File

@@ -1,3 +0,0 @@
FAMILY.MSSql=MSSql
FAMILY.MySQL=MySQL
FAMILY.PostgreSQL=Postgre SQL

View File

@@ -1,4 +0,0 @@
CodeGenInit.createProject={0} projesi olu\u015Ftur
CodeGenInit.deleteProject={0} projesini sil
FAMILY.Access=Eri\u015Fim
FAMILY.Input=Giri\u015F

View File

@@ -1,83 +1,148 @@
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=\u65B9\u6CD5\u672A\u5B9E\u65BD\uFF1Aorg.talend.designer.codegen.JavaRoutineSynchronizer line:49
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=JETEmitters\u5DE5\u7A0B\u4E0D\u5B58\u5728\uFF0C\u9700\u8981\u91CD\u65B0\u5B8C\u6574\u521D\u59CB\u5316\u3002
generatedcode.footerprocess.nbcharsgenerated=\u7531 {1} \u751F\u6210\u7684 {0} \u4E2A\u5B57\u7B26
CodeGeneratorEmittersPoolFactory.Class.NotFound=\u6A21\u677F\u4F9D\u7136\u5B58\u5728\uFF0C\u4F46\u662F\u7C7B{0}
CodeGeneratorEmittersPoolFactory.PersitentData.Error=\u6301\u4E45\u5316\u6570\u636E\u4E0D\u80FD\u4FDD\u5B58\uFF1A
CodeGeneratorEmittersPoolFactory.initMessage=\u521D\u59CB\u5316\u4EE3\u7801\u751F\u6210\u5F15\u64CE...
generatedcode.copyright.title=\u7248\u6743\u6240\u6709 (c) 2005-2011\uFF0CTalend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=\u751F\u6210\u5F15\u64CE\u6B63\u5728\u521D\u59CB\u5316...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html)\u3002
EmfEmittersPersistence.CodeGen.DataMissing=\u4EE3\u7801\u751F\u6210\u6570\u636E\u6D41\u5931\uFF0C\u5F00\u59CB\u91CD\u65B0\u751F\u6210\u4EE3\u7801\u3002
CodeGenerator.JET.TimeOut=JET\u521D\u59CB\u5316\u8D85\u65F6\uFF01
CodeGenerator.JET.TimeOut=JET \u521D\u59CB\u5316\u8D85\u65F6
generatedcode.copyright.body4=\u4F60\u53EF\u4EE5\u5728\u5728GNU LGPL \u8BB8\u53EF\u8BC1\u4E0B\u652F\u914D\u8FD9\u4E9B\u4EE3\u7801
CodeGenerator.Node.NotFound=\u5728\u5F53\u524D
generatedcode.copyright.body3=\u4F60\u53EF\u4EE5\u5728www.talend.com\u53D1\u73B0\u66F4\u591A\u5173\u4E8ETalend\u4EA7\u54C1\u4FE1\u606F
EmittersPoolFactoryImpl.Class.IllegalArg=\u7C7B ' {0}' \u4E0D\u662F\u4E00\u4E2A\u6709\u6548\u7684\u5206\u7C7B\u5668
EmittersPoolFactoryImpl.Class.IllegalArg=\u7C7B \' {0}\' \u4E0D\u662F\u4E00\u4E2A\u6709\u6548\u7684\u5206\u7C7B\u5668
generatedcode.copyright.body2=/ \u4F5C\u4E1A\u8BBE\u8BA1 (CodeGenerator version {0}).
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=\u65B9\u6CD5\u672A\u5B9E\u65BD\uFF1Aorg.talend.designer.codegen.JavaRoutineSynchronizer line:58
CodeGenerator.getGraphicalNode1=\u8FDB\u7A0B\u5F97\u5230\u56FE\u5F62\u8282\u70B9\uFF08\uFF09
CodeGenerator.getGraphicalNode2=\u8FDB\u7A0B\u5F97\u5230\u751F\u6210\u8282\u70B9\uFF08\uFF09
CodeGenerator.newLine=\n\n\n\n
CodeGenerator.newLine=\\n\\n\\n\\n
JetSkeletonManager.unableLoad=\u65E0\u6CD5\u52A0\u8F7D\u4E3B\u5E72\u66F4\u65B0\u7F13\u5B58\u6587\u4EF6
JetSkeletonManager.unableSave=\u65E0\u6CD5\u4FDD\u5B58\u4E3B\u5E72\u66F4\u65B0\u7F13\u5B58\u6587\u4EF6
JetSkeletonManager.updateProblem=\u5F53\u66F4\u65B0\u6301\u4E45\u6570\u636E\u65F6\u51FA\u73B0\u9519\u8BEF
CodeGeneratorEmittersPoolFactory.codeThread=\u4EE3\u7801\u751F\u6210\u540E\u53F0\u7EBF\u7A0B
CodeGeneratorEmittersPoolFactory.componentCompiled=\u7EC4\u4EF6\u7F16\u8BD1{0}\u6BEB\u79D2
CodeGeneratorEmittersPoolFactory.failCompail=\u7EC4\u4EF6\u7F16\u8BD1\u5931\u8D25: \r\n
CodeGeneratorEmittersPoolFactory.failCompail=\u7EC4\u4EF6\u7F16\u8BD1\u5931\u8D25: \\r\\n
CodeGeneratorEmittersPoolFactory.initialException=\u521D\u59CB\u5316\u5F02\u5E38
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=\u521D\u59CB\u5316JetEmitter\u51FA\u9519
CodeGeneratorService.invalidLanguage1=\u65E0\u6548\u7684\u8BED\u8A00\u7C7B\u578B.
CodeGeneratorService.invalidLanguage2=\u65E0\u6548\u7684\u8BED\u8A00\u7C7B\u578B.
CodeGeneratorService.invalidLanguage1=\u65E0\u6548\u7684\u8BED\u8A00\u7C7B\u578B\u3002
CodeGeneratorService.invalidLanguage2=\u65E0\u6548\u7684\u8BED\u8A00\u7C7B\u578B\u3002
CodeGenInit.addMarkers=\u5DE5\u4F5C\u533A\u4E2D\u6DFB\u52A0\u6807\u8BB0
CodeGenInit.createProject=\u521B\u5EFA{0} \u5DE5\u7A0B
CodeGenInit.deleteProject=\u5220\u9664{0} \u5DE5\u7A0B
CodeGenInit.initTemplate=\u521D\u59CB\u5316\u6A21\u677F
CodeGenInit.removeLink=\u5220\u9664\u94FE\u63A5\u8D44\u6E90
CodeGenInit.removeLink=\u5220\u9664\u8FDE\u63A5\u8D44\u6E90
CodeGenInit.saveWorkspace=\u4FDD\u5B58\u5DE5\u4F5C\u533A
DocumentRootImpl.mixed=\ (\u6DF7\u5408:
DocumentRootImpl.mixed=\\ (\u6DF7\u5408:
NodesSubTree.enableParallel=__ENABLE_PARALLEL__
PoolTypeImpl.persistentPool=\\ (persistentPool:
TalendJetEmitter.compileFail=\\ \u7F16\u8BD1\u5931\u8D25\uFF1A{0} : {1}
TalendJetEmitter.exception=\u5F02\u5E38
JetFilesProviderManager.unableLoad=\u65E0\u6CD5\u52A0\u8F7D {0}JetFilesProviderManager.unableLoad
CodeGeneratorEmittersPoolFactory.dialogContent=\u4E3A\u4E86\u907F\u514D\u4EA7\u751F\u95EE\u9898\uFF0C\u8BF7\u6309Ctrl+Shift+F3\u6765\u518D\u6B21\u751F\u6210\uFF01
CodeGeneratorEmittersPoolFactory.operationCanceled=\u64CD\u4F5C\u5DF2\u53D6\u6D88
ComponentsFactory.afterSystemComponent=\u5728\u7CFB\u7EDF\u7EC4\u4EF6
ComponentsFactory.componentNotFound=\u7EC4\u4EF6\u6587\u4EF6\u5939\u6CA1\u53D1\u73B0
ComponentsFactory.afterSystemComponent=\u5728\u7CFB\u7EDF\u7EC4\u4EF6\u4E4B\u540E
ComponentsFactory.componentNotFound=\u627E\u4E0D\u5230\u7EC4\u4EF6\u6587\u4EF6\u5939:
ComponentsFactory.load.components=\u52A0\u8F7D\u7EC4\u4EF6...
ComponentsFactory.parentNotRecompiled=\u8B66\u544A\: \u7236 *.inc.javajet \u6CA1\u6709\u91CD\u65B0\u7F16\u8BD1
ComponentsFactory.parentNotRecompiled=\u8B66\u544A\uFF1A*.inc.javajet \u7684\u7236\u7EA7\u6CA1\u6709\u91CD\u65B0\u7F16\u8BD1
ComponentsLocalProviderService.componentLoadError=\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF
ComponentsLocalProviderService.talendExchangeError=Talend Exchange\u9519\u8BEF
ComponentsLocalProviderService.talendExchangeError=Talend Exchange \u9519\u8BEF
ComponentsPreferencePage.ButtonLabel0=\u786E\u5B9A
ComponentsPreferencePage.configuration.LINK_STYLE=\u9ED8\u8BA4\u94FE\u63A5\u663E\u793A\u4E3A\uFF1A
ComponentsPreferencePage.rowLimit=\u884c\u9650\u5236
ComponentsPreferencePage.configuration.LINK_STYLE=\u9ED8\u8BA4\u6620\u5C04\u8FDE\u63A5\u663E\u793A\u4E3A:
ComponentsPreferencePage.rowLimit=\u884C\u9650\u5236
ComponentsPreferencePage.WarningMsg=\u60A8\u9700\u8981\u91CD\u65B0\u542F\u52A8Talend Open Studio\u4EE5\u52A0\u8F7D\u989D\u5916\u7684\u7EC4\u4EF6\u3002
ComponentsPreferencePage.WarningTitle=\u8B66\u544A
ComponentsPreferencePage.directoryFieldLabel=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939\ :
ComponentsPreferencePage.directoryFieldLabel=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939:
ComponentsProviderManager.unableLoad=\u65E0\u6CD5\u52A0\u8F7D\u7EC4\u4EF6\u63D0\u4F9B\u7A0B\u5E8F
ComponenttRunJobPreferencePage.label=\u53CC\u51FBtRunJob\u7EC4\u4EF6\u540E\u4E0D\u663E\u793A\u5BF9\u5E94\u7684JOB
ComponentJobletPreferencePage.label=\u53CC\u51FBJoblet\u7EC4\u4EF6\u540E\uFF0C\u4E0D\u663E\u793A\u76F8\u5E94\u7684\u4F5C\u4E1A\u3002
ComponenttRunJobPreferencePage.showCorrespondingJob=\u53CC\u51FBtRunJob\u7EC4\u4EF6\u540E\u663E\u793A\u5BF9\u5E94JOB
XsdValidationCacheManager.unableLoadxsd=\u52A0\u8F7Dxsd\u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6\u5931\u8D25
XsdValidationCacheManager.unableSavexsd=\u4FDD\u5B58xsd\u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6\u5931\u8D25
ComponenttRunJobPreferencePage.label=\u53CC\u51FB tRunJob \u7EC4\u4EF6\u540E\uFF0C\u4E0D\u663E\u793A\u5BF9\u5E94\u7684\u4F5C\u4E1A
ComponentJobletPreferencePage.label=\u53CC\u51FB\u5C0F\u4F5C\u4E1A\u7EC4\u4EF6\u540E\uFF0C\u4E0D\u663E\u793A\u76F8\u5E94\u7684\u4F5C\u4E1A\u3002
ComponenttRunJobPreferencePage.showCorrespondingJob=\u53CC\u51FB tRunJob \u7EC4\u4EF6\u540E\u663E\u793A\u5BF9\u5E94\u4F5C\u4E1A
XsdValidationCacheManager.unableLoadxsd=\u65E0\u6CD5\u52A0\u8F7D xsd \u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6
XsdValidationCacheManager.unableSavexsd=\u65E0\u6CD5\u4FDD\u5B58 xsd \u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7EBF
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7EBF (\u5FEB)
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Alfresco=Alfresco
FAMILY.Business=\u4E1A\u52A1
FAMILY.Business_Intelligence=\u5546\u4E1A\u667A\u80FD
FAMILY.CentricCRM=CentricCRM
FAMILY.Charts=\u56FE\u8868
FAMILY.Connections=\u8FDE\u63A5
FAMILY.eXist=\u9000\u51FA
FAMILY.File=\u6587\u4ef6
FAMILY.FireBird=\u706B\u9E1F
FAMILY.Custom_Code=\u81EA\u5B9A\u4E49\u4EE3\u7801
FAMILY.DB2=DB2
FAMILY.DB_Generic=\u6570\u636E\u5E93\u901A\u7528
FAMILY.DB_JDBC=DB JDBC
FAMILY.DB_SCD=DB SCD
FAMILY.Data_Quality=Data Quality
FAMILY.Databases=\u6570\u636E\u5E93
FAMILY.ELT=ELT
FAMILY.ESB=ESB
FAMILY.EXASolution=EXASolution
FAMILY.eXist=eXist
FAMILY.FTP=FTP
FAMILY.Fields=\u5B57\u6BB5
FAMILY.File=\u6587\u4EF6
FAMILY.FireBird=Firebird
FAMILY.Greenplum=Greenplum
FAMILY.HSQLDb=HSQLdb
FAMILY.Healthcare=Healthcare
FAMILY.Hive=Hive
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u8F93\u5165
FAMILY.Interbase=Interbase
FAMILY.Internet=\u4E92\u8054\u7F51
FAMILY.Jasper=Jasper
FAMILY.JavaDB=JavaDB
FAMILY.JDBC=JDBC
FAMILY.LDAP=LDAP
FAMILY.Logs_Errors=\u65E5\u5FD7\u548C\u9519\u8BEF
FAMILY.MS_SQL_Server=MS SQL Server
FAMILY.MSSql=MSSQL
FAMILY.Management=\u7BA1\u7406
FAMILY.MaxDB=MaxDB
FAMILY.Microsoft_AX=Microsoft AX
FAMILY.Microsoft_CRM=Microsoft CRM
FAMILY.Misc=\u6742\u9879
FAMILY.MySQL=MySQL
FAMILY.Netezza=\u7F51\u7EDC\u6635\u79F0
FAMILY.OLAP_Cube=OLAP \u591A\u7EF4\u6570\u636E\u96C6
FAMILY.Oracle=Oracle
FAMILY.Output=\u6807\u51c6\u8f93\u51fa
FAMILY.Orchestration=Orchestration
FAMILY.Output=\u8F93\u51FA
FAMILY.ParAccel=ParAccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
FAMILY.Processing=Processing
FAMILY.SAP=SAP
FAMILY.Sas=Sas
FAMILY.SCD=SCD
FAMILY.SCP=SCP
FAMILY.SPSS=SPSS
FAMILY.SQLite=SQLite
FAMILY.Salesforce=Salesforce
FAMILY.SugarCRM=SugarCRM
FAMILY.Sybase=Sybase
FAMILY.System=\u7CFB\u7EDF
FAMILY.Technical=\u6280\u672F
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica
FAMILY.VtigerCRM=VtigerCRM
FAMILY.XML=XML
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=\u66F4\u65B0\u7F16\u8F91\u5668\u7684\u8C03\u8272\u677F
ComponentsPreferencePage.componentAssist=\u542F\u7528\u7EC4\u4EF6\u521B\u5EFA\u52A9\u624B
ComponentsPreferencePage.notValidDirectory=\u60A8\u7684\u9009\u62E9\u5C06\u5BFC\u81F4\u6587\u4EF6\u5939\u5D4C\u5957\uFF0C\u8FD9\u662F\u4E0D\u63A8\u8350\u7684\u3002 \u4F60\u60F3\u7EE7\u7EED\u5417\uFF1F
ComponentsFactory.loadComponents.missingFolder=\u6587\u4EF6\u5939 "{0}" \u7F3A\u5C11\u63D2\u4EF6 "{1}".
ComponentsPreferencePage_SuccessTitle=Success
ComponentsFactory.loadComponents.missingFolder=\u6587\u4EF6\u5939 \"{0}\" \u7F3A\u5C11\u63D2\u4EF6 \"{1}\".
ComponentsPreferencePage_SuccessTitle=\u6210\u529F
ComponentsPreferencePage_SuccessMessage1=\u9700\u8981\u91CD\u542FStudio\u6765\u52A0\u8F7D\u7EC4\u4EF6\u3002\u5426\u5219\uFF0C\u4F1A\u5728\u4E0B\u6B21\u542F\u52A8\u65F6\u52A0\u8F7D\u3002
ComponentsPreferencePage_SuccessMessage2=\u60A8\u60F3\u8981\u9A6C\u4E0A\u91CD\u542F\u5417\uFF1F
ComponentsPreferencePage.installComponentsFailure=\u5B89\u88C5\u7EC4\u4EF6\u5931\u8D25
generatedcode.copyright.body1=\u6B64\u6E90\u4EE3\u7801\u5DF2\u7531 {0} \u81EA\u52A8\u751F\u6210
ComponentsFactory.init.waitForFinish.timeout=\u65E0\u6CD5\u521D\u59CB\u5316 ComponentsFactory\uFF0C\u8BF7\u91CD\u8BD5\u3002
FAMILY.Data_Privacy=\u6570\u636E\u9690\u79C1
ComponentsPreferencePage.enableOnLineHelp=\u542F\u7528\u7EC4\u4EF6\u7684\u5728\u7EBF\u5E2E\u52A9
ComponentsPreferencePage.titleInstallHelp=\u5B89\u88C5\u79BB\u7EBF\u5E2E\u52A9\u529F\u80FD\uFF1F
ComponentsPreferencePage.msgInstallHelp=\u8FD9\u4F1A\u6253\u5F00\u5176\u4ED6\u8F6F\u4EF6\u5305\u5BF9\u8BDD\u6846\u4EE5\u5B89\u88C5\u79BB\u7EBF\u5E2E\u52A9\u529F\u80FD\uFF0C\u662F\u5426\u7EE7\u7EED\uFF1F
ComponentsPreferencePage.grpHelp=\u5E2E\u52A9

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.components.exchange.nl
Bundle-Version: 7.0.1.qualifier
Bundle-Version: 7.4.1.qualifier
Fragment-Host: org.talend.designer.components.exchange

View File

@@ -1,3 +1,3 @@
DownloadComponenentsAction.Label=Lade ausgew<EFBFBD>hlte Komponente
DownloadComponenentsAction.Label=Lade ausgew\u00E4hlte Komponente
RefreshComponenentsAction.Label=Komponentenliste aktualisieren
providerName=www.beispiel.de

View File

@@ -1,3 +0,0 @@
DownloadComponenentsAction.Label=\u039B\u03AE\u03C8\u03B7 \u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD
RefreshComponenentsAction.Label=\u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7 \u039B\u03AF\u03C3\u03C4\u03B1\u03C2 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD
providerName=www.example.org

View File

@@ -1,5 +1,5 @@
Exchange=Exchange
DownloadComponenentsAction.Label=T<EFBFBD>l<EFBFBD>charger les composants s<EFBFBD>lectionn<EFBFBD>s
RefreshComponenentsAction.Label=Rafra<EFBFBD>chir la liste des composants
DownloadComponenentsAction.Label=T\u00E9l\u00E9charger les composants s\u00E9lectionn\u00E9s
RefreshComponenentsAction.Label=Rafra\u00EEchir la liste des composants
providerName=www.example.org
pluginName=Mod<EFBFBD>le Exchange
pluginName=Mod\u00E8le Exchange

View File

@@ -1 +0,0 @@
providerName=www.primjer.com

View File

@@ -1 +0,0 @@
RefreshComponenentsAction.Label=Componentenlijst verversen

View File

@@ -1,2 +0,0 @@
DownloadComponenentsAction.Label=Download dos componentes selecionados
RefreshComponenentsAction.Label=Refrescar lista de componentes

View File

@@ -1,4 +1,5 @@
Exchange=Exchange
DownloadComponenentsAction.Label=\u4E0B\u8F7D\u9009\u62E9\u7684\u7EC4\u4EF6
DownloadComponenentsAction.Label=\u4E0B\u8F7D\u9009\u5B9A\u7684\u7EC4\u4EF6
RefreshComponenentsAction.Label=\u5237\u65B0\u7EC4\u4EF6\u6E05\u5355
providerName=www.example.org
pluginName=Exchange\u6A21\u578B

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.4.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.components.exchange.nl</artifactId>

View File

@@ -1,8 +0,0 @@
AvailableExtensionsComposite.Version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
AvailableExtensionsComposite.Author=\u0645\u0646\u0634\u0626
MyExtensionsComposite.Version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
MyExtensionsComposite.ModifyOperateStatus=\u062A\u0639\u062F\u064A\u0644
MyExtensionsComposite.DeleteOperateStatus=\u062D\u0630\u0641
MyExtensionsComposite.Form.Compatibility.Version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
ImportExchangeDialog.WARNING=\u062A\u062D\u0630\u064A\u0631
ImportExchangeDialog.REFRESH_BUTTON=\u062A\u062D\u062F\u064A\u062B

View File

@@ -1,16 +1,17 @@
AvailableExtensionsComposite.Author=Autor
AvailableExtensionsComposite.FilterTitle=Filter
AvailableExtensionsComposite.ViewDetail.installOperateStatus=Installieren
AvailableExtensionsComposite.ViewDetail.WriteReview=Bericht schreiben
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=Sie sollten es pr<EFBFBD>fen.
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=Sie sollten es pr\u00FCfen.
DownloadedExtensionsComposite.installedOperateStatus=Installiert
DownloadedExtensionsComposite.updateOperateStatus=Update
MyExtensionsComposite.UpdateOperateStatus=Update
MyExtensionsComposite.ModifyOperateStatus=Modifiziere
MyExtensionsComposite.DeleteOperateStatus=L<EFBFBD>schen
MyExtensionsComposite.DeleteOperateStatus=L\u00F6schen
MyExtensionsComposite.Form.Description=Beschreibung
MyExtensionsComposite.Form.Upload.Browse=Durchsuchen...
DeleteExtensionJob.DeleteFailure=L<EFBFBD>schung fehlgeschlagen
DeleteExtensionJob.DeleteFailureTip=Sie sollten es pr<EFBFBD>fen.
DeleteExtensionJob.DeleteFailure=L\u00F6schung fehlgeschlagen
DeleteExtensionJob.DeleteFailureTip=Sie sollten es pr\u00FCfen.
DownloadComponenentsAction.DownloadTaskName=Lade Datei von URL:
ImportExchangeDialog.WARNING=Warnung
ImportExchangeDialog.AUTHOR_NAME=Name des Autors

View File

@@ -1,23 +0,0 @@
AvailableExtensionsComposite.ExtensionName=\u038C\u03BD\u03BF\u03BC\u03B1 \u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7\u03C2
AvailableExtensionsComposite.Version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
AvailableExtensionsComposite.Author=\u03A3\u03C5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AD\u03B1\u03C2
AvailableExtensionsComposite.FilterTitle=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
DownloadedExtensionsComposite.ExtensionName=\u038C\u03BD\u03BF\u03BC\u03B1 \u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7\u03C2
DownloadedExtensionsComposite.installedOperateStatus=\u0395\u03B3\u03BA\u03B1\u03C4\u03B5\u03C3\u03C4\u03B7\u03BC\u03AD\u03BD\u03BF
DownloadedExtensionsComposite.updateOperateStatus=\u0395\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7
MyExtensionsComposite.ExtensionName=\u038C\u03BD\u03BF\u03BC\u03B1 \u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7\u03C2
MyExtensionsComposite.Version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
MyExtensionsComposite.UpdateOperateStatus=\u0395\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7
MyExtensionsComposite.DeleteOperateStatus=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
MyExtensionsComposite.Form.Compatibility.Version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
MyExtensionsComposite.Form.Description=\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
MyExtensionsComposite.Form.Upload.Browse=\u03A0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7...
DownloadComponenentsAction.DownloadTaskName=\u039B\u03AE\u03C8\u03B7 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B1\u03C0\u03CC url:
ImportExchangeDialog.dialogTitle=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5 \u03B1\u03C0\u03CC \u03C4\u03BF Talend Exchange
ImportExchangeDialog.WARNING=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
ImportExchangeDialog.EXTENSION_NAME=\u038C\u03BD\u03BF\u03BC\u03B1 \u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7\u03C2
ImportExchangeDialog.AUTHOR_NAME=\u038C\u03BD\u03BF\u03BC\u03B1 \u03A3\u03C5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AD\u03B1
ImportExchangeDialog.LATEST_REVISION=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B1 \u0391\u03BD\u03B1\u03B8\u03B5\u03CE\u03C1\u03B7\u03C3\u03B7
ImportExchangeDialog.EXTENSION_DESCRIPTION=\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7\u03C2
ImportExchangeDialog.REFRESH_BUTTON=\u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7
ImportExchangeDialog.OPERATION_CANCELLED=\u0397 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5

View File

@@ -3,6 +3,6 @@ AvailableExtensionsComposite.ViewDetail.WriteReview=Escribir un comentario
DownloadedExtensionsComposite.installOperateStatus=Instalar
MyExtensionsComposite.ModifyOperateStatus=Modificar
MyExtensionsComposite.DeleteOperateStatus=Borrar
MyExtensionsComposite.Form.Description=Descripci<EFBFBD>n
MyExtensionsComposite.Form.Description=Descripci\u00F3n
ImportExchangeDialog.WARNING=Advertencia
ImportExchangeDialog.REFRESH_BUTTON=Actualizar

View File

@@ -6,12 +6,12 @@ AvailableExtensionsComposite.Author=Auteur
AvailableExtensionsComposite.FilterTitle=Filtre
AvailableExtensionsComposite.ViewDetail.installOperateStatus=Installer
AvailableExtensionsComposite.ViewDetail.WriteReview=Donnez votre avis
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=Veuillez v<EFBFBD>rifier.
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=Veuillez v\u00E9rifier.
DownloadedExtensionsComposite.ExtensionName=Nom de l'extension
DownloadedExtensionsComposite.DownloadedVersion=Version t<EFBFBD>l<EFBFBD>charg<EFBFBD>e
DownloadedExtensionsComposite.DownloadDate=Date de t<EFBFBD>l<EFBFBD>chargement
DownloadedExtensionsComposite.DownloadedVersion=Version t\u00E9l\u00E9charg\u00E9e
DownloadedExtensionsComposite.DownloadDate=Date de t\u00E9l\u00E9chargement
DownloadedExtensionsComposite.installOperateStatus=Installer
DownloadedExtensionsComposite.installedOperateStatus=Install<EFBFBD>
DownloadedExtensionsComposite.installedOperateStatus=Install\u00E9
DownloadedExtensionsComposite.updateOperateStatus=UPDATE
MyExtensionsComposite.ExtensionName=Nom de l'extension
MyExtensionsComposite.Version=Version
@@ -24,69 +24,69 @@ MyExtensionsComposite.DeleteOperateStatus=DELETE
MyExtensionsComposite.Form.Return=Retourner
MyExtensionsComposite.Form.ExtensionTitle=Titre de l'extension
MyExtensionsComposite.Form.InitialVersion=Version initiale
MyExtensionsComposite.Form.Compatibility=Compatibilit<EFBFBD>
MyExtensionsComposite.Form.Compatibility=Compatibilit\u00E9
MyExtensionsComposite.Form.Compatibility.AllVersions=Toutes les versions
MyExtensionsComposite.Form.Compatibility.Version=Version
MyExtensionsComposite.Form.Compatibility.AllVersionsExcept=Toutes les versions sauf :
MyExtensionsComposite.Form.Compatibility.OnlyTheseVersions=Uniquement ces versions :
MyExtensionsComposite.Form.Description=Description
MyExtensionsComposite.Form.Visibility=Visibilit<EFBFBD>
MyExtensionsComposite.Form.Visibility=Visibilit\u00E9
MyExtensionsComposite.Form.Visibility.Public=Public (visible par tous)
MyExtensionsComposite.Form.Visibility.Private=Priv<EFBFBD> (visible par moi)
MyExtensionsComposite.Form.Visibility.Private=Priv\u00E9 (visible par moi)
MyExtensionsComposite.Form.Upload=Charger
MyExtensionsComposite.Form.Upload.SelectAnItem=S<EFBFBD>lectionnez un <EFBFBD>l<EFBFBD>ment dans le projet ouvert
MyExtensionsComposite.Form.Upload.SelectAnItem=S\u00E9lectionnez un \u00E9l\u00E9ment dans le projet ouvert
MyExtensionsComposite.Form.Upload.File=Fichier :
MyExtensionsComposite.Form.Upload.Browse=Parcourir...
MyExtensionsComposite.Form.Upload.Browse.SelectFile=S<EFBFBD>lectionnez un fichier de l'extension <EFBFBD> charger
MyExtensionsComposite.Form.Upload.Browse.SelectFile=S\u00E9lectionnez un fichier de l'extension \u00E0 charger
MyExtensionsComposite.Form.DeleteExtensionTile=Supprimer cette extension
MyExtensionsComposite.Form.DeleteExtensionMessage=Voulez-vous vraiment supprimer cette extension ?
MyExtensionsComposite.Form.UploadExtension=Charger l'extension
MyExtensionsComposite.Form.UpdateExtension=Mettre <EFBFBD> jour l'extension
MyExtensionsComposite.Form.UpdateExtension=Mettre \u00E0 jour l'extension
MyExtensionsComposite.Form.ModifyExtension=Modifier l'extension
RefreshJob.FindExtensions.Title=Recherche d'extensions disponibles
RefreshJob.FindExtensions.Message=Recherche d'extensions depuis Exchange...
ShowInstalledExtensionsJob.ShowInstalledExtensions.Title=Recherche d'extensions install<EFBFBD>es
ShowInstalledExtensionsJob.ShowInstalledExtensions.Message=Recherche d'extensions install<EFBFBD>es depuis Exchange...
ShowInstalledExtensionsJob.ShowInstalledExtensions.Title=Recherche d'extensions install\u00E9es
ShowInstalledExtensionsJob.ShowInstalledExtensions.Message=Recherche d'extensions install\u00E9es depuis Exchange...
DeleteExtensionJob.DeleteExtensionJob.Title=Supprimer une extension...
DeleteExtensionJob.DeleteExtensionJob.Message=Supprimer une extension...
DeleteExtensionJob.DeleteFailure=Echec de la connexion.
DeleteExtensionJob.DeleteFailureTip=Veuillez v<EFBFBD>rifier.
DeleteExtensionJob.DeleteFailureTip=Veuillez v\u00E9rifier.
ModifyExtensionJob.Title=Modifier une extension...
ModifyExtensionJob.Message=Modifier une extension...
ModifyExtensionJob.ModifyFailure=Echec de la modification
ModifyExtensionJob.ModifyFailureTip=V<EFBFBD>rifiez.
ModifyExtensionJob.ModifyFailureTip=V\u00E9rifiez.
InstalledExtensionJob.Title=Installation de l'extension...
InsertionExtensionAction.InstalledFailure=Echec de l'installation
InsertionExtensionAction.InstalledFailureTip=Vous devez le v<EFBFBD>rifier.
UploadRevisionJob.Title=Chargement de la r<EFBFBD>vision...
UploadRevisionJob.Message=Charger une r<EFBFBD>vision...
UploadRevisionAction.InstalledFailure=Echec du chargement de la r<EFBFBD>vision.
UploadRevisionAction.InstalledFailureTip=Vous devez le v<EFBFBD>rifier.
InsertionExtensionAction.InstalledFailureTip=Vous devez le v\u00E9rifier.
UploadRevisionJob.Title=Chargement de la r\u00E9vision...
UploadRevisionJob.Message=Charger une r\u00E9vision...
UploadRevisionAction.InstalledFailure=Echec du chargement de la r\u00E9vision.
UploadRevisionAction.InstalledFailureTip=Vous devez le v\u00E9rifier.
DownloadComponenentsAction.installExchange=Installer les composants Exchange
DownloadComponenentsAction.DownloadTaskTitle=T<EFBFBD>l<EFBFBD>chargement des fichiers depuis Exchange
DownloadComponenentsAction.DownloadTaskName=T<EFBFBD>l<EFBFBD>chargement du fichier depuis l'URL :
DownloadComponenentsAction.DownloadTaskTitle=T\u00E9l\u00E9chargement des fichiers depuis Exchange
DownloadComponenentsAction.DownloadTaskName=T\u00E9l\u00E9chargement du fichier depuis l'URL :
DownloadComponenentsAction.ReloadPalette=Recharger la palette...
DownloadComponenentsAction.DownloadFailure=Echec du t<EFBFBD>l<EFBFBD>chargement
DownloadComponenentsAction.DownloadFailureTip=Vous devez modifier les param<EFBFBD>tres de t<EFBFBD>l<EFBFBD>chargement.
ExchangeWebService.insertionExtensionSuccessful=Insertion de l'extension r<EFBFBD>ussie.
ExchangeWebService.downloadingExtensionSuccessful=T<EFBFBD>l<EFBFBD>chargement de l'extension r<EFBFBD>ussi.
ExchangeWebService.deleteExtensionSuccessful=Suppression de l'extension r<EFBFBD>ussie.
ExchangeWebService.updateRevisionSuccessful=Mise <EFBFBD> jour de la r<EFBFBD>vision r<EFBFBD>ussie.
ExchangeWebService.insertionRevisionSuccessful=Insertion de la r<EFBFBD>vision r<EFBFBD>ussie.
ImportExchangeDialog.dialogTitle=S<EFBFBD>lectionnez un <EFBFBD>l<EFBFBD>ment de Talend Exchange
DownloadComponenentsAction.DownloadFailure=Echec du t\u00E9l\u00E9chargement
DownloadComponenentsAction.DownloadFailureTip=Vous devez modifier les param\u00E8tres de t\u00E9l\u00E9chargement.
ExchangeWebService.insertionExtensionSuccessful=Insertion de l'extension r\u00E9ussie.
ExchangeWebService.downloadingExtensionSuccessful=T\u00E9l\u00E9chargement de l'extension r\u00E9ussi.
ExchangeWebService.deleteExtensionSuccessful=Suppression de l'extension r\u00E9ussie.
ExchangeWebService.updateRevisionSuccessful=Mise \u00E0 jour de la r\u00E9vision r\u00E9ussie.
ExchangeWebService.insertionRevisionSuccessful=Insertion de la r\u00E9vision r\u00E9ussie.
ImportExchangeDialog.dialogTitle=S\u00E9lectionnez un \u00E9l\u00E9ment de Talend Exchange
ImportExchangeDialog.WARNING=Avertissement
ImportExchangeDialog.NOTSELECTWARNING=S<EFBFBD>lectionnez un <EFBFBD>l<EFBFBD>ment dans la table.
ImportExchangeDialog.downloadProgressBar=T<EFBFBD>l<EFBFBD>chargement d'<27>l<EFBFBD>ment(s), veuillez patienter.
ImportExchangeDialog.NOTSELECTWARNING=S\u00E9lectionnez un \u00E9l\u00E9ment dans la table.
ImportExchangeDialog.downloadProgressBar=T\u00E9l\u00E9chargement d'\u00E9l\u00E9ment(s), veuillez patienter.
ImportExchangeDialog.EXTENSION_NAME=Nom de l'extension
ImportExchangeDialog.AUTHOR_NAME=Nom de l'auteur
ImportExchangeDialog.LATEST_REVISION=Derni<EFBFBD>re r<>vision
ImportExchangeDialog.LATEST_REVISION=Derni\u00E8re r\u00E9vision
ImportExchangeDialog.EXTENSION_DESCRIPTION=Description de l'extension
ImportExchangeDialog.REFRESH_BUTTON=Rafra<EFBFBD>chir
ImportExchangeDialog.REFRESHING_PROGRESSBAR=Rafra<EFBFBD>chissement, veuillez patienter..
ImportExchangeDialog.OPERATION_CANCELLED=L'op<EFBFBD>ration a <EFBFBD>t<EFBFBD> annul<75>e
Exchange.logon.error=L'utilisateur de l'Exchange n'est pas enregistr<EFBFBD>. Enregistrez-vous via les Pr<EFBFBD>f<EFBFBD>rences.
DownloadComponenentsAction_restartMessage=Installation du nouveau composant r<EFBFBD>ussie, mais un red<EFBFBD>marrage est requis pour le charger. Red<EFBFBD>marrer ?
DownloadComponenentsAction_restartTitle=Red<EFBFBD>marrage requis
DownloadComponenentsAction_failureTitle=<EFBFBD>chec
DownloadComponenentsAction_failureMessage=<EFBFBD>chec de l'installation du composant {0}, v<EFBFBD>rifiez s'il est valide.
ImportExchangeDialog.REFRESH_BUTTON=Rafra\u00EEchir
ImportExchangeDialog.REFRESHING_PROGRESSBAR=Rafra\u00EEchissement, veuillez patienter..
ImportExchangeDialog.OPERATION_CANCELLED=L'op\u00E9ration a \u00E9t\u00E9 annul\u00E9e
Exchange.logon.error=L'utilisateur de l'Exchange n'est pas enregistr\u00E9. Enregistrez-vous via les Pr\u00E9f\u00E9rences.
DownloadComponenentsAction_restartMessage=Installation du nouveau composant r\u00E9ussie, mais un red\u00E9marrage est requis pour le charger. Red\u00E9marrer ?
DownloadComponenentsAction_restartTitle=Red\u00E9marrage requis
DownloadComponenentsAction_failureTitle=\u00C9chec
DownloadComponenentsAction_failureMessage=\u00C9chec de l'installation du composant {0}, v\u00E9rifiez s'il est valide.
DownloadComponenentsAction.installComponentsTitle=Installer les composants

View File

@@ -1,9 +0,0 @@
AvailableExtensionsComposite.Version=Verzija
DownloadedExtensionsComposite.updateOperateStatus=A\u017Euriraj
MyExtensionsComposite.Version=Verzija
MyExtensionsComposite.UpdateOperateStatus=A\u017Euriraj
MyExtensionsComposite.DeleteOperateStatus=Obri\u0161i
MyExtensionsComposite.Form.Compatibility.Version=Verzija
MyExtensionsComposite.Form.Description=Opis
ImportExchangeDialog.WARNING=Upozorenje
ImportExchangeDialog.REFRESH_BUTTON=Osvje\u017Ei

View File

@@ -94,7 +94,7 @@ ImportExchangeDialog.REFRESHING_PROGRESSBAR=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
ImportExchangeDialog.OPERATION_CANCELLED=\u64CD\u4F5C\u3092\u30AD\u30E3\u30F3\u30BB\u30EB
Exchange.logon.error=Exchange\u30E6\u30FC\u30B6\u304C\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u521D\u671F\u8A2D\u5B9A\u3092\u4F7F\u7528\u3057\u3066\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ImportExchangeDialog.download.extensions=\u62E1\u5F35\u6A5F\u80FD\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D\u3067\u3059\u3001\u66AB\u304F\u304A\u5F85\u3061\u4E0B\u3055\u3044\u3002
DownloadComponenentsAction_restartMessage=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u6210\u529F\u3057\u307E\u3057\u305F\u3002Studio\u306E\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B\uFF1F
DownloadComponenentsAction_restartMessage=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u6210\u529F\u3057\u307E\u3057\u305F\u3002Studio\u306E\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B?
DownloadComponenentsAction_restartTitle=\u518D\u8D77\u52D5\u8981
DownloadComponenentsAction_failureTitle=\u5931\u6557
DownloadComponenentsAction_failureMessage=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{0}\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u59A5\u5F53\u304B\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002

View File

@@ -1,5 +0,0 @@
AvailableExtensionsComposite.Version=\uBC84\uC83C
MyExtensionsComposite.Version=\uBC84\uC83C
MyExtensionsComposite.ModifyOperateStatus=\uC218\uC815
MyExtensionsComposite.DeleteOperateStatus=\uC0AD\uC81C
MyExtensionsComposite.Form.Compatibility.Version=\uBC84\uC83C

View File

@@ -1,13 +0,0 @@
AvailableExtensionsComposite.Version=Versie
DownloadedExtensionsComposite.updateOperateStatus=Update
MyExtensionsComposite.Version=Versie
MyExtensionsComposite.UpdateOperateStatus=Update
MyExtensionsComposite.ModifyOperateStatus=Wijzigen
MyExtensionsComposite.DeleteOperateStatus=Verwijderen
MyExtensionsComposite.Form.Compatibility.Version=Versie
MyExtensionsComposite.Form.Upload.Browse=Blader...
RefreshJob.FindExtensions.Title=Beschikbare extensies zoeken
RefreshJob.FindExtensions.Message=Extensies zoeken op Exchange...
UploadRevisionJob.Title=Upload Revisie...
UploadRevisionJob.Message=Upload Revisie...
UploadRevisionAction.InstalledFailure=Upload Revisie gefaald.

View File

@@ -1,12 +0,0 @@
AvailableExtensionsComposite.Version=Wersja
AvailableExtensionsComposite.Author=Autor
AvailableExtensionsComposite.FilterTitle=filtr
DownloadedExtensionsComposite.installedOperateStatus=Zainstalowane
DownloadedExtensionsComposite.updateOperateStatus=aktualizuj
MyExtensionsComposite.Version=Wersja
MyExtensionsComposite.UpdateOperateStatus=aktualizuj
MyExtensionsComposite.ModifyOperateStatus=Zmie\u0144
MyExtensionsComposite.DeleteOperateStatus=Usu\u0144
MyExtensionsComposite.Form.Compatibility.Version=Wersja
ImportExchangeDialog.WARNING=Ostrze\u017Cenie
ImportExchangeDialog.REFRESH_BUTTON=Od\u015Bwie\u017C

View File

@@ -1,13 +0,0 @@
AvailableExtensionsComposite.Version=Vers<EFBFBD>o
AvailableExtensionsComposite.FilterTitle=Filtro
DownloadedExtensionsComposite.installedOperateStatus=Instalado
MyExtensionsComposite.Version=Vers<EFBFBD>o
MyExtensionsComposite.ModifyOperateStatus=Modificar
MyExtensionsComposite.DeleteOperateStatus=Deletar
MyExtensionsComposite.Form.Compatibility.Version=Vers<EFBFBD>o
MyExtensionsComposite.Form.Upload.Browse=Browse...
DownloadComponenentsAction.DownloadTaskName=Downloading do arquivo para url:
ImportExchangeDialog.WARNING=Advert<EFBFBD>ncia
ImportExchangeDialog.AUTHOR_NAME=Nome do autor
ImportExchangeDialog.LATEST_REVISION=<EFBFBD>ltima revis<69>o
ImportExchangeDialog.REFRESH_BUTTON=Atualizar

View File

@@ -1,5 +0,0 @@
AvailableExtensionsComposite.Version=Versiune
AvailableExtensionsComposite.Author=Autor
MyExtensionsComposite.Version=Versiune
MyExtensionsComposite.DeleteOperateStatus=sterge
MyExtensionsComposite.Form.Compatibility.Version=Versiune

View File

@@ -0,0 +1,18 @@
AvailableExtensionsComposite.Version=Verzia
AvailableExtensionsComposite.Author=Autor
AvailableExtensionsComposite.FilterTitle=Filter
AvailableExtensionsComposite.ViewDetail.installOperateStatus=In\u0161talova\u0165
DownloadedExtensionsComposite.installOperateStatus=In\u0161talova\u0165
DownloadedExtensionsComposite.updateOperateStatus=Obnovi\u0165
MyExtensionsComposite.Version=Verzia
MyExtensionsComposite.UpdateOperateStatus=Obnovi\u0165
MyExtensionsComposite.ModifyOperateStatus=Modifikova\u0165
MyExtensionsComposite.DeleteOperateStatus=Zmaza\u0165
MyExtensionsComposite.Form.Compatibility=Kompatibilita
MyExtensionsComposite.Form.Compatibility.Version=Verzia
MyExtensionsComposite.Form.Description=Popis
MyExtensionsComposite.Form.Visibility=Vidite\u013Enos\u0165
MyExtensionsComposite.Form.Upload=Nahra\u0165
ImportExchangeDialog.WARNING=Varovanie
ImportExchangeDialog.AUTHOR_NAME=Meno autora
ImportExchangeDialog.REFRESH_BUTTON=Obnovi\u0165

View File

@@ -1,3 +0,0 @@
DownloadedExtensionsComposite.updateOperateStatus=UPDATE
MyExtensionsComposite.UpdateOperateStatus=UPDATE
ImportExchangeDialog.REFRESH_BUTTON=Osve\u017Eavanje

View File

@@ -1,5 +0,0 @@
AvailableExtensionsComposite.Version=Versiyon
MyExtensionsComposite.Version=Versiyon
MyExtensionsComposite.DeleteOperateStatus=Sil
MyExtensionsComposite.Form.Compatibility.Version=Versiyon
MyExtensionsComposite.Form.Description=A<EFBFBD>\u0131klama

Some files were not shown because too many files have changed in this diff Show More