* 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
SqlMemoController.QueryError.infoMsg=This query can not contain context parameters(like $_context) ,\n or this query has not been enclosed by {0} . Please correct.
@@ -143,6 +144,7 @@ NewProcessWizard.failureText=Job could not be saved
ContextParameterPage.shouldPrompt=Prompt for value
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Deactivate all linked Subjobs
EParameterName.Description=Description
EParameterName.Description=Description
Process.IfToUpgradeMetadata=The metadata used in the following component(s) has been modified.\nSelect the component(s) that you want to update from the repository.
NewProcessWizard.title=New Job
CheckController.decoration.description=Value taken from the repository
ToggleSubjobsAction.LABEL=Supprimer le surlignage des sous-jobs
EParameterName.schemaOptions=Options du schéma
EParameterName.Purpose=Objectif
EParameterName.Purpose=Objectif
MultiPageEditorContributor.Grid=&Grille
EParameterName.tableLogs=Table de logs
SqlMemoController.QueryError.infoMsg=Cette requête ne peut contenir des paramètres de contexte (comme $_context) ,\n ou cette requête n'a pas été entourée de {0}. Merci de corriger.
@@ -141,6 +142,7 @@ NewProcessWizard.failureText=Le Job n'a pas pu
ContextParameterPage.shouldPrompt=Invite pour une valeur
ContextParameterPage.prompt=Invite
EParameterName.Name=Nom
EParameterName.Name=Nom
EParameterName.onDatabaseFlag=Dans la base de données
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Désactiver les Sous-job liés
EParameterName.Description=Description
EParameterName.Description=Description
Process.IfToUpgradeMetadata=La métadonnée utilisée dans le(s) composant(s) suivant(s) a été modifiée.\nSélectionnez le(s) composant(s) que vous voulez mettre à jour à partir du Référentiel.
NewProcessWizard.title=Nouveau Job
CheckController.decoration.description=Valeur prise du référentiel
writerWithFeedbackMain_<%=cid%> = new org.talend.codegen.flowvariables.runtime.FlowVariablesWriter(writerWithFeedbackMain_<%=cid%>, container_<%=cid%>);
writerWithFeedbackReject_<%=cid%> = new org.talend.codegen.flowvariables.runtime.FlowVariablesWriter(writerWithFeedbackReject_<%=cid%>, container_<%=cid%>);
writerWithFeedbackReject_<%=cid%> = new org.talend.codegen.flowvariables.runtime.FlowVariablesWriter(writerWithFeedbackReject_<%=cid%>, container_<%=cid%>);
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.