Change in ovirt-engine-sdk-ruby[master]: Use Yard for documentation
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Use Yard for documentation
......................................................................
Use Yard for documentation
Currently the documentation of the SDK is generating using "rdoc", but
it doesn't support AsciiDoc, which is the format used in the API model.
This patch changes the SDK to use Yard, as it does support AsciiDoc.
Change-Id: I1b2137cf1a2afba9b5b5b9a740a53fbbc6c4b551
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java
M generator/src/main/java/org/ovirt/sdk/ruby/TypesGenerator.java
A generator/src/main/java/org/ovirt/sdk/ruby/YardDoc.java
M packaging/spec.el7.in
M packaging/spec.fc23.in
D sdk/.rdoc_options
A sdk/.yardopts
M sdk/README.adoc
M sdk/lib/ovirtsdk4/http.rb
M sdk/lib/ovirtsdk4/reader.rb
M sdk/lib/ovirtsdk4/service.rb
M sdk/lib/ovirtsdk4/type.rb
M sdk/lib/ovirtsdk4/writer.rb
M sdk/lib/ovirtsdk4/xml.rb
M sdk/ovirt-engine-sdk.gemspec
15 files changed, 254 insertions(+), 216 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54460
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1b2137cf1a2afba9b5b5b9a740a53fbbc6c4b551
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, 10 months
Change in ovirt-engine-sdk-ruby[master]: Add PKI resources
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add PKI resources
......................................................................
Add PKI resources
This patch adds a set of private keys and certificates intended to
implement (in later patches) unit tests that connect to an embedded web
server.
Change-Id: I6279f19d42490d1820f44efb15603f6843e5ede7
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/spec/pki/README.adoc
A sdk/spec/pki/ca.crt
A sdk/spec/pki/localhost.crt
A sdk/spec/pki/localhost.key
A sdk/spec/pki/server.crt
A sdk/spec/pki/server.key
A sdk/spec/pki/ugly.crt
A sdk/spec/pki/ugly.key
8 files changed, 296 insertions(+), 0 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54443
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6279f19d42490d1820f44efb15603f6843e5ede7
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, 10 months
Change in ovirt-engine-sdk-ruby[master]: Use AsciiDoc for the documentation
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Use AsciiDoc for the documentation
......................................................................
Use AsciiDoc for the documentation
This patch changes the documentation files to use AsciiDoc insteadod of
Markdown, as that is the format used by the API server and by the other
SDKs.
Change-Id: I119070ec805d74db9cb5cf49adb732184bae9f5f
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
R README.adoc
A automation/README.adoc
D automation/README.md
A generator/README.adoc
D generator/README.md
R packaging/README.adoc
M sdk/.rdoc_options
R sdk/README.adoc
M sdk/ovirt-engine-sdk.gemspec
9 files changed, 51 insertions(+), 56 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54448
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I119070ec805d74db9cb5cf49adb732184bae9f5f
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, 10 months
Change in ovirt-engine-sdk-ruby[master]: Fix names of ignored generated files
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Fix names of ignored generated files
......................................................................
Fix names of ignored generated files
The .gitignore file should contain the names of generated source files,
like "types.rb", but it is currently wrong. This patch fixes that issue.
Change-Id: I74f075283632c95b59448f0dccbfa6eb1bef432f
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M .gitignore
1 file changed, 5 insertions(+), 5 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54447
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I74f075283632c95b59448f0dccbfa6eb1bef432f
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, 10 months
Change in ovirt-host-deploy[master]: packaging: drop ovirt-host-deploy-offline
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: packaging: drop ovirt-host-deploy-offline
......................................................................
packaging: drop ovirt-host-deploy-offline
ovirt-host-deploy-offline package was used mostly
only by oVirt Node. In Next Generation Node it's
not used anymore.
Kept the functionality provided by the offline packager
and documented it in the README file but dropped
the packaging of the configuration file.
Change-Id: I1d0d68e91a85004e1309adbb6cb927f707ac9961
Bug-Url: https://bugzilla.redhat.com/1314790
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M Makefile.am
M README
D conf.d/50-offline-packager.conf
D conf.d/Makefile.am
M configure.ac
D ovirt-host-deploy-offline.spec.in
6 files changed, 16 insertions(+), 132 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54429
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1d0d68e91a85004e1309adbb6cb927f707ac9961
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Rafael Martins <rmartins(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 10 months
Change in ovirt-engine[master]: engine: Fix potential NPE in MoveOrCopyTemplate
by mlipchuk@redhat.com
Maor Lipchuk has submitted this change and it was merged.
Change subject: engine: Fix potential NPE in MoveOrCopyTemplate
......................................................................
engine: Fix potential NPE in MoveOrCopyTemplate
In order to prevent a potential NPE in MoveOrCopyTemplateCommand,
the function getImages returns emptyList instead of null.
This patch addresses Coverity CID 1348251
Change-Id: Iacb2e411ce4b8d6474935058d08f034fa590d6d9
Signed-off-by: Fred Rolland <frolland(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/export/MoveOrCopyTemplateCommand.java
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
Maor Lipchuk: Looks good to me, approved
Idan Shaby: Looks good to me, but someone else must approve
--
To view, visit https://gerrit.ovirt.org/54210
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iacb2e411ce4b8d6474935058d08f034fa590d6d9
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Freddy Rolland <frolland(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 10 months
Change in ovirt-engine[master]: packaging: maven: documented sonatype repository
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: packaging: maven: documented sonatype repository
......................................................................
packaging: maven: documented sonatype repository
Fixed the comment for the sonatype repository
explaining why it's there.
Change-Id: I9208e75beda88093377415f66f0564e0d7270758
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved; Passed CI tests
Juan Hernandez: Looks good to me, but someone else must approve
--
To view, visit https://gerrit.ovirt.org/54081
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9208e75beda88093377415f66f0564e0d7270758
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski(a)gmail.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 10 months
Change in ovirt-live[master]: packaging:spec: fix ovirt-engine-setup-plugin-live
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: packaging:spec: fix ovirt-engine-setup-plugin-live
......................................................................
packaging:spec: fix ovirt-engine-setup-plugin-live
Change-Id: I16a8b0a80ab13ee8d8161bdf5a6879ba3a43e18e
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M ovirt-engine-setup-plugin-live/ovirt-engine-setup-plugin-live.spec.in
1 file changed, 4 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54441
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I16a8b0a80ab13ee8d8161bdf5a6879ba3a43e18e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
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, 10 months
Change in ovirt-live[master]: packaging: re-align with master dependencies
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: packaging: re-align with master dependencies
......................................................................
packaging: re-align with master dependencies
- configure ovirt-host-deploy to work offline now that
ovirt-host-deploy-offline has been dropped
- add ovirt-hosted-engine-setup required by ovirt-host-deploy 1.5
- follow ovirt-engine-sdk-python renaming for 4.0
Change-Id: I12599b9e16df69accea2ca8e152cfe23de4069ff
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M centos-7/kickstart/ovirt-live-ovirt-custom.ks.in
A ovirt-engine-setup-plugin-live/conf/ovirt-host-deploy/50-offline-packager.conf
M ovirt-engine-setup-plugin-live/conf/ovirt-host-deploy/Makefile.am
M ovirt-engine-setup-plugin-live/ovirt-engine-setup-plugin-live.spec.in
4 files changed, 13 insertions(+), 14 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54438
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I12599b9e16df69accea2ca8e152cfe23de4069ff
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
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, 10 months
Change in jenkins[master]: ovirt-host-deploy: drop offline on master
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: ovirt-host-deploy: drop offline on master
......................................................................
ovirt-host-deploy: drop offline on master
Dropped ovirt-host-deploy-offline on master.
Change-Id: Iffbb9f05373311da132095eb311c1ca671ce32eb
Bug-Url: https://bugzilla.redhat.com/1314790
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/projects/ovirt-host-deploy/ovirt-host-deploy_create-rpms.yaml
1 file changed, 13 insertions(+), 10 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me; Ready for merge
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54432
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iffbb9f05373311da132095eb311c1ca671ce32eb
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, 10 months