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
*
ls.go:`git bug ls` should be faster
Sladyn
2019-03-02
1
-0
/
+9
|
|
|
|
|
|
|
|
Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98
*
cache: better API to access excerpts
Michael Muré
2019-03-01
1
-12
/
+20
|
*
identity: another round of cleanups
Michael Muré
2019-03-01
1
-4
/
+0
|
*
commands: add a super-fast "user ls" command
Michael Muré
2019-03-01
1
-0
/
+12
|
*
cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵
Michael Muré
2019-03-01
1
-2
/
+2
|
|
|
|
IdentityExcerpt
*
identity: store the times properly
Michael Muré
2019-03-01
1
-1
/
+1
|
*
identity: working identity cache
Michael Muré
2019-03-01
1
-8
/
+129
|
*
identity: wip caching
Michael Muré
2019-03-01
1
-24
/
+64
|
*
identity: work on higher level now, cache, first two identity commands
Michael Muré
2019-03-01
1
-16
/
+52
|
*
identity: all tests green o/
Michael Muré
2019-03-01
1
-1
/
+1
|
*
identity: wip push/pull
Michael Muré
2019-03-01
1
-1
/
+1
|
*
identity: more cleaning and fixes after a code review
Michael Muré
2019-03-01
1
-1
/
+1
|
*
identity: more progress and fixes
Michael Muré
2019-03-01
1
-45
/
+93
|
*
identity: more progress and fixes
Michael Muré
2019-03-01
1
-0
/
+70
|
*
WIP identity in git
Michael Muré
2019-03-01
1
-2
/
+3
|
*
cache: fix unhandled error
Michael Muré
2019-02-28
1
-1
/
+1
|
*
cache: output the build info message on stderr to avoid breaking scripts
Michael Muré
2019-02-20
1
-2
/
+2
|
*
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