You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Yong Tang <yo...@outlook.com> on 2016/03/22 16:31:40 UTC

Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Hi All

Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii characters?

https://issues.apache.org/jira/browse/MESOS-4033

This issue is about adding a commit hook to check for non-ascii characters. The issue has been accepted sometime ago.

Thanks a lot for the help
Yong
 		 	   		  

Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Kevin Klues <kl...@gmail.com>.
@Alexr:  Looking at the code now, and finally reading Benjamin's
comment (I somehow missed that before), I agree that it probably makes
sense to defer the docs check to an external validator.
mesos-style.py should be limited to only checking for errors in the
code files.

On Sun, Apr 3, 2016 at 7:36 AM, Kevin Klues <kl...@gmail.com> wrote:
> @Alexr: That makes sense. I think we should enforce the check for
> unicode in the docs though. Ascii in the code, unicode in the docs. I
> can review the python.
>
> On Sun, Apr 3, 2016 at 2:42 AM, Alex Rukletsov <al...@mesosphere.com> wrote:
>> @Vinod: I can take it, but would like someone, more experienced in python
>> than myself, to review it.
>>
>> @Kevin: I think we should not apply the same rules for code and docs. Since
>> docs are meant for people, I believe special characters, umlauts, symbols
>> make them easier to read and digest. I'd suggest pushing UTF-8 for docs,
>> it's 21st century! Alternatively, we can use numeric character references,
>> if folks think unicode in docs is a bad idea.
>>
>> On Sat, Apr 2, 2016 at 8:48 PM, Kevin Klues <kl...@gmail.com> wrote:
>>
>>> @vinod, @alexr.  Neil and I had also suggested not excluding the doc
>>> directories (which Yong's current patch still does).  What are your
>>> thoughts on this?
>>>
>>> On Fri, Apr 1, 2016 at 6:47 PM, Yong Tang <yo...@outlook.com>
>>> wrote:
>>> > Hi Vinod,
>>> >
>>> > Thanks for the help. I updated the mesos-style.py and added the
>>> non-ascii check there.
>>> >
>>> > Please let me know if there is anything else that needs to do to move
>>> forward this issue.
>>> >
>>> >
>>> > Thanks
>>> > Yong
>>> >
>>> >> From: vinodkone@apache.org
>>> >> Date: Fri, 1 Apr 2016 15:47:29 -0700
>>> >> Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
>>> non-ascii characters)
>>> >> To: dev@mesos.apache.org
>>> >>
>>> >> @AleR do you want to be a shepherd for this, since you originally filed
>>> >> this ticket?
>>> >>
>>> >> @Yong: Just took a quick look at the review. It's unfortunate that we
>>> need
>>> >> a whole new script for checking non-ascii characters. Can we update
>>> >> mesos-style.py to catch this?
>>> >>
>>> >> On Fri, Apr 1, 2016 at 7:36 AM, Yong Tang <yong.tang.github@outlook.com
>>> >
>>> >> wrote:
>>> >>
>>> >> > Ping again to find a shepherd for MESOS-4033. A review request has
>>> been
>>> >> > created with good discussions from many reviewers:
>>> >> >
>>> >> > https://reviews.apache.org/r/45033/
>>> >> >
>>> >> > It would be really good if a shepherd could provide some guidance so
>>> that
>>> >> > this ticket could move forward.
>>> >> >
>>> >> > Thanks
>>> >> > Yong
>>> >> >
>>> >> > > Date: Sat, 26 Mar 2016 08:13:28 +0800
>>> >> > > Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
>>> >> > non-ascii characters)
>>> >> > > From: xiaods@gmail.com
>>> >> > > To: dev@mesos.apache.org
>>> >> > >
>>> >> > > +1
>>> >> > >
>>> >> > > 2016-03-25 23:26 GMT+08:00 Yong Tang <yong.tang.github@outlook.com
>>> >:
>>> >> > >
>>> >> > > > Hi
>>> >> > > >
>>> >> > > > Just bump the email to look for shepherd for MESOS-4033.
>>> >> > > >
>>> >> > > > This issue (commit hook for non ascii characters) has already been
>>> >> > fairly
>>> >> > > > discussed on the review board. Thanks Deshi, Neil, and haosdent
>>> for the
>>> >> > > > great inputs.
>>> >> > > >
>>> >> > > > It really would be nice if there is anyone that could shepherd so
>>> that
>>> >> > the
>>> >> > > > issue could move forward.
>>> >> > > >
>>> >> > > > Thanks
>>> >> > > > Yong
>>> >> > > >
>>> >> > > >
>>> >> > > > > From: yong.tang.github@outlook.com
>>> >> > > > > To: dev@mesos.apache.org
>>> >> > > > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for
>>> >> > non-ascii
>>> >> > > > characters)
>>> >> > > > > Date: Tue, 22 Mar 2016 08:31:40 -0700
>>> >> > > > >
>>> >> > > > > Hi All
>>> >> > > > >
>>> >> > > > > Can anyone help shepherd MESOS-4033 - Add a commit hook for
>>> non-ascii
>>> >> > > > characters?
>>> >> > > > >
>>> >> > > > > https://issues.apache.org/jira/browse/MESOS-4033
>>> >> > > > >
>>> >> > > > > This issue is about adding a commit hook to check for non-ascii
>>> >> > > > characters. The issue has been accepted sometime ago.
>>> >> > > > >
>>> >> > > > > Thanks a lot for the help
>>> >> > > > > Yong
>>> >> > > > >
>>> >> > > >
>>> >> > > >
>>> >> > >
>>> >> > >
>>> >> > >
>>> >> > > --
>>> >> > > Deshi Xiao
>>> >> > > Twitter: xds2000
>>> >> > > E-mail: xiaods(AT)gmail.com
>>> >> >
>>> >> >
>>> >
>>>
>>>
>>>
>>> --
>>> ~Kevin
>>>
>
>
>
> --
> ~Kevin



