[GitHub] mesos pull request #116: Added self to contributors.

2016-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/116 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Pull request [apache/mesos] Added self to contributors.

2016-06-28 Thread mesosprbot
Added self to contributors. By HarisChoudhary June 28, 2016 at 05:10PM via GitHub http://ift.tt/292bRHH

[GitHub] mesos pull request #116: Added self to contributors.

2016-06-28 Thread HarisChoudhary
GitHub user HarisChoudhary opened a pull request: https://github.com/apache/mesos/pull/116 Added self to contributors. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HarisChoudhary/mesos master Alternatively you can review and

Re: Two important tickets for improving documentation

2016-06-28 Thread Timothy Anderegg
I picked it up as part of the website working group, but don't have a shepherd yet. On Tue, Jun 28, 2016, 7:06 PM Benjamin Mahler wrote: > Thanks a lot Timothy! > > Do you have a shepherd or do you still need one? > > On Tue, Jun 28, 2016 at 7:19 AM, Timothy Anderegg < >

Re: Contributor Addition

2016-06-28 Thread Vinod Kone
Please send a PR/review to add yourself to https://github.com/apache/mesos/blob/master/docs/contributors.yaml. On Tue, Jun 28, 2016 at 4:13 PM, Haris Choudhary wrote: > Hi, > > Can I be please added as a contributor to the project? > > My Jira email is different to

Contributor Addition

2016-06-28 Thread Haris Choudhary
Hi, Can I be please added as a contributor to the project? My Jira email is different to this one. Username: HarisCh Email: haris0...@gmail.com Thanks!

Re: Two important tickets for improving documentation

2016-06-28 Thread Benjamin Mahler
Thanks a lot Timothy! Do you have a shepherd or do you still need one? On Tue, Jun 28, 2016 at 7:19 AM, Timothy Anderegg < timothy.ander...@gmail.com> wrote: > Hi Ben - I'm actually almost done with Mesos-3011, will open a review > request in the next few days. Only a few last issues to

Re: Vote on #MesosCon topics, deadline Friday, July 1

2016-06-28 Thread Timothy Chen
Hi Kiersten, Looks like there are some duplicates in the survey? Tim On Tue, Jun 28, 2016 at 9:29 AM, Kiersten Gaffney wrote: > Please take 15 minutes over the next few days and review what members of > the community have submitted! If you see a topic missing, please

Re: Extend HTTP Endpoint to allow querying for metric types

2016-06-28 Thread Tuan-Anh Hoang-Vu
Sounds great! I'll spend time working on this. On Mon, Jun 27, 2016 at 10:41 PM, Vinod Kone wrote: > v1 API is not yet declared stable, so we can make changes before 1.0. > > On Mon, Jun 27, 2016 at 10:10 PM, Tuan-Anh Hoang-Vu > wrote: > > > Hi Vinod,

Vote on #MesosCon topics, deadline Friday, July 1

2016-06-28 Thread Kiersten Gaffney
Please take 15 minutes over the next few days and review what members of the community have submitted! If you see a topic missing, please let us know via the text box at the end of the survey. Voting form closes Friday, July 1, 11:59 PST A total of 92 proposals were submitted in time for

Re: Two important tickets for improving documentation

2016-06-28 Thread Timothy Anderegg
Hi Ben - I'm actually almost done with Mesos-3011, will open a review request in the next few days. Only a few last issues to resolve. On Mon, Jun 27, 2016, 11:20 PM Benjamin Mahler wrote: > Just wanted to highlight two tickets that would be of great help to the >

Re: "sleep" in a libprocess Process

2016-06-28 Thread Hans van den Bogert
Hi, Thanks for your prompt reply, having tried a multiple constructs like: Process{ foo(){ //some logic here … //sleep here delay(Milliseconds(80), self(), [](){defer(self() … };)); } } But I think I misunderstood what your