[GitHub] [cloudstack-primate] shwstppr commented on issue #308: [BUG] Apply threshold logic to colour pie-progress red if threshold exceeds 80%

2020-04-23 Thread GitBox
shwstppr commented on issue #308: URL: https://github.com/apache/cloudstack-primate/issues/308#issuecomment-618828842 @rhtyd Currently there are some auto-defined thresholds, ![Screenshot from 2020-04-24 11-34-39](https://user-images.githubusercontent.com/153340/80181663-e360bf80-8622-1

[GitHub] [cloudstack-primate] shwstppr opened a new pull request #309: added color changes for different progress value

2020-04-23 Thread GitBox
shwstppr opened a new pull request #309: URL: https://github.com/apache/cloudstack-primate/pull/309 Fixes #308 ``` value > 100 : #cf1322' value > 85 : '#f5222d' value > 80 : '#ff4d4f' value > 75 : '#fa541c' value > 25 : '#2db7f5' default: '#52c41a' ```

[GitHub] [cloudstack-primate] shwstppr commented on pull request #284: view: actions in template/iso zones

2020-04-23 Thread GitBox
shwstppr commented on pull request #284: URL: https://github.com/apache/cloudstack-primate/pull/284#issuecomment-618814782 @rhtyd movde template/ISO actions in zone item list This is an automated message from the Apache Git

RE: Start problem with Marvin

2020-04-23 Thread Klahre, Dirk
Hi Sven, thanks. It was time for me to start with cloudstack :D Best regards Dirk Dirk Klahre Senior System Admin We Transform. Trust into Value itelligence Global Managed Services GmbH ▪ Breitscheidstrasse 48 ▪ 01237 Dresden phone: +49 3591 5253-1562 ▪ e-mail: dirk.kla...@itelligence.de

[VOTE] Apache CloudStack 4.13.1.0 RC3

2020-04-23 Thread Andrija Panic
Hi All, we've fixed 2 issues noticed in RC2: - https://github.com/apache/cloudstack/pull/4043 - https://github.com/apache/cloudstack/pull/4042 I've created a 4.13.1.0 release (RC3), with the following artefacts up for testing and a vote: Git Branch and Commit SH: https://gitbox.apache.org/repos

Re: [VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-23 Thread Andrija Panic
All, I'll cut the RC3 to fix: - the blocker issue raised by Li, where volume is lost during the volume migration https://github.com/apache/cloudstack/issues/3958 - the issue where guest VLAN range is lost when creating zone via GUI https://github.com/apache/cloudstack/issues/4039 I expect to b

[GitHub] [cloudstack-primate] rhtyd commented on issue #308: [BUG] Apply threshold logic to colour pie-progress red if threshold exceeds 80%

2020-04-23 Thread GitBox
rhtyd commented on issue #308: URL: https://github.com/apache/cloudstack-primate/issues/308#issuecomment-618316326 I could confirm for 100+%: but not for values 75, 80, 85... ![Screenshot from 2020-04-23 15-40-07](https://user-images.githubusercontent.com/95203/80088194-c9b76d80-8579-11

[GitHub] [cloudstack-primate] rhtyd opened a new issue #308: [BUG] Apply threshold logic to colour pie-progress red if threshold exceeds 80%

2020-04-23 Thread GitBox
rhtyd opened a new issue #308: URL: https://github.com/apache/cloudstack-primate/issues/308 On the dashboard, check and enforce that progress bar is shown red if value exceeds 80% (see code in src/view/dashboard/). This is for the admin dasboard. cc @shwstppr -

Re: [VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-23 Thread Andrija Panic
Li, can you please rebase you PR against 4.13 (it's on master now)? Thanks Andrija On Thu, 23 Apr 2020 at 11:13, Wido den Hollander wrote: > > > On 4/23/20 11:04 AM, Daan Hoogland wrote: > > never mind found it 3959 > > Do you mean: https://github.com/apache/cloudstack/pull/3959 ? > > Wido > >

Re: [VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-23 Thread Wido den Hollander
On 4/23/20 11:04 AM, Daan Hoogland wrote: > never mind found it 3959 Do you mean: https://github.com/apache/cloudstack/pull/3959 ? Wido > > On Thu, Apr 23, 2020 at 11:03 AM Daan Hoogland > wrote: > >> Jerry, >> you say you have a PR but point to the issue. Please give me the PR so I >> can

Re: [VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-23 Thread Daan Hoogland
never mind found it 3959 On Thu, Apr 23, 2020 at 11:03 AM Daan Hoogland wrote: > Jerry, > you say you have a PR but point to the issue. Please give me the PR so I > can review. It sounds like a blocker indeed and we need to fix this. > > On Thu, Apr 23, 2020 at 10:45 AM li jerry wrote: > >> Hi

Re: [VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-23 Thread Daan Hoogland
Jerry, you say you have a PR but point to the issue. Please give me the PR so I can review. It sounds like a blocker indeed and we need to fix this. On Thu, Apr 23, 2020 at 10:45 AM li jerry wrote: > Hi Andrija Panic, > we encountered this bug in production > https://github.com/apache/cloudstack

回复: [VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-23 Thread li jerry
Hi Andrija Panic, we encountered this bug in production https://github.com/apache/cloudstack/issues/3958 We fixed it through this PR https://github.com/apache/cloudstack/issues/3958 I am not clear how to apply for PR merge, can you merge this patch to 4.13.1? This bug can be reproduced 100% I