Change in ovirt-engine-sdk[sdk_4.0]: Accept 200 code for 'Add' methods
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Accept 200 code for 'Add' methods
......................................................................
Accept 200 code for 'Add' methods
Currently the SDK doesn't accept the HTTP 200 code as a valid result of
'Add' methods, but some methods in the server return this code, for
example the method that adds a cluster quota limit. This patch changes
the SDK so that accepts it.
Change-Id: I59e2a5748bd4fc914a33d0431eacca6cdae543b9
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
(cherry picked from commit 33ec13f1bb1124674b4007f91b0c57cc0b97bb8f)
---
M generator/src/main/java/org/ovirt/sdk/python/ServicesGenerator.java
M sdk/tests/test_vm_service.py
2 files changed, 25 insertions(+), 1 deletion(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65346
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I59e2a5748bd4fc914a33d0431eacca6cdae543b9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk[master]: Accept 200 code for 'Add' methods
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Accept 200 code for 'Add' methods
......................................................................
Accept 200 code for 'Add' methods
Currently the SDK doesn't accept the HTTP 200 code as a valid result of
'Add' methods, but some methods in the server return this code, for
example the method that adds a cluster quota limit. This patch changes
the SDK so that accepts it.
Change-Id: I59e2a5748bd4fc914a33d0431eacca6cdae543b9
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/python/ServicesGenerator.java
M sdk/tests/test_vm_service.py
2 files changed, 25 insertions(+), 1 deletion(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Juan Hernandez: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65344
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I59e2a5748bd4fc914a33d0431eacca6cdae543b9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-guest-agent[ovirt-4.0]: Report session start and stop on all Guest OSes
by vfeenstr@redhat.com
Vinzenz Feenstra has submitted this change and it was merged.
Change subject: Report session start and stop on all Guest OSes
......................................................................
Report session start and stop on all Guest OSes
Previously the session shutdown was reported on Windows only and
the session startup wasn't reported at all. This patch fixes this
missing feature.
Change-Id: Iddf478c6d961dad60c2095762654d1bf4c33c25e
Backport-To: 4.0
Bug-Url: https://bugzilla.redhat.com/1341106
Signed-off-by: Vinzenz Feenstra <vfeenstr(a)redhat.com>
(cherry picked from commit d89d9619f537fa446ae5b5e0f1cc794b0f2ba243)
---
M ovirt-guest-agent/OVirtAgentLogic.py
M ovirt-guest-agent/OVirtGuestService.py
2 files changed, 19 insertions(+), 7 deletions(-)
Approvals:
Vinzenz Feenstra: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65342
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iddf478c6d961dad60c2095762654d1bf4c33c25e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: ovirt-4.0
Gerrit-Owner: Vinzenz Feenstra <vfeenstr(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-guest-agent[master]: Report session start and stop on all Guest OSes
by vfeenstr@redhat.com
Vinzenz Feenstra has submitted this change and it was merged.
Change subject: Report session start and stop on all Guest OSes
......................................................................
Report session start and stop on all Guest OSes
Previously the session shutdown was reported on Windows only and
the session startup wasn't reported at all. This patch fixes this
missing feature.
Change-Id: Iddf478c6d961dad60c2095762654d1bf4c33c25e
Backport-To: 4.0
Bug-Url: https://bugzilla.redhat.com/1341106
Signed-off-by: Vinzenz Feenstra <vfeenstr(a)redhat.com>
---
M ovirt-guest-agent/OVirtAgentLogic.py
M ovirt-guest-agent/OVirtGuestService.py
2 files changed, 19 insertions(+), 7 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Vinzenz Feenstra: Verified; Looks good to me, approved
Milan Zamazal: Looks good to me, but someone else must approve
--
To view, visit https://gerrit.ovirt.org/64994
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iddf478c6d961dad60c2095762654d1bf4c33c25e
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeenstr(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Milan Zamazal <mzamazal(a)redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Install required gems before Travis build
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Install required gems before Travis build
......................................................................
Install required gems before Travis build
This patch changes the .travis.yml file so that the required Ruby gems
(rake-compiler and rspec) are installed before startig the build.
Change-Id: Ie98693afd35e1e581a2d987417b969197ec24f46
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit c8d1f1b094ab322a008dad921d734d272bf124c6)
---
M .travis.yml
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65338
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie98693afd35e1e581a2d987417b969197ec24f46
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Add Travis CI for Mac OS
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add Travis CI for Mac OS
......................................................................
Add Travis CI for Mac OS
This patch adds a configuration file that enables running the build in the
Travis CI environment and Mac OS.
Change-Id: Ib8ffd2f6966bc75db02561fb57e056677629b3c5
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit 47d3ea5489c6225313f5dc839a4972570af2728e)
---
A .travis.yml
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65337
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib8ffd2f6966bc75db02561fb57e056677629b3c5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk-ruby[master]: Install required gems before Travis build
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Install required gems before Travis build
......................................................................
Install required gems before Travis build
This patch changes the .travis.yml file so that the required Ruby gems
(rake-compiler and rspec) are installed before startig the build.
Change-Id: Ie98693afd35e1e581a2d987417b969197ec24f46
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M .travis.yml
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65336
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie98693afd35e1e581a2d987417b969197ec24f46
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk-ruby[master]: Add Travis CI for Mac OS
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add Travis CI for Mac OS
......................................................................
Add Travis CI for Mac OS
This patch adds a configuration file that enables running the build in the
Travis CI environment and Mac OS.
Change-Id: Ib8ffd2f6966bc75db02561fb57e056677629b3c5
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A .travis.yml
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65314
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib8ffd2f6966bc75db02561fb57e056677629b3c5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in jenkins[master]: vdsm: add ppc64le publisher
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: vdsm: add ppc64le publisher
......................................................................
vdsm: add ppc64le publisher
added ppc64le publisher and re-added fc24 builder
Change-Id: I64de77d33b92e9e40da9f722eb440518bcd2fab5
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml
M jobs/confs/projects/vdsm/vdsm_standard.yaml
2 files changed, 4 insertions(+), 0 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me; Ready for merge
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65300
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I64de77d33b92e9e40da9f722eb440518bcd2fab5
Gerrit-PatchSet: 2
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine[master]: webadmin: Fix disk creation in webadmin
by tnisan@redhat.com
Tal Nisan has submitted this change and it was merged.
Change subject: webadmin: Fix disk creation in webadmin
......................................................................
webadmin: Fix disk creation in webadmin
Change 7f3a3e704 introduced a regression that made it impossible to create
disks in the UI in any constellation, most likely due to unescaping of
the dot ('.') character, this is a temporary fix in order to allow disks
creation until the root cause of the problem will be found and fixed,
this was done in order not to revert completely change 7f3a3e704 and cause
later conflicts.
Change-Id: If7c70199ae673653a772e83e8d76cf944f2e3edd
Bug-Url: https://bugzilla.redhat.com/1383220
Signed-off-by: Tal Nisan <tnisan(a)redhat.com>
---
M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/CommonApplicationConstants.properties
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Tal Nisan: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65296
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If7c70199ae673653a772e83e8d76cf944f2e3edd
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months