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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #272 from MichaelMure/fix-import-time-save
Amine
2019-12-09
2
-5
/
+15
|
\
\
|
|
/
|
/
|
|
*
bridge: fix incorrect last import time on context cancel
Michael Muré
2019-12-09
2
-5
/
+15
|
/
*
Merge pull request #265 from contrapunctus-1/doc-grammar
Michael Muré
2019-11-29
1
-7
/
+7
|
\
|
*
readme - fix some grammatical issues
contrapunctus
2019-11-29
1
-7
/
+7
|
/
*
Merge pull request #263 from MichaelMure/configure-cleanup
Amine
2019-11-26
9
-54
/
+91
|
\
|
*
bridge: move export event handling to the CLI
Michael Muré
2019-11-26
2
-24
/
+20
|
*
gitlab: configurator cleanup
Michael Muré
2019-11-26
2
-10
/
+27
|
*
github: tiny cleanups of the configurator
Michael Muré
2019-11-26
6
-20
/
+44
|
/
*
Merge pull request #262 from MichaelMure/bridge
Michael Muré
2019-11-26
3
-14
/
+14
|
\
|
*
bridge: trim inputs during bridge configuration
amine
2019-11-25
3
-14
/
+14
|
/
*
Merge pull request #260 from MichaelMure/bridge
Michael Muré
2019-11-24
9
-30
/
+272
|
\
|
*
bridge/gitlab: add gitlab bridge configuration
amine
2019-11-24
4
-7
/
+75
|
*
bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions
amine
2019-11-24
2
-38
/
+58
|
*
commands: add bridge configure --token-id flag
amine
2019-11-23
2
-16
/
+3
|
*
bridge/github: use core.ConfigKeyToken instead of keyToken
amine
2019-11-23
2
-5
/
+5
|
*
bridge/github: configuration with global configs
amine
2019-11-23
1
-14
/
+98
|
*
bridge/core: load token value in ensureInit
amine
2019-11-23
2
-4
/
+87
|
/
*
Merge pull request #258 from MichaelMure/fixes
Michael Muré
2019-11-19
2
-1
/
+4
|
\
|
*
bridge: use the target as well in the token ID
Michael Muré
2019-11-19
1
-1
/
+1
|
*
github: sort project candidate in the interactive wizard
Michael Muré
2019-11-19
1
-0
/
+3
*
|
Merge pull request #255 from MichaelMure/dependabot/dep/github.com/awesome-go...
Michael Muré
2019-11-19
2
-32
/
+62
|
\
\
|
*
|
vendor: update github.com/awesome-gocui/gocui dependencies
amine
2019-11-19
2
-30
/
+61
|
*
|
build(deps): bump github.com/awesome-gocui/gocui
dependabot-preview[bot]
2019-11-18
1
-2
/
+2
*
|
|
Merge pull request #254 from MichaelMure/import-events
Michael Muré
2019-11-19
6
-68
/
+48
|
\
\
\
|
*
|
|
bridge/launchpad: importer correctly emit NothingEvent
amine
2019-11-19
2
-5
/
+4
|
*
|
|
bridge/gitlab: importer and exporter correctly emit NothingEvents
amine
2019-11-19
2
-11
/
+11
|
*
|
|
bridge/github: export correctly emit nothing events
amine
2019-11-19
2
-24
/
+18
|
*
|
|
bridge/github: importer corectly emit events
amine
2019-11-19
2
-29
/
+16
*
|
|
|
Merge pull request #256 from MichaelMure/dependabot/dep/github.com/xanzy/go-g...
Michael Muré
2019-11-19
4
-5
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
vendor: update github.com/xanzy/go-gitlab dependencies
amine
2019-11-19
3
-1
/
+3
|
*
|
|
build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
dependabot-preview[bot]
2019-11-18
2
-4
/
+4
|
|
|
/
|
|
/
|
*
|
|
bridge configure: no default name if the default has already been created
Michael Muré
2019-11-19
1
-1
/
+11
*
|
|
Merge pull request #213 from MichaelMure/hash-collision
Michael Muré
2019-11-19
6
-30
/
+47
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bug: make sure there is no Operation's hash collision
Michael Muré
2019-11-19
6
-30
/
+47
*
|
|
Merge pull request #247 from MichaelMure/bridge-origin
Michael Muré
2019-11-19
14
-101
/
+103
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bridge/launchpad: add missing metadata
amine
2019-11-19
14
-101
/
+103
*
|
|
bridge/core: document import/export events
Michael Muré
2019-11-19
2
-1
/
+24
*
|
|
Merge pull request #257 from MichaelMure/core-fixes
Michael Muré
2019-11-19
8
-23
/
+34
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bug: use NeedCommit() in the interface, drop HasPendingOp()
Michael Muré
2019-11-19
4
-9
/
+18
|
*
|
repo: esthetism rename
Michael Muré
2019-11-19
5
-14
/
+14
|
*
|
bug: don't forget to assign the new packs after a merge
Michael Muré
2019-11-19
1
-0
/
+2
|
/
/
*
|
Merge pull request #249 from MichaelMure/iterator-fix
Michael Muré
2019-11-11
1
-2
/
+4
|
\
\
|
*
|
bridge/github: fix iterator regression
amine
2019-11-11
1
-2
/
+4
|
/
/
*
|
Merge pull request #248 from MichaelMure/github-deprecated
Michael Muré
2019-11-11
2
-21
/
+21
|
\
\
|
*
|
github: follow API changes
Michael Muré
2019-11-11
2
-21
/
+21
|
/
/
*
|
Merge pull request #245 from MichaelMure/dependabot/dep/github.com/xanzy/go-g...
Michael Muré
2019-11-11
14
-242
/
+517
|
\
\
|
*
|
vendor: update github.com/xanzy/go-gitlab to v0.22.0
amine
2019-11-10
12
-238
/
+513
|
*
|
build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0
dependabot-preview[bot]
2019-11-07
2
-4
/
+4
*
|
|
Merge pull request #219 from MichaelMure/global-config
Michael Muré
2019-11-10
28
-24
/
+798
|
\
\
\
|
*
|
|
cli: rename "token" into "auth"
Michael Muré
2019-11-10
22
-278
/
+276
[prev]
[next]