Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * rt-liberation-rest.el: better user interaction | Yoni Rabkin | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | * rt-liberation-rest.el: formatting | Yoni Rabkin | 2020-12-14 | 1 | -1/+0 |
| | |||||
* | * rt-liberation-rest.el: check for a non-empty string | Yoni Rabkin | 2020-11-29 | 1 | -1/+3 |
| | |||||
* | * rt-liberation-rest.el: formatting | Yoni Rabkin | 2020-11-29 | 1 | -0/+6 |
| | |||||
* | Add lexical binding declaration | Yoni Rabkin | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | * rt-liberation-rest.el: add requirement | Yoni Rabkin | 2020-11-16 | 1 | -0/+1 |
| | |||||
* | * rt-liberation-rest.el: new function rt-liber-rest-auth | Yoni Rabkin | 2020-11-16 | 1 | -7/+22 |
| | | | | | This function checks for the REST credentials and if they are not there it tries to grab them from auth-source. | ||||
* | integrate changes post-ELPA synchronization | Yoni Rabkin | 2020-08-07 | 1 | -44/+2 |
| | |||||
* | Syncronize with Stefan's changes | Yoni Rabkin | 2020-08-05 | 1 | -13/+52 |
| | |||||
* | fix broken dependencies | Yoni Rabkin | 2020-08-03 | 1 | -38/+0 |
| | |||||
* | * rt-liberation-rest.el: fix undefined variable | Yoni Rabkin | 2020-08-03 | 1 | -7/+8 |
| | |||||
* | add "this file is a part of..." | Yoni Rabkin | 2020-07-31 | 1 | -0/+2 |
| | |||||
* | * more upgrade work | Yoni Rabkin | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Upgrade to GPLv3 | Yoni Rabkin | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | * rt-liberation-rest.el: UTF-8 decoding. | Yoni Rabkin | 2016-05-09 | 1 | -1/+3 |
| | | | | Patch by Martin Jesper Low Madsen <martin@martinjlowm.dk>. | ||||
* | Update copyright years. | Yoni Rabkin | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Re-write command set and assignment code. | Yoni Rabkin | 2015-05-20 | 1 | -5/+4 |
| | | | | This removes a lot of cruft along the way, which is a good thing. | ||||
* | * rt-liberation-rest.el: Be more verbose. | Yoni Rabkin | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | * rt-liberation-rest.el: Write to debug if enabled. | Yoni Rabkin | 2015-03-28 | 1 | -0/+1 |
| | |||||
* | Port status changes to REST interface. | Yoni Rabkin | 2015-03-25 | 1 | -1/+9 |
| | |||||
* | Integrate rt-liber-rest-edit-runner and add fields. | Yoni Rabkin | 2015-03-24 | 1 | -0/+38 |
| | |||||
* | Implement ticket history via REST. | Yoni Rabkin | 2015-03-06 | 1 | -0/+28 |
| | | | | Also, replace the cli version in the code with the rest version. | ||||
* | * rt-liberation-rest.el: Show feedback when complete. | Yoni Rabkin | 2014-12-15 | 1 | -1/+3 |
| | | | | This is based on actual use. | ||||
* | Implement and start using REST show query. | Yoni Rabkin | 2014-12-11 | 1 | -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 Rabkin | 2014-12-09 | 1 | -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 Rabkin | 2014-05-09 | 1 | -0/+28 |
| | | | | | All of the relevant information is in a comment in rt-liberation-rest.el. | ||||
* | * rt-liberation-rest.el: New file. | Yoni Rabkin | 2014-05-09 | 1 | -0/+124 |
This includes a working "ls" REST query. Called a "ticket search". |