On Jun 8, 2014, at 7:25 PM, Mike Tutkowski <mike.tutkow...@solidfire.com> wrote:

> Yes, there appears to be at least two lines of thought on x.y-forward
> branches (specifically using 4.4-forward as an example here).
> 
> 1) 4.4-forward and 4.4 should eventually be the same. Once the 4.4 release
> goes out the door, 4.4-forward should be removed and changes for 4.4.1,
> should such a release ever be made, should go into 4.4.

That's what I tried to say. I you commit to 4.4-forward that means that you 
want it in 4.4.0, otherwise go to master.

> 
> 2) 4.4-forward contains changes that might go into 4.4 (if a cherry pick is
> requested) and changes that would go into 4.4.1, should such a release ever
> be made.
> 
> In both cases: Most all changes that go into 4.4-forward would need to go
> into master (unless that part of the codebase in master has been modified
> in such a way as to no longer make this 4.4-forward change relevant for
> master).
> 
> We should gain some consensus on what x.y-forward means.
> 
> 
> On Sun, Jun 8, 2014 at 10:51 AM, Daan Hoogland <daan.hoogl...@gmail.com>
> wrote:
> 
>> As I read your comments you actually don't agree with Sebastien,
>> Sudha. 4.4-forward was cut of at code freeze. Since then fixes are
>> committed there and cherry-pick are done by the RM. It seems that this
>> is exactly what Sebastien meant it to be for.
>> 
>> @Sebastien: in Shengs words I read that some of the things in
>> 4.4-forward would only go in 4.4 after the release (thing with lower
>> priority then critical)
>> 
>> We all don't agree, let's agree on that.;}
>> 
>> On Sun, Jun 8, 2014 at 2:27 PM, Sudha Ponnaganti
>> <sudha.ponnaga...@citrix.com> wrote:
>>> Agree with Sebastien. 4.4 is cut too early. By cherry picking and
>> missing some of the critical fixes in to 4.4, isn't it safe to baseline
>> with 4.4-forward which has majority of the fixes. It is not like new
>> features are added to 4.4 forward. Looks like most of them are fixes to
>> existing functionality on 4.4.
>>> 
>>> Thanks
>>> /Sudha
>>> 
>>> -----Original Message-----
>>> From: sebgoa [mailto:run...@gmail.com]
>>> Sent: Sunday, June 08, 2014 4:52 AM
>>> To: dev@cloudstack.apache.org
>>> Subject: Re: [ACS44] 112 unpicked cherries in 4.4-forward. why?
>>> 
>>> 
>>> On Jun 8, 2014, at 5:31 AM, Sheng Yang <sh...@yasker.org> wrote:
>>> 
>>>> To my understanding 4.4-forward is a staging tree for 4.4.1 release
>>>> currently, and only issues critical enough would go for 4.4 branch,
>>> 
>>> I disagree. That makes things messy, 4.4-forward should only exist till
>> 4.4 is out, really everything in 4.4-forward should go in 4.4.0.
>>> then folks commit to 4.4 for future bug fix releases...
>>> 
>>> -sebastien
>>> 
>>> 
>>>> and
>>>> author would ask for pick up in that case. I think that's what's
>>>> happened with 4.3-forward branch.
>>>> 
>>>> --Sheng
>>>> 
>>>> 
>>>> On Sat, Jun 7, 2014 at 3:05 PM, Sudha Ponnaganti <
>>>> sudha.ponnaga...@citrix.com> wrote:
>>>> 
>>>>> Wondering why not baseline with 4.4-forward branch.
>>>>> 
>>>>> -----Original Message-----
>>>>> From: Daan Hoogland [mailto:daan.hoogl...@gmail.com]
>>>>> Sent: Saturday, June 07, 2014 2:53 AM
>>>>> To: dev
>>>>> Subject: [ACS44] 112 unpicked cherries in 4.4-forward. why?
>>>>> 
>>>>> H,
>>>>> 
>>>>> To start with my personal finger pointing: especially test authors
>>>>> and UI devs seem to be to blame for the difference (and me of course).
>>>>> please take a moment to make sure your important work is not going to
>>>>> be lost for future generations.
>>>>> 
>>>>> I am sure I did it way more complicated then needed but here it is:
>>>>> 
>>>>> git config pretty.blame "format:blame %H '%aN <%aE>' - '%cn <%cE>' -
>> '%s'"
>>>>> git cherry 4.4 4.4-forward | grep -e ^+ | cut -f 2 -d ' ' - | xargs
>>>>> -L
>>>>> 1 git show --pretty=blame | grep -e ^blame
>>>>> 
>>>>> this gave me a nice list of commits that are not going into 4.4 as
>>>>> things are.
>>>>> There is some noise in there that might be filtered out by even more
>>>>> clever scripting on the output with ^- in the first grep command:
>>>>> 
>>>>> 1. things that where picked the other way around for instance
>>>>>  fc52e641d8f69d8c0b552119203b0a2bc58e488f 'Daan Hoogland <
>>>>> d...@onecht.net>' - 'Daan Hoogland <d...@onecht.net>' -
>>>>> 'try-with-resource to prevent resource leaks'
>>>>> 2. things that were reverted in the branch (8 occurs so that is a
>>>>> minus 16 dropping the number under 100)
>>>>> 
>>>>> this leaves a lot of things though.
>>>>> 
>>>>> Please have a look in the list below or execute the commands your
>>>>> self and decide what to do about them:
>>>>> 
>>>>> blame 617826d16b4d5220bb3b51ed511b3c065d0e8926 'Koushik Das <
>>>>> kous...@apache.org>' - 'Daan Hoogland <d...@onecht.net>' -
>>>>> 'CLOUDSTACK-6445: Simulator enhancements Refer FS -
>>>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simulator+enha
>>>>> ncements
>>>>> '
>>>>> blame 953167808c3e9a9c40a6f7be6e16ebf32c608a4c 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'BUG-ID: CS-19795: UI > Add LDAP Account - fix a bug that a LDAP
>>>>> account that does not have email and all LDAP accounts below it are
>>>>> missing from the listing. Reviewed-by: Brian'
>>>>> blame a542b6fd825da1d3582a282bcc0e67abd62964bf 'Mike Tutkowski <
>>>>> mike.tutkow...@solidfire.com>' - 'Mike Tutkowski <
>>>>> mike.tutkow...@solidfire.com>' - 'CLOUDSTACK-6170 (VMware root-disk
>>>>> support for managed storage)'
>>>>> blame beb26237bceabfc3ebeae57431f9affb21d041e5 'Brian Federle <
>>>>> brian.fede...@citrix.com>' - 'Brian Federle
>>>>> <brian.fede...@citrix.com>' - 'Create form: Store passed JSON object
>> in select options, for plugin use'
>>>>> blame 4a85e2226436c62e781db3449d262cb385b977c1 'Anshul Gangwar <
>>>>> anshul.gang...@citrix.com>' - 'Devdeep Singh <devd...@gmail.com>' -
>>>>> 'CLOUDSTACK-6470: while stopping vm in hyper-v, now we are first
>>>>> trying to shutdown it gracefully before turning it off forcefully'
>>>>> blame 66f8e0e1b5c81cbfde926c0c65c4d5969767cab9 'Anshul Gangwar <
>>>>> anshul.gang...@citrix.com>' - 'Devdeep Singh <devd...@gmail.com>' -
>>>>> 'CLOUDSTACK-6504: removed warnings coming in building hyper-v agent
>> code'
>>>>> blame 5a49bb2db76f8dda9d41d9f700afd54d172ed415 'Sanjay Tripathi <
>>>>> sanjay.tripa...@citrix.com>' - 'Sanjay Tripathi <
>>>>> sanjay.tripa...@citrix.com>' - 'Fix log messages for vgpu creation.'
>>>>> blame 404ac549bfd84e97c756009f214e74cdb73548de 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'Marvin + test changes from master
>>>>> Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>'
>>>>> blame 4f1f182cba5579da2fc7ce1f02019a0afa00efeb 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'CLOUDSTACK-5674:Fixed pep8 errors in python
>>>>> files in marvin folder
>>>>> Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>'
>>>>> blame de114f554895c24c0d25106a775f1405eac79c6d 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-4371: [Performance Testing] Basic zone with 20K Hosts,
>>>>> management server restart leaves the hosts in disconnected state for
>>>>> very long time Fixed simulator code to handle local storage during
>>>>> host reconnect'
>>>>> blame dcd3ce5ce03eeb0675776622e757e6e638cb433d 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'CLOUDSTACK-5674:Fixes for BVT and Regression
>> test failures. Signed-off-by:
>>>>> SrikanteswaraRao Talluri <tall...@apache.org>'
>>>>> blame 1b74f3f3c864db55e3cd8e1f704c35b81d97ffbf 'Anthony Xu <
>>>>> anthony...@citrix.com>' - 'Anthony Xu <anthony...@citrix.com>' -
>>>>> 'disable XS event'
>>>>> blame db153062dbe356021924d9b3441b9d2561d06283 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'Fixes for BVT and Regression run failures
>> against 4.4 CS'
>>>>> blame cfa783fef27f64ebdd42f66c59445cb37c9a9764 'Santhosh Edukulla <
>>>>> santhosh.eduku...@citrix.com>' - 'SrikanteswaraRao Talluri <
>>>>> tall...@apache.org>' - 'Added fix for CLOUDSTACK-6389'
>>>>> blame 80121f6be736283c5a485595bcb54c41b28787fa 'Santhosh Edukulla <
>>>>> santhosh.eduku...@citrix.com>' - 'SrikanteswaraRao Talluri <
>>>>> tall...@apache.org>' - 'Fix few issues seen in run.'
>>>>> blame 486ee69ef47fe675921ee255eea112675e20418c 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'removed basic zone tag and added advanced
>> zone tag'
>>>>> blame cd93c7bb792a02c16c6bf3d67565ce4ecddf1b80 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'Fixed test data object retrieval'
>>>>> blame 9bba24812e4f58e6c503010823533b8e0047ea2a 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - '1. More fixes for smoke and component tests
>>>>> 2. Removed test_data.cfg file 3. Fixes to marvin libraries'
>>>>> blame 948b81fb51206b516caf1ff92a1a3dddc9f67a9b 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - '1. list* calls are modified to take
>>>>> listall=True when account and domainid is passed to conform to recent
>>>>> IAM related changes in 4.4-forward 2. fixed typo passd to passwd in
>>>>> cloudstackTestClient.py 3. added few missing data required for tests
>> in test_data.py 4. removed config.cfg'
>>>>> blame 362f89b9e1e93fc4e8d332d94ba8551e2db76977 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-6445: Minor fixes in vm ha test'
>>>>> blame 1be8b87fb7fb0203464ac4c66596008855ac5041 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6257: Adding function to check state of VM'
>>>>> blame c7c10f5220877607fcd2bd84f029d2ac28917034 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'Added missing strings in codes.py'
>>>>> blame 5c2ddb24886a6698492acfc418b7408d4511d3c8 'Sachchidanand Vaidya
>>>>> < vaidy...@juniper.net>' - 'Daan Hoogland <d...@onecht.net>' - 'Add
>>>>> OpenContrail support to devCloud environment'
>>>>> blame c9e201229e0879d5708bf035ea74b9d486112899 'Daan Hoogland <
>>>>> d...@onecht.net>' - 'Daan Hoogland <d...@onecht.net>' - 'Revert "Add
>>>>> OpenContrail support to devCloud environment"'
>>>>> blame 9f314c69a0430ec1a53e6b64098794924ec648b8 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6559: Added listall=True to list vm API'
>>>>> blame 18367b3a8614d39d6323f140fc50875230bb060a 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6559: Added listall=True to list vm API'
>>>>> blame 658168075e2e23aea27db8532c6e875a33afffbf 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'Revert "Added missing strings in codes.py"'
>>>>> blame d81c5c44f112df8c0e4388e9d88300b24eefe3d0 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'Revert
>>>>> "CLOUDSTACK-6257: Adding function to check state of VM"'
>>>>> blame cf41ccaa5b6475dace0bddbe6681c98cc5149189 'Rajesh Battala <
>>>>> rajesh.batt...@citrix.com>' - 'Rajesh Battala <
>> rajesh.batt...@citrix.com>'
>>>>> - 'CLOUDSTACK-6518 [Hyper-V] Efficient way of finding the empty nic
>>>>> in VR/VpcVR to configure VPC entities'
>>>>> blame 149cb33e3c1e0b2bfaffdd600201704da7cf5eab 'Sanjay Tripathi <
>>>>> sanjay.tripa...@citrix.com>' - 'Sanjay Tripathi <
>>>>> sanjay.tripa...@citrix.com>' - 'CLOUDSTACK-6479: Strict and Preferred
>>>>> modes should only be allowed in Implict Dedication Planner Service
>>>>> Offerings.'
>>>>> blame 87205f955523556a1aad5da72360c67f0b8ba697 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'Adding missing changes to test suits and configs before merging to
>> 4.4-forward'
>>>>> blame 6598167bedb1f00e9d1efc12b82999f8e822d5d6 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Gaurav Aradhye <
>> gaurav.arad...@clogeny.com>'
>>>>> - 'CLOUDSTACK-6257: Adding function to check the VM state'
>>>>> blame 31b3f0a5ce2279ec44a091e5383cb4bbc81245ae 'wrodrigues <
>>>>> wrodrig...@schubergphilis.com>' - 'Daan Hoogland <d...@onecht.net>' -
>>>>> 'CLOUDSTACK-6139 router vm on local storage'
>>>>> blame 64ccf4b48e256e73805bf8c50b1012270075f2eb 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-6579: used_bytes column of storage_pool table is no
>>>>> longer used and should be removed For now correctly setting
>>>>> used_bytes. Also fixed the corresponding simulator code'
>>>>> blame 43f9baf4e04b27b0bf6cac14af99649b63246d78 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6589: UI > update ssl certificate > correct typo in
>>>>> success message - correct it from "Update SSL Certiciate succeeded"
>>>>> to "Update SSL Certificate succeeded"'
>>>>> blame 648a724dfc49222873124089464ccda92278fa9f 'Rajesh Battala <
>>>>> rajesh.batt...@citrix.com>' - 'Rajesh Battala <
>> rajesh.batt...@citrix.com>'
>>>>> - 'Fixed windows line ending issues'
>>>>> blame 7a0fa6b4581dda692ad276d21ce4c7bb106381cb 'santhoshe <
>>>>> santhosh.eduku...@gmail.com>' - 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Added few exception changes,test
>>>>> suite name generation for information collected post run, fixed pep8
>> issues'
>>>>> blame ff1c4beec10dc53ede860fb9a36e458b7cef0458 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6536: Code cleanup - removing unnecessary waits after VM
>>>>> stop operation, modifying imports, removing white-spaces, adding try
>>>>> catch blocks whenever necessary'
>>>>> blame 081ab7852505b46a6bb52b88dd89998f50ca54b6 'santhoshe <
>>>>> santhosh.eduku...@gmail.com>' - 'jayapal <jaya...@apache.org>' -
>>>>> 'Fixed Few cases running on invalid zone,domain Fixed creating client
>>>>> on user passed port Fixed other misc issues'
>>>>> blame c013813426874ae0cc1ac2b23238415652955901 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6580: Adding listall parameter while listing Account in
>>>>> createUserApiClient'
>>>>> blame 7734ece8f1455c6ad39546b4f204257223036716 'santhosh <
>>>>> santhosh.eduku...@gmail.com>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'Fixed few issues for userapiclient and port issue'
>>>>> blame da0545ff869682181cf3a6d54d9459d70fe8e93d 'Nitin Mehta <
>>>>> nitin.me...@citrix.com>' - 'Nitin Mehta <nitin.me...@citrix.com>' -
>>>>> 'CLOUDSTACK-6530: Make Network and Volume implement Displayable
>> interface.
>>>>> Iterate over all first class entities in the context to decide the
>>>>> display property for event display.'
>>>>> blame 4106aa07214209631ab9e6223c7efe4580ac30bf 'Anshul Gangwar <
>>>>> anshul.gang...@citrix.com>' - 'Devdeep Singh <devd...@gmail.com>' -
>>>>> 'CLOUDSTACK-6620: Fixed null pointer exception in hyperv agent in
>>>>> getting vmstats, when all vms are deleted from outside'
>>>>> blame cc0ed93a135e3ff0409b690fa484c4c98afff23e 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'Fixed test_pvlan.py to get correct zone id'
>>>>> blame 0c40adfc4a9620ed29604f7aedbde0e1a077a68f 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'While listing Public IP listall should always be true'
>>>>> blame f2c3114bf829a7e4bb3566a1d766fd403ced8b8c 'Nitin Mehta <
>>>>> nitin.me...@citrix.com>' - 'Nitin Mehta <nitin.me...@citrix.com>' -
>>>>> 'CLOUDSTACK-6530: Make more networking entities implement Displayable
>>>>> interface.'
>>>>> blame 9782970ef8fe0584d8bc0c5c5023d2cc5b9ed0c0 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared.'
>>>>> blame 4466ed1ce18fd5391b2b96fa551c171ae7e09723 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'gir...@clogeny.com <
>>>>> gaurav.arad...@clogeny.com>' - 'Fixing few issues in Multiple IPs
>>>>> test cases'
>>>>> blame aaa2f5932ba8f7d3ef08ad5176744811589176f5 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-5674: Fixed cloudstackConnection.py to return FAILED in
>>>>> case of well handled exceptions returning from server having
>> jobresultcode as 530'
>>>>> blame afd9d4e7567007604e15761a33ce9314149f7e21 'santhosh <
>>>>> santhosh.eduku...@gmail.com>' - 'Daan Hoogland <d...@onecht.net>' -
>>>>> 'CLOUDSTACK-6627 catch exception instead of checking response'
>>>>> blame c20acc6a4451dd0f3eba1beeb52e215f000b59d9 'Gabor Apati-Nagy <
>>>>> gabor.apati-n...@citrix.com>' - 'Jessica Wang
>>>>> <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs'
>>>>> blame 8bb3efcd53086628b1ef26a24222f7f2cbf0206e 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'Revert "CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs"'
>>>>> blame 900415b1d847ab4f2ccca75452adc1db009bb261 'santhosh <
>>>>> santhosh.eduku...@gmail.com>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'Fixed CLOUDSTACK-6648'
>>>>> blame 9106cfb4be7d157cc4574e4dcfeb61d3792cc673 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' - 'Revert "CLOUDSTACK-5674: Fixed
>>>>> cloudstackConnection.py to return FAILED in case of well handled
>>>>> exceptions returning from server having jobresultcode as 530"'
>>>>> blame 1561138157f66485b4e3c762c4166a1c2cacd3d2 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'SrikanteswaraRao Talluri <
>>>>> tall...@apache.org>' - 'CLOUDSTACK-5887: Resolved issue in
>>>>> test_base_image_updation.py'
>>>>> blame 149cd4b5646b37d1649c86a3428d4c89d03003a8 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Gaurav Aradhye <
>> gaurav.arad...@clogeny.com>'
>>>>> - 'Fixed config issue related to Persistent Networks'
>>>>> blame 14968daeaa454f872a6271172041596c208ce3f1 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6612: Resolved DB connection issue related to passing
>>>>> correct password'
>>>>> blame 77460e9556f7d1b9d6cac6c8ece199bf3b83cd9c 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6687: Fixed IP reservation test case failures with code
>>>>> re-factoring'
>>>>> blame 3c43401449595174b177bfeb8346232293ac233e 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' - 'Code improvement: Persistent Network Test
>>>>> cases, Adding check to verify network state and fail test case in case
>> network state is not as desired'
>>>>> blame a418ee443d6837b4360f91141f73b2d2bbdb73f0 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Gaurav Aradhye <
>> gaurav.arad...@clogeny.com>'
>>>>> - 'CLOUDSTACK-6689: Fixed indentation issue in persistent network
>>>>> test cases'
>>>>> blame 8eca37056f5bb1eee10f0bedee785142d7c3437a 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'SrikanteswaraRao Talluri <
>>>>> tall...@apache.org>' - 'CLOUDSTACK-6657: Adding condition for
>>>>> checking error code 530 across test cases'
>>>>> blame 4e10b80293493d7bc78d75a43a00b6646acb52de 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6655: Fixing cleanup issues with portable IP test cases'
>>>>> blame d5425e1a4a8ed4cadc2f9b97f82f6f608e9a51de 'Nitin Mehta <
>>>>> nitin.me...@citrix.com>' - 'Nitin Mehta <nitin.me...@citrix.com>' -
>>>>> 'CLOUDSTACK-6699: listResouceDetails - enhance it to list by
>>>>> (key,value) pair - allowed to Admin only.'
>>>>> blame f2ebfe019e1ead6172712ec804b241cf0dc5a800 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6612: Resolved issue with sshClient.py'
>>>>> blame c5634570e25900f2e83a77a2ad20ad267bba8202 'vinayvarmav <
>>>>> vinay.vege...@citrix.com>' - 'Girish Shilamkar <gir...@clogeny.com>'
>>>>> - 'CLOUDSTACK-6282 - Divided test_escalations.py into individual
>>>>> files based on functionality and added automed tests for Public IP
>> Addresses'
>>>>> blame d43d28ee84424359d5847fa6e53dabad176f037e 'Girish Shilamkar <
>>>>> gir...@clogeny.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'Revert
>>>>> "CLOUDSTACK-6282 - Divided test_escalations.py into individual files
>>>>> based on functionality and added automed tests for Public IP
>> Addresses"'
>>>>> blame 378e1da42c235d310df3d39d3d82270ef00546df 'vinayvarmav <
>>>>> vinay.vege...@citrix.com>' - 'Girish Shilamkar <gir...@clogeny.com>'
>>>>> - 'CLOUDSTACK-6282 - Divided test_escalations.py into individual
>>>>> files based on functionality and added automed tests for Public IP
>> Addresses'
>>>>> blame f748a552e9546e91e18c574b375f3ea6c8d7e043 'Min Chen <
>>>>> min.c...@citrix.com>' - 'Min Chen <min.c...@citrix.com>' - 'Disable
>>>>> IAM feature from 4.4 release.'
>>>>> blame f278c537d527aa0a9cf0e20cf80dd48e1d85ec82 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'SrikanteswaraRao Talluri <
>>>>> tall...@apache.org>' - 'Removing tests related to sparse and fat
>>>>> volume provisioning from 4.4-forward. This feature is not part of 4.4
>> release.'
>>>>> blame 02f769c4d564ef8540e3fd5e704879adc7c9a845 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' - 'Fixing issues in regression test suite
>> test_accounts.py'
>>>>> blame c7f5077ab18031e5601eb04f1ff7010b214861fe 'santhosh <
>>>>> santhosh.eduku...@gmail.com>' - 'Jayapal <jaya...@apache.org>' -
>>>>> 'Fixed Regression issues mentioned under CLOUDSTACK-6708'
>>>>> blame 22f503aa2b0b866bd10c41b8f886984451730c40 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6729: UI - create compute offering/create disk offering -
>>>>> determine whether to pass certain data to API comamnd upon
>>>>> isCustomized checkbox/isPublic checkbox's value.'
>>>>> blame e5de1cb7c2ad98307edf4983ffe7b23be5f12d3b 'santhosh <
>>>>> santhosh.eduku...@gmail.com>' - 'Jayapal <jaya...@apache.org>' -
>>>>> 'CLOUDSTACK-6736: Added version informatoin, fixed data corruption,
>>>>> regression issues.'
>>>>> blame 751f0ac5185c832b30e65d271af8d08469202329 'Doug Clark <
>>>>> doug.cl...@citrix.com>' - 'SrikanteswaraRao Talluri <
>> tall...@apache.org>'
>>>>> - 'Fix for Marvin utils.py:checkVolumeSize Fix for
>>>>> test_01_create_volume to use the correct volume name for XenServer'
>>>>> blame 8c5a9ec4de2745aae551938dbf37ca459ec0297f 'Anthony Xu <
>>>>> anthony...@citrix.com>' - 'Anthony Xu <anthony...@citrix.com>' - 'if
>>>>> networkID is not specified, get one network with free ips.'
>>>>> blame 65bb733a4237242e7f800956840c1a09be18fbb5 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support
>>>>> EIP ELB feature.'
>>>>> blame 120da605b06e6cd5dc04c6d1eab9e10005bd6807 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-6740: Direct agent command throttling improvements List
>>>>> of
>>>>> changes: 1. Created a separate thread pool for handling cron and ping
>>>>> tasks. The size of the pool is based on direct.agent.pool.size. The
>>>>> existing direct agent pool will run all commands other than cron and
>> ping.
>>>>> 2. For normal tasks (generated as part of user/admin API calls), if
>>>>> throttle limit is reached then tasks get queued up for subsequent
>>>>> execution once threads are available. 3. For cron and ping tasks
>>>>> (internally generated by MS like ping, VM sync etc.), if throttle
>>>>> limit is reached then these gets rejected. Since these are internally
>>>>> generated these can be rejected without any issues.'
>>>>> blame 40207929f711d63f6b04fc18f77fd520a4975871 'Anthony Xu <
>>>>> anthony...@citrix.com>' - 'Anthony Xu <anthony...@citrix.com>' -
>>>>> 'fixed a typo'
>>>>> blame 960b4d1896119c94dcba6670de92cd8791320891 'Doug Clark <
>>>>> doug.cl...@citrix.com>' - 'SrikanteswaraRao Talluri <
>> tall...@apache.org>'
>>>>> - 'Add the shrinkok flag to allow volume shrinking in resize tests'
>>>>> blame 917d7b8b72a391d99350d7a2956737484e60e7f6 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-6708: [Automation]: Few suites were failing on simulator
>>>>> run Disabled test_deploy_vm_start_failure test case which is failing.
>>>>> This is based on the new simulator changes and would need to be
>>>>> executed sequentially.'
>>>>> blame 3f1dc2534fc57376c596e616ca3e8e76754b209d 'Gabor Apati-Nagy <
>>>>> gabor.apati-n...@citrix.com>' - 'Jessica Wang
>>>>> <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs'
>>>>> blame 6f3ff068270f48e00531c462de4f7d76395658ff 'santhosh <
>>>>> santhosh.eduku...@gmail.com>' - 'Abhinandan Prateek <
>> aprat...@apache.org>'
>>>>> - 'Added fix for CLOUDSTACK-6529'
>>>>> blame d9066f8d2931acc44ae66fc33f9eaa87b572de6a 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Abhinandan Prateek <
>> aprat...@apache.org>'
>>>>> - 'CLOUDSTACK-6758: [Marvin] Detect failed job and throw exception'
>>>>> blame 7dc0fca2e90822014d3d6e3a01d2592e7caae5d2 'vinayvarmav <
>>>>> vinay.vege...@citrix.com>' - 'Abhinandan Prateek
>>>>> <aprat...@apache.org>' - 'CLOUDSTACK-6282-Added Automated testes for
>> Networks and VPC API's'
>>>>> blame c3c809647667229c4e46096a85dbbf75eec4d005 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Abhinandan Prateek <
>> aprat...@apache.org>'
>>>>> - 'Fixed issues in regression suite project cpu limits'
>>>>> blame 2cf16e5147d654216b0948950cd7fca058a5a1f2 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' - ' Fixing syntax error in base library'
>>>>> blame 30bd9b8fe03a7162d67ec16b94846b0afb77fc2b 'SrikanteswaraRao
>>>>> Talluri < tall...@apache.org>' - 'SrikanteswaraRao Talluri
>>>>> <tall...@apache.org>' -
>>>>> 'CLOUDSTACK-6760: skipping unsupported scale VM test on KVM'
>>>>> blame 2ab7bcade2f37cb17e071a6154fdae1d80e4ff99 'Rajani Karuturi <
>>>>> rajanikarut...@gmail.com>' - 'Kishan Kavala <kis...@cloud.com>' -
>>>>> 'Fixed
>>>>> CLOUDSTACK-6756: usage id is not being returned for an ip in deleted
>>>>> ip range'
>>>>> blame 60b82abe20e3c5cad81b63c60685abeb00a3eb16 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-6767: [Automation]
>>>>> integration.smoke.test_volumes.TestVolumes.test_07_resize_fail is
>>>>> failing on simulator'
>>>>> blame 3125ae5c6a7a286a4891755e0d8d57bfc6e7ce97 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6726: Fixing BVT test case test_network.py'
>>>>> blame 50d4963d5366f1c13c58b58ac3a4bac6f99973e6 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6764: Marvin - Accomodating networkid parameter while
>>>>> deploying VM in advanced zone and account contains mor than one
>> network'
>>>>> blame 24ef79aef82b69015c6e552258c4829d5a15a9d8 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-5342: Fix for failure in adding network to VM'
>>>>> blame 2a28a3c5a4dc006cf8f158dfefa67a331f504c4a 'Harikrishna Patnala <
>>>>> harikrishna.patn...@citrix.com>' - 'Abhinandan Prateek <
>>>>> aprat...@apache.org>' - 'Fixed Regression issues mentioned in
>>>>> following test failures'
>>>>> blame 5c30809a7de8f8e45012e0afb0ae081973d137e8 'Koushik Das <
>>>>> kous...@apache.org>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'CLOUDSTACK-6781: Disabling failing test corresponding to this bug
>>>>> Once the bug is fixed this needs to be enabled back'
>>>>> blame a553bb516dccb637985dadc91d8eb5ec16d55ab5 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support
>>>>> EIP ELB feature. This reverts commit
>> 65bb733a4237242e7f800956840c1a09be18fbb5.'
>>>>> blame 18c6ae07961f0cf787fe695da4b25b8d8f955acc 'Nitin Mehta <
>>>>> nitin.me...@citrix.com>' - 'Nitin Mehta <nitin.me...@citrix.com>' -
>>>>> 'CLOUDSTACK-6597: Updatevm - root admin should be allowed to change
>>>>> instance name'
>>>>> blame 3d1bbeb262cad98d1b591b42ff5f0e2103dcb1b4 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6789: UI > User page > fix a bug that a domain-admin was
>>>>> unable to delete other domain-admin in the same domain.'
>>>>> blame a3dd5d1522bd73484b58af0013157c8bbdec4126 'Abhinandan Prateek <
>>>>> aprat...@apache.org>' - 'Abhinandan Prateek <aprat...@apache.org>' -
>>>>> 'Revert "CLOUDSTACK-6781: Disabling failing test corresponding to this
>> bug"'
>>>>> blame 80b9849981a608e46945da1ab813cd78f4bb8bcc 'Harikrishna Patnala <
>>>>> harikrishna.patn...@citrix.com>' - 'Abhinandan Prateek <
>>>>> aprat...@apache.org>' - 'Disabling the failed test cases mentioned in
>>>>> the following tickets integration.smoke.test_iso - CLOUDSTACK-6769,
>>>>> CLOUDSTACK-6774'
>>>>> blame 323de6823deda16ddafab5d79f18996c70130e2b 'Gaurav Aradhye <
>>>>> gaurav.arad...@clogeny.com>' - 'Girish Shilamkar
>>>>> <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6782: Egress FW rules test cases - Format unicode to
>>>>> string before string matching'
>>>>> blame 76c71c7bc1fc0368e7d86c63107e269f34787c23 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6805: UI > create account > fix a bug that account
>>>>> creation failed when password contains # character.'
>>>>> blame be765ce8680564b743a73dd360c590c0e495c204 'Nitin Mehta <
>>>>> nitin.me...@citrix.com>' - 'Nitin Mehta <nitin.me...@citrix.com>' -
>>>>> 'CLOUDSTACK-6599: Add the column in Java upgrade path since 4.2
>>>>> already has the extract template/volume columns'
>>>>> blame d511847cfedad5478d1b4087c8f97be2c5bf3cc8 'Rajani Karuturi <
>>>>> rajanikarut...@gmail.com>' - 'Koushik Das <kous...@apache.org>' -
>>>>> 'Fixed Resource leak (RESOURCE_LEAK) 11. overwrite_var: Overwriting
>>>>> "pstmt" in "pstmt = conn.prepareStatement("INSERT INTO
>>>>> `cloud`.`ldap_configuration`(hostname, port) VALUES(?,?)")" leaks the
>>>>> resource that "pstmt" refers to.'
>>>>> blame 0329bebac5aa7dd68d7d9350d3a2cc609ce5e4a9 'Daan Hoogland <
>>>>> d...@onecht.net>' - 'Daan Hoogland <d...@onecht.net>' - 'update vlan
>> uris'
>>>>> blame b4cb969d9b8162fc588f2e2923f64acf9dc1e487 'Bharat Kumar <
>>>>> bharat.ku...@citrix.com>' - 'Abhinandan Prateek
>>>>> <aprat...@apache.org>' -
>>>>> 'CLOUDSTACK-6769 Test case failure in test_iso.py Disableing all the
>>>>> tests in this suite untill issues mentioned in the above ticket are
>> resolved.'
>>>>> blame 81bf37f33853d95e7c4137d57a60e719963913c4 'Bharat Kumar <
>>>>> bharat.ku...@citrix.com>' - 'Girish Shilamkar <gir...@clogeny.com>' -
>>>>> 'CLOUDSTACK-6776: Removed hard coded vlan ids from BVT
>>>>> test_non_contiguous_vlan.py'
>>>>> blame 431ea8e9c2a09d85b089cd5bf608eb0ab340f083 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6852: UI - add sharedFunction isModuleIncluded().'
>>>>> blame 9b9154132dbd41acddf4365779fc8af13a2acc4c 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6852: UI - attach volume action - VM dropdown - populate
>>>>> options based on whether module is included and whether service is
>> enabled.'
>>>>> blame fc52e641d8f69d8c0b552119203b0a2bc58e488f 'Daan Hoogland <
>>>>> d...@onecht.net>' - 'Daan Hoogland <d...@onecht.net>' -
>>>>> 'try-with-resource to prevent resource leaks'
>>>>> blame c29ed73d4d36fbbd8e48cae4217c655d8024c7cc 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6852: UI - modules - add global variable drModuleIncluded.'
>>>>> blame d991e37865106e79a6a31e4af3a34b2446058eef 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6858: UI - remove obsolete variable rootAccountId whose
>>>>> value is no longer 1.'
>>>>> blame e9ebe6e22e1db5104ed9a0f50de17c14c6b6fc28 'Jessica Wang <
>>>>> jessicaw...@apache.org>' - 'Jessica Wang <jessicaw...@apache.org>' -
>>>>> 'CLOUDSTACK-6852: UI - modules - (1) add new shared function
>>>>> addExtraPropertiesIfDrModuleIncluded(). (2) add DR fields to
>>>>> Instances detailView.'
>>>>> 
>>>>> --
>>>>> Daan
>>>>> 
>>> 
>> 
>> 
>> 
>> --
>> Daan
>> 
> 
> 
> 
> -- 
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> <http://solidfire.com/solution/overview/?video=play>*™*

Reply via email to