Changes between Initial Version and Version 1 of Ticket #10905, comment 2


Ignore:
Timestamp:
Aug 18, 2013, 8:26:23 PM (11 years ago)
Author:
TCF
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10905, comment 2

    initial v1  
    1 Without this fix, this plug-in is completely broken (and in fact it breaks the timeline feature in Trac and thus is actually disruptive). So, made a fix for this myself, replacing the python API with the one for JSON, and also replacing the code used to handle the HTTP calls with the `requests` library (from `python-requests.org`). It works fine for my Hudson installation but it probably needs more testing against other configurations of Hudson and Jenkins. Also, since this is my first time writing python, I could use a little coaching in how to make sure I bundle it correctly so it knows the `requests` library is now a dependency.
     1Without this fix, this plug-in is completely broken (and in fact it breaks the timeline feature in Trac as noted in the bug and thus is actually disruptive). So, made a fix for this myself, replacing the python API with the one for JSON, and also replacing the code used to handle the HTTP calls with the `requests` library (from `python-requests.org`). It works fine for my Hudson installation but it probably needs more testing against other configurations of Hudson and Jenkins. Also, since this is my first time writing python, I could use a little coaching in how to make sure I bundle it correctly so it knows the `requests` library is now a dependency.
    22
    33Can someone help me with those two items? Then I could give this code to whoever runs this project and have them update it as the next release.