0dc7053
cache: properly parse and clean qualifier with multi word
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
e3c445f
manpages: update
Michael Muré created
919f98e
cache: provide sorted (id, creation, edit) list of bugs
Michael Muré created
90a45b4
cache: rename RootCache into MultiRepoCache
Underline the fact that it's fine to use RepoCache alone
Michael Muré created
6ff02ed
add some documentation
Michael Muré created
150b5d4
invert the behavior of the build flag for the webui
Now produce by default a build with the packed webui, to make it go gettable properly. fix #33
Michael Muré created
7397c94
make CLI commands use the cache to lock the repo properly
Michael Muré created
116a944
Merge pull request #32 from tplk/patch-1
webui: add name to web app manifest
Michael Muré created
11ad777
webui: add name to web app manifest.
Dmitry Teplov created
fba56ed
better naming for the graphql-s root resolver
Michael Muré created
0514eda
cache: maintain, write and load from disk bug excerpts
Michael Muré created
e764899
bug: add a new BugExerpt that hold a subset of a bug state for efficient sorting and retrieval
Michael Muré created
16f55e3
bug: introduce WithSnapshot to maintain incrementally and effitiently a snapshot
Michael Muré created
6d7dc46
cache: lock the repo with a pid file; automatic cleaning
Michael Muré created
9421782
readme: more styling
Michael Muré created
fd26876
readme: a bit of styling
Michael Muré created
8abf984
Merge pull request #26 from x4m3/archlinux-package
readme: added archlinux aur package in install section
Michael Muré created
ce2be02
webui: Ensure code format in CI by running eslint
Quentin Gliech created
bb4ebed
webui: Format everything with prettier
Quentin Gliech created
4a2fedd
readme: added archlinux aur package in install section
Philippe Loctaux created
8575abf
bug: add a benchmark for reading all bugs in a repo
Michael Muré created