link from github to bpo?
My apologies if this has been discussed/answered before, but is there a link from the github side to the bpo side? For example, I'm looking at https://github.com/python/cpython/pull/2304 and it would be great if such a link existed to take me directly to the bpo issue.
-- ~Ethan~
Yes, for that PR, scroll down and click the "View Details" button. Click the Details link next to bedevere/issue number status check. It will take you to the issue in bpo.
There is also an open issue in bedevere, where the link will be added at the bottom of the PR message. https://github.com/python/bedevere/issues/3 (I believe Brett is working on it :) )
Mariatta Wijaya
On Wed, Jun 21, 2017 at 9:58 AM, Ethan Furman <ethan@stoneleaf.us> wrote:
My apologies if this has been discussed/answered before, but is there a link from the github side to the bpo side? For example, I'm looking at https://github.com/python/cpython/pull/2304 and it would be great if such a link existed to take me directly to the bpo issue.
-- ~Ethan~
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
On Wed, 21 Jun 2017 10:02:58 -0700, Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
Yes, for that PR, scroll down and click the "View Details" button. Click the Details link next to bedevere/issue number status check. It will take you to the issue in bpo.
Note that this will only exist if the PR is still open (not closed, not merged).
There is also an open issue in bedevere, where the link will be added at the bottom of the PR message. https://github.com/python/bedevere/issues/3 (I believe Brett is working on it :) )
And this should fix the problem mentioned above :)
--David
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Mariatta Wijaya
On Wed, Jun 21, 2017 at 1:21 PM, R. David Murray <rdmurray@bitdance.com> wrote:
On Wed, 21 Jun 2017 10:02:58 -0700, Mariatta Wijaya < mariatta.wijaya@gmail.com> wrote:
Yes, for that PR, scroll down and click the "View Details" button. Click the Details link next to bedevere/issue number status check. It will take you to the issue in bpo.
Note that this will only exist if the PR is still open (not closed, not merged).
There is also an open issue in bedevere, where the link will be added at the bottom of the PR message. https://github.com/python/bedevere/issues/3 (I believe Brett is working on it :) )
And this should fix the problem mentioned above :)
--David
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
If people would like to see the bpo link be automatically appended to the original PR message, feel free to help with https://github.com/python/bedevere/issues/3 :)
On Wed, 21 Jun 2017 at 13:38 Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Mariatta Wijaya
On Wed, Jun 21, 2017 at 1:21 PM, R. David Murray <rdmurray@bitdance.com> wrote:
On Wed, 21 Jun 2017 10:02:58 -0700, Mariatta Wijaya < mariatta.wijaya@gmail.com> wrote:
Yes, for that PR, scroll down and click the "View Details" button. Click the Details link next to bedevere/issue number status check. It will take you to the issue in bpo.
Note that this will only exist if the PR is still open (not closed, not merged).
There is also an open issue in bedevere, where the link will be added at the bottom of the PR message. https://github.com/python/bedevere/issues/3 (I believe Brett is working on it :) )
And this should fix the problem mentioned above :)
--David
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Odd, I don't see a 'show all checks' on that PR. And I usually have to click 'show all checks' on open PRs (at least if the checks have all passed) in order to get to the bedevere link.
--David
On Fri, 23 Jun 2017 at 09:28 R. David Murray <rdmurray@bitdance.com> wrote:
On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya < mariatta.wijaya@gmail.com> wrote:
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Odd, I don't see a 'show all checks' on that PR. And I usually have to click 'show all checks' on open PRs (at least if the checks have all passed) in order to get to the bedevere link.
Go to the entry representing Larry's merge and click on the "View details" button. That will expand to show all of the status checks that were done when the PR was merged (in this instance there was no issue number so you won't see a "Details" link for the bedevere/issue-number check).
On Sat, 24 Jun 2017 00:33:13 -0000, Brett Cannon <brett@python.org> wrote:
On Fri, 23 Jun 2017 at 09:28 R. David Murray <rdmurray@bitdance.com> wrote:
On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya < mariatta.wijaya@gmail.com> wrote:
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Odd, I don't see a 'show all checks' on that PR. And I usually have to click 'show all checks' on open PRs (at least if the checks have all passed) in order to get to the bedevere link.
Go to the entry representing Larry's merge and click on the "View details" button. That will expand to show all of the status checks that were done when the PR was merged (in this instance there was no issue number so you won't see a "Details" link for the bedevere/issue-number check).
Ah, thank you, now I understand. Obviously, this was not..obvious :)
--David
On Sun, Jun 25, 2017, 07:00 R. David Murray, <rdmurray@bitdance.com> wrote:
On Fri, 23 Jun 2017 at 09:28 R. David Murray <rdmurray@bitdance.com> wrote:
On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya < mariatta.wijaya@gmail.com> wrote:
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Odd, I don't see a 'show all checks' on that PR. And I usually have to click 'show all checks' on open PRs (at least if the checks have all passed) in order to get to the bedevere link.
Go to the entry representing Larry's merge and click on the "View
On Sat, 24 Jun 2017 00:33:13 -0000, Brett Cannon <brett@python.org> wrote: details"
button. That will expand to show all of the status checks that were done when the PR was merged (in this instance there was no issue number so you won't see a "Details" link for the bedevere/issue-number check).
Ah, thank you, now I understand. Obviously, this was not..obvious :)
Hence why the change to append the link is on the Todo list. ☺️
-brett
--David
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
participants (4)
-
Brett Cannon
-
Ethan Furman
-
Mariatta Wijaya
-
R. David Murray