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: make sure there is no Operation's hash collision
Michael Muré
2019-11-19
1
-0
/
+6
*
bug: use NeedCommit() in the interface, drop HasPendingOp()
Michael Muré
2019-11-19
1
-7
/
+2
*
repo: esthetism rename
Michael Muré
2019-11-19
1
-2
/
+2
*
bug: don't forget to assign the new packs after a merge
Michael Muré
2019-11-19
1
-0
/
+2
*
finish the refactoring for the dedicated identifier type
Michael Muré
2019-08-12
1
-11
/
+5
*
bug,entity: use a dedicated type to store IDs
Michael Muré
2019-08-11
1
-32
/
+27
*
bug: fix Bug's Lamport edit time potentially wrong due to rebase
Michael Muré
2019-06-19
1
-2
/
+6
*
graphql: Implement `Authored` whenever possible
Quentin Gliech
2019-05-22
1
-0
/
+3
*
identity: I can compile again !!
Michael Muré
2019-03-01
1
-1
/
+18
*
identity: wip
Michael Muré
2019-03-01
1
-2
/
+2
*
identity: wip push/pull
Michael Muré
2019-03-01
1
-2
/
+2
*
identity: more refactoring progress
Michael Muré
2019-03-01
1
-0
/
+9
*
identity: implement the loading from git
Michael Muré
2019-03-01
1
-7
/
+7
*
bug: custom error for the different error case when loading a bug
Michael Muré
2018-10-01
1
-2
/
+10
*
bug: apply an operation with a pointer to the snapshot
Michael Muré
2018-09-29
1
-1
/
+1
*
merge package operations into bug, they are tightly coupled anyway
Michael Muré
2018-09-29
1
-2
/
+2
*
repo: split the Repo interface to avoid abstraction leak in RepoCache
Michael Muré
2018-09-21
1
-8
/
+8
*
commands: fix a panic on merge invalid
Michael Muré
2018-09-19
1
-1
/
+5
*
bug: readBug returns better errors
Michael Muré
2018-09-18
1
-15
/
+11
*
commands: add a package to handle implicit bug selection
Michael Muré
2018-09-18
1
-4
/
+5
*
docs & cleaning
Michael Muré
2018-09-16
1
-0
/
+1
*
bug: add a data validation process to avoid merging incorrect operations
Michael Muré
2018-09-15
1
-12
/
+16
*
bug: change the OperationPack serialization format for Json
Michael Muré
2018-09-12
1
-4
/
+6
*
reorganize package for a more idomatic go
Michael Muré
2018-09-11
1
-10
/
+11
*
fix english grammar
Michael Muré
2018-09-09
1
-4
/
+4
*
cache: refactor to handle bug changes during Pull
Michael Muré
2018-09-08
1
-5
/
+1
*
bug: make sure the lamport values are set properly after a commit
Michael Muré
2018-09-03
1
-4
/
+4
*
bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...
Michael Muré
2018-08-23
1
-0
/
+10
*
bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...
Michael Muré
2018-08-23
1
-8
/
+12
*
bug: remove use of the too recent %(refname:lstrip=-1) of git
Michael Muré
2018-08-19
1
-2
/
+18
*
bug: add "was" on SetTitleOperation to store what the title was
Michael Muré
2018-08-15
1
-3
/
+3
*
fix some linting trouble
Michael Muré
2018-08-13
1
-12
/
+18
*
termui: commit the bug when quiting the show bug window
Michael Muré
2018-08-09
1
-1
/
+6
*
bug: add a Lamport logical clock to be able to sort bugs by creation time and...
Michael Muré
2018-08-06
1
-4
/
+100
*
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
[next]