Change in ovirt-dwh[master]: etl: updated tos to version 5.1.0

Yaniv Dary has submitted this change and it was merged. Change subject: etl: updated tos to version 5.1.0 ...................................................................... etl: updated tos to version 5.1.0 Change-Id: Ic70039a5de1ad5d4edac74d81f375bf2b743184a Signed-off-by: Yaniv Dary <ydary@redhat.com> --- M data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtodaily_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtohourly_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/configurationsync_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/dailytimekeepingjob_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/deletetimekeepingjob_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/historydelete_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/historyetl_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/hostconfigcheck_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/hourlytimekeepingjob_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/samplerunjobs_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/sampletimekeepingjob_3_0/contexts/Default.properties M data-warehouse/history_etl/context_files/ovirt_engine_dwh/statisticssync_3_0/contexts/Default.properties M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtodaily_3_0/AggregationToDaily.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtohourly_3_0/AggregationToHourly.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/configurationsync_3_0/ConfigurationSync.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/dailytimekeepingjob_3_0/DailyTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/deletetimekeepingjob_3_0/DeleteTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historydelete_3_0/HistoryDelete.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historyetl_3_0/HistoryETL.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hostconfigcheck_3_0/HostConfigCheck.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hourlytimekeepingjob_3_0/HourlyTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/minimalversioncheck_3_0/MinimalVersionCheck.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/parallelrun_3_0/ParallelRun.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/samplerunjobs_3_0/SampleRunJobs.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_0/SampleTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/statisticssync_3_0/StatisticsSync.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/DataOperation.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/Mathematical.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/Numeric.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/Relational.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/StringHandling.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/TalendDataGenerator.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/TalendDate.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/TalendString.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/AssertCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/BufferedOutput.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/Document.java A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/DocumentToFlat.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/FastDateParser.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/FormatterUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/GlobalResource.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/LocaleProvider.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/LogCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/MetterCatcherUtils.java A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/NameSpaceTool.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/ParserUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/ResumeUtil.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/RunStat.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/RunTrace.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/RuntimeUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/SharedDBConnection.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/StatCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/StringUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TDieException.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TRunJobException.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendThread.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendThreadPool.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendThreadResult.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TypeConvert.java A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/UnicodeReader.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBConsumer.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBEndpointInfo.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBEndpointRegistry.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/TalendESBJob.java A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/TalendESBJobFactory.java M data-warehouse/history_etl/history_service/history_service.sh M data-warehouse/history_etl/tos_project/code/routines/system/StringHandling_0.1.item M data-warehouse/history_etl/tos_project/code/routines/system/StringHandling_0.1.properties M data-warehouse/history_etl/tos_project/code/routines/system/TalendDate_0.1.item M data-warehouse/history_etl/tos_project/code/routines/system/TalendDate_0.1.properties M data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.0.properties M data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.0.properties M data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.0.properties M data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.0.properties M data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.0.properties M data-warehouse/history_etl/tos_project/process/HistoryDelete_3.0.properties M data-warehouse/history_etl/tos_project/process/HistoryETL_3.0.properties M data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.0.properties M data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.0.properties M data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.0.properties M data-warehouse/history_etl/tos_project/process/ParallelRun_3.0.properties M data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.0.properties M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.0.properties M data-warehouse/history_etl/tos_project/process/StatisticsSync_3.0.properties M data-warehouse/history_etl/tos_project/talend.project M pom.xml 88 files changed, 2,961 insertions(+), 1,104 deletions(-) Approvals: Yaniv Dary: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4702 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic70039a5de1ad5d4edac74d81f375bf2b743184a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <ydary@redhat.com> Gerrit-Reviewer: Yaniv Dary <ydary@redhat.com>
participants (1)
-
ydary@redhat.com