You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Anthony Baker <ab...@pivotal.io> on 2020/04/21 15:54:28 UTC

Reconfiguring our notifications and more

I’d like a quick round of feedback so we can stop the dev@ spamming [1].

ASF has implemented a cool way to give projects control of lots of things [2].  In short, you provide a .asf.yml in each and every GitHub repo to control lots of interesting things.  For us the most immediately relevant are:

notifications:
  commits: commits@geode.apache.org
  issues:  issues@geode.apache.org
  pullrequests:  notifications@geode.apache.org
  jira_options: link label comment

I’d like to commit this to /develop and cherry-pick over to /master ASAP.  Later on we can explore the website and GitHub sections.  Let me know what you think.

Anthony


[1] https://issues.apache.org/jira/browse/INFRA-20156
[2] https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories

Re: Reconfiguring our notifications and more

Posted by Patrick Johnson <jp...@vmware.com>.
+1

On Apr 21, 2020, at 8:55 AM, Robert Houghton <rh...@pivotal.io>> wrote:

+1

On Tue, Apr 21, 2020, 08:54 Anthony Baker <ab...@pivotal.io>> wrote:

I’d like a quick round of feedback so we can stop the dev@ spamming [1].

ASF has implemented a cool way to give projects control of lots of things
[2].  In short, you provide a .asf.yml in each and every GitHub repo to
control lots of interesting things.  For us the most immediately relevant
are:

notifications:
 commits: commits@geode.apache.org<ma...@geode.apache.org>
 issues:  issues@geode.apache.org<ma...@geode.apache.org>
 pullrequests:  notifications@geode.apache.org<ma...@geode.apache.org>
 jira_options: link label comment

I’d like to commit this to /develop and cherry-pick over to /master ASAP.
Later on we can explore the website and GitHub sections.  Let me know what
you think.

Anthony


[1] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FINFRA-20156&amp;data=02%7C01%7Cjpatrick%40vmware.com%7C6fa53ba0ce4f40746e2c08d7e60c8a73%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637230813852989468&amp;sdata=vw%2BlWbYy%2Fgtjtf7m%2FykruxqLYGB55QlZc%2F4Ou3Typr8%3D&amp;reserved=0
[2]
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FINFRA%2F.asf.yaml%2Bfeatures%2Bfor%2Bgit%2Brepositories%23id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories&amp;data=02%7C01%7Cjpatrick%40vmware.com%7C6fa53ba0ce4f40746e2c08d7e60c8a73%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637230813852989468&amp;sdata=S1QCL507a5bZ%2FOkkhGEU%2FhHM%2BY4wWiHBXVBPHCZb54s%3D&amp;reserved=0


Re: Reconfiguring our notifications and more

Posted by Robert Houghton <rh...@pivotal.io>.
+1

On Tue, Apr 21, 2020, 08:54 Anthony Baker <ab...@pivotal.io> wrote:

> I’d like a quick round of feedback so we can stop the dev@ spamming [1].
>
> ASF has implemented a cool way to give projects control of lots of things
> [2].  In short, you provide a .asf.yml in each and every GitHub repo to
> control lots of interesting things.  For us the most immediately relevant
> are:
>
> notifications:
>   commits: commits@geode.apache.org
>   issues:  issues@geode.apache.org
>   pullrequests:  notifications@geode.apache.org
>   jira_options: link label comment
>
> I’d like to commit this to /develop and cherry-pick over to /master ASAP.
> Later on we can explore the website and GitHub sections.  Let me know what
> you think.
>
> Anthony
>
>
> [1] https://issues.apache.org/jira/browse/INFRA-20156
> [2]
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories

Re: Reconfiguring our notifications and more

Posted by Kirk Lund <kl...@apache.org>.
+1 to configure notifications as you listed

On Tue, Apr 21, 2020 at 8:54 AM Anthony Baker <ab...@pivotal.io> wrote:

> I’d like a quick round of feedback so we can stop the dev@ spamming [1].
>
> ASF has implemented a cool way to give projects control of lots of things
> [2].  In short, you provide a .asf.yml in each and every GitHub repo to
> control lots of interesting things.  For us the most immediately relevant
> are:
>
> notifications:
>   commits: commits@geode.apache.org
>   issues:  issues@geode.apache.org
>   pullrequests:  notifications@geode.apache.org
>   jira_options: link label comment
>
> I’d like to commit this to /develop and cherry-pick over to /master ASAP.
> Later on we can explore the website and GitHub sections.  Let me know what
> you think.
>
> Anthony
>
>
> [1] https://issues.apache.org/jira/browse/INFRA-20156
> [2]
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories

Re: Reconfiguring our notifications and more

