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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
bug: make sure to invalidate the hash when changing an op's metadata
Michael Muré
2018-10-01
1
-0
/
+1
|
*
bug: message can be empty on edit comment
Michael Muré
2018-10-01
1
-4
/
+0
|
*
bug: in op convenience function, return the new op to be able to set ↵
Michael Muré
2018-10-01
10
-81
/
+123
|
|
|
|
metadata later
*
bug: custom error for the different error case when loading a bug
Michael Muré
2018-10-01
1
-2
/
+10
|
*
makefile: also clear the cache after deleting the bugs
Michael Muré
2018-10-01
1
-0
/
+1
|
*
bug: add a new no-op operation to store arbitrary metadata on a bug
Michael Muré
2018-10-01
1
-0
/
+49
|
*
cache: also index the first op metadata
Michael Muré
2018-10-01
1
-0
/
+3
|
*
docs: update manpages due to change of month
Michael Muré
2018-10-01
26
-26
/
+26
|
*
commands: "bridge" don't take arguments
Michael Muré
2018-10-01
1
-0
/
+1
|
*
add documentation
Michael Muré
2018-10-01
5
-0
/
+27
|
*
bug: add a test for operations hash
Michael Muré
2018-10-01
1
-0
/
+36
|
*
bug: add a test for OpBase metadata
Michael Muré
2018-10-01
1
-8
/
+11
|
*
bug: use a value embedding for OpBase
Michael Muré
2018-10-01
18
-87
/
+2314
|
*
bug: use deditated type for all TimelineItem
Michael Muré
2018-09-30
16
-456
/
+1239
|
*
Merge pull request #54 from MichaelMure/editablecomment
Michael Muré
2018-09-30
96
-988
/
+13878
|
\
|
|
|
|
Core support for editable comments
|
*
termui: advertise edited comments
Michael Muré
2018-09-30
1
-8
/
+22
|
|
|
*
timeline: various minor improvements
Michael Muré
2018-09-30
12
-79
/
+695
|
|
|
*
use more testify, fix unchecked errors
Michael Muré
2018-09-29
25
-91
/
+6156
|
|
|
*
termui: fix compilation
Michael Muré
2018-09-29
1
-10
/
+10
|
|
|
*
graphql: expose the new Timeline
Michael Muré
2018-09-29
8
-19
/
+1173
|
|
|
*
bug: implement comment edition
Michael Muré
2018-09-29
38
-70
/
+4602
|
|
|
|
|
|
|
|
|
|
- add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations
|
*
bug: apply an operation with a pointer to the snapshot
Michael Muré
2018-09-29
9
-21
/
+10
|
|
|
*
bug: define a hash-based identifier for an operation
Michael Muré
2018-09-29
9
-7
/
+64
|
|
|
*
merge package operations into bug, they are tightly coupled anyway
Michael Muré
2018-09-29
31
-418
/
+881
|
|
*
|
readme: fix a link
Michael Muré
2018-09-29
1
-1
/
+1
|
/
*
graphql: manually fix the generated code, gix the graphql handler
Michael Muré
2018-09-29
1
-10
/
+10
|
*
util: handle both sha1 and sha256 git hashes
Michael Muré
2018-09-26
1
-1
/
+1
|
*
termui: better responsive columns in the bug table
Michael Muré
2018-09-26
1
-4
/
+3
|
*
select: clear the selected bug when invalid
Michael Muré
2018-09-26
1
-1
/
+16
|
*
commands: don't forget to treat the error when selecting a bug
Michael Muré
2018-09-26
1
-1
/
+4
|
*
commands: add a "deselect" command to deselect a previously selected bug
Michael Muré
2018-09-26
7
-5
/
+141
|
*
commands: detect when an edit title doesn't change it and abort the operation
Michael Muré
2018-09-26
1
-0
/
+4
|
*
termui: detect when the title is not changed and abort the operation
Michael Muré
2018-09-26
1
-1
/
+5
|
*
graphql: add a general test for the handler/resolvers
Michael Muré
2018-09-26
13
-0
/
+1794
|
*
bridge: first working github importer
Michael Muré
2018-09-25
1
-78
/
+231
|
*
makefile: add a target producing a debugger friendly build
Michael Muré
2018-09-25
1
-0
/
+5
|
*
cache: add raw edit functions to allow setting up the author, the timestamp ↵
Michael Muré
2018-09-25
14
-115
/
+170
|
|
|
|
and the metadatas
*
bug: add the optional field AvatarUrl to Person
Michael Muré
2018-09-25
5
-41
/
+133
|
*
bug: add the ability to store arbitrary metadata on an operation
Michael Muré
2018-09-24
9
-16
/
+59
|
*
github: query most of the data
Michael Muré
2018-09-24
94
-15
/
+27635
|
*
bridge: validate config before use
Michael Muré
2018-09-24
3
-0
/
+24
|
*
commands: add "bridge pull"
Michael Muré
2018-09-24
9
-7
/
+174
|
*
commands: add "bridge rm"
Michael Muré
2018-09-24
15
-25
/
+170
|
*
commands: add the "bridge" and "bridge configure" commands
Michael Muré
2018-09-24
13
-5
/
+335
|
*
bridge: big refactor and cleanup
Michael Muré
2018-09-24
5
-78
/
+167
|
*
repo: add functions to read/write git config
Michael Muré
2018-09-24
4
-6
/
+70
|
*
commands: cleanup file name
Michael Muré
2018-09-24
2
-0
/
+0
|
*
repo: more documentation
Michael Muré
2018-09-24
4
-0
/
+24
|
*
bridge: better interfaces, working github configurator
Michael Muré
2018-09-21
6
-60
/
+273
|
*
repo: split the Repo interface to avoid abstraction leak in RepoCache
Michael Muré
2018-09-21
17
-44
/
+66
|
[next]