index
:
git-bug
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
/
bug
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
graphql: Actually get the bugs from the repo
Quentin Gliech
2018-07-20
3
-8
/
+8
*
NewBug can no longer error
Michael Muré
2018-07-19
1
-4
/
+4
*
humanize time
Michael Muré
2018-07-19
2
-4
/
+9
*
bug: replace the uuid based id with the hash of the first commit
Michael Muré
2018-07-19
1
-31
/
+30
*
rework all the commands to use cobra as a parser
Michael Muré
2018-07-19
1
-1
/
+3
*
implement label op+command
Michael Muré
2018-07-18
4
-0
/
+62
*
all operations now have an author and a timestamp
Michael Muré
2018-07-18
9
-32
/
+55
*
crude implementation of show
Michael Muré
2018-07-17
2
-0
/
+9
*
ls: add some colors
Michael Muré
2018-07-17
1
-1
/
+1
*
add bug status + open/close commands
Michael Muré
2018-07-17
9
-20
/
+74
*
implement pull/merge
Michael Muré
2018-07-17
2
-7
/
+118
*
rework the commands thing and add a "commands" command to list all commands
Michael Muré
2018-07-16
1
-1
/
+1
*
add a way to load a bug from a prefix
Michael Muré
2018-07-15
1
-0
/
+31
*
ls: better output
Michael Muré
2018-07-15
1
-0
/
+18
*
cleaning
Michael Muré
2018-07-14
3
-19
/
+4
*
use a Unix timestamp (int64) for the time instead of golang's Time that cause...
Michael Muré
2018-07-14
3
-7
/
+5
*
bug: use a 40 char truncated sha256 hash as ID, 8 char for human reading
Michael Muré
2018-07-14
1
-14
/
+14
*
add time to comments
Michael Muré
2018-07-14
4
-5
/
+21
*
complete the storage/read process + tests (!)
Michael Muré
2018-07-14
6
-74
/
+138
*
each commit reference the very first set of ops (will be useful for fast acce...
Michael Muré
2018-07-14
1
-2
/
+9
*
implement AddComment
Michael Muré
2018-07-13
2
-4
/
+30
*
fix push/pull
Michael Muré
2018-07-13
1
-0
/
+1
*
serialize a Bug to git as a blob+tree+commit+ref
Michael Muré
2018-07-13
7
-46
/
+134
*
add basic tests for Bug and OperationIterator
Michael Muré
2018-07-13
3
-7
/
+32
*
add a bug's operation iterator
Michael Muré
2018-07-13
1
-0
/
+72
*
create the Bug structure
Michael Muré
2018-07-13
9
-47
/
+125
*
add the first 2 operations
Michael Muré
2018-07-12
6
-0
/
+188
*
create the Snapshot type for a compiled bug operation log
Michael Muré
2018-07-12
2
-1
/
+15
*
move Hash in /util/
Michael Muré
2018-07-12
2
-1
/
+5
*
store user info in the datastore
Michael Muré
2018-07-12
2
-2
/
+18
*
add the new bug command with a very primitive bug datastructure
Michael Muré
2018-07-12
3
-0
/
+43
[prev]