aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* commands: make "label" display the current labelsMichael Muré2018-09-176-58/+68
|
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-1612-41/+146
|
* commands: add a "status" command to show a bug statusMichael Muré2018-09-167-2/+125
|
* docs & cleaningMichael Muré2018-09-1612-38/+33
|
* commands: make the "commands" command show subcommands as wellMichael Muré2018-09-161-6/+24
|
* commands: add a title edit commandMichael Muré2018-09-169-7/+166
|
* commands: add a title command to display a bug's titleMichael Muré2018-09-167-2/+127
|
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-1511-40/+275
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-156-60/+67
|
* cmd: rename 'new' into 'add' to have a verbMichael Muré2018-09-151-17/+17
|
* input: better help text for the query languageMichael Muré2018-09-151-0/+21
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-1521-63/+452
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-14171-6285/+15589
| | | | fix #6
* Merge pull request #44 from opencollective/opencollectiveMichael Muré2018-09-131-1/+31
|\ | | | | Activating Open Collective
| * Added backers and sponsors on the READMEJess2018-09-131-1/+31
|/
* version 0.3.00.3.0Michael Muré2018-09-131-1/+1
|
* cache: attempt to future-proof the cache fileMichael Muré2018-09-132-23/+36
|
* termui: use 'q' for quit and 's' for searchMichael Muré2018-09-131-3/+3
|
* lamport: better perf by ensuring that the folder is created only onceMichael Muré2018-09-132-16/+37
|
* catch a lot of error not being checkedMichael Muré2018-09-136-30/+48
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-136-27/+65
|
* termui: add missing query help textMichael Muré2018-09-131-1/+1
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-135-39/+60
|
* random bugs: fix a crash when minOps == maxOpsMichael Muré2018-09-121-1/+6
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-1212-69/+111
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* 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
| | | | fix #37
* 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
| | | | | | | | | | * Improve grammar * Improve clock-vs-timestamp message * Fix whitespace * Add some explanations * Move the clock-vs-timestamp message to the top of the sorting section * Clarify wording more * Fix my misconception
* 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
| | | | both are commonly expected
* 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
|