Posted by Anthony Baker <ab...@pivotal.io>.
Sorry for the delay, my day went very sideways yesterday.  I’ve pushed changes to master (and develop where needed) for the following repos:

geode
geode-benchmarks
geode-examples
geode-kafka-connector
geode-native
geode-site

I’m not entirely satisfied it’s doing everything we want (like linking JIRA’s to PR’s) but at least it directs the notifications to the right ML.

Anthony

> On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
> 
> I’d like a quick round of feedback so we can stop the dev@ spamming [1].
> 
> ASF has implemented a cool way to give projects control of lots of things [2].  In short, you provide a .asf.yml in each and every GitHub repo to control lots of interesting things.  For us the most immediately relevant are:
> 
> notifications:
>  commits: commits@geode.apache.org
>  issues:  issues@geode.apache.org
>  pullrequests:  notifications@geode.apache.org
>  jira_options: link label comment
> 
> I’d like to commit this to /develop and cherry-pick over to /master ASAP.  Later on we can explore the website and GitHub sections.  Let me know what you think.
> 
> Anthony
> 
> 
> [1] https://issues.apache.org/jira/browse/INFRA-20156
> [2] https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories


Re: Reconfiguring our notifications and more

Posted by Jianxia Chen <jc...@apache.org>.
+1

On Tue, Apr 21, 2020 at 8:54 AM Anthony Baker <ab...@pivotal.io> wrote:

> I’d like a quick round of feedback so we can stop the dev@ spamming [1].
>
> ASF has implemented a cool way to give projects control of lots of things
> [2].  In short, you provide a .asf.yml in each and every GitHub repo to
> control lots of interesting things.  For us the most immediately relevant
> are:
>
> notifications:
>   commits: commits@geode.apache.org
>   issues:  issues@geode.apache.org
>   pullrequests:  notifications@geode.apache.org
>   jira_options: link label comment
>
> I’d like to commit this to /develop and cherry-pick over to /master ASAP.
> Later on we can explore the website and GitHub sections.  Let me know what
> you think.
>
> Anthony
>
>
> [1] https://issues.apache.org/jira/browse/INFRA-20156
> [2]
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories

Re: Reconfiguring our notifications and more

Posted by Dave Barnes <da...@vmware.com>.
+1


On 4/21/20, 9:09 AM, "Joris Melchior" <jm...@vmware.com> wrote:

    +1
    ________________________________
    From: Anthony Baker <ab...@pivotal.io>
    Sent: April 21, 2020 11:54 AM
    To: dev@geode.apache.org <de...@geode.apache.org>
    Subject: Reconfiguring our notifications and more

    I’d like a quick round of feedback so we can stop the dev@ spamming [1].

    ASF has implemented a cool way to give projects control of lots of things [2].  In short, you provide a .asf.yml in each and every GitHub repo to control lots of interesting things.  For us the most immediately relevant are:

    notifications:
      commits: commits@geode.apache.org
      issues:  issues@geode.apache.org
      pullrequests:  notifications@geode.apache.org
      jira_options: link label comment

    I’d like to commit this to /develop and cherry-pick over to /master ASAP.  Later on we can explore the website and GitHub sections.  Let me know what you think.

    Anthony


    [1] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FINFRA-20156&amp;data=02%7C01%7Cdaveba%40vmware.com%7Ca78a7e9d08a7453e526f08d7e60e5bac%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637230821655352712&amp;sdata=xf%2BchZqfCwLoOm32dLRX%2F0zXhXYG2IcSOPMIR9jiYOw%3D&amp;reserved=0
    [2] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FINFRA%2F.asf.yaml%2Bfeatures%2Bfor%2Bgit%2Brepositories%23id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories&amp;data=02%7C01%7Cdaveba%40vmware.com%7Ca78a7e9d08a7453e526f08d7e60e5bac%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637230821655352712&amp;sdata=ydVrMeNM%2B1HP%2FsgCXd7tFDLjkPJ1%2FBZLyZpMnEEZil8%3D&amp;reserved=0


Re: Reconfiguring our notifications and more

Posted by Joris Melchior <jm...@vmware.com>.
+1
________________________________
From: Anthony Baker <ab...@pivotal.io>
Sent: April 21, 2020 11:54 AM
To: dev@geode.apache.org <de...@geode.apache.org>
Subject: Reconfiguring our notifications and more

I’d like a quick round of feedback so we can stop the dev@ spamming [1].

ASF has implemented a cool way to give projects control of lots of things [2].  In short, you provide a .asf.yml in each and every GitHub repo to control lots of interesting things.  For us the most immediately relevant are:

notifications:
  commits: commits@geode.apache.org
  issues:  issues@geode.apache.org
  pullrequests:  notifications@geode.apache.org
  jira_options: link label comment

