ad59f77
version 0.3.0
Michael Muré 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
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
fix #37
Michael Muré created
9bb980e
ls: support expressing a query with flags as well
Michael Muré created
fd21de5
Cleanup queries.md (#41)
* 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"
both are commonly expected
Michael Muré created
0dc7053
cache: properly parse and clean qualifier with multi word
Michael Muré created
71bee1e
readme: add an example of query
Michael Muré created
28ee08a
doc: document the query DSL
Michael Muré created
dd0823d
ls: accept a query to sort and filter the list
Michael Muré created
09e097e
cache: combine sorting and filtering into a query with its micro-DSL
Michael Muré created
21f9840
BugExcerpt: also store bug labels
Michael Muré created
a38c1c2
cache: implement the filtering
Michael Muré created
30d4bc2
fix english grammar
Michael Muré created
13797c3
person: add a function to test the matching of a query
Michael Muré created
877f3bc
status: add a function to parse a status
Michael Muré created
6d7e79a
cache: refactor to handle bug changes during Pull
Michael Muré created
61a1173
bug: refactor the Pull code to have the message formating in the upper layers
Michael Muré created
265ecd8
travis: clean outdated build tag
Michael Muré created
f136bf6
cmds: various cleaning
Michael Muré created
6f1767d
cmds: only print once the error
Michael Muré created
453ae85
Readme: recomend go get -u
Michael Muré created
2adca22
random bugs: cleanup + generate random OperationPack as well
Michael Muré created
62b57b0
Merge pull request #40 from tplk/patch-1
docs: fix terminal UI recording src
Michael Muré created
2078100
docs: fix terminal UI recording src
Dmitry Teplov created
5633308
readme: fix the logo url to use to master branch
Michael Muré created
d17cd00
bug: also update the operations incrementaly in the snapshot
fix #39
Michael Muré created
48bbd9b
Merge pull request #35 from MichaelMure/logo
Logo
Michael Muré created
74c48ca
logo: add logotype as well
Michael Muré created
33a0ae2
docs: add missing period in README.md
Dmitry Teplov created
e82b92f
logo: add proper licensing and small cleaning
Michael Muré created
e326530
docs: add logo to README.md (#1)
Dmitry Teplov created
be23f40
Add logo in svg format
Viktor [VAN] Teplov created
c0d3b4b
cache: fix missed code path that should update the cache
fix #36
Michael Muré created
e2a0d17
bug: make sure the lamport values are set properly after a commit
Michael Muré created
0728c00
cache: provide a generic bug sorting function
Michael Muré created