Re: [VOTE] CloudStack 4.11.3.0 RC2

2019-07-01 Thread Milamber
+1 (binding) Tested on KVM/NFS advanced installation On 25/06/2019 21:58, Paul Angus wrote: Hi All, I've created a 4.11.3.0 release (RC2), with the following artefacts up for testing and a vote: Git Branch and Commit SH: https://gitbox.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=r

Re: UI adjustments and refactoring css code

2019-07-01 Thread Erik Weber
I don’t recall their name, but there’s a company that works on an open sourced alternative ui. I’m not sure of the state, but last I looked it was promising. I’d be tempted to suggest a total switch if the other ui is close enough to feature alike. Erik man. 1. jul. 2019 kl. 16:47 skrev Maximili

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
No... How does this work? I mean, what would the environment look like in this case? Em 01-07-2019 15:30, Rafael Weingärtner escreveu: Hey José, have you considered Java remote debugging? On Mon, Jul 1, 2019 at 3:29 PM José Flauzino wrote: Thanks for reply Tutkowski. Coincidentally I alrea

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread Rafael Weingärtner
Hey José, have you considered Java remote debugging? On Mon, Jul 1, 2019 at 3:29 PM José Flauzino wrote: > Thanks for reply Tutkowski. > Coincidentally I already saw this video (it helped me a lot). > But now my main difficulty is to deploy a development environment so I > can to run VMs. > > Em

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Thanks for reply Tutkowski. Coincidentally I already saw this video (it helped me a lot). But now my main difficulty is to deploy a development environment so I can to run VMs. Em 01-07-2019 14:57, Tutkowski, Mike escreveu: I don't have current info on how to set up a dev environment (someon

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread Tutkowski, Mike
I don't have current info on how to set up a dev environment (someone else can provide this pretty easily, I suspect) as I haven't been writing CloudStack code the past six months, but I do have a video link you might be interested in regarding building plug-ins in CloudStack (from a presentatio

Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Hi, I'm new to the mailing list and it's my first question. I'm masters student in computer science at the Federal University of Paraná (Brazil) and my research proposal involves developing a CloudStack plug-in. My initial difficulty is to deploy the complete environment so that I have the Cl

UI adjustments and refactoring css code

2019-07-01 Thread Maximilian Weber
We want to contribute our work on a new iconset and styles for the existing UI. The User Interface of Cloudstack has (relatively to web technology and design history of the past years) a pretty outdated state. Thus it’s necessary to scrutinize if several techniques and styles are still state of t

Re: Question about GenericDaoBase#searchAndCount method

2019-07-01 Thread Daan Hoogland
the count in the fragment has an obvious trivial bug: it counts objects while one of the objects is the actual count. it should read ``` if (count < (objects.size() - 1)) { count = objects.size() - 1; } ``` On Mon, Jul 1, 2019 at 10:57 AM Rohit Yadav wrote: > In some

Re: Question about GenericDaoBase#searchAndCount method

2019-07-01 Thread Rohit Yadav
In some cases where the response is being paginated, the count would represent the total number of resources while the size of the returned array/list of resources would be less. Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com Fr

Re: [VOTE] CloudStack 4.11.3.0 RC2

2019-07-01 Thread Anurag Awasthi
+1 Ran with 2 hosts on KVM Environment to verify stability. From: Rohit Yadav Sent: Monday, July 1, 2019 12:47 PM To: dev@cloudstack.apache.org; us...@cloudstack.apache.org Subject: Re: [VOTE] CloudStack 4.11.3.0 RC2 +1 (binding) Based on local KVM+advanced-zon

Re: [VOTE] CloudStack 4.11.3.0 RC2

2019-07-01 Thread Rohit Yadav
+1 (binding) Based on local KVM+advanced-zone+vxlan+NFS upgrade tests and smoketests (https://github.com/apache/cloudstack/pull/3439). Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Rohit Yadav Sent: Friday, June 28, 201