I’d like to commit this to /develop and cherry-pick over to /master ASAP.  Later on we can explore the website and GitHub sections.  Let me know what you think.

Anthony


[1] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FINFRA-20156&amp;data=02%7C01%7Cjmelchior%40vmware.com%7Ca5e44fed47f2456e567608d7e60c5394%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637230812959789133&amp;sdata=VsMatRt1Gh1byWNIvsOtrqaWkPmlSqujidVs%2Bi7wBMM%3D&amp;reserved=0
[2] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FINFRA%2F.asf.yaml%2Bfeatures%2Bfor%2Bgit%2Brepositories%23id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories&amp;data=02%7C01%7Cjmelchior%40vmware.com%7Ca5e44fed47f2456e567608d7e60c5394%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637230812959789133&amp;sdata=0vVUz%2B8HIx43SNK3TRruYYJe1SryPIfXWh31qaZF3AI%3D&amp;reserved=0

Re: Reconfiguring our notifications and more

Posted by Mark Bretl <as...@gmail.com>.
+1

--Mark

On Tue, Apr 21, 2020 at 9:27 AM Jacob Barrett <jb...@pivotal.io> wrote:

> +1 and fast! Well I guess it doesn’t need to be that fast since GitHub is
> down and not generating any notifications. ;)
>
> > On Apr 21, 2020, at 9:07 AM, Ju@N <ju...@gmail.com> wrote:
> >
> > +1
> >
> > On Tue, 21 Apr 2020 at 17:02, Dan Smith <ds...@pivotal.io> wrote:
> >
> >> +1
> >>
> >> -Dan
> >>
> >> On Tue, Apr 21, 2020 at 9:00 AM Owen Nichols <on...@pivotal.io>
> wrote:
> >>
> >>> +1
> >>>
> >>>> On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
> >>>>
> >>>> I’d like a quick round of feedback so we can stop the dev@ spamming
> >> [1].
> >>>>
> >>>> ASF has implemented a cool way to give projects control of lots of
> >>> things [2].  In short, you provide a .asf.yml in each and every GitHub
> >> repo
> >>> to control lots of interesting things.  For us the most immediately
> >>> relevant are:
> >>>>
> >>>> notifications:
> >>>> commits: commits@geode.apache.org
> >>>> issues:  issues@geode.apache.org
> >>>> pullrequests:  notifications@geode.apache.org
> >>>> jira_options: link label comment
> >>>>
> >>>> I’d like to commit this to /develop and cherry-pick over to /master
> >>> ASAP.  Later on we can explore the website and GitHub sections.  Let me
> >>> know what you think.
> >>>>
> >>>> Anthony
> >>>>
> >>>>
> >>>> [1] https://issues.apache.org/jira/browse/INFRA-20156
> >>>> [2]
> >>>
> >>
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories
> >>>
> >>>
> >>
> >
> >
> > --
> > Ju@N
>
>

Re: Reconfiguring our notifications and more

Posted by Jacob Barrett <jb...@pivotal.io>.
+1 and fast! Well I guess it doesn’t need to be that fast since GitHub is down and not generating any notifications. ;)

> On Apr 21, 2020, at 9:07 AM, Ju@N <ju...@gmail.com> wrote:
> 
> +1
> 
> On Tue, 21 Apr 2020 at 17:02, Dan Smith <ds...@pivotal.io> wrote:
> 
>> +1
>> 
>> -Dan
>> 
>> On Tue, Apr 21, 2020 at 9:00 AM Owen Nichols <on...@pivotal.io> wrote:
>> 
>>> +1
>>> 
>>>> On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
>>>> 
>>>> I’d like a quick round of feedback so we can stop the dev@ spamming
>> [1].
>>>> 
>>>> ASF has implemented a cool way to give projects control of lots of
>>> things [2].  In short, you provide a .asf.yml in each and every GitHub
>> repo
>>> to control lots of interesting things.  For us the most immediately
>>> relevant are:
>>>> 
>>>> notifications:
>>>> commits: commits@geode.apache.org
>>>> issues:  issues@geode.apache.org
>>>> pullrequests:  notifications@geode.apache.org
>>>> jira_options: link label comment
>>>> 
>>>> I’d like to commit this to /develop and cherry-pick over to /master
>>> ASAP.  Later on we can explore the website and GitHub sections.  Let me
>>> know what you think.
>>>> 
>>>> Anthony
>>>> 
>>>> 
>>>> [1] https://issues.apache.org/jira/browse/INFRA-20156
>>>> [2]
>>> 
>> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories
>>> 
>>> 
>> 
> 
> 
> -- 
> Ju@N