-- 
~Kevin

Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Kevin Klues <kl...@gmail.com>.
@Alexr: That makes sense. I think we should enforce the check for
unicode in the docs though. Ascii in the code, unicode in the docs. I
can review the python.

On Sun, Apr 3, 2016 at 2:42 AM, Alex Rukletsov <al...@mesosphere.com> wrote:
> @Vinod: I can take it, but would like someone, more experienced in python
> than myself, to review it.
>
> @Kevin: I think we should not apply the same rules for code and docs. Since
> docs are meant for people, I believe special characters, umlauts, symbols
> make them easier to read and digest. I'd suggest pushing UTF-8 for docs,
> it's 21st century! Alternatively, we can use numeric character references,
> if folks think unicode in docs is a bad idea.
>
> On Sat, Apr 2, 2016 at 8:48 PM, Kevin Klues <kl...@gmail.com> wrote:
>
>> @vinod, @alexr.  Neil and I had also suggested not excluding the doc
>> directories (which Yong's current patch still does).  What are your
>> thoughts on this?
>>
>> On Fri, Apr 1, 2016 at 6:47 PM, Yong Tang <yo...@outlook.com>
>> wrote:
>> > Hi Vinod,
>> >
>> > Thanks for the help. I updated the mesos-style.py and added the
>> non-ascii check there.
>> >
>> > Please let me know if there is anything else that needs to do to move
>> forward this issue.
>> >
>> >
>> > Thanks
>> > Yong
>> >
>> >> From: vinodkone@apache.org
>> >> Date: Fri, 1 Apr 2016 15:47:29 -0700
>> >> Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
>> non-ascii characters)
>> >> To: dev@mesos.apache.org
>> >>
>> >> @AleR do you want to be a shepherd for this, since you originally filed
>> >> this ticket?
>> >>
>> >> @Yong: Just took a quick look at the review. It's unfortunate that we
>> need
>> >> a whole new script for checking non-ascii characters. Can we update
>> >> mesos-style.py to catch this?
>> >>
>> >> On Fri, Apr 1, 2016 at 7:36 AM, Yong Tang <yong.tang.github@outlook.com
>> >
>> >> wrote:
>> >>
>> >> > Ping again to find a shepherd for MESOS-4033. A review request has
>> been
>> >> > created with good discussions from many reviewers:
>> >> >
>> >> > https://reviews.apache.org/r/45033/
>> >> >
>> >> > It would be really good if a shepherd could provide some guidance so
>> that
>> >> > this ticket could move forward.
>> >> >
>> >> > Thanks
>> >> > Yong
>> >> >
>> >> > > Date: Sat, 26 Mar 2016 08:13:28 +0800
>> >> > > Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
>> >> > non-ascii characters)
>> >> > > From: xiaods@gmail.com
>> >> > > To: dev@mesos.apache.org
>> >> > >
>> >> > > +1
>> >> > >
>> >> > > 2016-03-25 23:26 GMT+08:00 Yong Tang <yong.tang.github@outlook.com
>> >:
>> >> > >
>> >> > > > Hi
>> >> > > >
>> >> > > > Just bump the email to look for shepherd for MESOS-4033.
>> >> > > >
>> >> > > > This issue (commit hook for non ascii characters) has already been
>> >> > fairly
>> >> > > > discussed on the review board. Thanks Deshi, Neil, and haosdent
>> for the
>> >> > > > great inputs.
>> >> > > >
>> >> > > > It really would be nice if there is anyone that could shepherd so
>> that
>> >> > the
>> >> > > > issue could move forward.
>> >> > > >
>> >> > > > Thanks
>> >> > > > Yong
>> >> > > >
>> >> > > >
>> >> > > > > From: yong.tang.github@outlook.com
>> >> > > > > To: dev@mesos.apache.org
>> >> > > > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for
>> >> > non-ascii
>> >> > > > characters)
>> >> > > > > Date: Tue, 22 Mar 2016 08:31:40 -0700
>> >> > > > >
>> >> > > > > Hi All
>> >> > > > >
>> >> > > > > Can anyone help shepherd MESOS-4033 - Add a commit hook for
>> non-ascii
>> >> > > > characters?
>> >> > > > >
>> >> > > > > https://issues.apache.org/jira/browse/MESOS-4033
>> >> > > > >
>> >> > > > > This issue is about adding a commit hook to check for non-ascii
>> >> > > > characters. The issue has been accepted sometime ago.
>> >> > > > >
>> >> > > > > Thanks a lot for the help
>> >> > > > > Yong
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > --
>> >> > > Deshi Xiao
>> >> > > Twitter: xds2000
>> >> > > E-mail: xiaods(AT)gmail.com
>> >> >
>> >> >
>> >
>>
>>
>>
>> --
>> ~Kevin
>>



