* 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.
* 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
* Revert "fix(TDI-41258):align the mvn path of commons-logging" (#2835)
This reverts commit 901a104988.
* 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
* fix(TESB-23376):Runtime cannot install REST artifact because redundant
'-bundle' in features
* fix(TESB-23707): Add deploy-nexus profile in OSGI pom template
* 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
* 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
When using an API definition from metadata for tRESTRequest component,
operation parameters (path, query & header parameters) are now
automatically created.
* 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.
* 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
* 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
* 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
* 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
* 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
* 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.
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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.
* 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
* 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
* 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
* 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.
* 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
* 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
* 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
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.
* 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(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
* 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
* 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
* 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>
* 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
* 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
* 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.
* 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
* 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
* 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
* 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.
* 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.
* 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
* 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
* 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.
* 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
* 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.
* 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.
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.
* 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
* 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.
* 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
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.
* 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
* 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
* 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
* 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
* 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
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.
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.
* 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
* fix(TCOMP-752): fix test connection button appearence
* fix(TCOMP-752): fix advanced page appeareance in case of properties absense
* fix(TCOMP-752): fix potential NPE when main wizard page is not present
* fix(TCOMP-743): implement PropertyNode.getRepositoryKeys() method
* fix(TCOMP-743): fix repository value set to ElementParameter
* fix(TCOMP-743): add multiple repository keys support in TaCoKitDragAndDropHandler.getComponentValue()
* fix(TCOMP-743): fix typo connection -> configuration
* fix(TCOMP-743): fix call to ConfigTypeNode endpoint with lightmode off
* fix(TCOMP-743): fix repository value for Table parameter
* fix(TCOMP-743): remove wrong comments and code from SettingsCreator
* fix(TCOMP-743): fix formatting
* fix(TCOMP-743): add support for multiple repository keys in TableElementParameter
* fix(TUP-19906):project can't added as reference project if created in
tac after you logged on studio
* fix(TUP-19906)project can't added as reference project if created in tac
after you logged on studio
https://jira.talendforge.org/browse/TUP-19906
At this moment we have ClassCastException in Runtime because of "camel-talendjob" package is included to generatd OSGi bundle (Runtime has this library also)
* fix(TDI-40066): create a temporary fix for refresh repository values
* fix(TDI-40066): fix issue with locked properties, prevent issue after
table action not executed
* fix(TDI-40066): fix repository schema related values
* fix(TDI-40066): fix table name issue, when switch to repo value
* fix(TDI-40066): remove unneeded pieces, fix issues with shown previous
name
* fix(TDI-40066): revert some code changes, add comments.
* fix(TDI-40066) change back windows line endings
* fix(TDI-40066) fix for abstract schema controller
* fix(TUP-19802):For DB Unified, Fixed schema for database error is added
after applying database type
* fix(TUP-19802):For DB Unified, Fixed schema for database error is added
after applying database type
* Revert "fix(TDI-40254):For tS3Put, it is unable to upload the file stream KMS (#2118)"
This reverts commit 3a3dcfba5b.
* fix(TDI-40254):set last part for tS3put.
* fix(TDI-40254):modify the logic of judging available.
* fix(TUP-19704):Cannot run recursive jobs successfully
* fix(TUP-19704):Cannot run recursive jobs successfully
* fix(TUP-19704):Cannot run recursive jobs successfully
* fix(TUP-19704):Cannot run recursive jobs successfully
* fix(TCOMP-734): fix context and globalMap dynamic values wrapping in quotes
* fix(TCOMP-734): use isDynamic() from ContextParameterUtils class
* chore(TCOMP-734): refactor else part in configuration.javajet
* fix(TCOMP-734): fix password decryption generated code
* fix(TCOMP-734): add context and globalMap support for table properties
* chore(TCOMP-734): remove ContextParameterUtils import
* TESB-21590:Pom generation for bundles seems generating the full code
* TESB-21590:Pom generation for bundles seems generating the full code
* TESB-21590:Pom generation for bundles seems generating the full code
* fix(TDI-40170): Add HANA support to tJDBCSCDELT
Adding support for SAP Hana.
Amended the begin template to conditionally include SAP Hana specific template if the appropriate mapping is selected.
Added a SAP HANA specific javajet template,
* fix(TDI-40170): Add HANA support to tJDBCSCDELT
Fixed the generation of UPDATE statements as suggested
The generation of pom was done 2 times during the process (migration
task + task at the end of import.
Disable the generation of pom here to have it only at the end of the
migration only. (means enable it only during the logon project)
* xlwang(TUP-19419)/Import Existing 'Valid' project into Local Connection
is disabled
https://jira.talendforge.org/browse/TUP-19419
* xlwang/fix(TUP-19419)Import Existing 'Valid' project into Local
Connection is disabled
* fix(TDI-40199): Migrate pagesize as number property instead of string
* fix(TDI-40199): Process globalMap and context values
* chore(TDI-40199): Minor refactoring
* Rename method
* Fix indentation
* starting to integrate tcomp1 plugin
* moving javajets and updating manifest to match the default layout of a plugin
* dependencies for sdk plugin
* removing templating java plugin
* cleaning up .classpath and adding a comment on version upgrade
* TESB-20833: Add REST Microservice type for mapping
* TESB-20833: Enable ESB Microservice for data service
* TESB-21402: Fixed subjob support for ESB OSGi type
* TESB-21445: NPE error when request a service with saml
* fix(TDI-40071): Expand migration task
* Remain cmd mode of marklogic bulkload in jobs migrated from javajet
* chore(TDI-40071): Update comment about new properties
fix(TUP-19615): Libraries cache is not recreated during Studio startup in case of path to Studio contains special symbols (for example, "!")
https://jira.talendforge.org/browse/TUP-19615
* fix(TDI-35080): tWriteJsonField renders strings
* added Quote all values option, numbers and boolean values won't be
surrounded by quotation marks if this option is unchecked
* added migration task to check this option in old jobs
* added check for the case when item is null on not java
* simplified statement of setting parameter value
* TESB-20833: Add REST Microservice type for mapping
* TESB-20833: Enable ESB Microservice for data service
* TESB-21402: Fixed subjob support for ESB OSGi type
* chore(TUP-19598): change visibility of resizeScrolledComposite() to protected
* chore(TUP-19598): add move addComponents() content to new placeComponents() which allows to override it
At this moment we have NPE during importing of Route or during saving of new Route. It happends due to missing logs (it is expected because of Route was not compiled previously). Verification for "null" condition is added.
* fix(TDI-40086): Add design property ftps port for ftp components
* fix(TDI-40086): Change runtime port connection for ftps
* Take ftps_port value for ftps connection
* fix(TDI-40086): Add a migration task
* For ftpConnection, get and put components get old port value and set it to ftps_port property
* chore(TDI-40086): Minor changes
* Improve code logic
* Refactoring
* Fix spaces
fix(TUP-18925)ChangeVersion command doesn't upgrade the version of dependencies
https://jira.talendforge.org/browse/TUP-18925
Fixed the test cases didn't change version when their parent job changed
version in studio.
At this moment we have NPE during invocation of "JavaCamelJobScriptsExportWSAction" from "BundleJavaProcessor".
The reason of NPE is "repositoryNode" (from BundleJavaProcessor) is null because of Eclipse somehow refreshes TreeView after finishing of Workspace opertion only. And imported element can not be retrived from TreeVeiw before Import operation is finished. Current fix is just workaround for such situation. It will be necessary to review this code when propagation of Build Type will be fully implemented (we must avoid using BundleJavaProcessor for imported Routes).
At this moment generated Routines package does not have Beans inside. The reason is - Beans and Routines are generated now as separate projects with different "target" location. There are few different ways to resolve issue:
1. Include Beans as separate library to generated Route;
2. Copy Beans classes to Routines package to make it consistent with previous behaviour (before moving to single maven build);
Current fix contains implementation of approach № 2.
* feat(TUP-18223):Update templates.
* feat(TUP-18223): Add migration task for new templates.
* feat(TUP-18224,TUP-18225):Code generation and add eclipse project for
job/routines.
* feat(TUP-18224,TUP-18225): fix some bugs.
* feat(TUP-18226):Execute job in studio.
* feat(TUP-18227): remove deploy version.
* feat(TUP-18227): refactor some codes and fix bugs.
* feat(TUP-18227):Build standard job.
* feat(TUP-18228):Build BD&Children Job.
* feat(TUP-18229):fix wrong path description of build error message
* feat(TUP-18521):Update code generation system to support non-standard
java code (preview)
* feat(TUP-18288):check the packaging of routes from studio. (all ESB)
* feat(TUP-18288): add support for ESB micro service.
* fix(TUP-18714):tjava can not detect routines until switch to code.
* fix(TUP-18713):Cann't run spark job that called a child job.
* fix(TUP-18746):studio throw an error log when create sql template.
* fix(TUP-18745):commandline build specific job fail
* fix(TUP-18810):tos build can not start up.
* feat(TUP-16660):fix compilation error.
* fix(TUP-18829):[bug]spark job cannot run successfully
* feat(TUP-18231):Avoid commit except pom(GIT&SVN).
* fix(TUP-16660):fix some known bugs.
* feat(TUP-16660): fix TUP-18900 and other known bugs.
* feat(TUP-18232):CI Builder change.
* feat(TUP-18232): fixed some known bugs.
* fix(TUP-18865):Spark job can't run with special version in studio.
* fix(TUP-19031):Miss content in .gitignore file for migration project.
* fix(TUP-18968):[bug] git:after rename job and the pom file in git
repository will not update to new name.
* feat(TUP-18232):CI Builder change
* feat(TUP-18232): never generate pom during BuildProjectSourceCommand.
* fix(TUP-19120):Dependency do not record in to pom file in time.
* fix(TUP-19120):Dependency do not record in to pom file in time.
* fix(TUP-18968,TUP-19165,TUP-19167): fix several bugs.
* fix(TUP-19134):Job pom generation change
* feat(TUP-18232) update project pom
* fix(TUP-18815):[bug] performance issue when I build the job out.
* fix(TUP-18815): fix compilation error.
* feat(TUP-18232) update project pom
* fix(TUP-18815): avoid to close main job project.
* feat(TUP-16660): add the prepare for build handler
* feat(TUP-16660): remove the children resources in assembly
* feat(TUP-16660):disable ci-builder profile in studio/commandline
* feat(TUP-18232) fix tuj exec
* feat(TUP-18232) refresh if use temp aggregator
* feat(TUP-18232) fix tuj exec
* fix(TUP-16660): change assembly dependency set and add ext resources for
packageing.
* feat(TUP-16660):Add cache for codes build.
* fix(TUP-16660): generate all jobs pom after import task completely
finished.
* feat(TUP-16660) rename resources folder method
* fix(TUP-16660): fix package failure for bd jobs.
* feat(TUP-16660): adapt changes of feature TUP-18667.
* feat(TUP-16660): add ref project to main project pom modules.
* feat(TUP-16660): add migration task for generating job pom.
* feat(TUP-16660) fix issues of JRE compilation and class not found
* feat(TUP-16660):disable deployment configuration project setting.
* fix(TUP-16660):avoid set wrong groupId for new created project.
* fix(TUP-16660): move skip ci-builder param for mvn command.
* fix(TUP-16660): avoid to modify pom.xml too many times.
* fix(TUP-19345):Studio throws NPE error for migration task in error logs.
* fix(TUP-19198):Should save job when switch to code view.
* feat(TUP-16660) fix refresh issues
* Revert "fix(TUP-19198):Should save job when switch to code view."
This reverts commit 0f53400e20.
* TESB-20453:Changes for Single Maven Build: Routes(TESB-20453:Changes for (#1925)
Single Maven Build: Routes(Add Bundle-Resource for ESB))
* TESB-20833: CI improvements for ESB data service
* TESB-20833: Fixed OSGi handle for REST type
* TESB-20453:Changes for Single Maven Build: Routes (#1927)
* TESB-20453:Changes for Single Maven Build: Routes-createAfter method (#1930)
* fix(TUP-19375):Jenkins mvn package job with testcase have errors.
* fix(TUP-19376):svn: pom file can not upload to server immediately for
imported in jobs.
* fix(TUP-16660):fix bug when import project.
* feat(TUP-16660) fix refresh issues
* fix(TUP-16660):do not enable maven nature for readonly job.
* TESB-20453:Changes for Single Maven Build: Routes (#1941)
LGTM
* fix(TUP-19401):Run main project's job which use ref project's job fail
with NPE error after migration.
* fix(TUP-19196):when run mvn package for ci twice, there will be error
log for can not find .project file for project.
* TESB-20833 Missing context files location is added
* fix(TUP-19376):svn: pom file can not upload to server immediately for
imported in jobs.
* fix(TUP-16660):fix temp build aggregator bug.
* TESB-20833: Update OSGi pom template
* TESB-20833: Fixed NPE for esb jar type target file
* fix(TUP-19338):[TBD] Hive basic 8 (child 2) TUJ does not work properly
for CDH580
* fix(TUP-19338):[TBD] Hive basic 8 (child 2) TUJ does not work properly
* fix(TDI-39963): Fix wrong result of tFileExist for ftps file
* Add possibility to check files in another directories
* fix(TDI-39963): Refactor changes
* fix(TDI-39892):Add components to db unify.
* fix(TDI-39892):move LDAP to Business family.
* fix(TDI-39892):remove hive from database family
* fix(TDI-39892):remove tDBinput tDBOutput TDBSQLRow
* fix(TDI-39892):remove sql data warehouse from database family.
* fix(TDI-39892):remove tsas components from DB unify.
* fix(TDI-39892):fix amazon in db unify.
* recover UnifiedComponentService.
* fix(TDI-39892): Manually change db specific family.
* fix(TDI-39892): rename JDBC family.
* fix(TDI-39892):show db components in DB specific.
* feat(TDI-39892):add new jdbc components
* feat(TDI-39892): add new jdbc components
* Add back Hive and tSQLDW into db specifics.
* In every ftp component with 'move to dir' property add additional check
* Throw an exception when remote dir doesn't exist or cwd failed for any reason
* Fix nb line for ftps in ftpRename
* fix(TDI-39395): actualLogFilePath variable for context or global values
* fix(TDI-39395): Delete useless char replaces and append cid to var
* fix(TDI-39395): Delete useless quotes, improve String casting
* [TESB-20919] Issue with Apache DBCP connection pools
The fix handles the situation when Apache Commons DBCP is used to create connection pool for Oracle DB.
* [TESB-20919] Issue with Apache DBCP
* [TESB-20919] Simplified conditions
* feat(TUP-18319):Hide Wizard if TCOMP wizard is JDBC
* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18393):when select JDBC, create GenericConnection successfully
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* feat(TUP-18323):Implement the drag&drop of NFC JDBC
* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite
* fix(TUP-5360): Retrieve Salesforce Modules option is missing
Conflicts:
main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/action/CreateGenericConnectionAction.java
main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/service/GenericWizardService.java
main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/GenericConnWizard.java
* feat(TUP-18322):retrieve JDBC schema
* feat(TUP-18459):Have a real dynamic combo box for the db type
* feat(TUP-18322):retrieve JDBC schema
* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode
* feat(TUP-18322):retrieve JDBC schema
* feat(TUP-18322):retrieve JDBC schema
* feat(TUP-18324):Edit jdbc connection
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18523):[bug] "Export as Context" and "Revert Context" buttons
should be removed when Retrieve Schema
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18461):have a display category on the connections same as
before
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18526):[bug] JDBC node icon shouldn't be salesforce icon
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18533):[bug] Cannot check successful if using context mode;
* feat(TUP-18533):[bug] Cannot check successful if using context mode;
* feat(TUP-18461):Have a display category on the connections same as
before
* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection
* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection
* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection
* fix(TUP-18542): support db mapping ui in the metadata part
* fix(TDI-39329): support "enable parallize execution" in advanced setting
of tjdbcoutput
fix(TDI-39329): overwrite commitevery and batchsize by buffersize
fix(TDI-39329): adjust the layout a little as will show something always
feature(TDI-39244): do migration for component part
feature(TDI-39244): do migration for component part
feature(TDI-39244): remove all the old components
feature(TDI-39244): fix the migration
feature(TDI-39244): fix the migration
feature(TDI-39244): change the daikon and adapter here
feature(TDI-39244): fix the migration
* feat(TUP-18462):make the sql builder works on the repository.
* feat(TUP-18462):make the sql builder works on the repository.
* feat(TUP-18462): add the query store by the old way
* feat(TUP-18431):support the driver table widget in studio
* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC
* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC
* feat(TUP-18431):support the driver table widget in studio
* feat(TUP-18432):migration for the driver table
* feat(TUP-18462):make the sql builder works on the repository.
* fix(TDI-39329): revert it now for not break stuido build, will add it
back
* feat(TUP-18546)when set property type to repository, drivers shows as
"mvn:org.talend.libraries/mysql-connector-java-5.1.30-bin/6.0.0"
* fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name (#1568)
in talend schema like tdatapreprun component
* fix(TUP-18261): there is an error when Studio tries to make a query to (#1682)
fix(TUP-18261): there is an error when Studio tries to make a query to secured tmc service
https://jira.talendforge.org/browse/TUP-18261
* fix(TUP-16457)conflict
* feat(TUP-18431):support the driver table widget in studio
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard
* feat(TUP-18847):[bug] Read queries doesn't work
* feat(TUP-18846):[bug] table name isn't show in Query
* TUP-18461
* feat(TUP-18882):[bug] "Current xxxxxthird party module" won't pop up if
Driver jar isn't exist after clicking "TestConnection"
* feat(TUP-18882):[bug] "Current xxxxxthird party module" won't pop up if
Driver jar isn't exist after clicking "TestConnection"
* feat(TUP-18848):[bug] Drivers part isn't editable in Edit Connectin
wizard
* feat(TUP-18857):[bug]In conext mode, tables cannot be listed after click
[...] next to tJDBCInput->Basic settings->Table name
* feat(TUP-18868):[bug] Guess Schema doesn't work for tJDBCInput
* TUP-18857:[bug]In conext mode, tables cannot be listed after click [...]
next to tJDBCInput->Basic settings->Table name
* feat(TUP-18868):[bug] Guess Schema doesn't work for tJDBCInput
* feat(TUP-18898):[bug] "Choose context" doesn't show if context has two
groups when test connection
* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard
* feat(TUP-18864):[bug] Save button next to Property Type doesn't work
* feat(TUP-18880):[bug] "Update repository connection" doesn't work in
"Edit parameter using repository" popup
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
* fix(TDI-39329): fix the migration
* support the multi line by the existed way, not create a new way, so
revert this part
* revert something and so now we use new framework trigger method for the
special buttons in component part
* support the complex context converter
* feat(TCOMP-612): support shared connections
* Add raw DataSources to globalMap
* Add SharedConnectionPool implementation to globalMap
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp
* # WARNING: head commit changed in the meantime
* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp
* sometimes, model level return some wrong information, now fix it in
javajet part.
* Pyzhou/tdi 39645 upgrade aws java sdk.jar to version 1.11.223 (#1810)
* feat(TDI-39645):Upgrade the aws-java-sdk.jar to version 1.11.223
* remove old driver
* Change the maven path to eliminate org.talend.librares.
* fix(TUP-19195) update junits (#1826)
* fix(TDI-39212):fix the issue of missing jar. (#1827)
* fix(TDI-39212):fix the issue of missing jar.
* fix(TDI-39212):fix the missing jar.
* feat(TDI-39360):tSQSOutput - Add support for FIFO queue (#1825)
* feat(TDI-39360):tSQSOutput - Add support for FIFO queue
* fix(TDI-39823):Compile error when use batch and FIFO function for
tSQSOutput
* change the mvn path
* fix(TUP-19188): Improve English messages on the "Network Issue Occured" (#1828)
fix(TUP-19188): Improve English messages on the "Network Issue Occured" dialog
https://jira.talendforge.org/browse/TUP-19188
* feat(TUP-18461)
* feat(TUP-18534):[bug] Dialog title should be "Check connection" instead
of "Main" when test connetion;
* feat(TUP-18386):Wizard title should be "Check connection" when check for
salesforce.
* feat(TUP-18461)
* feat(TUP-19207):[bug]commandline: "ClassNotFound" shows when logon
project in commandline
* feat(TUP-19244):DriverClass and MappingFile do not support context model
* feat(TUP-19181):[bug]migration: Input table name is not correct after
migration
* feat(TUP-19119):[bug]NEP shows in errorlog when r-click Queries node
under JDBC metadata node
* fix the stats and logs
fix the stats and logs
* fix the stats and logs
* feat(TUP-18918):[bug] Schema is out of the "Table schemas" folder if
adding it in Retrieve Wizard
* fix(TUP-19235): revert something to make the refresh for advanced page
works
* feat(TUP-19266):[bug] Salesforce Modules cannot be retrieved
* feat(TUP-19178):[bug]JDBC: Icon shouldn't be salesforce icon in Impact
Analysis result
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now
* feat(TUP-19230):[bug] seems Mapping file always use mapping_Mysql.xml
* feat(TUP-18461)
* fix the iterate line
* feat(TUP-19231):[bug]migration: Existing JDBC database cannot show after
checking "Overwrite existing items"
* TDQ-14655 update something on DQ side (#1865)
* feat(TUP-19204):[bug] migration: "Driver Class", "UserId","Password" are
missing after D&D schema to job as tJDBCInput
* fix(TUP-19205):[bug] Mapping file label in Wizard should right align
* fix(TUP-19218):[bug] "Select class name" should be diabled in Context
mode
* feat(TUP-18461):when context value is
mysql-connector-java-5.1.30-bin.jar;ant.jar, the module install is wrong
* fix(TDI-39864):[bug] Canot D&D JDBC to MR job
* TUP-19295:[bug] Canot D&D JDBC to MR job-make repository update work for
jdbc of mr process
* feat(TUP-18461):add jdbc component to the tos component feature
* Revert "fix(TDI-39329): revert it now for not break stuido build, will add it back"
This reverts commit d58078d586.
* fix the conflict
* feat(TUP-18461) fix issues with mvn uri
* fix(TUP-19317):fix the catalog schema setup
* feat(TDI-39550): Upgrade teradata driver version
* feat(TDI-39550): Upgrade driver to the latest version
* feat(TDI-39550): Respect GAV in java.xml files
* feat(TDI-39466): Process marklogicOutput Objects (#1669)
* When component has avro byte with Object class flag - enforcer will propagate data further
* feat(TDI-39469): Implement marklogic migration task (#1743)
* feat(TDI-39469): Implement marklogic migration task
* fix(TDI-39469): Change migration version
* Set breaks and version 7.0
* Small refactoring
* fix(TDI-39469): Fix migration task date
* fix(TDI-39469): Fix overwriting output schema
* fix(TDI-39469): Fix migration props with diff names
*In tMarkLogicOutput Action and data type properties have several values which names are differ
* fix(TDI-39469): Fix tmarklogicinput schema migration
* feat(TDI-39312): change migration to conform dataset, datastore concepts
* feat(TUP-18730): add the save trigger migration task
* feat(TUP-18730): change the api for option
* feat(TUP-18730): if invalid, set readonly for job
* fix(TUP-19125): no pupop for quick tour
* feat(TUP-19046): impl for import items and projects
* feat(TUP-19046): deal with migration
* feat(TUP-19046): change to use demo import
* feat(TUP-19046): remove the readonly flag
* feat(TUP-19046): add the option for import demo
* feat(TUP-19046): add the product date
* feat(TDI-38023):Version and product advanced configurability
* feat(TDI-38043):add the property “service access security group” in
tAmazonEMRManage
* feat(TDI-38789):Add EMR 5.x to the tAmazonEMRManage component
Conflicts:
main/plugins/org.talend.designer.components.localprovider/components/tAmazonEMRManage/tAmazonEMRManage_java.xml
* feat(TDI-38023):tAmazonEMRManage: Version and product advanced
configurability
* feat(TDI-37930): Change ftps library to apache commons net
* tFtpConnection and Close ftps library now is apache commons net
* Change runtime of Connection and Close components
* Extract creating ftps connection to template
* Add ftps properties to tFtpDelete
* Start implementing tFtpDelete FTPS runtime
* Change javajet footer to close new ftps connection instead of old one
* feat(TDI-37930): Implement tFTPDelete runtime
* feat(TDI-37930): Add ftps support to tftpfilelist
* Add prot property
* Add pbsz property
* feat(TDI-37930): Implement ftps support for tFileTruncate
* feat(TDI-37930): Add cid for creating connection variables
* Fix compile error for using several components
* fix(TDI-37930): Fix code generation for ftp components
* fix(TDI-37930): Fix missing nbline in tfilelist
* feat(TDI-37930): Remove temp property message about ftps
* feat(TDI-37930): Change group id for dependency
* Remove redundant urlpath
* feat(TDI-37930): Remove redundant 6.0.0 version in dependency
* feat(TDI-37930): Add ftps support for tFTPFileExist
* feat(TDI-37930): Add ftps support for tFTPRename
* feat(TDI-38362): Change ftpget ftpput ftps library to apache (#1858)
* feat(TDI-38362): Change ftpget ftpput ftps library to apache
* feat(TDI-38362): Fix group ids for ftps dependency
* Remove redundant urlpath for it
* fix(TDI-37930): Fix tFTPFIleExist component xml file
* feat(TDI-37930): Add ftps support for ftpfileproperties
* fix(TDI-39922): Fix show-if statement for ignore failure property
* feat(TDI-37930): Improve logic of file exist checking
* feat(TDI-27454): add option to choose file or directory exists
* feat(TDI-27454): upgrade driver as proposed in ticket
* feat(TDI-27454): fix issue with wrong slash
* feat(TDI-27454): rename boolean variable
* feat(TDI-27454): fix issue with brackets
* feat(TDI-27454): make correct g a v for tftp components
* feat(TUP-18768):Unified Front end Connector
* feat(TUP-18768):Unified Front end Connector
* feat(TUP-18768):Unified Front end Connector
* faet(TUP-18768):Unified Front end Connector
* feat(TUP-18768):Unified Front end Connector
* feat(TUP-18768):Unified Front end Connector
* feat(TUP-18768):add Snowflake to the unified component
* feat(TUP-18768):Unified Front end Connector
* feat(TUP-19208):[bug] sometimes warning icon not display
* feat(TUP-19222):[bug] search by name not work well
* feat(TUP-19223):[bug] incorrect layout when select database as Snowflake
* feat(TUP-19273):Hide component in specified family and move not unified
database component to a new family DB Specifics
* feat(TUP-18768):Unified Front end Connector- move to tos
* feat(TUP-18768):revert the family change
* fix(TDI-39306) : Support of registered web app
* fix(TDI-39306) : Remove 'Application permission'
* fix(TDI-39306) : Add Adal4j library with patch for client/user credentials
* feat(TDI-39306) : Chang a label
* feat(TDI-39306) : remove git submodule adal4j
* feat(TDI39306) : Add adal4j library
* feat(TDI-39306) : Change adal4j version to 1.1.1-patch
* feat(TDI-39306) : Use right gav for adal4j
* resolve conflict
* Change the name of option file.
* support tS3Copy.
* Revert "Change the name of option file."
This reverts commit 48ac7dea44bd52de9c3527008577ef4372716afa.
* only change the name
* feat(TDI-39360):tSQSOutput - Add support for FIFO queue
* fix(TDI-39823):Compile error when use batch and FIFO function for
tSQSOutput
* change the mvn path
* feat(TDI-39212):New SQS component tSQSQueueAttributes
* Change some of the type of Schema.
* fix some bug
* use parserUtil
* Unified the name of one text box
* Eliminate useless annotation for testting.
* fix(TDI-33080): Ignore internal errors occuring on logging via LogCatcher
* Restore lost changes
* fix(TDI-33080): We should ignore Exceptions only, not Errors
* Revert change of version in component definition xml
* fix(TDI-33080): Remove redundant property
* fix(TUP-19005):fix the show_if not_show_if problem for links
* fix(TUP-19005):fix the show_if not_show_if problem for links
* fix(TUP-19005): update the junit
* TUP-19040 added migration to handle the change of schema name (#1775)
* TUP-19005 TUP-19040 fixed separate case issue (#1778)
* feat(TUP-18903): add migration task to update the product values.
* feat(TUP-18903): refactor to add Option Enum for import item
* feat(TUP-18903): when migration, check existed or not
* feat(TUP-18904): enable to check items when import projects, even demo
* feat(TUP-18903): adapt the created and modified date for item
* feat(TUP-18904): enhance the popup dialog
* feat(TUP-18903): enhance the import project and item dialog
* fix(TUP-19050): fix bug for import project
* feat(TUP-18374):Support dynamic input table name in ELT components
* feat(TUP-18374):add some junit and more fix
* feat(TUP-18871):[bug] support special characters globalMap in ELT
components
* feat(TUP-18872):[bug] support dynamic input table name expression in ELT
components
* feat(TUP-18374):Support dynamic input table name in ELT components
* feat(TUP-18374):Support dynamic input table name in ELT components
* feat(TUP-18374):Support dynamic input table name in ELT components
* fix(TDI-39446) : Redirect 303/302(optional) with GET
* fix(TDI39446) : Use the right redirect url
* fix(TDI-39446) : Update label for force label on 302 redirect option
* fix(TDI-39446) : Update label for 302 redirect option
* feat(TBD-5415) Insert user agent for GCS in jets3t http client
* change the way of getting version for user agent
As I changed in routines.system.Constant the way of getting user agent (because of version).
* rename variable
* fix(TUP-18492): Stats Logs still use JTDS driver even select Microsoft.
* fix(TUP-18492): added a wrong break version for the migration task.
* fix(TUP-18492): added a wrong break version for the migration task.
* feat(39493) : tVerticaBulkExec CopyStream+Params
* feat(TDI38740) : Support of Vertica 9
* Other versions are deprecated
* fix(TDI39720) : retrieve good db_version
* fix(TDI39720) : Remove dev log
* feat(TDI-39293): Integrate Neo4J Batch (integration from partner)
* remove partener distribution management element
* remove partener scm and deploy site plugin
* add talend distribution management
* feat(TDI-39607):remove old component and useless plugins.
* support use connection.
* feat(TUP-18512): Support Calculation View for SAP Hana Database.
* feat(TUP-18512): fix bug when Query Guess for SAP Hana Database.
* feat(TUP-18512): fix TUP-18907 [bug] error show when open Edit queries.
* feat(TUP-18512): fix bug of TUP-18909 schema name incorrect in SQL
builder for Calculation view.
* fix(TDI39578) : Transform String type to id_bytes[]
* fix(TDI39578) : Set Binary db type for id_byte[]
* fix(TDI39578) : Retrieve binary field in all case."
* I happens that MS CRM don't sent the type of a field in the pload
* Olingo retrieve Null type and so set it as String, its default one
* Transform the generate String in byte[] if the java type is byte[]
* fix(TDI-39653): tSocketOutput does not work with the ""
* remove useless code
* fix the behavior change
* correct the logic
* fix(TDI-39653):revert the change of xml
* fix(TUP-18545): adapter the new interface with new parameter
RuntimeContext which pass var from platform to tcomp
* fix(TUP-18545): remove the unuseful one
* feature(TUP-18350):Do some refactor and create the common API for nexus
2.x and 3.x
* feat(TUP-18351)Implement the search/deploy/update snapshot for nexus 3.x
* feat(TUP-18373):Improve module view to support customerized maven uri
* feat(TUP-18373):Improve module view to support customerized maven uri
* feat(TUP-18373):Improve module view to support customerized maven uri
* feat(TUP-18373):Improve module view to support customerized maven uri
* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.
* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.
* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.
* fix(TDI-39571): Set navigation link to null
* fix(TDI-39571): Extract navigation link name from lookup
* fix(TDI39571) : Add some unit tests
* fix(TDI39571) : Add unit tests class
* fix(TDI39571) : junit dependency is in scope test.
* fix(TDI39571) : Remove duplicate junit dependency.
* fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.8
* fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.10 as 1.2.8 have
some bug though amazon release note don't contain 1.2.10 now
* feat(TUP-18531) Modify studio setup to only support java 8
* feat(TUP-18531) set back the generation to java 6 for jet emitters
Jet emitters do not support yet java 7/8 because of an eclipse bug.
So switch back to java 6. (this doesn't change the final codegen of
components)
* feat(TUP-18531): [bug]after migrate project from old build, the java
version in project setting is blank.
* feat(TDI-38984): add ability to use enpoint to tS3Connection
* feat(TDI-38984): keep region choice for encryption key
* feat(TDI-38984): move the endpoint settings to advanced tab
WizardComponentFolderPage.ErrMSG5=\u03A4\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF Family \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
WizardComponentFolderPage.ErrMSG4=\u03A4\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF Long Name \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
ImportComponentDialog.WarningMSG=This operation will overwrite the existing components in workspace. Do you really want to import the selected components?
CopyComponentValidator.ComponentExist=Le composant existe d<>j<EFBFBD>
ImportComponentDialog.WarningMSG=Cette op<6F>ration va <20>craser les composants existants dans l'espace de travail. Voulez-vous vraiment importer les composants s<>lectionn<6E>s?
CreateComponentWizard.MainProperties=Propri<EFBFBD>t<EFBFBD>s principales
ComponentProjectManager.WarningMsg=Le syst<73>me de fichiers sous-jacent est insensible <20> la casse. {0} est en conflit avec un projet existant
WizardComponentFolderPage.Family=Famille
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
CopyComponentActionProvider.CopyComponent2=Copier le composant
AbstractXMLConfigPage.CTYPETip=Type de connecteur.
AddResourceAction.ChooseResource=&Choisir les JAR et ZIP <20> ajouter :
ImportComponentDialog.WarningTitle=Avertissement
AddExternalResourceAction.AddELibs=Ajouter des biblioth<74>ques externes...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=Pas de composant disponible.
AbstractXMLConfigPage.MINOUTPUTTip=Entier. Nombre minimum de sorties pour cette connexion.
ValidateComponentXMLActionProvider.error=\n\tIl y a une erreur dans la ligne {0}
ValidateComponentXMLActionProvider.fatalerror=\n\til y a une erreur fatale dans la ligne {0}
ValidateComponentXMLActionProvider.invalid=Le fichier XML du composant est invalide\:\n
ValidateComponentXMLActionProvider.ok=OK
ValidateComponentXMLActionProvider.result=R<EFBFBD>sultat de validation
ValidateComponentXMLActionProvider.valid=Le fichier XML du composant est valide.
ValidateComponentXMLActionProvider.validate=Valider le composant XML
ValidateComponentXMLActionProvider.warning=\n\til y a un Warning sur la ligne {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.result=R<EFBFBD>sultat de la validation
AddResourceAction.ChooseResource=&\u0412\u044B\u0431\u0440\u0430\u0442\u044C Jar \u0438 Zip \u0444\u0430\u043B\u044B \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F:
ValidateComponentXMLActionProvider.invalid=\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 XML \u0444\u0430\u0439\u043B \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B\:\n
ValidateComponentXMLActionProvider.validate=\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C XML \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430
ImportComponentDialog.WarningMSG=This operation will overwrite the existing components in workspace. Do you really want to import the selected components?
ImportComponentDialog.WarningTitle=Warning
NewActionProvider.New=New
NewActionProvider.NewComponent=New Component
PluginConstant.Borwser=Browser..
ProjectSelectionDialog.ChooseFolder=Choose a project folder for this session
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
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.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.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.
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
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.
AlfrescoOutputManager.schemaError.title=B\u0142\u0105d w schemacie
AlfrescoModelDialog.missingTypeDefinitions.msg=Wybrane typy odwo\u0142uj\u0105 si\u0119 do nieznanych typ<EFBFBD>w lub aspekt<EFBFBD>w Alfresco: ${0}. Podaj pliki modelu Alfresco, w kt<EFBFBD>ych s\u0105 zdefiniowane.
AlfrescoModelDialog.missingTypeDefinitions.msg=Wybrane typy odwo\u0142uj\u0105 si\u0119 do nieznanych typ\u00f3w lub aspekt\u00f3w Alfresco: ${0}. Podaj pliki modelu Alfresco, w kt\u00f3ych s\u0105 zdefiniowane.
AlfrescoModelDialog.missingAspectDefinitions.msg=Os aspectos escolhidos referem-se a aspecto(s) Alfresco desconhecido(s): $ {0}. Forne<EFBFBD>a os arquivos do modelo alfresco que os define.
AlfrescoModelDialog.missingAspectDefinitions.msg=Os aspectos escolhidos referem-se a aspecto(s) Alfresco desconhecido(s): $ {0}. Forne\u00e7a os arquivos do modelo alfresco que os define.
AlfrescoOutputManager.schemaError.title=Erro no esquema
AlfrescoModelDialog.missingTypeDefinitions.msg=O tipo escolhido refere-se ao tipo (s) ou elemento (s) Alfresco desconhecido : $ (0). Forne<EFBFBD>a o arquivos do modelo alfresco que os define.
AlfrescoModelDialog.missingTypeDefinitions.title=Defini<EFBFBD><EFBFBD>es de tipos faltando
AlfrescoModelDialog.missingTypeDefinitions.msg=O tipo escolhido refere-se ao tipo (s) ou elemento (s) Alfresco desconhecido : $ (0). Forne\u00e7a o arquivos do modelo alfresco que os define.
AlfrescoModelDialog.missingTypeDefinitions.title=Defini\u00e7\u00f5es 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<EFBFBD> foi adicionado
AlfrescoOutputModelManager.alreadyAdded=Este modelo j\u00e1 foi adicionado
AlfrescoModelDialog.removeModelFailed=Falha ao remover modelo
AlfrescoOutputModelManager.prefixConflict=N<EFBFBD>o <20> poss<73>vel adicionar o modelo. O prefixo est<EFBFBD> em conflito com um modelo adicionado previamente para
AlfrescoOutputModelManager.notYetAdded=Este modelo aind n<EFBFBD>o foi adicionado
AlfrescoOutputModelManager.prefixConflict=N\u00e3o \u00e9 poss\u00edvel adicionar o modelo. O prefixo est\u00e1 em conflito com um modelo adicionado previamente para
AlfrescoOutputModelManager.notYetAdded=Este modelo aind n\u00e3o 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
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
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
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
BusinessPaletteFactory.DataComment=Utw\u00f3rz nowe dane
CreateDiagramAction.CreateBusinessModel=Utw\u00f3rz model biznesowy
BusinessCreationWizardPage.CreatenewBusinessDiagram=Utw\u00f3rz 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
BusinessNewDiagramFileWizard.CreateNewDiagram=Stw\u00f3rz nowy diagram na podst. {0} zawarto\u015Bci modelu
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
BusinessPaletteFactory.DocuemntComment=Utw\u00f3rz 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
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...
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
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...
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.
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.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.
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=Ecriture
FAMILY.Output=\u00c9criture
FAMILY.ParAccel=Paraccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
@@ -125,15 +125,16 @@ 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_SuccessMessage1=Red\u00e9marrez le Studio pour charger les nouveaux composants. Sinon,ils seront charg\u00e9s au prochain d\u00e9marrage.
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...
ComponentsPreferencePage.WarningMsg=Talend Open Studio\u3092\u518D\u8D77\u52D5\u3057\u3066\u3001\u62E1\u5F35\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9\u3057\u307E\u3059\u3002
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Projeto JETEmitters n<EFBFBD>o existe, <EFBFBD> necess<EFBFBD>rio a reinicializa<EFBFBD><EFBFBD>o
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Projeto JETEmitters n\u00e3o existe, \u00e9 necess\u00e1rio a reinicializa\u00e7\u00e3o
CodeGeneratorEmittersPoolFactory.Class.NotFound=Template ainda presente, mas a classe {0} disapareceu do workspace. Essa unidade precisa ser recompilada.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Os dados n<EFBFBD>o podem ser salvos:
CodeGeneratorEmittersPoolFactory.initMessage=Inicializa<EFBFBD><EFBFBD>o da Engine de Gera<EFBFBD><EFBFBD>o em andamento...
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Os dados n\u00e3o podem ser salvos:
CodeGeneratorEmittersPoolFactory.initMessage=Inicializa\u00e7\u00e3o da Engine de Gera\u00e7\u00e3o em andamento...
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.