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_actions.go
Commit message (
Collapse
)
Author
Age
Files
Lines
*
finish the refactoring for the dedicated identifier type
Michael Muré
2019-08-12
1
-2
/
+7
|
*
bug,entity: use a dedicated type to store IDs
Michael Muré
2019-08-11
1
-1
/
+1
|
*
cache: properly push/pull identities and bugs
Michael Muré
2019-03-27
1
-78
/
+14
|
*
bug: don't make bug actions drive identity actions
Michael Muré
2019-03-25
1
-43
/
+3
|
|
|
|
|
|
Turns out it was a mistake, who is suprised ? It leaks the abstraction and it's generally much cleaner to let the cache layer make both calls
*
identity: another round of cleanups
Michael Muré
2019-03-01
1
-1
/
+1
|
*
identity: I can compile again !!
Michael Muré
2019-03-01
1
-3
/
+43
|
*
identity: add more test for serialisation and push/pull/merge + fixes
Michael Muré
2019-03-01
1
-5
/
+2
|
*
identity: wip push/pull
Michael Muré
2019-03-01
1
-3
/
+9
|
*
WIP identity in git
Michael Muré
2019-03-01
1
-0
/
+5
|
*
repo: split the Repo interface to avoid abstraction leak in RepoCache
Michael Muré
2018-09-21
1
-2
/
+2
|
*
bug: reclassify some merge error as "invalid" instead of hard error
Michael Muré
2018-09-19
1
-4
/
+5
|
*
bug: add a data validation process to avoid merging incorrect operations
Michael Muré
2018-09-15
1
-14
/
+27
|
*
bug: proper int baked enum for merge result status instead of a string
Michael Muré
2018-09-13
1
-35
/
+56
|
*
cache: refactor to handle bug changes during Pull
Michael Muré
2018-09-08
1
-20
/
+23
|
*
bug: refactor the Pull code to have the message formating in the upper layers
Michael Muré
2018-09-07
1
-21
/
+5
|
*
add some documentation
Michael Muré
2018-09-02
1
-1
/
+6
|
*
make CLI commands use the cache to lock the repo properly
Michael Muré
2018-08-31
1
-0
/
+1
|
*
bug: add benchmarcks for bug merge
Michael Muré
2018-08-19
1
-0
/
+5
|
*
fix some linting trouble
Michael Muré
2018-08-13
1
-0
/
+5
|
*
termui: implement push/pull
Michael Muré
2018-08-12
1
-4
/
+8
|
*
bug: store the referenced media in their own git tree under /media, as per ↵
Michael Muré
2018-08-05
1
-3
/
+2
|
|
|
|
the doc I wrote myself
*
more refactoring to have reusable bug action across different UI
Michael Muré
2018-07-25
1
-0
/
+143