Yaniv Dary has submitted this change and it was merged. Change subject: etl: changed version to 3.1 ......................................................................
etl: changed version to 3.1 Change-Id: I3dff7c308d2156d93235e95ae76e2546da0bf2bb Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M Makefile D data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtodaily_3_0/contexts/Default.properties C data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtodaily_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtohourly_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/configurationsync_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/dailytimekeepingjob_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/deletetimekeepingjob_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/historydelete_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/historyetl_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/hostconfigcheck_3_1/contexts/Default.properties D data-warehouse/history_etl/context_files/ovirt_engine_dwh/hourlytimekeepingjob_3_0/contexts/Default.properties C data-warehouse/history_etl/context_files/ovirt_engine_dwh/hourlytimekeepingjob_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_1/contexts/Default.properties C data-warehouse/history_etl/context_files/ovirt_engine_dwh/samplerunjobs_3_1/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/sampletimekeepingjob_3_1/contexts/Default.properties D data-warehouse/history_etl/context_files/ovirt_engine_dwh/statisticssync_3_0/contexts/Default.properties R data-warehouse/history_etl/context_files/ovirt_engine_dwh/statisticssync_3_1/contexts/Default.properties R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtodaily_3_1/AggregationToDaily.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtohourly_3_1/AggregationToHourly.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/configurationsync_3_1/ConfigurationSync.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/dailytimekeepingjob_3_1/DailyTimeKeepingJob.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/deletetimekeepingjob_3_1/DeleteTimeKeepingJob.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historydelete_3_1/HistoryDelete.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historyetl_3_1/HistoryETL.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hostconfigcheck_3_1/HostConfigCheck.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hourlytimekeepingjob_3_1/HourlyTimeKeepingJob.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/minimalversioncheck_3_1/MinimalVersionCheck.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/parallelrun_3_1/ParallelRun.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/samplerunjobs_3_1/SampleRunJobs.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_1/SampleTimeKeepingJob.java R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/statisticssync_3_1/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 A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/DBDateParser.java M data-warehouse/history_etl/history_service/history_service.sh A data-warehouse/history_etl/tos_project/code/routines/RoutineHistoryETL_3.1.item A data-warehouse/history_etl/tos_project/code/routines/RoutineHistoryETL_3.1.properties R data-warehouse/history_etl/tos_project/context/connectionJDBC_3.1.item R data-warehouse/history_etl/tos_project/context/connectionJDBC_3.1.properties R data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.1.item R data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.1.properties R data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.1.item R data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.1.properties R data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.1.item R data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.1.properties R data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.1.item R data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.1.properties R data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.1.item R data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.1.properties R data-warehouse/history_etl/tos_project/process/HistoryDelete_3.1.item R data-warehouse/history_etl/tos_project/process/HistoryDelete_3.1.properties R data-warehouse/history_etl/tos_project/process/HistoryETL_3.1.item R data-warehouse/history_etl/tos_project/process/HistoryETL_3.1.properties R data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.1.item R data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.1.properties R data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.1.item R data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.1.properties R data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.1.item R data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.1.properties R data-warehouse/history_etl/tos_project/process/ParallelRun_3.1.item R data-warehouse/history_etl/tos_project/process/ParallelRun_3.1.properties R data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.1.item R data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.1.properties R data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.1.item R data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.1.properties R data-warehouse/history_etl/tos_project/process/StatisticsSync_3.1.item R data-warehouse/history_etl/tos_project/process/StatisticsSync_3.1.properties M data-warehouse/history_etl/tos_project/talend.project M data-warehouse/historydbscripts_postgres/dbcustomfunctions.sh M pom.xml 77 files changed, 2,099 insertions(+), 1,579 deletions(-) Approvals: Yaniv Dary: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5402 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3dff7c308d2156d93235e95ae76e2546da0bf2bb Gerrit-PatchSet: 2 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <yd...@redhat.com> Gerrit-Reviewer: Yaniv Dary <yd...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches