Change in ovirt-engine[master]: webadmin: styling main view draggers
by ecohen@redhat.com
Einav Cohen has submitted this change and it was merged.
Change subject: webadmin: styling main view draggers
......................................................................
webadmin: styling main view draggers
Main view SplitLayoutPanel's draggers:
modified dimensions and color.
Change-Id: I54577645856fe6482b15be43be8850e22a0e42d2
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainContentView.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.ui.xml
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.java
4 files changed, 6 insertions(+), 8 deletions(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9558
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I54577645856fe6482b15be43be8850e22a0e42d2
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: webadmin: styling tabs top bar border
by ecohen@redhat.com
Einav Cohen has submitted this change and it was merged.
Change subject: webadmin: styling tabs top bar border
......................................................................
webadmin: styling tabs top bar border
Modified MainTab/SubTab top bar border's height
Change-Id: Icac354fb9f6033d6bf114a9dca805b4dd473e683
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tab/HeadlessTabPanel.ui.xml
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tab/SimpleTabPanel.ui.xml
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9641
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icac354fb9f6033d6bf114a9dca805b4dd473e683
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: webadmin: clear search button resets search incorrectly
by ecohen@redhat.com
Einav Cohen has submitted this change and it was merged.
Change subject: webadmin: clear search button resets search incorrectly
......................................................................
webadmin: clear search button resets search incorrectly
Clear search button sets 'searchString' to null (instead of an empty string)
when 'hasSearchStringPrefix' is true.
Some affected scenarios:
* Selecting an item from system tree -> clear search -> create a bookmark:
bookmark's search string ends with "null"
(underlying reason - CommonModel -> getEffectiveSearchString:
getSearchStringPrefix() + getSearchString()).
* Selecting disks main tab -> clear search -> create a bookmark:
same as above.
* Selecting disks main tab -> clear search:
blank list - since the 'effectiveSearchString' ends with null.
Change-Id: I2dfd1f51fac032df4593916c09944552a349b709
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9639
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2dfd1f51fac032df4593916c09944552a349b709
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Alexey Chub <achub(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: webadmin: replacing hourglass icon (locked status)
by ecohen@redhat.com
Einav Cohen has submitted this change and it was merged.
Change subject: webadmin: replacing hourglass icon (locked status)
......................................................................
webadmin: replacing hourglass icon (locked status)
Replacing hourglass icon.
Used for:
* Locked status (column)
* Wait status (task)
Change-Id: I182fe266e381a9c33bf50f538bf941c6542eed23
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/images/wait.png
1 file changed, 0 insertions(+), 0 deletions(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9557
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I182fe266e381a9c33bf50f538bf941c6542eed23
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: webadmin: footer splitter jumps down on catch
by ecohen@redhat.com
Einav Cohen has submitted this change and it was merged.
Change subject: webadmin: footer splitter jumps down on catch
......................................................................
webadmin: footer splitter jumps down on catch
Fixed bottom footer splitter:
jumps down 26px when catching it.
Change-Id: Ieeca78b2385c4f074ffab638487929b864fb4895
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainSectionView.ui.xml
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml
2 files changed, 2 insertions(+), 3 deletions(-)
Approvals:
Einav Cohen: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9640
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieeca78b2385c4f074ffab638487929b864fb4895
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
12 years, 1 month
Change in ovirt-dwh[master]: etl: updated working version to TOS 5.1.2
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: etl: updated working version to TOS 5.1.2
......................................................................
etl: updated working version to TOS 5.1.2
Change-Id: I5f573bc90f822c6fb995a74db1dd693fe7b86de7
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml
M data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtodaily_3_2/AggregationToDaily.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtohourly_3_2/AggregationToHourly.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/configurationsync_3_2/ConfigurationSync.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/dailytimekeepingjob_3_2/DailyTimeKeepingJob.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/deletetimekeepingjob_3_2/DeleteTimeKeepingJob.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historydelete_3_2/HistoryDelete.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historyetl_3_2/HistoryETL.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hostconfigcheck_3_2/HostConfigCheck.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hourlytimekeepingjob_3_2/HourlyTimeKeepingJob.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/minimalversioncheck_3_2/MinimalVersionCheck.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/parallelrun_3_2/ParallelRun.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/samplerunjobs_3_2/SampleRunJobs.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_2/SampleTimeKeepingJob.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/statisticssync_3_2/StatisticsSync.java
M data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml
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/RunStat.java
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/talend.project
29 files changed, 7,175 insertions(+), 2,741 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9853
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5f573bc90f822c6fb995a74db1dd693fe7b86de7
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 1 month
Change in ovirt-dwh[master]: etl: change etl version to 3.2
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: etl: change etl version to 3.2
......................................................................
etl: change etl version to 3.2
Change-Id: I1eeb89816d47f698e97a0fe99af4b7e69142688e
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M Makefile
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtodaily_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/aggregationtohourly_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/configurationsync_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/dailytimekeepingjob_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/deletetimekeepingjob_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/historydelete_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/historyetl_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/hostconfigcheck_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/hourlytimekeepingjob_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/minimalversioncheck_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/parallelrun_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/samplerunjobs_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/sampletimekeepingjob_3_2/contexts/Default.properties
R data-warehouse/history_etl/context_files/ovirt_engine_dwh/statisticssync_3_2/contexts/Default.properties
M data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml
M data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtodaily_3_2/AggregationToDaily.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtohourly_3_2/AggregationToHourly.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/configurationsync_3_2/ConfigurationSync.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/dailytimekeepingjob_3_2/DailyTimeKeepingJob.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/deletetimekeepingjob_3_2/DeleteTimeKeepingJob.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historydelete_3_2/HistoryDelete.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historyetl_3_2/HistoryETL.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hostconfigcheck_3_2/HostConfigCheck.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hourlytimekeepingjob_3_2/HourlyTimeKeepingJob.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/minimalversioncheck_3_2/MinimalVersionCheck.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/parallelrun_3_2/ParallelRun.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/samplerunjobs_3_2/SampleRunJobs.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_2/SampleTimeKeepingJob.java
R data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/statisticssync_3_2/StatisticsSync.java
M data-warehouse/history_etl/etl_sources/packaging/pom.xml
M data-warehouse/history_etl/etl_sources/pom.xml
M data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml
M data-warehouse/history_etl/history_service/history_service.sh
M data-warehouse/history_etl/history_service/ovirt-engine-dwhd
M data-warehouse/history_etl/pom.xml
R data-warehouse/history_etl/tos_project/code/routines/RoutineHistoryETL_3.2.item
R data-warehouse/history_etl/tos_project/code/routines/RoutineHistoryETL_3.2.properties
R data-warehouse/history_etl/tos_project/context/connectionJDBC_3.2.item
R data-warehouse/history_etl/tos_project/context/connectionJDBC_3.2.properties
R data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.2.item
R data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.2.properties
R data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.2.item
R data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.2.properties
R data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.2.item
R data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.2.properties
R data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.2.item
R data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.2.properties
R data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.2.item
R data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.2.properties
R data-warehouse/history_etl/tos_project/process/HistoryDelete_3.2.item
R data-warehouse/history_etl/tos_project/process/HistoryDelete_3.2.properties
R data-warehouse/history_etl/tos_project/process/HistoryETL_3.2.item
R data-warehouse/history_etl/tos_project/process/HistoryETL_3.2.properties
R data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.2.item
R data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.2.properties
R data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.2.item
R data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.2.properties
R data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.2.item
R data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.2.properties
R data-warehouse/history_etl/tos_project/process/ParallelRun_3.2.item
R data-warehouse/history_etl/tos_project/process/ParallelRun_3.2.properties
R data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.2.item
R data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.2.properties
R data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.2.item
R data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.2.properties
R data-warehouse/history_etl/tos_project/process/StatisticsSync_3.2.item
R data-warehouse/history_etl/tos_project/process/StatisticsSync_3.2.properties
M data-warehouse/history_etl/tos_project/talend.project
M data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/set_etl_minimal_version.sql
M data-warehouse/pom.xml
M pom.xml
73 files changed, 280 insertions(+), 280 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9852
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1eeb89816d47f698e97a0fe99af4b7e69142688e
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 1 month
Change in ovirt-dwh[master]: etl: added aggregation of user usage data
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: etl: added aggregation of user usage data
......................................................................
etl: added aggregation of user usage data
Change-Id: I8bdb7c4f194ecbf60bd37dc970066875b27cef9b
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtodaily_3_1/AggregationToDaily.java
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtohourly_3_1/AggregationToHourly.java
M data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.1.item
M data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.1.properties
M data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.1.item
M data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.1.properties
M data-warehouse/history_etl/tos_project/talend.project
7 files changed, 7,563 insertions(+), 432 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9851
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8bdb7c4f194ecbf60bd37dc970066875b27cef9b
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 1 month
Change in ovirt-dwh[master]: history: added users statistics tables
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: history: added users statistics tables
......................................................................
history: added users statistics tables
Change-Id: Ic5f3e2efe1e2043edbb75b02163afb0f7bfa62fb
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M data-warehouse/historydbscripts_postgres/create_views_3_2.sql
A data-warehouse/historydbscripts_postgres/upgrade/03_02_0010_add_vm_users_usage_tables.sql
2 files changed, 102 insertions(+), 0 deletions(-)
Approvals:
Eli Mesika: Looks good to me, approved
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9850
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic5f3e2efe1e2043edbb75b02163afb0f7bfa62fb
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 1 month
Change in ovirt-dwh[master]: history: updated create db scripts
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: history: updated create db scripts
......................................................................
history: updated create db scripts
Change-Id: Ie37e2cbaed39f426b43e309b4ec83a963afa6819
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M data-warehouse/historydbscripts_postgres/create_db.sh
M data-warehouse/historydbscripts_postgres/dbfunctions.sh
M data-warehouse/historydbscripts_postgres/refreshStoredProcedures.sh
M data-warehouse/historydbscripts_postgres/upgrade.sh
A data-warehouse/historydbscripts_postgres/upgrade/post_upgrade/dummy_post.sql
5 files changed, 196 insertions(+), 79 deletions(-)
Approvals:
Eli Mesika: Looks good to me, approved
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9849
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie37e2cbaed39f426b43e309b4ec83a963afa6819
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 1 month