You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (JIRA)" <ji...@apache.org> on 2011/06/08 16:48:58 UTC

[jira] [Created] (LUCENE-3181) changes2html.pl should collect release dates from JIRA REST API

changes2html.pl should collect release dates from JIRA REST API
---------------------------------------------------------------

                 Key: LUCENE-3181
                 URL: https://issues.apache.org/jira/browse/LUCENE-3181
             Project: Lucene - Java
          Issue Type: Improvement
          Components: general/website
            Reporter: Steven Rowe
            Assignee: Steven Rowe
            Priority: Minor


Since LUCENE-3163 removed release dates from CHANGES.txt, the Changes.html generated by changes2html.pl no longer contains release dates, except those older release dates that are hard-coded in the script itself.

JIRA exposes a REST API through which project info is available.  For Lucene - java, lots of info is available in JSON format through https://issues.apache.org/jira/rest/api/2.0.alpha1/project/LUCENE , including a full list of each version's release date.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (LUCENE-3181) changes2html.pl should collect release dates from JIRA REST API

Posted by "Steven Rowe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Rowe resolved LUCENE-3181.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
                   3.3

Committed:
- r1133646: trunk
- r1133647,r1133648: branch_3x

> changes2html.pl should collect release dates from JIRA REST API
> ---------------------------------------------------------------
>
>                 Key: LUCENE-3181
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3181
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/website
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>             Fix For: 3.3, 4.0
>
>         Attachments: LUCENE-3181.patch
>
>
> Since LUCENE-3163 removed release dates from CHANGES.txt, the Changes.html generated by changes2html.pl no longer contains release dates, except those older release dates that are hard-coded in the script itself.
> JIRA exposes a REST API through which project info is available.  For Lucene - java, lots of info is available in JSON format through https://issues.apache.org/jira/rest/api/2.0.alpha1/project/LUCENE , including a full list of each version's release date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (LUCENE-3181) changes2html.pl should collect release dates from JIRA REST API

Posted by "Steven Rowe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Rowe updated LUCENE-3181:
--------------------------------

    Attachment: LUCENE-3181.patch

Forgot to attach the patch before committing - here is what I already committed.

> changes2html.pl should collect release dates from JIRA REST API
> ---------------------------------------------------------------
>
>                 Key: LUCENE-3181
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3181
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/website
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>         Attachments: LUCENE-3181.patch
>
>
> Since LUCENE-3163 removed release dates from CHANGES.txt, the Changes.html generated by changes2html.pl no longer contains release dates, except those older release dates that are hard-coded in the script itself.
> JIRA exposes a REST API through which project info is available.  For Lucene - java, lots of info is available in JSON format through https://issues.apache.org/jira/rest/api/2.0.alpha1/project/LUCENE , including a full list of each version's release date.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org