summaryrefslogtreecommitdiff
path: root/rt-liberation-rest.el
Commit message (Collapse)AuthorAgeFilesLines
* Move functions around to fix compiler warnings.Yoni Rabkin2020-08-091-44/+2
|
* Adjust copyright lines; silence compiler warningsStefan Monnier2020-08-051-6/+8
| | | | | | | | | | | | | | | | | | | * .gitignore: New file. * rt-liberation-gnus.el (rt-liber-gnus-with-ticket-buffer): Move before use. * rt-liberation-report.el: Require `rt-liberation` since it needs one of its macros. * rt-liberation-rest.el: Silence some compiler warnings. (rt-liber-rest-handle-response): Use the arg instead of dynamic scoping. * rt-liberation.el (rt-liber-reduce, rt-liber-create-tickets-string): Fix CL's `reduce` to cl-lib's `cl-reduce`. (rt-liber-ticket-base-retriever-parser-f): Remove stray silent backslash. Fix CL's `copy-seq` to builtin `copy-sequence`. (rt-liber-sort-ticket-list): Fix CL's `copy-seq` to builtin `copy-sequence`. (rt-liber-command-set-status-deleted): Fix typo.
* add "this file is a part of..."Yoni Rabkin2020-07-311-0/+2
|
* * more upgrade workYoni Rabkin2020-07-231-1/+1
|
* Upgrade to GPLv3Yoni Rabkin2020-04-021-1/+1
|
* * rt-liberation-rest.el: UTF-8 decoding.Yoni Rabkin2016-05-091-1/+3
| | | | Patch by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* Update copyright years.Yoni Rabkin2015-09-291-1/+1
|
* Re-write command set and assignment code.Yoni Rabkin2015-05-201-5/+4
| | | | This removes a lot of cruft along the way, which is a good thing.
* * rt-liberation-rest.el: Be more verbose.Yoni Rabkin2015-05-061-1/+1
|
* * rt-liberation-rest.el: Write to debug if enabled.Yoni Rabkin2015-03-281-0/+1
|
* Port status changes to REST interface.Yoni Rabkin2015-03-251-1/+9
|
* Integrate rt-liber-rest-edit-runner and add fields.Yoni Rabkin2015-03-241-0/+38
|
* Implement ticket history via REST.Yoni Rabkin2015-03-061-0/+28
| | | | Also, replace the cli version in the code with the rest version.
* * rt-liberation-rest.el: Show feedback when complete.Yoni Rabkin2014-12-151-1/+3
| | | | This is based on actual use.
* Implement and start using REST show query.Yoni Rabkin2014-12-111-6/+18
| | | | | At this point the most basic functionality of rt-liberation, that of listing tickets in response to a query, is using the REST interface.
* * rt-liberation-rest.el: Start work on `show' query.Yoni Rabkin2014-12-091-23/+59
| | | | | Start work toward making a drop in replacement for the CLI `show' query using the REST API.
* * rt-liberation-rest.el: Document the show query issue.Yoni Rabkin2014-05-091-0/+28
| | | | | All of the relevant information is in a comment in rt-liberation-rest.el.
* * rt-liberation-rest.el: New file.Yoni Rabkin2014-05-091-0/+124
This includes a working "ls" REST query. Called a "ticket search".