Commit graph

4 commits

Author SHA1 Message Date
leot
f3175139b9 py-rt: Update to 1.0.12
Changes:
1.0.12
------
- Travis CI Docker tests
- RT 4.4 fixes
- Support multiline CF values in create_ticket and edit_ticket.
- Fix support for custom field names containing colons
- In search(), replace splitlines() with lines array split on \n.
- Add debug_mode flag for response logging
- Add platform independent url joining / Allow testing on Windows
- Add numerical_id to get_ticket result
2020-01-02 15:46:11 +00:00
leot
414fe6927b py-rt: Gracefully handle noop edit_ticket()
In RT 4 when edit_ticket() is invoked but the ticket is not modified an empty
response is sent.  Gracefully treat it as a successfull operation.

PKGREVISION++
2019-06-19 10:51:54 +00:00
leot
25cdc1d259 py-rt: Backport upstream patch to fix search() Format='s' and Format='i'
At least on RT 4 blank lines can be present at the end of the search response,
backport upstream commit bb07009c4f62dd2ac393aab82fded6424eead82f to address
that.

Bump PKGREVISION
2019-06-09 13:57:27 +00:00
leot
774a14d506 py-rt: Import py-rt-1.0.11 as wip/py-rt
Python implementation of Request Tracker REST API.
2018-09-15 10:53:31 +00:00