Hi Seb,

Now that we merge everything and have a smaller scope, it should be easier to 
get the list of pull requests that got in since 4.6.

Quick attempt:

git log --pretty=oneline --abbrev-commit upstream/4.6..master | grep Merge | 
grep -v release | grep -v 4\.6 | awk {'print $5'} | sed s/\#//g | sort -n

801
834
840
841
850
929
935
937
942
943
944
1007
1013
1018
1019
1021
1035
1038
1049
1051
1057
1065
1068
1069
1071
1083
1084
1086
1092
1100
1102
1107
1108
1110
1118
1122
1128
1129
1137
1139
1140
1143
1167
1172
1173

If we make a script that gets this output and queries Github, we can get a list 
of the PR titles. Then we need to make sure those titles are any good ;-)


Regards,
Remi




On 07/12/15 10:13, "sebgoa" <run...@gmail.com> wrote:

>
>On Dec 7, 2015, at 9:56 AM, Daan Hoogland <daan.hoogl...@gmail.com> wrote:
>
>> Rohit, Sebastien,
>> 
>> I think we do not need to hurry any issues. work on 4.8 will start in
>> January or february at the latest.
>
>
>I don't want to hurry anything, I want to be able to have release notes that 
>describe *all* the features added.
>
>Check the 4.6 release notes, I am sure we did more than this, but since dev 
>more often than not don't care much about the RN, the features are not 
>publicized.
>
>
>
>> 
>> On Mon, Dec 7, 2015 at 8:55 AM, sebgoa <run...@gmail.com> wrote:
>> 
>>> Hate to be a pain, but could you make sure to keep the exact list of
>>> Features merged, so that the Release notes are accurate ?
>>> 
>>> thanks
>>> 
>>> On Dec 4, 2015, at 11:58 PM, Remi Bergsma <rberg...@schubergphilis.com>
>>> wrote:
>>> 
>>>> Hi all,
>>>> 
>>>> Next Monday we'll feature freeze for our upcoming 4.7 release. We looked
>>> through all open Pull Requests and below is our "whish list" to get in 4.7.
>>> Feel free to nominate any other changes that should go in 4.7. No
>>> guarantees, there is limited time so only PRs that we actively work on will
>>> make it.
>>>> 
>>>> The RC of 4.7.0 is scheduled for Monday Dec 14th so that we all will
>>> have a nice Christmas present ;-)
>>>> 
>>>> Please help us review these PRs. Most have already had some review and
>>> when we can reach 2xLGTM we can include them in 4.7 on time and make
>>> another great release.
>>>> 
>>>> Happy testing and reviewing!
>>>> 
>>>> Regards,
>>>> Daan & Remi
>>>> 
>>>> 
>>>> Features & Fixes PRs:
>>>> 
>>>> Quota
>>>> https://github.com/apache/cloudstack/pull/768
>>>> 
>>>> Logging enhancement
>>>> https://github.com/apache/cloudstack/pull/1167
>>>> 
>>>> VMware diskcontrollers
>>>> https://github.com/apache/cloudstack/pull/1132
>>>> 
>>>> ACS allows to create isolated networks with invalid gateway ip
>>>> https://github.com/apache/cloudstack/pull/1125
>>>> 
>>>> Update nic IP address of stopped vm
>>>> https://github.com/apache/cloudstack/pull/1086
>>>> 
>>>> Hypervisor changes to support UserData for Nuage VSP
>>>> https://github.com/apache/cloudstack/pull/1142
>>>> 
>>>> Support shared networking in NiciraNVP Plugin
>>>> https://github.com/apache/cloudstack/pull/1094
>>>> 
>>>> Strongswan vpn feature
>>>> https://github.com/apache/cloudstack/pull/872
>>>> 
>>>> VM Snapshotting implementation for KVM
>>>> https://github.com/apache/cloudstack/pull/977
>>>> 
>>>> Redundant VPC improvement
>>>> (PR will follow over the weekend)
>>>> 
>>>> 
>>>> UI PRs:
>>>> 
>>>> [UI] fix bug: Cannot delete SSH keypairs in projects
>>>> https://github.com/apache/cloudstack/pull/1154
>>>> 
>>>> UI icon over VM snapshot to deploy user instance
>>>> https://github.com/apache/cloudstack/pull/1150
>>>> 
>>>> Newly added project is not showing in the drop down until the browser is
>>> refreshed
>>>> https://github.com/apache/cloudstack/pull/1082
>>> 
>>> 
>> 
>> 
>> -- 
>> Daan
>

Reply via email to