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
*
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
|
*
bridge: make github 2FA work
Michael Muré
2018-09-21
2
-49
/
+48
|
*
commands: add a "ls-labels" command that output valid labels
Michael Muré
2018-09-21
8
-2
/
+147
|
*
commands: description cleanup
Michael Muré
2018-09-21
42
-85
/
+85
|
*
bridge: add the beginning of a github importer
Michael Muré
2018-09-21
35
-2
/
+8390
|
*
webui: serve the index.html file by default to deal with the SPA router ↵
Michael Muré
2018-09-21
1
-1
/
+24
|
|
|
|
|
|
requirements fix #50
*
repo: workaround for git returning no path when inside a .git dir
Michael Muré
2018-09-21
1
-1
/
+3
|
*
Merge pull request #51 from ludovicm67/master
Michael Muré
2018-09-20
1
-0
/
+0
|
\
|
|
|
|
webui: update favicon with git-bug logo
|
*
webui: update favicon with git-bug logo
ludovicm67
2018-09-20
1
-0
/
+0
|
/
*
commands: ls now accept queries without quote
Michael Muré
2018-09-19
3
-4
/
+5
|
*
commands: fix a panic on merge invalid
Michael Muré
2018-09-19
2
-2
/
+6
|
*
bug: reclassify some merge error as "invalid" instead of hard error
Michael Muré
2018-09-19
1
-4
/
+5
|
*
pull: don't stop the process when one merge fail
Michael Muré
2018-09-19
1
-1
/
+1
|
*
cache: relay early the merge events
Michael Muré
2018-09-19
1
-4
/
+2
|
*
webui: explain how to quit
Michael Muré
2018-09-19
1
-0
/
+1
|
*
Use `go env GOVAR` instead of $GOVAR in README
Quentin Gliech
2018-09-19
1
-1
/
+2
|
*
termui: use q as keybinding to quit the show bug view
Michael Muré
2018-09-19
1
-2
/
+2
|
*
cache: don't ignore error when building the cache
Michael Muré
2018-09-18
1
-2
/
+10
|
*
bug: readBug returns better errors
Michael Muré
2018-09-18
1
-15
/
+11
|
*
commands: convert compatible commands to the implicit select mechanism
Michael Muré
2018-09-18
36
-175
/
+60
|
*
commands: add a "select" command to select a bug for future implicit use
Michael Muré
2018-09-18
10
-101
/
+148
|
*
commands: add a package to handle implicit bug selection
Michael Muré
2018-09-18
5
-4
/
+247
|
*
commands: add a "label rm" command to remove labels from a bug
Michael Muré
2018-09-17
8
-5
/
+130
|
*
commands: add a "label add" command to add new label to a bug
Michael Muré
2018-09-17
8
-2
/
+95
|
*
commands: make "label" display the current labels
Michael Muré
2018-09-17
6
-58
/
+68
|
*
commands: migrate the open/close commands under the "status" command
Michael Muré
2018-09-16
12
-41
/
+146
|
*
commands: add a "status" command to show a bug status
Michael Muré
2018-09-16
7
-2
/
+125
|
*
docs & cleaning
Michael Muré
2018-09-16
12
-38
/
+33
|
*
commands: make the "commands" command show subcommands as well
Michael Muré
2018-09-16
1
-6
/
+24
|
*
commands: add a title edit command
Michael Muré
2018-09-16
9
-7
/
+166
|
*
commands: add a title command to display a bug's title
Michael Muré
2018-09-16
7
-2
/
+127
|
*
commands: add `git bug comment add` to add a comment
Michael Muré
2018-09-15
11
-40
/
+275
|
*
commands: git bug comment now show the comments of a bug
Michael Muré
2018-09-15
6
-60
/
+67
|
*
cmd: rename 'new' into 'add' to have a verb
Michael Muré
2018-09-15
1
-17
/
+17
|
*
input: better help text for the query language
Michael Muré
2018-09-15
1
-0
/
+21
|
*
bug: add a data validation process to avoid merging incorrect operations
Michael Muré
2018-09-15
21
-63
/
+452
|
*
graphql: update gqlgen to 0.5.1
Michael Muré
2018-09-14
171
-6285
/
+15589
|
|
|
|
fix #6
[next]