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
/
bug
/
operations
/
add_comment.go
Commit message (
Collapse
)
Author
Age
Files
Lines
*
reorganize package for a more idomatic go
Michael Muré
2018-09-11
1
-52
/
+0
|
*
bug: ensure that OpBase field are public and properly serialized
Michael Muré
2018-09-10
1
-1
/
+1
|
|
|
|
fix #37
*
bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵
Michael Muré
2018-08-23
1
-1
/
+1
|
|
|
|
sorting and retrieval
*
bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵
Michael Muré
2018-08-23
1
-2
/
+2
|
|
|
|
snapshot
*
bug: add a Lamport logical clock to be able to sort bugs by creation time ↵
Michael Muré
2018-08-06
1
-1
/
+2
|
|
|
|
and edit time without having to rely on a timestamp
*
implement media hosting in git for comments + API for the webui
Michael Muré
2018-08-02
1
-2
/
+14
|
*
some cleaning
Michael Muré
2018-07-25
1
-7
/
+8
|
*
more refactoring to have reusable bug action across different UI
Michael Muré
2018-07-25
1
-0
/
+5
|
*
all operations now have an author and a timestamp
Michael Muré
2018-07-18
1
-9
/
+6
|
*
add bug status + open/close commands
Michael Muré
2018-07-17
1
-1
/
+1
|
*
use a Unix timestamp (int64) for the time instead of golang's Time that ↵
Michael Muré
2018-07-14
1
-2
/
+2
|
|
|
|
cause trouble for serialisation
*
add time to comments
Michael Muré
2018-07-14
1
-3
/
+9
|
*
implement AddComment
Michael Muré
2018-07-13
1
-0
/
+30