Uh oh!
There was an error while loading. Please reload this page.
CLOUDSTACK-9268: Display VM in Load balancing rule in UI - #1394
Conversation
Added jsonObj to newly created row in multiedit.js to stop listing the same VM again.
DaanHoogland
commented
Feb 2, 2016
@nitin-maharana can you add a screenshot of the intended change? |
nitin-maharana
commented
Feb 2, 2016
glennwagner
commented
Mar 4, 2016
LGTM - Tested and working correctly |
DaanHoogland
commented
Mar 4, 2016
LGTM, code is trivial and functionality intuitive |
koushik-das
commented
Apr 19, 2016
Merging as UI change and 2 LGTM. |
CLOUDSTACK-9268: Display VM in Load balancing rule in UISteps of Repro: ============= 1:Create VMs 2:Make LoadBalancing rule in GUI Name:WWW PrivatePort:80 PublicPort:80 Add VMs:some VMs Expected Result: ============== The VMs which has been already assigned is should not be listed when you add the VM to an existing rule. Actual Result: =========== The VMs which has been already assigned is still being listed when you add the VM to an existing rule. Fix: === Added jsonObj to newly created row in multiedit.js to stop listing the same VM again. * pr/1394: CLOUDSTACK-9268: Display VM in Load balancing rule in UI Signed-off-by: Koushik Das <koushik@apache.org>
swill
commented
Apr 19, 2016
@koushik-das I am not seeing the commit in master. Did you merge into 4.7 and then forward merge into 4.8 and then forward merge into master??? |
koushik-das
commented
Apr 19, 2016
@swill I didn't fwd merge into 4.8 and master. Are we fwd merging for every individual commit in order to avoid conflicts? |
swill
commented
Apr 19, 2016
Every commit that goes into 4.7 gets fwd-merged into 4.8 and then gets fwd-merged into master. We have tools in |
koushik-das
commented
Apr 19, 2016
@swill I wanted to understand if it is ok to do these fwd merges once every week/fortnight (based on number of commits that went into the release branch) or do it after every commit. |
swill
commented
Apr 19, 2016
@koushik-das oh, i understand your question better now. i would like to do it on every commit. It makes the commit history clearer and it mitigates conflict issues. when we ask people to rebase their PR we know for sure they are getting everything that is committed. i would like for us to forward merge every time we do a commit to previous branches. In this case I will do the forward merge because I have other commits I will merge today and if the forward merge is done right after the commit it makes it easier to verify the forward merge was done when scanning the commit history. |


Steps of Repro:
1:Create VMs
2:Make LoadBalancing rule in GUI
Name:WWW
PrivatePort:80
PublicPort:80
Add VMs:some VMs
Expected Result:
The VMs which has been already assigned is should not be listed when you add the VM to an existing rule.
Actual Result:
The VMs which has been already assigned is still being listed when you add the VM to an existing rule.
Fix:
Added jsonObj to newly created row in multiedit.js to stop listing the same VM again.