Changes between Initial Version and Version 1 of Ticket #10905


Ignore:
Timestamp:
Mar 9, 2013, 2:34:29 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10905 – Description

    initial v1  
    1 The HudsonTracPlugin requires that hudson makes available the API for python on the URL /api/python at the moment, however now that Eclipse have taken on hudson, and version 3.0.0 has been released, the python API is no longer supported.  Once hudson is upgraded to version 3.0.0 you get this error in the TRAC timeline:
     1The HudsonTracPlugin requires that hudson makes available the API for python on the URL `/api/python` at the moment, however now that Eclipse have taken on hudson, and version 3.0.0 has been released, the python API is no longer supported.  Once hudson is upgraded to version 3.0.0 you get this error in the TRAC timeline:
    22
    33{{{
     
    1717http://www.eclipse.org/forums/index.php/t/457665/
    1818
    19 Apparently though, the api is almost identical to the JSON interface anyway, so perhaps HudsonTracPlugin can be fairly easily modified to point to /api/json instead?
    20 
    21 
    22 
     19Apparently though, the api is almost identical to the JSON interface anyway, so perhaps HudsonTracPlugin can be fairly easily modified to point to `/api/json` instead?