index
:
git-bug
I738207f8cb254b66f3ef18aa525fce39c71060e2
Ia1ad61e54e305bb073efc6853738d3eed81d576c
Iee167b1de8df7019d39157fb258aa612942ab4d4
board
boostrap-rework
bootstrap-rework-2
bridge-configure-doc
cheshirekow-jira
complete-comment
edit-comment
feat-849-terminal-output-in-core
feat-licences-checks
feat/1467/git-repo-path
feat/lipgloss-formatting
fix/810-finish-reading-loop
gh-pages
gitea-bridge
github-actions
github-config-resilience
gobilly
graphql-generics
graphql-repo
graphql-subscription
graphql-transaction
master
recording
serialisation-test
sign-refactor
termui-markdown
trunk
webui/labels
Distributed, offline-first bug tracker embedded in git, with bridges
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
bug
/
operations
/
add_comment.go
Commit message (
Collapse
)
Author
Age
*
reorganize package for a more idomatic go
Michael Muré
2018-09-11
|
*
bug: ensure that OpBase field are public and properly serialized
Michael Muré
2018-09-10
|
|
|
|
fix #37
*
bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵
Michael Muré
2018-08-23
|
|
|
|
sorting and retrieval
*
bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵
Michael Muré
2018-08-23
|
|
|
|
snapshot
*
bug: add a Lamport logical clock to be able to sort bugs by creation time ↵
Michael Muré
2018-08-06
|
|
|
|
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
|
*
some cleaning
Michael Muré
2018-07-25
|
*
more refactoring to have reusable bug action across different UI
Michael Muré
2018-07-25
|
*
all operations now have an author and a timestamp
Michael Muré
2018-07-18
|
*
add bug status + open/close commands
Michael Muré
2018-07-17
|
*
use a Unix timestamp (int64) for the time instead of golang's Time that ↵
Michael Muré
2018-07-14
|
|
|
|
cause trouble for serialisation
*
add time to comments
Michael Muré
2018-07-14
|
*
implement AddComment
Michael Muré
2018-07-13