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
/
bug.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bug: store the referenced media in their own git tree under /media, as per th...
Michael Muré
2018-08-05
1
-15
/
+48
*
implement media hosting in git for comments + API for the webui
Michael Muré
2018-08-02
1
-4
/
+21
*
graphql: lazy loading for the bug relay connection
Michael Muré
2018-07-29
1
-0
/
+5
*
more refactoring to have reusable bug action across different UI
Michael Muré
2018-07-25
1
-1
/
+1
*
bug: fix merge procedure
Michael Muré
2018-07-25
1
-26
/
+34
*
fix remote refs pattern to match default git behavior
Michael Muré
2018-07-25
1
-1
/
+1
*
bug: refactor to limit abstraction leak and to have a more reusable code for ...
Michael Muré
2018-07-23
1
-20
/
+78
*
NewBug can no longer error
Michael Muré
2018-07-19
1
-4
/
+4
*
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
*
all operations now have an author and a timestamp
Michael Muré
2018-07-18
1
-1
/
+3
*
add bug status + open/close commands
Michael Muré
2018-07-17
1
-6
/
+9
*
implement pull/merge
Michael Muré
2018-07-17
1
-7
/
+100
*
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
*
bug: use a 40 char truncated sha256 hash as ID, 8 char for human reading
Michael Muré
2018-07-14
1
-14
/
+14
*
complete the storage/read process + tests (!)
Michael Muré
2018-07-14
1
-4
/
+101
*
each commit reference the very first set of ops (will be useful for fast acce...
Michael Muré
2018-07-14
1
-2
/
+9
*
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
1
-20
/
+66
*
add basic tests for Bug and OperationIterator
Michael Muré
2018-07-13
1
-3
/
+24
*
create the Bug structure
Michael Muré
2018-07-13
1
-14
/
+80
*
create the Snapshot type for a compiled bug operation log
Michael Muré
2018-07-12
1
-1
/
+12
*
store user info in the datastore
Michael Muré
2018-07-12
1
-0
/
+1
*
add the new bug command with a very primitive bug datastructure
Michael Muré
2018-07-12
1
-0
/
+6
[prev]