perl5.test-smoke.org feature request: order by column

2017-01-17 Thread James E Keenan
When you go to http://perl5.test-smoke.org/search, you see a table whose columns are these: ArchHostOS Git-id Smoke date Status AFAICT, you have no ability to select the way the rows in the table are ordered. It appears that the sorting is done on the columns in left-to-ri

perl5.test-smoke.org feature request: explanation of git-id

2017-01-17 Thread James E Keenan
When you go to http://perl5.test-smoke.org/search, one of the columns presented is "Git-id". Its contents look like this: v5.25.8-269-g01f9673 v5.25.8-196-g3626fc2 v5.25.8-208-g05053e2 v5.25.8-260-g57b3a6b6ec What these strings mean is not entirely self-evident. I can infer that 'v5.25.8' me

Re: perl5.test-smoke.org feature request: explanation of git-id

2017-01-17 Thread H.Merijn Brand
Please create issues instead. I've created this issue for you: https://github.com/abeltje/Test-Smoke/issues/23 On Tue, 17 Jan 2017 16:48:16 -0500, James E Keenan wrote: > When you go to http://perl5.test-smoke.org/search, one of the columns > presented is "Git-id". Its contents look like this:

Re: perl5.test-smoke.org feature request: order by column

2017-01-17 Thread H.Merijn Brand
Please create issues instead. I've created this issue for you: https://github.com/abeltje/Test-Smoke/issues/24 On Tue, 17 Jan 2017 16:42:46 -0500, James E Keenan wrote: > When you go to http://perl5.test-smoke.org/search, you see a table whose > columns are these: > > Arch HostOS Git

Re: perl5.test-smoke.org feature request: explanation of git-id

2017-01-17 Thread Karen Etheridge
See `git describe` (https://git-scm.com/docs/git-describe) for the syntax of the descriptor -- it's the number of commits after the referenced tag. On Tue, Jan 17, 2017 at 1:48 PM, James E Keenan wrote: > When you go to http://perl5.test-smoke.org/search, one of the columns > presented is "Git-i

Re: perl5.test-smoke.org feature request: explanation of git-id

2017-01-17 Thread H.Merijn Brand
On Tue, 17 Jan 2017 16:48:16 -0500, James E Keenan wrote: > When you go to http://perl5.test-smoke.org/search, one of the columns > presented is "Git-id". Its contents look like this: > > v5.25.8-269-g01f9673 > v5.25.8-196-g3626fc2 > v5.25.8-208-g05053e2 > v5.25.8-260-g57b3a6b6ec $ git help d