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
/
repo_cache.go
Commit message (
Collapse
)
Author
Age
Files
Lines
*
github: working incremental + comment history for the first comment
Michael Muré
2018-10-01
1
-1
/
+25
|
*
bug: in op convenience function, return the new op to be able to set ↵
Michael Muré
2018-10-01
1
-2
/
+2
|
|
|
|
metadata later
*
add documentation
Michael Muré
2018-10-01
1
-0
/
+3
|
*
merge package operations into bug, they are tightly coupled anyway
Michael Muré
2018-09-29
1
-2
/
+1
|
*
cache: add raw edit functions to allow setting up the author, the timestamp ↵
Michael Muré
2018-09-25
1
-1
/
+13
|
|
|
|
and the metadatas
*
commands: add "bridge rm"
Michael Muré
2018-09-24
1
-0
/
+7
|
*
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
1
-6
/
+20
|
*
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
1
-0
/
+4
|
*
cache: attempt to future-proof the cache file
Michael Muré
2018-09-13
1
-22
/
+36
|
*
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
1
-4
/
+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
|
*
cache: doc & cleaning
Michael Muré
2018-09-10
1
-2
/
+2
|
*
cache: combine sorting and filtering into a query with its micro-DSL
Michael Muré
2018-09-09
1
-14
/
+61
|
*
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
|
|
|
|
fix #36
*
cache: provide a generic bug sorting function
Michael Muré
2018-09-02
1
-55
/
+12
|
*
cache: provide sorted (id, creation, edit) list of bugs
Michael Muré
2018-09-02
1
-2
/
+53
|
*
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
1
-1
/
+99
|
*
cache: maintain, write and load from disk bug excerpts
Michael Muré
2018-08-23
1
-29
/
+104
|
*
cache: lock the repo with a pid file; automatic cleaning
Michael Muré
2018-08-21
1
-0
/
+144