aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reorganize package for a more idomatic goMichael Muré2018-09-1142-274/+259
* graphql: AllBugs now accept a queryMichael Muré2018-09-114-12/+42
* termui: allow to change the bug queryMichael Muré2018-09-116-17/+113
* termui: use Esc key to quit instead of 'q' to free it for a "query" featureMichael Muré2018-09-113-4/+6
* cache: resolved id by prefix using the cache instead of reading bugsMichael Muré2018-09-111-18/+2
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-106-13/+13
* ls: support expressing a query with flags as wellMichael Muré2018-09-1022-55/+237
* Cleanup queries.md (#41)Jed Fox2018-09-101-15/+12
* cache: doc & cleaningMichael Muré2018-09-104-5/+12
* cache: add the alias "state" for the qualifier "status"Michael Muré2018-09-101-1/+1
* cache: properly parse and clean qualifier with multi wordMichael Muré2018-09-103-13/+47
* readme: add an example of queryMichael Muré2018-09-091-0/+5
* doc: document the query DSLMichael Muré2018-09-092-8/+86
* ls: accept a query to sort and filter the listMichael Muré2018-09-093-4/+14
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-097-77/+249
* BugExcerpt: also store bug labelsMichael Muré2018-09-091-0/+2
* cache: implement the filteringMichael Muré2018-09-091-0/+103
* fix english grammarMichael Muré2018-09-093-13/+13
* person: add a function to test the matching of a queryMichael Muré2018-09-091-0/+6
* status: add a function to parse a statusMichael Muré2018-09-091-0/+18
* cache: refactor to handle bug changes during PullMichael Muré2018-09-085-29/+62
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-075-38/+39
* travis: clean outdated build tagMichael Muré2018-09-071-1/+1
* cmds: various cleaningMichael Muré2018-09-0610-10/+10
* cmds: only print once the errorMichael Muré2018-09-061-1/+0
* Readme: recomend go get -uMichael Muré2018-09-061-1/+1
* random bugs: cleanup + generate random OperationPack as wellMichael Muré2018-09-063-8/+56
* Merge pull request #40 from tplk/patch-1Michael Muré2018-09-051-2/+2
|\
| * docs: fix terminal UI recording srcDmitry Teplov2018-09-051-2/+2
|/
* readme: fix the logo url to use to master branchMichael Muré2018-09-051-1/+1
* bug: also update the operations incrementaly in the snapshotMichael Muré2018-09-041-0/+2
* Merge pull request #35 from MichaelMure/logoMichael Muré2018-09-047-1/+527
|\
| * logo: add logotype as wellMichael Muré2018-09-042-0/+27
| * docs: add missing period in README.mdDmitry Teplov2018-09-041-1/+1
| * logo: add proper licensing and small cleaningMichael Muré2018-09-045-2/+432
| * docs: add logo to README.md (#1)Dmitry Teplov2018-09-041-0/+3
| * Add logo in svg formatViktor [VAN] Teplov2018-09-043-0/+66
|/
* cache: fix missed code path that should update the cacheMichael Muré2018-09-042-0/+8
* bug: make sure the lamport values are set properly after a commitMichael Muré2018-09-031-4/+4
* cache: provide a generic bug sorting functionMichael Muré2018-09-025-62/+89
* manpages: updateMichael Muré2018-09-0214-13/+14
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-025-46/+79
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-025-16/+16
* add some documentationMichael Muré2018-09-022-2/+17
* invert the behavior of the build flag for the webuiMichael Muré2018-09-024-25/+29
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-3118-192/+208
* Merge pull request #32 from tplk/patch-1Michael Muré2018-08-281-2/+2
|\
| * webui: add name to web app manifest.Dmitry Teplov2018-08-271-2/+2
|/
* better naming for the graphql-s root resolverMichael Muré2018-08-272-16/+16
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-2310-109/+188