index
:
git-bug
bug-export
devel
master
update_mods
Distributed, offline-first bug tracker embedded in git, with bridges
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
repo: add functions to read/write git config
Michael Muré
2018-09-24
1
-0
/
+8
*
repo: split the Repo interface to avoid abstraction leak in RepoCache
Michael Muré
2018-09-21
2
-8
/
+22
*
commands: add a "ls-labels" command that output valid labels
Michael Muré
2018-09-21
1
-0
/
+30
*
cache: relay early the merge events
Michael Muré
2018-09-19
1
-4
/
+2
*
cache: don't ignore error when building the cache
Michael Muré
2018-09-18
1
-2
/
+10
*
commands: add a package to handle implicit bug selection
Michael Muré
2018-09-18
2
-0
/
+8
*
docs & cleaning
Michael Muré
2018-09-16
1
-0
/
+3
*
bug: add a data validation process to avoid merging incorrect operations
Michael Muré
2018-09-15
1
-4
/
+16
*
cache: attempt to future-proof the cache file
Michael Muré
2018-09-13
2
-23
/
+36
*
operations: return a more convenient array of result for label changes
Michael Muré
2018-09-13
1
-7
/
+10
*
bug: proper int baked enum for merge result status instead of a string
Michael Muré
2018-09-13
1
-1
/
+1
*
reorganize package for a more idomatic go
Michael Muré
2018-09-11
3
-10
/
+11
*
graphql: AllBugs now accept a query
Michael Muré
2018-09-11
1
-2
/
+5
*
termui: allow to change the bug query
Michael Muré
2018-09-11
1
-2
/
+5
*
cache: resolved id by prefix using the cache instead of reading bugs
Michael Muré
2018-09-11
1
-18
/
+2
*
bug: ensure that OpBase field are public and properly serialized
Michael Muré
2018-09-10
1
-1
/
+1
*
ls: support expressing a query with flags as well
Michael Muré
2018-09-10
2
-8
/
+7
*
cache: doc & cleaning
Michael Muré
2018-09-10
4
-5
/
+12
*
cache: add the alias "state" for the qualifier "status"
Michael Muré
2018-09-10
1
-1
/
+1
*
cache: properly parse and clean qualifier with multi word
Michael Muré
2018-09-10
2
-12
/
+47
*
doc: document the query DSL
Michael Muré
2018-09-09
1
-8
/
+1
*
cache: combine sorting and filtering into a query with its micro-DSL
Michael Muré
2018-09-09
5
-73
/
+237
*
BugExcerpt: also store bug labels
Michael Muré
2018-09-09
1
-0
/
+2
*
cache: implement the filtering
Michael Muré
2018-09-09
1
-0
/
+103
*
cache: refactor to handle bug changes during Pull
Michael Muré
2018-09-08
1
-2
/
+36
*
bug: refactor the Pull code to have the message formating in the upper layers
Michael Muré
2018-09-07
1
-6
/
+0
*
cache: fix missed code path that should update the cache
Michael Muré
2018-09-04
1
-0
/
+7
*
cache: provide a generic bug sorting function
Michael Muré
2018-09-02
2
-55
/
+85
*
cache: provide sorted (id, creation, edit) list of bugs
Michael Muré
2018-09-02
2
-4
/
+55
*
cache: rename RootCache into MultiRepoCache
Michael Muré
2018-09-02
1
-8
/
+8
*
add some documentation
Michael Muré
2018-09-02
1
-1
/
+11
*
make CLI commands use the cache to lock the repo properly
Michael Muré
2018-08-31
3
-107
/
+108
*
cache: maintain, write and load from disk bug excerpts
Michael Muré
2018-08-23
4
-86
/
+161
*
bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...
Michael Muré
2018-08-23
1
-0
/
+92
*
bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...
Michael Muré
2018-08-23
1
-28
/
+3
*
cache: lock the repo with a pid file; automatic cleaning
Michael Muré
2018-08-21
3
-245
/
+378
*
termui: implement push/pull
Michael Muré
2018-08-12
1
-0
/
+21
*
termui: commit the bug when quiting the show bug window
Michael Muré
2018-08-09
1
-0
/
+8
*
implement media hosting in git for comments + API for the webui
Michael Muré
2018-08-02
1
-2
/
+13
*
termui: implement addComment and setTitle
Michael Muré
2018-08-02
1
-52
/
+24
*
cache: some refactoring
Michael Muré
2018-08-02
1
-90
/
+63
*
graphql: implement the missing mutations
Michael Muré
2018-08-01
1
-3
/
+121
*
termui: use the editor to create a new bug
Michael Muré
2018-07-31
1
-7
/
+12
*
graphql: implement a first mutation
Michael Muré
2018-07-30
1
-0
/
+27
*
graphql: lazy loading for the bug relay connection
Michael Muré
2018-07-29
1
-0
/
+5
*
relay connection working with gqlgen
Michael Muré
2018-07-29
1
-5
/
+5
*
follow go naming convention
Michael Muré
2018-07-27
1
-39
/
+39
*
cache: add shortcut functions
Michael Muré
2018-07-25
1
-0
/
+25
*
add a cache to support the graphql API and the future interactive CLI UI
Michael Muré
2018-07-25
1
-0
/
+160