-- 
~Kevin

Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Alex Rukletsov <al...@mesosphere.com>.
@Vinod: I can take it, but would like someone, more experienced in python
than myself, to review it.

@Kevin: I think we should not apply the same rules for code and docs. Since
docs are meant for people, I believe special characters, umlauts, symbols
make them easier to read and digest. I'd suggest pushing UTF-8 for docs,
it's 21st century! Alternatively, we can use numeric character references,
if folks think unicode in docs is a bad idea.

On Sat, Apr 2, 2016 at 8:48 PM, Kevin Klues <kl...@gmail.com> wrote:

> @vinod, @alexr.  Neil and I had also suggested not excluding the doc
> directories (which Yong's current patch still does).  What are your
> thoughts on this?
>
> On Fri, Apr 1, 2016 at 6:47 PM, Yong Tang <yo...@outlook.com>
> wrote:
> > Hi Vinod,
> >
> > Thanks for the help. I updated the mesos-style.py and added the
> non-ascii check there.
> >
> > Please let me know if there is anything else that needs to do to move
> forward this issue.
> >
> >
> > Thanks
> > Yong
> >
> >> From: vinodkone@apache.org
> >> Date: Fri, 1 Apr 2016 15:47:29 -0700
> >> Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
> non-ascii characters)
> >> To: dev@mesos.apache.org
> >>
> >> @AleR do you want to be a shepherd for this, since you originally filed
> >> this ticket?
> >>
> >> @Yong: Just took a quick look at the review. It's unfortunate that we
> need
> >> a whole new script for checking non-ascii characters. Can we update
> >> mesos-style.py to catch this?
> >>
> >> On Fri, Apr 1, 2016 at 7:36 AM, Yong Tang <yong.tang.github@outlook.com
> >
> >> wrote:
> >>
> >> > Ping again to find a shepherd for MESOS-4033. A review request has
> been
> >> > created with good discussions from many reviewers:
> >> >
> >> > https://reviews.apache.org/r/45033/
> >> >
> >> > It would be really good if a shepherd could provide some guidance so
> that
> >> > this ticket could move forward.
> >> >
> >> > Thanks
> >> > Yong
> >> >
> >> > > Date: Sat, 26 Mar 2016 08:13:28 +0800
> >> > > Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
> >> > non-ascii characters)
> >> > > From: xiaods@gmail.com
> >> > > To: dev@mesos.apache.org
> >> > >
> >> > > +1
> >> > >
> >> > > 2016-03-25 23:26 GMT+08:00 Yong Tang <yong.tang.github@outlook.com
> >:
> >> > >
> >> > > > Hi
> >> > > >
> >> > > > Just bump the email to look for shepherd for MESOS-4033.
> >> > > >
> >> > > > This issue (commit hook for non ascii characters) has already been
> >> > fairly
> >> > > > discussed on the review board. Thanks Deshi, Neil, and haosdent
> for the
> >> > > > great inputs.
> >> > > >
> >> > > > It really would be nice if there is anyone that could shepherd so
> that
> >> > the
> >> > > > issue could move forward.
> >> > > >
> >> > > > Thanks
> >> > > > Yong
> >> > > >
> >> > > >
> >> > > > > From: yong.tang.github@outlook.com
> >> > > > > To: dev@mesos.apache.org
> >> > > > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for
> >> > non-ascii
> >> > > > characters)
> >> > > > > Date: Tue, 22 Mar 2016 08:31:40 -0700
> >> > > > >
> >> > > > > Hi All
> >> > > > >
> >> > > > > Can anyone help shepherd MESOS-4033 - Add a commit hook for
> non-ascii
> >> > > > characters?
> >> > > > >
> >> > > > > https://issues.apache.org/jira/browse/MESOS-4033
> >> > > > >
> >> > > > > This issue is about adding a commit hook to check for non-ascii
> >> > > > characters. The issue has been accepted sometime ago.
> >> > > > >
> >> > > > > Thanks a lot for the help
> >> > > > > Yong
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Deshi Xiao
> >> > > Twitter: xds2000
> >> > > E-mail: xiaods(AT)gmail.com
> >> >
> >> >
> >
>
>
>
> --
> ~Kevin
>

Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Kevin Klues <kl...@gmail.com>.
@vinod, @alexr.  Neil and I had also suggested not excluding the doc
directories (which Yong's current patch still does).  What are your
thoughts on this?

On Fri, Apr 1, 2016 at 6:47 PM, Yong Tang <yo...@outlook.com> wrote:
> Hi Vinod,
>
> Thanks for the help. I updated the mesos-style.py and added the non-ascii check there.
>
> Please let me know if there is anything else that needs to do to move forward this issue.
>
>
> Thanks
> Yong
>
>> From: vinodkone@apache.org
>> Date: Fri, 1 Apr 2016 15:47:29 -0700
>> Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)
>> To: dev@mesos.apache.org
>>
>> @AleR do you want to be a shepherd for this, since you originally filed
>> this ticket?
>>
>> @Yong: Just took a quick look at the review. It's unfortunate that we need
>> a whole new script for checking non-ascii characters. Can we update
>> mesos-style.py to catch this?
>>
>> On Fri, Apr 1, 2016 at 7:36 AM, Yong Tang <yo...@outlook.com>
>> wrote:
>>
>> > Ping again to find a shepherd for MESOS-4033. A review request has been
>> > created with good discussions from many reviewers:
>> >
>> > https://reviews.apache.org/r/45033/
>> >
>> > It would be really good if a shepherd could provide some guidance so that
>> > this ticket could move forward.
>> >
>> > Thanks
>> > Yong
>> >
>> > > Date: Sat, 26 Mar 2016 08:13:28 +0800
>> > > Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
>> > non-ascii characters)
>> > > From: xiaods@gmail.com
>> > > To: dev@mesos.apache.org
>> > >
>> > > +1
>> > >
>> > > 2016-03-25 23:26 GMT+08:00 Yong Tang <yo...@outlook.com>:
>> > >
>> > > > Hi
>> > > >
>> > > > Just bump the email to look for shepherd for MESOS-4033.
>> > > >
>> > > > This issue (commit hook for non ascii characters) has already been
>> > fairly
>> > > > discussed on the review board. Thanks Deshi, Neil, and haosdent for the
>> > > > great inputs.
>> > > >
>> > > > It really would be nice if there is anyone that could shepherd so that
>> > the
>> > > > issue could move forward.
>> > > >
>> > > > Thanks
>> > > > Yong
>> > > >
>> > > >
>> > > > > From: yong.tang.github@outlook.com
>> > > > > To: dev@mesos.apache.org
>> > > > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for
>> > non-ascii
>> > > > characters)
>> > > > > Date: Tue, 22 Mar 2016 08:31:40 -0700
>> > > > >
>> > > > > Hi All
>> > > > >
>> > > > > Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii
>> > > > characters?
>> > > > >
>> > > > > https://issues.apache.org/jira/browse/MESOS-4033
>> > > > >
>> > > > > This issue is about adding a commit hook to check for non-ascii
>> > > > characters. The issue has been accepted sometime ago.
>> > > > >
>> > > > > Thanks a lot for the help
>> > > > > Yong
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Deshi Xiao
>> > > Twitter: xds2000
>> > > E-mail: xiaods(AT)gmail.com
>> >
>> >
>



