summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* documentation fixesone-point-ohYoni Rabkin2020-08-032-34/+2
|
* * rt-liberation-gnus.el: avoid compiler warningYoni Rabkin2020-08-031-11/+16
| | | | Macros need to be defined before functions.
* * rt-liberation.el: remove cl and cl-lib requirementYoni Rabkin2020-08-031-5/+6
|
* * rt-liberation.el: remove unused codeYoni Rabkin2020-08-031-7/+1
|
* fix broken dependenciesYoni Rabkin2020-08-032-38/+36
|
* * rt-liberation-rest.el: fix undefined variableYoni Rabkin2020-08-031-7/+8
|
* * rt-liberation-report.el: fix errorYoni Rabkin2020-08-031-0/+2
|
* * doc/rt-liberation.texinfo: update documentationYoni Rabkin2020-08-031-5/+3
|
* * rt-liberation.el: remove old cli codeYoni Rabkin2020-08-031-88/+0
|
* * rt-liberation.el: remove old cli codeYoni Rabkin2020-08-031-71/+1
|
* * NEWS: new fileYoni Rabkin2020-08-031-0/+6
|
* * rt-liberation.el: complete elpa headerYoni Rabkin2020-07-311-0/+2
|
* add "this file is a part of..."Yoni Rabkin2020-07-316-0/+12
|
* * why-rt-liberation-is-under-gplv3.txt: better explanationYoni Rabkin2020-07-231-3/+3
|
* * rt-liberation.el: use cl-lib insteadYoni Rabkin2020-07-231-1/+1
|
* friendlier captionYoni Rabkin2020-07-233-8/+14
|
* * more upgrade workYoni Rabkin2020-07-2312-851/+649
|
* Upgrade to GPLv3Yoni Rabkin2020-04-028-11/+11
|
* * why-rt-liberation-is-under-gplv3.txt: what it saysYoni Rabkin2020-03-161-0/+87
|
* * rt-liberation-rest.el: UTF-8 decoding.Yoni Rabkin2016-05-091-1/+3
| | | | Patch by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* * rt-liberation.el: Look for the next ticket.Yoni Rabkin2016-04-071-1/+1
| | | | | | | Don't hang around in the loop unless there is a next ticket, identified by an "id:" field. This bug was found by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* * rt-liberation.el: new function rt-liber-print-queryreportYoni Rabkin2015-10-231-0/+23
|
* Merge branch 'report'Yoni Rabkin2015-10-192-6/+4
|\
| * * rt-liberation-report.el: Fix sorting bug.Yoni Rabkin2015-10-191-11/+9
| |
| * * rt-liberation-report.el: Bump to other machine.Yoni Rabkin2015-10-131-0/+4
| |
| * * rt-liberation-report.el: pass to main machine.Yoni Rabkin2015-10-121-3/+5
| |
| * * rt-liberation-report.el: Add Total, found bug.Yoni Rabkin2015-10-121-4/+21
| |
| * * rt-liberation-report.el: Complete first working version.Yoni Rabkin2015-10-121-14/+37
| |
| * Add collation.Yoni Rabkin2015-10-121-42/+55
| |
| * * rt-liberation.el: Clear up old CLI note.Yoni Rabkin2015-10-121-6/+0
| |
| * * rt-liberation-report.el: Evolve notes.Yoni Rabkin2015-10-111-24/+16
| |
| * * rt-liberation.el: Add Resolved time predicate.Yoni Rabkin2015-10-111-2/+6
| |
| * Add research notes.Yoni Rabkin2015-10-101-2/+64
| |
| * Rename to fit file naming convention.Yoni Rabkin2015-10-101-0/+0
| |
| * * rt-report.el: Add new file.Yoni Rabkin2015-10-011-0/+39
| |
* | Add rt-report.Yoni Rabkin2015-10-192-2/+156
|/
* Update email address.Yoni Rabkin2015-10-013-3/+3
|
* * doc/rt-liberation.texinfo: Update documentation.restYoni Rabkin2015-09-291-106/+16
| | | | This should reflect the basics of running against the REST interface.
* Update copyright years.Yoni Rabkin2015-09-292-2/+2
|
* * rt-liberation.el: Start post REST cleanup.Yoni Rabkin2015-09-291-75/+12
|
* Re-write command set and assignment code.Yoni Rabkin2015-05-202-90/+29
| | | | This removes a lot of cruft along the way, which is a good thing.
* Remove more spam related code.Yoni Rabkin2015-05-202-28/+0
| | | | Hopefully this can be reimplemented soon.
* Remove (too bad).Yoni Rabkin2015-05-131-29/+11
| | | | | I cannot make this work reliably anymore. It sometimes will delete the ticket without marking it as spam.
* * 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-252-12/+36
|
* Integrate rt-liber-rest-edit-runner and add fields.Yoni Rabkin2015-03-242-13/+70
|
* Implement ticket history via REST.Yoni Rabkin2015-03-062-1/+29
| | | | 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-112-7/+19
| | | | | At this point the most basic functionality of rt-liberation, that of listing tickets in response to a query, is using the REST interface.