Change in ovirt-engine[master]: core: removing old TODOs which I actually will not 'do'.
by masayag@redhat.com
Moti Asayag has submitted this change and it was merged.
Change subject: core: removing old TODOs which I actually will not 'do'.
......................................................................
core: removing old TODOs which I actually will not 'do'.
Change-Id: I53d333e20692e993ccf2dbab8b898b9a4da8b16c
Signed-off-by: Martin Mucha <mmucha(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/pool/StoragePoolQueryBase.java
M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ReplacementUtils.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
3 files changed, 0 insertions(+), 7 deletions(-)
Approvals:
Martin Mucha: Verified
Jenkins CI: Passed CI tests
Moti Asayag: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/65401
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I53d333e20692e993ccf2dbab8b898b9a4da8b16c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Mucha <mmucha(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Mucha <mmucha(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 2 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Update Travis CI to install bundler
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Update Travis CI to install bundler
......................................................................
Update Travis CI to install bundler
This patch changes the '.travis.yml' file so that it only installs the
'bundler' gem before running the build. The rest of required gems will
be installed using the 'bundle install' command, which is part of the
build scripts.
Change-Id: I9a13627b9a2f7bc0df8feb6db534a9cef18e490a
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit a97777d73e1b7e3bdd77a0388707147efe3aa360)
---
M .travis.yml
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65664
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9a13627b9a2f7bc0df8feb6db534a9cef18e490a
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, 2 months
Change in ovirt-engine-sdk-ruby[master]: Update Travis CI to install bundler
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Update Travis CI to install bundler
......................................................................
Update Travis CI to install bundler
This patch changes the '.travis.yml' file so that it only installs the
'bundler' gem before running the build. The rest of required gems will
be installed using the 'bundle install' command, which is part of the
build scripts.
Change-Id: I9a13627b9a2f7bc0df8feb6db534a9cef18e490a
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M .travis.yml
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65663
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9a13627b9a2f7bc0df8feb6db534a9cef18e490a
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, 2 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Use bundler to install dependencies
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Use bundler to install dependencies
......................................................................
Use bundler to install dependencies
This patch changes the SDK build process so that it installs the
'bundler' gem and uses it to install other dependencies before running
the build. This is required in order to use gems that aren't available
as RPM packages, like 'rubocop'.
Change-Id: I1e73a902ca34753ddb4672668807fd408bffda7c
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit 1802a0cae1c49b27ea91700c30e1d7b0f4498bfa)
---
M README.adoc
M automation/build.packages
M automation/build.py
M sdk/ovirt-engine-sdk.gemspec
M sdk/pom.xml
5 files changed, 89 insertions(+), 20 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65662
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1e73a902ca34753ddb4672668807fd408bffda7c
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, 2 months
Change in ovirt-engine-sdk-ruby[master]: Use bundler to install dependencies
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Use bundler to install dependencies
......................................................................
Use bundler to install dependencies
This patch changes the SDK build process so that it installs the
'bundler' gem and uses it to install other dependencies before running
the build. This is required in order to use gems that aren't available
as RPM packages, like 'rubocop'.
Change-Id: I1e73a902ca34753ddb4672668807fd408bffda7c
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M README.adoc
M automation/build.packages
M automation/build.py
M sdk/ovirt-engine-sdk.gemspec
M sdk/pom.xml
5 files changed, 89 insertions(+), 20 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65651
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1e73a902ca34753ddb4672668807fd408bffda7c
Gerrit-PatchSet: 7
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, 2 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Add proxy support
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add proxy support
......................................................................
Add proxy support
This patch adds support for connecting to the engine using a proxy
server.
Change-Id: Ib90d043799eecdd7ea0ccef6599a57c96bea7a42
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit 74df0b24b6a25e0902bf26536dcf124396f0e544)
---
A sdk/examples/enable_proxy.rb
M sdk/ext/ovirtsdk4c/ov_http_client.c
M sdk/lib/ovirtsdk4/connection.rb
M sdk/lib/ovirtsdk4/probe.rb
4 files changed, 156 insertions(+), 23 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65652
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib90d043799eecdd7ea0ccef6599a57c96bea7a42
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, 2 months
Change in ovirt-engine-sdk-ruby[master]: Add proxy support
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add proxy support
......................................................................
Add proxy support
This patch adds support for connecting to the engine using a proxy
server.
Change-Id: Ib90d043799eecdd7ea0ccef6599a57c96bea7a42
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/examples/enable_proxy.rb
M sdk/ext/ovirtsdk4c/ov_http_client.c
M sdk/lib/ovirtsdk4/connection.rb
M sdk/lib/ovirtsdk4/probe.rb
4 files changed, 156 insertions(+), 23 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65648
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib90d043799eecdd7ea0ccef6599a57c96bea7a42
Gerrit-PatchSet: 2
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, 2 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Add example showing how to start VM with cloud-init
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add example showing how to start VM with cloud-init
......................................................................
Add example showing how to start VM with cloud-init
This patch adds an example that shows how to start a virtual machine
using cloud-init to set the host name, root password and network
configuration.
Change-Id: I0ac12a73b98d7b35bc99d564a92a080fd4c07a4b
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit c8a05143200b3111f3c689e239632e003148a4e9)
---
A sdk/examples/start_vm_with_cloud_init.rb
1 file changed, 72 insertions(+), 0 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65646
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0ac12a73b98d7b35bc99d564a92a080fd4c07a4b
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, 2 months
Change in ovirt-engine-sdk-ruby[master]: Add example showing how to start VM with cloud-init
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add example showing how to start VM with cloud-init
......................................................................
Add example showing how to start VM with cloud-init
This patch adds an example that shows how to start a virtual machine
using cloud-init to set the host name, root password and network
configuration.
Change-Id: I0ac12a73b98d7b35bc99d564a92a080fd4c07a4b
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/examples/start_vm_with_cloud_init.rb
1 file changed, 72 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, but someone else must approve
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65643
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0ac12a73b98d7b35bc99d564a92a080fd4c07a4b
Gerrit-PatchSet: 2
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: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 2 months
Change in ovirt-engine-sdk-ruby[sdk_4.0]: Add example showing how to enable serial console
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add example showing how to enable serial console
......................................................................
Add example showing how to enable serial console
This patch adds an example that shows how to find a virtual machine, how to
check if the serial console is enabled (using the `all_content` parameter) and
how to enable it.
Change-Id: Ib6a7400a0fd0954b989ddd890d51710212467aab
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit f49aed90ea9f1b28d20f520c1a9d029d7453156c)
---
A sdk/examples/enable_serial_console.rb
1 file changed, 53 insertions(+), 0 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65645
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib6a7400a0fd0954b989ddd890d51710212467aab
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, 2 months