-- 
~Kevin

RE: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Yong Tang <yo...@outlook.com>.
Hi Vinod,

Thanks for the help. I updated the mesos-style.py and added the non-ascii check there.

Please let me know if there is anything else that needs to do to move forward this issue.


Thanks
Yong

> From: vinodkone@apache.org
> Date: Fri, 1 Apr 2016 15:47:29 -0700
> Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)
> To: dev@mesos.apache.org
> 
> @AleR do you want to be a shepherd for this, since you originally filed
> this ticket?
> 
> @Yong: Just took a quick look at the review. It's unfortunate that we need
> a whole new script for checking non-ascii characters. Can we update
> mesos-style.py to catch this?
> 
> On Fri, Apr 1, 2016 at 7:36 AM, Yong Tang <yo...@outlook.com>
> wrote:
> 
> > Ping again to find a shepherd for MESOS-4033. A review request has been
> > created with good discussions from many reviewers:
> >
> > https://reviews.apache.org/r/45033/
> >
> > It would be really good if a shepherd could provide some guidance so that
> > this ticket could move forward.
> >
> > Thanks
> > Yong
> >
> > > Date: Sat, 26 Mar 2016 08:13:28 +0800
> > > Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
> > non-ascii characters)
> > > From: xiaods@gmail.com
> > > To: dev@mesos.apache.org
> > >
> > > +1
> > >
> > > 2016-03-25 23:26 GMT+08:00 Yong Tang <yo...@outlook.com>:
> > >
> > > > Hi
> > > >
> > > > Just bump the email to look for shepherd for MESOS-4033.
> > > >
> > > > This issue (commit hook for non ascii characters) has already been
> > fairly
> > > > discussed on the review board. Thanks Deshi, Neil, and haosdent for the
> > > > great inputs.
> > > >
> > > > It really would be nice if there is anyone that could shepherd so that
> > the
> > > > issue could move forward.
> > > >
> > > > Thanks
> > > > Yong
> > > >
> > > >
> > > > > From: yong.tang.github@outlook.com
> > > > > To: dev@mesos.apache.org
> > > > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for
> > non-ascii
> > > > characters)
> > > > > Date: Tue, 22 Mar 2016 08:31:40 -0700
> > > > >
> > > > > Hi All
> > > > >
> > > > > Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii
> > > > characters?
> > > > >
> > > > > https://issues.apache.org/jira/browse/MESOS-4033
> > > > >
> > > > > This issue is about adding a commit hook to check for non-ascii
> > > > characters. The issue has been accepted sometime ago.
> > > > >
> > > > > Thanks a lot for the help
> > > > > Yong
> > > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Deshi Xiao
> > > Twitter: xds2000
> > > E-mail: xiaods(AT)gmail.com
> >
> >
 		 	   		  

Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Vinod Kone <vi...@apache.org>.
@AleR do you want to be a shepherd for this, since you originally filed
this ticket?

