Bug 517276 - Oxygen (4.7) Acknowledgements
Summary: Oxygen (4.7) Acknowledgements
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.7 RC4   Edit
Assignee: Vikas Chandra CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2017-05-26 03:27 EDT by Dani Megert CLA
Modified: 2017-06-07 06:16 EDT (History)
20 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2017-05-26 03:27:32 EDT
See tip in bug 467744 comment 7 ff.
Comment 1 Vikas Chandra CLA 2017-05-29 05:46:29 EDT
This bug is created to contribute to acknowledgement page that thanks everyone who contributed to Oxygen ( 4.7) release. 

For 4.6,
Here is the 4.6 acknowledgments page as a reference:
http://www.eclipse.org/eclipse/development/acknowledgements_4.6.php

For 4.7, we need to add the same.
Repo : http://git.eclipse.org/c/www.eclipse.org/eclipse.git
The file to update this year for 4.7 (Oxygen) is development/acknowledgements_4.7.php

Please attach a patch or text on this bug if you don't have commit rights on that file. 

As of now, this is "copied" from last year's content. I have added a note at the start of the page mentioning the same. As discussed last time, I've combined Platform UI ( and Text) as Platform UI for 4.7.

Let's have a self-imposed deadline of June 2nd, 2017 ( Friday). ( 1 week should be sufficient in RC3 week)

Just for reference, the last year's corresponding bug id is bug 493380 and the tip to extract the contributor is in comment#0. Please add as soon as you can. Incremental additions would work too.
Comment 2 Niraj Modi CLA 2017-05-29 08:02:19 EDT
Updated acknowledgements list for Platform SWT:
http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=920004171bd0d319857e2c7686622ee9e8f1b3f8
Comment 4 Eclipse Genie CLA 2017-05-29 14:50:34 EDT
New Gerrit change created: https://git.eclipse.org/r/98164
Comment 6 Lars Vogel CLA 2017-05-29 15:00:20 EDT
(In reply to Eclipse Genie from comment #5)
> Gerrit change https://git.eclipse.org/r/98164 was merged to [master].
> Commit:
> http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/
> ?id=1f22eac176116fd5700afd06a422bba3399b4883

For reference, I used the following script. Afterwards, I removed entries which did not use a real name in the commit message.

!/bin/bash

cd eclipse.platform.ui
git checkout master
git pull
git log R4_6..master --pretty=format:"%an" | sort -u  > ../contributors.txt
cd ..
cd eclipse.platform.ua
git checkout master
git pull
git log R4_6..master --pretty=format:"%an" | sort -u  >> ../contributors.txt
cd ..
cd eclipse.platform.ui.tools
git checkout master
git pull
git log R4_6..master --pretty=format:"%an" | sort -u  >> ../contributors.txt
cd ..
cd eclipse.platform.text
git checkout master
git pull
git log R4_6..master --pretty=format:"%an" | sort -u  >> ../contributors.txt
cd ..
less contributors.txt | sort -u  > thankyou.txt
sed ':a;N;$!ba;s/\n/, /g' thankyou.txt  > result.txt
Comment 7 Stephan Herrmann CLA 2017-05-29 16:49:43 EDT
(In reply to Manoj Palat from comment #3)
> JDT Core part committed via:
> http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=ebcca89e6f4aa83009e737003107039f8fcbcd46
> 

I recall that committers should not be included in this list, right?
Comment 8 Dani Megert CLA 2017-05-30 02:11:37 EDT
(In reply to Stephan Herrmann from comment #7)
> (In reply to Manoj Palat from comment #3)
> > JDT Core part committed via:
> > http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=ebcca89e6f4aa83009e737003107039f8fcbcd46
> > 
> 
> I recall that committers should not be included in this list, right?

Correct. They are listed at the bottom.
Comment 9 Sravan Kumar Lakkimsetti CLA 2017-05-30 04:35:18 EDT
Releng part is committed via http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=e0f936538ca9528c2fa20975389bbdc5b5a7356d
Comment 10 Sarika Sinha CLA 2017-05-30 05:04:23 EDT
http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=2559edc65fab55d28ed1c10cbe9bb95de7162016

Acknowledged for contributions to Platform Ant, Debug and JDT debug
Comment 11 Manoj N Palat CLA 2017-05-30 21:55:49 EDT
(In reply to Dani Megert from comment #8)
> (In reply to Stephan Herrmann from comment #7)
> > (In reply to Manoj Palat from comment #3)
> > > JDT Core part committed via:
> > > http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=ebcca89e6f4aa83009e737003107039f8fcbcd46
> > > 
> > 
> > I recall that committers should not be included in this list, right?
> 
> Correct. They are listed at the bottom.

Thanks guys for the correction. Modified and committed via: http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=385da1aeea4ee39e5cbf09393acfc9c07fe0d874
Comment 14 Szymon Ptaszkiewicz CLA 2017-06-01 01:27:43 EDT
Added acknowledgements for Platform Resources:

http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/?id=8026855bec1d81e571e8e845a261def8e46239f4
Comment 15 Andrey Loskutov CLA 2017-06-01 02:16:36 EDT
(In reply to Sarika Sinha from comment #10)
> http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/
> ?id=2559edc65fab55d28ed1c10cbe9bb95de7162016
> 
> Acknowledged for contributions to Platform Ant, Debug and JDT debug

Sarika, could you add me to the committers list for Platform Debug? Thanks.
Comment 16 Sarika Sinha CLA 2017-06-01 02:24:11 EDT
(In reply to Andrey Loskutov from comment #15)
> (In reply to Sarika Sinha from comment #10)
> > http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/
> > ?id=2559edc65fab55d28ed1c10cbe9bb95de7162016
> > 
> > Acknowledged for contributions to Platform Ant, Debug and JDT debug
> 
> Sarika, could you add me to the committers list for Platform Debug? Thanks.

As far as I know that gets generated, will confirm.
Comment 17 Dani Megert CLA 2017-06-01 05:16:43 EDT
(In reply to Sarika Sinha from comment #16)
> (In reply to Andrey Loskutov from comment #15)
> > (In reply to Sarika Sinha from comment #10)
> > > http://git.eclipse.org/c/www.eclipse.org/eclipse.git/commit/
> > > ?id=2559edc65fab55d28ed1c10cbe9bb95de7162016
> > > 
> > > Acknowledged for contributions to Platform Ant, Debug and JDT debug
> > 
> > Sarika, could you add me to the committers list for Platform Debug? Thanks.
> 
> As far as I know that gets generated, will confirm.

That did not work well and got aborted (see bug 467744 for details).

Simply go to http://projects.eclipse.org/ and from there to your projects. The 'Who's Involved' page shows you the active committers.

All project leads, please update your active committers.

Thanks.
Comment 18 Dani Megert CLA 2017-06-01 05:28:58 EDT
(In reply to Dani Megert from comment #17)
> All project leads, please update your active committers.

To make sure we all use the same definition, lets include everyone that has at least one commit in any of the Git repos of a project (bug 467744 comment 7 ff.. helps you to find that out).
Comment 19 Sarika Sinha CLA 2017-06-01 05:44:05 EDT
(In reply to Andrey Loskutov from comment #15)
> 
> Sarika, could you add me to the committers list for Platform Debug? Thanks.

Added you to the committers list for Platform Debug and JDT.
Comment 20 Sarika Sinha CLA 2017-06-01 05:45:56 EDT
Web page link to verify-
https://www.eclipse.org/eclipse/development/acknowledgements_4.7.php
Comment 22 Vikas Chandra CLA 2017-06-07 06:16:32 EDT
I think all the teams are done here.