Commit Graph

91 Commits

Author SHA1 Message Date
wang wei
2945c30626 fix(TDI-40688): tVerticaOutput in Copy mode: Nullable Float-values are rounded to the nearest integer (#1769) 2018-07-19 17:06:48 +08:00
wang wei
946d8cd432 fix(TDI-36094): Need a method format_Number(String, String, String ) in FormatterUtils.java to solve the different setting(#1516) 2018-03-15 10:23:22 +08:00
Irene Wang
4f5f8406d2 DEVOPS-3791 Update copyright year to 2018 2018-02-09 12:55:53 +01:00
Pierre Teyssier
c0b4e5ed99 fix(TDI-39791): extract JSONArray from JSONObject routines (#1321) 2017-12-28 14:55:57 +08:00
kcoepeau
46068705b2 fix(TBD-5136): support space encoding in classpath (#1312)
* fix(TBD-5136): support space encoding in classpath

* fix(TBD-5136): support space encoding in classpath
2017-12-14 02:55:15 -06:00
Yu
aea4bfad67 feat(TBD-5415) Add GCS User Agent String in Constant class (#1303)
* feature(TBD-5415) Add GCS User Agent String in Constant class

* change the way of getting studio version

I changed the way of getting version of studio because there are some problems for the previous commit.

It doesn't work because the org.talend.commons.utils.VersionUtils class is in fact in code generating (eclipse) level. So we will not have it in the generated project in Studio, so I moved it (version retrieving) to javajet level as shown in the 3 other related commits, to get the version correctly.

* rename variable
2017-12-01 16:44:18 +01:00
wang wei
b3a63df08b fix(TDI-39625): System routine BufferedOutput using sun api (#1287) 2017-11-16 13:53:22 +08:00
jzhao
e05da6e27d fix(TDI-39670) Side effect when using TalendDate.formatDateInUTC() and TalendDate.parseDate() (#1279) 2017-11-10 15:06:58 +08:00
Ihor Istomin
bc461d91f6 fix(TDI-38240): Make JSONException public. Replace StringBuffer with StringBuilder in JSONObject. (#1150) 2017-11-07 10:05:18 +08:00
Irene Wang
1dd17dda4a Update copyright to 2017 2017-09-05 19:24:56 +02:00
Irene Wang
df57151cc9 Update copyright to 2017 2017-09-05 17:12:21 +02:00
Andreas Mattes
e3a2fcfcdd TESB-20301 - Helper class for late resolution of OSGi services added. (#1216) 2017-09-05 14:33:35 +02:00
wang wei
34cec768b8 fix(TDI-38904): Tracking influence for AWS connectors (#1085) 2017-06-12 17:30:11 +08:00
Ihor Istomin
a960435233 fix(TDI-34726): Implement SAX filter for removing of namespaces (#1048)
* Implemented SAX filter for removing of namespace-prefix mappings.
2017-06-06 10:32:58 +03:00
wang wei
6461724c1b fix(TDI-32437): fix the Bug_TDI_29037_tOracleInput_65535 tuj (#1059) 2017-06-05 18:03:52 +08:00
pyzhou
a18357f27d TDI-38803:StringHandling.LPAD(first_string, length) return wrong value (#1031) 2017-05-19 10:58:47 +08:00
pyzhou
5a138a7d77 TDI-38707:add the missing static. (#1020) 2017-05-11 10:45:21 +08:00
pyzhou
9f4f15b45f TDI-38707:Some conversion functions need optimize (#1012) 2017-05-05 11:04:42 +08:00
pyzhou
16e2d06214 TDI-38412:add the to_char method and fix some bug. (#969)
* TDI-38412:add the to_char method and fix some bug.

* TDI-38412:change the wrong date format.

* TDI-38412:Use StringBuilder to avoid create too many string.
2017-04-26 09:54:46 +08:00
pyzhou
6b4f473ef3 TDI-38412:Refactor the code of conversion functions. (#954) 2017-04-17 16:10:29 +08:00
wang wei
491df19ce2 fix(TDI-38555): tSAPBAPI - inputs to be provided even business case does not require it(#941) 2017-04-12 09:32:31 +08:00
SunChaoqun
4da3e6ea82 TESB-18908:Memory-Leak in TalendDataSource implementation (#920) 2017-03-28 15:07:52 +08:00
SunChaoqun
7997edd95e TESB-18908:Memory-Leak in TalendDataSource implementation (#864) 2017-03-17 14:59:34 +08:00
pyzhou
d6a5d8e37c TDI-38097:Create conversion for most used functions (#889)
* TDI-38097:Create conversion for most used functions in
Datastage/Informatica
2017-03-14 14:47:24 +08:00
wang wei
962a0ac6d2 fix(TDI-38107): use a more clear exception information to replace NPE
exception if get null when use talend data source to fetch connection
for db components
2017-01-10 10:33:21 +08:00
wang wei
bb1b9cbe7e fix(TDI-36824): use a better util class : ObjectUtil 2016-11-29 22:17:53 +08:00
wang wei
6858f0d718 fix(TDI-36824): tDatasetOutput: Allow limit to be infinite if null (or
empty) is set
2016-11-29 22:17:53 +08:00
wang wei
731bfb7a88 TDI-36765: Datasource in DI jobs is always a singleton and violates the
DataSource approach
https://jira.talendforge.org/browse/TDI-36765
2016-11-23 11:49:34 +08:00
jzhao
97602ee7cf TDI-37741: Automatic Type Conversion from Object to Integer throw an
error if the Object is not cast-able to an Integer
https://jira.talendforge.org/browse/TDI-37741
2016-11-17 11:23:48 +08:00
pyzhou-talend
3ed1c41115 TDI-37739 : restore the origin method and modify the error message. 2016-11-07 17:29:29 +08:00
pyzhou-talend
5ba9322ccb TDI-37739 : tMap: type converter errors are not expressive enough 2016-11-07 16:49:58 +08:00
pyzhou-talend
f798c15ad2 TDI-37596 Add origin input to error message. 2016-11-07 09:46:40 +08:00
pyzhou-talend
c365567e84 change code to remain origin errorMessage. 2016-11-04 16:31:51 +08:00
pyzhou-talend
c391007e34 TDI-37596: tExtractDelimitedFields outputs "null" as the errorMessage on
the reject path when schema is BigDecimal
https://jira.talendforge.org/browse/TDI-37596
2016-11-04 16:31:51 +08:00
wang wei
0e328adc6f TDI-36263: tXmlMap removes namespace in attribute.
https://jira.talendforge.org/browse/TDI-36263
2016-10-11 15:36:42 +08:00
Ivan Honchar
a068d1cdbb TDI-37464 Updated javadocs of CHANGE(). EREPLACE() String handling functions 2016-09-12 17:44:21 +03:00
Pierre Teyssier
6d85ebe78b TDI-36562 : Avoid locale dependant string comparison
- Fix compilation and simplify the code
2016-06-23 00:45:44 +08:00
Pierre Teyssier
19e5635963 TDI-36562 : Avoid locale dependant string comparison 2016-06-22 22:47:29 +08:00
Francis Upton IV
a3d341716c TCOMP-28 Avro representation changes 2016-03-09 17:21:50 -08:00
Francis Upton IV
593eba66d0 TCOMP-28 Avro representation changes 2016-03-08 20:58:58 -08:00
Francis Upton IV
ef5f6bb284 TCOMP-62 Align studio classes with new compnent runtime API 2016-02-29 22:39:00 -08:00
iwang
d2d3647bd2 Update copyright year to 2016 2016-01-25 09:46:46 +01:00
Pierre Teyssier
35a401d3a5 Merge pull request #306 from jzhao-talend/master
TDI-35107: New Salesforce components "Use this connection" doesn't work
2016-01-22 18:30:37 +08:00
wang wei
6dabb24bd2 TDI-35076: tXMLMap removing the namespace for attributes
https://jira.talendforge.org/browse/TDI-35076
2016-01-18 15:30:18 +08:00
jzhao
860a1636e9 TDI-35107: New Salesforce components "Use this connection" doesn't work
[Need modify code out of "components" repository]
https://jira.talendforge.org/browse/TDI-35107
2016-01-15 18:53:13 +08:00
wang wei
ef10de6097 TDI-31702: TalendDate.getCurrentDate() has a bad performance
https://jira.talendforge.org/browse/TDI-31702
2015-12-14 09:34:49 +08:00
ycbai
905dcb144a Merge branch 'master' into feature/6.1/TUP-3462_addGenericWizard 2015-11-19 11:00:27 +08:00
wang wei
baef071a3d TDI-34399: Recovery/Resuming logging does not support parallel
operations at job runtime
https://jira.talendforge.org/browse/TDI-34399
2015-11-16 15:36:55 +08:00
Francis Upton IV
51f4e0a1bc TUP-3313 New Component Architecture (codegen) 2015-10-22 19:32:27 -07:00
wang wei
5bb33ab0bc TDI-32579: Job reaches the 65K limit in the tDB2Input component
https://jira.talendforge.org/browse/TDI-32579
2015-10-09 17:52:25 +08:00