[Engine-devel] Do we need genericApi project?

2012-06-10 Thread Michael Kublin
Hi, I found that we have a ovirt-engine/frontend/api/genericapi project, which is for my opinion is not at use any more. If there are any reason that we want to keep it , maybe someone using it and I missed these? Thanks Michael ___ Engine-devel maili

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Yair Zaslavsky
On 06/10/2012 11:23 AM, Michael Kublin wrote: > Hi, > > I found that we have a ovirt-engine/frontend/api/genericapi project, which is > for my opinion is not at use any more. > If there are any reason that we want to keep it , maybe someone using it and > I missed these? IIUC, this was served i

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Itamar Heim
On 06/10/2012 11:23 AM, Michael Kublin wrote: Hi, I found that we have a ovirt-engine/frontend/api/genericapi project, which is for my opinion is not at use any more. If there are any reason that we want to keep it , maybe someone using it and I missed these? Thanks Michael __

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Gilad Chaplik
we don't use GetUserActionGroups (it's an unreachable code - can be deleted), IMHO we can remove the project. Thanks, Gilad. - Original Message - > From: "Itamar Heim" > To: "Michael Kublin" > Cc: "engine-devel" > Sent: Sunday, June 10, 2012 11:48:53 AM > Subject: Re: [Engine-devel]

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Daniel Erez
We may want to wait for the removal of the deprecated uicommon project (which is in use by the old UserPortal). uicommonweb doesn't use UiQueries any more (it's not depended on the genericapi project) - so I think it can be removed. - Original Message - > From: "Itamar Heim" > To: "Mic

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Itamar Heim
On 06/10/2012 12:33 PM, Daniel Erez wrote: We may want to wait for the removal of the deprecated uicommon project (which is in use by the old UserPortal). uicommonweb doesn't use UiQueries any more (it's not depended on the genericapi project) - so I think it can be removed. I'd wait to see i

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Michael Kublin
At least meanwhile, can I disable loading of GenericApiService bean during start up of jboss? - Original Message - From: "Itamar Heim" To: "Daniel Erez" Cc: "engine-devel" , "Michael Kublin" Sent: Sunday, June 10, 2012 12:44:08 PM Subject: Re: [Engine-devel] Do we need genericApi proj

[Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Michael Pasternak
IIUC originally this collection was suppose to keep all disks that can be shared between different vms and/or available to be attached to certain vm. At the moment this collection contains all disks in system while engine does not provide any search capabilities for it, in my view it not really

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Omer Frenkel
- Original Message - > From: "Michael Pasternak" > To: "engine-devel" > Sent: Sunday, June 10, 2012 4:18:14 PM > Subject: [Engine-devel] RESTAPI: what is the purpose for /api/disks > collection > > > IIUC originally this collection was suppose to keep all disks > that can be shared

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Michael Pasternak
On 06/10/2012 05:11 PM, Omer Frenkel wrote: > > > - Original Message - >> From: "Michael Pasternak" >> To: "engine-devel" >> Sent: Sunday, June 10, 2012 4:18:14 PM >> Subject: [Engine-devel] RESTAPI: what is the purpose for /api/disks >> collection >> >> >> IIUC originally this collec

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Omer Frenkel
- Original Message - > From: "Michael Pasternak" > To: "Omer Frenkel" > Cc: "engine-devel" > Sent: Sunday, June 10, 2012 5:27:10 PM > Subject: Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks > collection > > On 06/10/2012 05:11 PM, Omer Frenkel wrote: > > > > >

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Michael Pasternak
On 06/10/2012 05:30 PM, Omer Frenkel wrote: > > > - Original Message - >> From: "Michael Pasternak" >> To: "Omer Frenkel" >> Cc: "engine-devel" >> Sent: Sunday, June 10, 2012 5:27:10 PM >> Subject: Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks >> collection >> >>

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Omer Frenkel
- Original Message - > From: "Michael Pasternak" > To: "Ori Liel" > Cc: "Omer Frenkel" , "engine-devel" > > Sent: Sunday, June 10, 2012 6:30:53 PM > Subject: Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks > collection > > On 06/10/2012 05:30 PM, Omer Frenkel wrote: >

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Michael Pasternak
On 06/10/2012 06:35 PM, Omer Frenkel wrote: > > > - Original Message - >> From: "Michael Pasternak" >> To: "Ori Liel" >> Cc: "Omer Frenkel" , "engine-devel" >> >> Sent: Sunday, June 10, 2012 6:30:53 PM >> Subject: Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks >> coll

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Itamar Heim
On 06/10/2012 06:35 PM, Omer Frenkel wrote: > if so why it > appear in /disks?, > i think root collection /disks should contain only items available > for common usage. > (can't see any point in showing private vm disks there (such as > not-shareable&& not-floating)) i don't think it mak

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Michael Pasternak
On 06/10/2012 06:52 PM, Itamar Heim wrote: > On 06/10/2012 06:35 PM, Omer Frenkel wrote: >>> > if so why it >>> > appear in /disks?, >>> > i think root collection /disks should contain only items available >>> > for common usage. >>> > (can't see any point in showing private vm disks there (su

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Ayal Baron
- Original Message - > On 06/10/2012 06:52 PM, Itamar Heim wrote: > > On 06/10/2012 06:35 PM, Omer Frenkel wrote: > >>> > if so why it > >>> > appear in /disks?, > >>> > i think root collection /disks should contain only items > >>> > available > >>> > for common usage. > >>> > (can

Re: [Engine-devel] RESTAPI: what is the purpose for /api/disks collection

2012-06-10 Thread Michael Pasternak
On 06/10/2012 11:49 PM, Ayal Baron wrote: > > > - Original Message - >> On 06/10/2012 06:52 PM, Itamar Heim wrote: >>> On 06/10/2012 06:35 PM, Omer Frenkel wrote: >> if so why it >> appear in /disks?, >> i think root collection /disks should contain only items >> avail