index
:
git-bug
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/lipgloss-formatting
fix/810-finish-reading-loop
gh-pages
git-bug-0.7
gitea-bridge
github-actions
github-config-resilience
gitlab-push-pull-test
gobilly
gogit
graphql-generics
graphql-repo
graphql-transaction
master
recording
serialisation-test
sign-refactor
termui-markdown
trunk
vuln-detect
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
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: refactor the Pull code to have the message formating in the upper layers
Michael Muré
2018-09-07
|
*
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 "was" on SetTitleOperation to store what the title was
Michael Muré
2018-08-15
|
*
fix some linting trouble
Michael Muré
2018-08-13
|
*
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
*
fix test
Michael Muré
2018-08-02
|
*
implement media hosting in git for comments + API for the webui
Michael Muré
2018-08-02
|
*
graphql: implement the missing mutations
Michael Muré
2018-08-01
|
*
termui: add a view to display a bug
Michael Muré
2018-08-01
|
*
some cleaning
Michael Muré
2018-07-25
|
*
more refactoring to have reusable bug action across different UI
Michael Muré
2018-07-25
|
*
implement label op+command
Michael Muré
2018-07-18
|
*
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
|
*
cleaning
Michael Muré
2018-07-14
|
*
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
|
*
complete the storage/read process + tests (!)
Michael Muré
2018-07-14
|
*
implement AddComment
Michael Muré
2018-07-13
|
*
serialize a Bug to git as a blob+tree+commit+ref
Michael Muré
2018-07-13
|
*
create the Bug structure
Michael Muré
2018-07-13
|
*
add the first 2 operations
Michael Muré
2018-07-12