Thread overview
github dashboard
May 12, 2013
Dicebot
May 12, 2013
David Nadlinger
May 12, 2013
David Nadlinger
May 12, 2013
Hello,

At some point I found a nice dashboard for D-programming-language on github showing all pull requests for all projects together (dmd, phobos, tools...). Now I can't find it to save my life. Does anyone know how to get that?

Thanks,

Andrei
May 12, 2013
On 5/12/13 10:29 AM, Andrei Alexandrescu wrote:
> Hello,
>
> At some point I found a nice dashboard for D-programming-language on
> github showing all pull requests for all projects together (dmd, phobos,
> tools...). Now I can't find it to save my life. Does anyone know how to
> get that?
>
> Thanks,
>
> Andrei

Found it from memory but there's no link to it!

https://github.com/organizations/D-Programming-Language/dashboard/pulls


Andrei
May 12, 2013
On Sunday, 12 May 2013 at 14:30:44 UTC, Andrei Alexandrescu wrote:
> Found it from memory but there's no link to it!
>
> https://github.com/organizations/D-Programming-Language/dashboard/pulls
>
>
> Andrei

It is actually a private dashboard equivalent to ttps://github.com/dashboard/pulls , at least for me.
May 12, 2013
On Sunday, 12 May 2013 at 14:29:15 UTC, Andrei Alexandrescu wrote:
> At some point I found a nice dashboard for D-programming-language on github showing all pull requests for all projects together (dmd, phobos, tools...). Now I can't find it to save my life. Does anyone know how to get that?

Go to github.com and select the D-Programming-Language organization from the dropdown at the top left.

David
May 12, 2013
On 5/12/13 10:42 AM, David Nadlinger wrote:
> On Sunday, 12 May 2013 at 14:29:15 UTC, Andrei Alexandrescu wrote:
>> At some point I found a nice dashboard for D-programming-language on
>> github showing all pull requests for all projects together (dmd,
>> phobos, tools...). Now I can't find it to save my life. Does anyone
>> know how to get that?
>
> Go to github.com and select the D-Programming-Language organization from
> the dropdown at the top left.

Ah, that's right. Thanks!

Andrei

May 12, 2013
On 5/12/13 10:32 AM, Dicebot wrote:
> On Sunday, 12 May 2013 at 14:30:44 UTC, Andrei Alexandrescu wrote:
>> Found it from memory but there's no link to it!
>>
>> https://github.com/organizations/D-Programming-Language/dashboard/pulls
>>
>>
>> Andrei
>
> It is actually a private dashboard equivalent to
> https://github.com/dashboard/pulls , at least for me.

Ah, thanks. So only a few get to see that? This seems an unnecessary limitation (after all the pull requests can be seen by all, just not aggregated in the same place).

Andrei
May 12, 2013
On Sunday, 12 May 2013 at 15:06:22 UTC, Andrei Alexandrescu wrote:
> On 5/12/13 10:32 AM, Dicebot wrote:
>> On Sunday, 12 May 2013 at 14:30:44 UTC, Andrei Alexandrescu wrote:
>>> Found it from memory but there's no link to it!
>>>
>>> https://github.com/organizations/D-Programming-Language/dashboard/pulls
>>>
>>>
>>> Andrei
>>
>> It is actually a private dashboard equivalent to
>> https://github.com/dashboard/pulls , at least for me.
>
> Ah, thanks. So only a few get to see that? This seems an unnecessary limitation (after all the pull requests can be seen by all, just not aggregated in the same place).

Yep, only organization members get to see it, which is rather unfortunate.

David