Re: Reconfiguring our notifications and more

Posted by "Ju@N" <ju...@gmail.com>.
+1

On Tue, 21 Apr 2020 at 17:02, Dan Smith <ds...@pivotal.io> wrote:

> +1
>
> -Dan
>
> On Tue, Apr 21, 2020 at 9:00 AM Owen Nichols <on...@pivotal.io> wrote:
>
> > +1
> >
> > > On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
> > >
> > > I’d like a quick round of feedback so we can stop the dev@ spamming
> [1].
> > >
> > > ASF has implemented a cool way to give projects control of lots of
> > things [2].  In short, you provide a .asf.yml in each and every GitHub
> repo
> > to control lots of interesting things.  For us the most immediately
> > relevant are:
> > >
> > > notifications:
> > >  commits: commits@geode.apache.org
> > >  issues:  issues@geode.apache.org
> > >  pullrequests:  notifications@geode.apache.org
> > >  jira_options: link label comment
> > >
> > > I’d like to commit this to /develop and cherry-pick over to /master
> > ASAP.  Later on we can explore the website and GitHub sections.  Let me
> > know what you think.
> > >
> > > Anthony
> > >
> > >
> > > [1] https://issues.apache.org/jira/browse/INFRA-20156
> > > [2]
> >
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories
> >
> >
>


-- 
Ju@N

Re: Reconfiguring our notifications and more

Posted by Mario Kevo <ma...@est.tech>.
+1
________________________________
Šalje: Dan Smith <ds...@pivotal.io>
Poslano: 21. travnja 2020. 18:01
Prima: dev@geode.apache.org <de...@geode.apache.org>
Predmet: Re: Reconfiguring our notifications and more

+1

-Dan

On Tue, Apr 21, 2020 at 9:00 AM Owen Nichols <on...@pivotal.io> wrote:

> +1
>
> > On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
> >
> > I’d like a quick round of feedback so we can stop the dev@ spamming [1].
> >
> > ASF has implemented a cool way to give projects control of lots of
> things [2].  In short, you provide a .asf.yml in each and every GitHub repo
> to control lots of interesting things.  For us the most immediately
> relevant are:
> >
> > notifications:
> >  commits: commits@geode.apache.org
> >  issues:  issues@geode.apache.org
> >  pullrequests:  notifications@geode.apache.org
> >  jira_options: link label comment
> >
> > I’d like to commit this to /develop and cherry-pick over to /master
> ASAP.  Later on we can explore the website and GitHub sections.  Let me
> know what you think.
> >
> > Anthony
> >
> >
> > [1] https://issues.apache.org/jira/browse/INFRA-20156
> > [2]
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories
>
>

Re: Reconfiguring our notifications and more

Posted by Dan Smith <ds...@pivotal.io>.
+1

-Dan

On Tue, Apr 21, 2020 at 9:00 AM Owen Nichols <on...@pivotal.io> wrote:

> +1
>
> > On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
> >
> > I’d like a quick round of feedback so we can stop the dev@ spamming [1].
> >
> > ASF has implemented a cool way to give projects control of lots of
> things [2].  In short, you provide a .asf.yml in each and every GitHub repo
> to control lots of interesting things.  For us the most immediately
> relevant are:
> >
> > notifications:
> >  commits: commits@geode.apache.org
> >  issues:  issues@geode.apache.org
> >  pullrequests:  notifications@geode.apache.org
> >  jira_options: link label comment
> >
> > I’d like to commit this to /develop and cherry-pick over to /master
> ASAP.  Later on we can explore the website and GitHub sections.  Let me
> know what you think.
> >
> > Anthony
> >
> >
> > [1] https://issues.apache.org/jira/browse/INFRA-20156
> > [2]
> https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories
>
>

Re: Reconfiguring our notifications and more

Posted by Owen Nichols <on...@pivotal.io>.
+1

> On Apr 21, 2020, at 8:54 AM, Anthony Baker <ab...@pivotal.io> wrote:
> 
> I’d like a quick round of feedback so we can stop the dev@ spamming [1].
> 
> ASF has implemented a cool way to give projects control of lots of things [2].  In short, you provide a .asf.yml in each and every GitHub repo to control lots of interesting things.  For us the most immediately relevant are:
> 
> notifications:
>  commits: commits@geode.apache.org
>  issues:  issues@geode.apache.org
>  pullrequests:  notifications@geode.apache.org
>  jira_options: link label comment
> 
> I’d like to commit this to /develop and cherry-pick over to /master ASAP.  Later on we can explore the website and GitHub sections.  Let me know what you think.
> 
> Anthony
> 
> 
> [1] https://issues.apache.org/jira/browse/INFRA-20156
> [2] https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories