Commit log

d71411f commands: ls now accept queries without quote

Michael Muré created

d57e2fd commands: fix a panic on merge invalid

Michael Muré created

1060acf bug: reclassify some merge error as "invalid" instead of hard error

Michael Muré created

4c57647 pull: don't stop the process when one merge fail

Michael Muré created

63d0b8b cache: relay early the merge events

Michael Muré created

2daf2dd webui: explain how to quit

Michael Muré created

26f488e Use `go env GOVAR` instead of $GOVAR in README

Quentin Gliech created

a645c90 termui: use q as keybinding to quit the show bug view

Michael Muré created

760d077 cache: don't ignore error when building the cache

Michael Muré created

8455567 bug: readBug returns better errors

Michael Muré created

544b9cc commands: convert compatible commands to the implicit select mechanism

Michael Muré created

5f9fd2a commands: add a "select" command to select a bug for future implicit use

Michael Muré created

0d5998e commands: add a package to handle implicit bug selection

Michael Muré created

5eaf9e8 commands: add a "label rm" command to remove labels from a bug

Michael Muré created

2965b70 commands: add a "label add" command to add new label to a bug

Michael Muré created

cc086eb commands: make "label" display the current labels

Michael Muré created

dad6189 commands: migrate the open/close commands under the "status" command

Michael Muré created

a846fb9 commands: add a "status" command to show a bug status

Michael Muré created

6f5d433 docs & cleaning

Michael Muré created

b9fc8b6 commands: make the "commands" command show subcommands as well

Michael Muré created

ae100e0 commands: add a title edit command

Michael Muré created

d9f7269 commands: add a title command to display a bug's title

Michael Muré created

6cdc6c0 commands: add `git bug comment add` to add a comment

Michael Muré created

bfb5e96 commands: git bug comment now show the comments of a bug

Michael Muré created

6b732d4 cmd: rename 'new' into 'add' to have a verb

Michael Muré created

bcf2b6d input: better help text for the query language

Michael Muré created

7bec0b1 bug: add a data validation process to avoid merging incorrect operations

Michael Muré created

b478cd1 graphql: update gqlgen to 0.5.1

Click to expand commit body
fix #6

Michael Muré created

a3fc9ab Merge pull request #44 from opencollective/opencollective

Click to expand commit body
Activating Open Collective

Michael Muré created

e71d92d Added backers and sponsors on the README

Jess created

ad59f77 version 0.3.0

Michael Muré created

b168d71 cache: attempt to future-proof the cache file

Michael Muré created

f8b0b4f termui: use 'q' for quit and 's' for search

Michael Muré created

bf11c08 lamport: better perf by ensuring that the folder is created only once

Michael Muré created

fb0f553 catch a lot of error not being checked

Michael Muré created

f569e6a operations: return a more convenient array of result for label changes

Michael Muré created

8a25c63 termui: add missing query help text

Michael Muré created

19f43a8 bug: proper int baked enum for merge result status instead of a string

Michael Muré created

27c5ea5 random bugs: fix a crash when minOps == maxOps

Michael Muré created

60fcfcd bug: change the OperationPack serialization format for Json

Click to expand commit body
See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice

Michael Muré created

3605887 reorganize package for a more idomatic go

Michael Muré created

7b05983 graphql: AllBugs now accept a query

Michael Muré created

9cbd5b4 termui: allow to change the bug query

Michael Muré created

30e38aa termui: use Esc key to quit instead of 'q' to free it for a "query" feature

Michael Muré created

d1c5015 cache: resolved id by prefix using the cache instead of reading bugs

Michael Muré created

2dcd06d bug: ensure that OpBase field are public and properly serialized

Click to expand commit body
fix #37

Michael Muré created

9bb980e ls: support expressing a query with flags as well

Michael Muré created

fd21de5 Cleanup queries.md (#41)

Click to expand commit body
* 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

Jed Fox created

c8239a9 cache: doc & cleaning

Michael Muré created

ece9e39 cache: add the alias "state" for the qualifier "status"

Click to expand commit body
both are commonly expected

Michael Muré created