@Yong: Just took a quick look at the review. It's unfortunate that we need
a whole new script for checking non-ascii characters. Can we update
mesos-style.py to catch this?

On Fri, Apr 1, 2016 at 7:36 AM, Yong Tang <yo...@outlook.com>
wrote:

> Ping again to find a shepherd for MESOS-4033. A review request has been
> created with good discussions from many reviewers:
>
> https://reviews.apache.org/r/45033/
>
> It would be really good if a shepherd could provide some guidance so that
> this ticket could move forward.
>
> Thanks
> Yong
>
> > Date: Sat, 26 Mar 2016 08:13:28 +0800
> > Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for
> non-ascii characters)
> > From: xiaods@gmail.com
> > To: dev@mesos.apache.org
> >
> > +1
> >
> > 2016-03-25 23:26 GMT+08:00 Yong Tang <yo...@outlook.com>:
> >
> > > Hi
> > >
> > > Just bump the email to look for shepherd for MESOS-4033.
> > >
> > > This issue (commit hook for non ascii characters) has already been
> fairly
> > > discussed on the review board. Thanks Deshi, Neil, and haosdent for the
> > > great inputs.
> > >
> > > It really would be nice if there is anyone that could shepherd so that
> the
> > > issue could move forward.
> > >
> > > Thanks
> > > Yong
> > >
> > >
> > > > From: yong.tang.github@outlook.com
> > > > To: dev@mesos.apache.org
> > > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for
> non-ascii
> > > characters)
> > > > Date: Tue, 22 Mar 2016 08:31:40 -0700
> > > >
> > > > Hi All
> > > >
> > > > Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii
> > > characters?
> > > >
> > > > https://issues.apache.org/jira/browse/MESOS-4033
> > > >
> > > > This issue is about adding a commit hook to check for non-ascii
> > > characters. The issue has been accepted sometime ago.
> > > >
> > > > Thanks a lot for the help
> > > > Yong
> > > >
> > >
> > >
> >
> >
> >
> > --
> > Deshi Xiao
> > Twitter: xds2000
> > E-mail: xiaods(AT)gmail.com
>
>

