Commit Graph

417 Commits

Author SHA1 Message Date
zwxue
4650b722a4 feat(TUP-19824):Create poms for joblet and update job content. (#1558)
* feat(TUP-19824):Create poms for joblet and update job content.

* fix(TUP-19850) Fix move / rename operations

* feat(TUP-19824): do install for joblet pom.

* fix(TUP-19824):fix NPE caused by generatePomOnly option.

* fix(TUP-19824): change joblet groupId and exclude from dependency set
2018-03-28 18:46:56 +08:00
Jane Ding
e786d3d242 feat(TUP-19782)Add filter on the pom synchronization (#1560)
* feat(TUP-19782)Add filter on the pom synchronization
Add a filter test method

* delete no used import

* Modified wrong artifiactid
2018-03-28 13:35:56 +08:00
Jane Ding
43940d7691 TUP-19782 FRO QUICK FIX JUNIT FAILURE (#1555) 2018-03-27 10:42:32 +08:00
wchen-talend
d032ce3e69 Wchen/bugfix/tup 19704 recursive job (#1542)
* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):add junit
2018-03-23 09:51:15 +08:00
kjwang-talend
43ed5628a2 fix(TUP-19748) when logon project pop up error after migration (#1537)
https://jira.talendforge.org/browse/TUP-19748
2018-03-22 16:55:44 +08:00
Ivan Gonchar
fee324e777 feat(TCOMP-734): add ContextParameterUtils.isDynamic() method (#1543) 2018-03-21 13:23:30 +02:00
Chao MENG
709c732b48 fix a junit failed (#1493) 2018-03-08 11:58:21 +08:00
GGu
74365f5946 fix(TUP-18232): fix the failed junits (#1441) 2018-02-14 11:34:43 +08:00
Irene Wang
4f5f8406d2 DEVOPS-3791 Update copyright year to 2018 2018-02-09 12:55:53 +01:00
Irene Wang
1e74758e26 DEVOPS-3791 Update copyright year to 2018 2018-02-09 11:35:01 +01:00
nrousseau
231fb692e2 Zwxue/tup 16660 ci unify the maven build (#1426)
* feat(TUP-18223):Update 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-18227): fix compilation.

* feat(TUP-18227): fix CreateRouteMavenTestPom compilation error.

* feat(TUP-18227): add new version of maven plugins.

* feat(TUP-18228):Build BD&Children Job.

* feat(TUP-18229): fix miss dependencies bug when building with test case.

* feat(TUP-18229): Build Job with reference project.

* fix(TUP-18650):job code can not locate the compile error before
build/run job.

* 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-18636): fix dependency problem when building job with testcase.

* fix(TUP-18719):when create/open a job in reference project, studio will
throw Unhandled event loop exception

* fix(TUP-18714):tjava can not detect routines until switch to  code.

* fix(TUP-18745):commandline build specific job fail

* fix(TUP-18744):can not generate code for specific job.

* fix(TUP-18745):commandline build specific job fail

* update pom verion to 7.0.1

* TUP-18625: update maven repository

* fix(TUP-18810):tos build can not start up.

* fix(TUP-18829):[bug]spark job cannot run successfully

* fix(TUP-18900):Job in main project use job in refer project will not
record the correct refer project's group id.

* fix(TUP-18893):when first start studio JDK compiler level set to 1.5

* 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-19007):[bug] when log on a git project there will be a NPE
error.

* fix(TUP-19031):Miss content in .gitignore file for migration project.

* fix(TUP-18983):[bug] Routine pom file will not update after I create a
routine with new dependency.

* 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): fixed compile sub jobs during
BuildProjectSourceCommand.

* fix(TUP-19145):restart studio will clean assembly file

* 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-18893):when first start studio JDK compiler level set to 1.5

* fix(TUP-19164):The word error in git history about create pom file

* fix(TUP-18968,TUP-19165,TUP-19167): fix several bugs.

* fix(TUP-19214):[BUG] Cannot retrieve HDFS schema.

* 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 regression bug of preview.

* feat(TUP-18232) update project pom

* 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-16660):add property for project pom.

* fix(TUP-3775) Avoid to break commandline with debug

* 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.

* fix(TUP-16660):fix 3rd party dependency bug.

* feat(TUP-16660):Add cache for codes build.

* fix(TUP-16660): generate all jobs pom after import task completely
finished.

* fix(TUP-16660) fix classpath Adjuster for TDM, and error log

* feat(TUP-16660) rename resources folder method

* 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): update git/svn commit strategy

* fix(TUP-19280): add -llr parameter for maven command.

* feat(TUP-16660) update to new maven repository

* fix(TUP-16660): avoid to modify pom.xml too many times.

* fix(TUP-16660): change maven version for ci builder.

* feat(TUP-16660) fix refresh issues

* fix(TUP-16660):fix bugs in BuildCacheManager.

* fix(TUP-16660):add build type info in job build cache.

* Csun/tup 16660 ci unify the maven build (#1401)

* TESB-20453:Changes for Single Maven Build: Routes(Add Bundle-Resource
for ESB)

* TESB-20453:Changes for Single Maven Build: Routes(Add Bundle-Resource
for ESB)

* TESB-20453:Changes for Single Maven Build: Routes (#1405)

* fix(TUP-19385):fix wrong module path of ref project.

* fix(TUP-19401):Run main project's job which use ref project's job fail
with NPE error after migration.

* 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.

* fix(TUP-19376):svn: pom file can not upload to server immediately for
imported in jobs.

* TESB-20833: Update OSGi pom template
2018-02-08 12:11:44 +01:00
wang wei
322227c29a fix(TUP-16457): fix the wrong schema syn and fix again the junit
* Revert "fix(TUP-16457) fix junits (#1347)"

This reverts commit 0e6afad7df.

* fix(TUP-16457): fix the junits after the commit revert
2018-02-06 17:52:40 +08:00
GGu
c7c22c9df4 fix(TUP-19386): fix failed junit (#1415) 2018-02-05 14:22:27 +08:00
GGu
a02524d464 fix(TUP-19386): remove the listener for project settings (#1410) 2018-02-05 11:36:59 +08:00
zwxue
8ed26eab0e feat(TUP-18667): fix junit of PomIdsHelperTest (#1403) 2018-01-31 16:00:59 +08:00
Mike Yan
b6edb8db03 TESB-20440: Fixed test case for nexus type changing (#1398)
test case fixed.
2018-01-26 20:14:55 +08:00
wchen-talend
5e8b40f337 Wchen/bugfix/jdbc dataviewer (#1390)
* fix(TUP-19244):fix jdbc dataviwer problem

* fix(TUP-19244):fix jdbc data viewer problem
2018-01-24 00:56:28 -06:00
hwang-talend
82a4966c9c Hwang/tup 18461 (#1233)
* ERepositoryObjectType.valueOf("METADATA_EDIFACT");

* 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-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* 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-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.core.runtime/src/main/java/org/talend/core/runtime/services/IGenericWizardService.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection

* 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-18461):Have a display category on the connections same as
before

* Revert "feat(TUP-18461):Have a display category on the connections same as before"

This reverts commit 9158545ce7.

* 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-18532):[bug] Cannot unlock node after clicking Finish on the
Wizard

* 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

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18462):make the sql builder works on the repository.

* 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-18548):[bug] Cannot "Revert Context" if switch to other DBType
and switch back

* 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-18846):[bug] table name isn't show in Query

* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard

* feat(TUP-18860):[bug] table list are wrong for jdbc-oralce after
clicking refresh in sqlbuilder->data structure

* feat(TUP-18895):[bug] Name cannot be updated if updating it in creation
Wizard

* feat(TUP-18898):[bug] "Choose context" doesn't show if context has two
groups when test connection

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in

* feat(TUP-19089):Unable to select or deselect used variables in select
context variables window

* Revert "feat(TUP-19089):Unable to select or deselect used variables in select context variables window"

This reverts commit a55e403103.

* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode

* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode

* support the complex context converter

* improve the complex context converter

* fix(TDI-39697): The "Use custom object" in module list view doesn't work
well for tjdbcoutput as it require the custom value must exists in the
list above

* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp

* TUP-19206:[bug]Cannot move jdbc connection to folder

* feat(TUP-19244):DriverClass and MappingFile do not support context model

* feat(TUP-19244):junit

* feat(TUP-18918):[bug] Schema is out of the "Table schemas" folder if
adding it in Retrieve Wizard

* feat(TUP-19231):[bug]migration: Existing JDBC database cannot show after
checking "Overwrite existing items"

* TDQ-14655 JDBC connection can be moved (#1376)

* feat(TUP-19204):[bug] migration: "Driver Class", "UserId","Password" are
missing after D&D schema to job as tJDBCInput

* fix(TDI-39864):[bug] Canot D&D JDBC to MR job

* fix(TDI-39244): integrate jdbc components to studio

* feat(TUP-18461) fix issues with mvn uri

* fix(TUP-19317):fix the catalog schema setup
2018-01-22 19:52:42 +08:00
zafkirTalend
5b8b45428a feat(TBD-5453): Add CDH 5.13 distribution using new mechanism (DI & M/R) (#1357)
Add CDH 5.13 (DI & M/R) using new mechanism for dynamic distribution.
2018-01-04 10:13:47 +01:00
hcyi
9f0df82c93 fix(TUP-18988):DB2: Length of datatype vargraphic in metadata. (#1352) 2018-01-02 15:27:24 +08:00
nrousseau
45f56e103f fix(TUP-19195) update junits (#1349) 2017-12-28 17:22:51 +08:00
nrousseau
0e6afad7df fix(TUP-16457) fix junits (#1347) 2017-12-28 14:45:59 +08:00
nrousseau
a6993e68e0 Remove junit since the repository manager is deprecated (#1348) 2017-12-28 14:45:39 +08:00
wchen-talend
180484830f Wchen/bugfix/tup 19000 nexus 401 master (#1346)
* fix(TUP-19000):studio makes many 401 error HTTP requests when running a
job

* fix(TUP-19000):studio makes many 401 error HTTP requests when running a
job
2017-12-28 10:19:53 +08:00
kjwang-talend
32a0ee1c6b Kjwang/fix a junit error (#1338)
* Fix a junit error

* Fix a junit error
2017-12-25 03:25:06 -06:00
GGu
90f9be9182 fix(TUP-19163): fix the failed junits for ogsi test (#1337) 2017-12-25 14:14:23 +08:00
GGu
07051d18c2 fix(TUP-19163): fix the failed junits (#1336) 2017-12-22 18:16:29 +08:00
GGu
182a15cb7d fix(TUP-19124): fixed the failed junits (#1328) 2017-12-19 11:32:44 +08:00
GGu
c18b60c8fb feat(TUP-18903): add product details (#1295) (#1318) 2017-12-11 16:53:57 +08:00
GGu
ba0509d3e0 Kjwang/feat(tup 18293)reference projects as project dependencies (#1187)
* feat(TUP-18235): Reference Projects as Project Dependencies: logon/load
reference projects

* feat(TUP-18235)Reference Projects as Project Dependencies: support logon
reference projects by on/off line model

* feat(TUP-18235)Reference Projects as Project Dependencies: support logon
reference projects by on/off line model

* feat(TUP-18235):Reference Projects as Project Dependencies: support
logon reference projects by local model

* feat(TUP-18235):Reference Projects as Project Dependencies: support
logon reference projects by local model

* feat(TUP-18235)Reference Projects as Project Dependencies:Improve the
code

* feat(TUP-18235)Reference Projects as Project Dependencies:Improve the
code

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18236)Reference Projects as Project Dependencies: Fix some bugs

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project settings dialog

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* fix(TUP-18824):[bug] can logon main project if current user do not have
authorized for the reference project

* fix(TUP-18835)[bug] read only user can't get the reference relationship
from tac if the setting file has different relationship with tac

* fix(TUP-18835)[bug] read only user can't get the reference relationship
from tac if the setting file has different relationship with tac

* fix(TUP-18835)[bug] read only user can't get the reference relationship
from tac if the setting file has different relationship with tac
https://jira.talendforge.org/browse/TUP-18835
2017-12-11 15:11:57 +08:00
zwxue
19d5505e62 Revert "fix(TUP-18772):buildjob override parameter add unecessary backslash (#1298)" (#1309)
This reverts commit e37bde5deb.
2017-12-04 16:48:21 +08:00
zwxue
e37bde5deb fix(TUP-18772):buildjob override parameter add unecessary backslash (#1298) 2017-11-28 14:51:05 +08:00
wchen-talend
4e3a69a6d0 Wchen/bugfix/tup 18841 fix for module view (#1277)
* fix(TUP-18841):make the module view dialog be able to change back to
default uri.

* fix(TUP-18841):Fix some issues for the module view

* fix(TUP-18841):Fix some issues for the module view
2017-11-09 21:30:29 -06:00
wchen-talend
eb9525aa9f fix(TUP-18442):Enforce maven coordinate resolution consistency (#1271) 2017-11-06 10:13:32 +08:00
wchen-talend
40a96055ba Wchen/feature/tup 18373 improve module view (#1215)
* commit 1

* 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-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-18351):Implement the search/deploy/update snapshot for nexus
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-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351): keep nexus 2.x work the same as before.

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
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-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-18351):rename the aether plugin

* feature(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.

* 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.

* 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):remove a old plugin

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18551):change some text

* feat(TUP-18701):detect jar with custom uri but the uri is not saved

* feat(TUP-18715):[bug] error show if first upload a customer jar using
Custom URI, then use a default URI

* feat(TUP-18708):[bug] message should be more obviously when using the
jar which user set custom MVN URI in module view but deleted in local
and nexus

* 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):remove not used ui dependency for aether

* 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-18786):[bug] default mvn uri in module view seems not correct
when add jar from routine/bean
2017-10-31 12:15:16 +08:00
hwang-talend
e0e59a41fd fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name (#1178)
* fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name
in talend schema like tdatapreprun component

* fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name
2017-10-27 01:05:11 -05:00
GGu
43890bec2e feat(TUP-18593): export mapping files when build with generic component (#1250) 2017-10-23 01:17:11 -05:00
msjian
460ee00a25 TDQ-7274: rafactor the code to fix a NPE (#1251) 2017-10-20 17:22:43 +08:00
Jenkins Continuous Build server
9e788398a9 Set version to 7.0.1 SNAPSHOT 2017-10-20 10:21:51 +02:00
kjwang-talend
59ed6360f1 feat(TUP-18035)Tracking influence unification (#1235)
https://jira.talendforge.org/browse/TUP-18035
2017-09-29 20:56:56 -05:00
Chao MENG
2f33d879d3 feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. (#1236)
* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

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

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

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

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

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

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

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

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

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

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

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

> temprary to support to download from specified nexus

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

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

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

Improve log

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard
2017-09-28 14:54:46 +08:00
GGu
19ba06f149 feat(TUP-18122): do audit for components and extension modules (#1180) 2017-09-22 01:06:37 -05:00
wchen-talend
f84a9d4135 Wchen/feature/tup 18350 nexus3 (#1196)
* commit 1

* 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-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351): keep nexus 2.x work the same as before.

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):rename the aether plugin

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x
2017-09-19 16:11:14 +08:00
GGu
cda81d1b1e fix(TUP-18437): unify to use same api to create URI (#1197)
* fix(TUP-18437): unify to use same api to create URI

* fix(TUP-18437): fix the junit problem
2017-09-15 02:30:13 -05:00
nrousseau
2b543d3ac1 fix(TUP-18452) fix wrong generation of schema from WSDL (#1226)
Fix as well import of XSD to avoid to lose information on similar nodes
2017-09-14 11:29:38 +08:00
hcyi
389d5eb7d2 fix (TUP-18333): MSSQL: Cannot used in job correctly if password (#1210)
contains "\" or "/"
2017-09-13 18:03:49 +08:00
hcyi
e9d3c0db65 fix(TUP-18515): Reusing a SAP table stored in the metadata repository (#1220)
looses the data types.
2017-09-13 17:33:41 +08:00
wchen-talend
0027929cce fix(TUP-18517):Adding additional JDBC parameters to metadata connection (#1221)
to Vertica doesn't work
2017-09-12 14:32:19 +08:00
hwang-talend
52494f2268 Wwang talend/tdi 39241 (#1211)
* ERepositoryObjectType.valueOf("METADATA_EDIFACT");

* 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-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* 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-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.core.runtime/src/main/java/org/talend/core/runtime/services/IGenericWizardService.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18324):Edit jdbc connection
2017-09-12 10:51:37 +08:00
Seloen
9b44328ac4 feat(TUP-18192): intelligent auto map leveraging data quality algorithms (#1195)
* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Levenshtein and Jaccard done

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

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

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

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Refined version

https://jira.talendforge.org/browse/TUP-18192
2017-09-06 09:45:24 +08:00