RE: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Yong Tang <yo...@outlook.com>.
Ping again to find a shepherd for MESOS-4033. A review request has been created with good discussions from many reviewers:

https://reviews.apache.org/r/45033/

It would be really good if a shepherd could provide some guidance so that this ticket could move forward.

Thanks
Yong

> Date: Sat, 26 Mar 2016 08:13:28 +0800
> Subject: Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)
> From: xiaods@gmail.com
> To: dev@mesos.apache.org
> 
> +1
> 
> 2016-03-25 23:26 GMT+08:00 Yong Tang <yo...@outlook.com>:
> 
> > Hi
> >
> > Just bump the email to look for shepherd for MESOS-4033.
> >
> > This issue (commit hook for non ascii characters) has already been fairly
> > discussed on the review board. Thanks Deshi, Neil, and haosdent for the
> > great inputs.
> >
> > It really would be nice if there is anyone that could shepherd so that the
> > issue could move forward.
> >
> > Thanks
> > Yong
> >
> >
> > > From: yong.tang.github@outlook.com
> > > To: dev@mesos.apache.org
> > > Subject: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii
> > characters)
> > > Date: Tue, 22 Mar 2016 08:31:40 -0700
> > >
> > > Hi All
> > >
> > > Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii
> > characters?
> > >
> > > https://issues.apache.org/jira/browse/MESOS-4033
> > >
> > > This issue is about adding a commit hook to check for non-ascii
> > characters. The issue has been accepted sometime ago.
> > >
> > > Thanks a lot for the help
> > > Yong
> > >
> >
> >
> 
> 
> 
> -- 
> Deshi Xiao
> Twitter: xds2000
> E-mail: xiaods(AT)gmail.com
 		 	   		  

Re: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by tommy xiao <xi...@gmail.com>.
+1

2016-03-25 23:26 GMT+08:00 Yong Tang <yo...@outlook.com>:

> Hi
>
> Just bump the email to look for shepherd for MESOS-4033.
>
> This issue (commit hook for non ascii characters) has already been fairly
> discussed on the review board. Thanks Deshi, Neil, and haosdent for the
> great inputs.
>
> It really would be nice if there is anyone that could shepherd so that the
> issue could move forward.
>
> Thanks
> Yong
>
>
> > From: yong.tang.github@outlook.com
> > To: dev@mesos.apache.org
> > Subject: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii
> characters)
> > Date: Tue, 22 Mar 2016 08:31:40 -0700
> >
> > Hi All
> >
> > Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii
> characters?
> >
> > https://issues.apache.org/jira/browse/MESOS-4033
> >
> > This issue is about adding a commit hook to check for non-ascii
> characters. The issue has been accepted sometime ago.
> >
> > Thanks a lot for the help
> > Yong
> >
>
>



-- 
Deshi Xiao
Twitter: xds2000
E-mail: xiaods(AT)gmail.com

RE: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)

Posted by Yong Tang <yo...@outlook.com>.
Hi

Just bump the email to look for shepherd for MESOS-4033. 

This issue (commit hook for non ascii characters) has already been fairly discussed on the review board. Thanks Deshi, Neil, and haosdent for the great inputs.

It really would be nice if there is anyone that could shepherd so that the issue could move forward.

Thanks
Yong


> From: yong.tang.github@outlook.com
> To: dev@mesos.apache.org
> Subject: Looking for Shepherd for MESOS-4033 (commit hook for non-ascii characters)
> Date: Tue, 22 Mar 2016 08:31:40 -0700
> 
> Hi All
> 
> Can anyone help shepherd MESOS-4033 - Add a commit hook for non-ascii characters?
> 
> https://issues.apache.org/jira/browse/MESOS-4033
> 
> This issue is about adding a commit hook to check for non-ascii characters. The issue has been accepted sometime ago.
> 
> Thanks a lot for the help
> Yong
>