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
...
|
*
Update Gopkg.lock and Gopkg.tml
Amine Hilaly
2019-07-07
2
-1
/
+14
|
/
*
commands: fix a missing line break
Michael Muré
2019-07-07
1
-1
/
+1
*
Update README.md
Michael Muré
2019-07-07
1
-1
/
+1
*
Update README.md
Michael Muré
2019-07-07
1
-0
/
+1
*
bridge: detect when trying to configure a bridge with a name already taken
Michael Muré
2019-07-07
3
-13
/
+33
*
bridge: use a single KeyTarget constant for all bridges
Michael Muré
2019-07-07
3
-10
/
+8
*
readme: github exporter is no longer a planned feature
Michael Muré
2019-07-06
1
-1
/
+1
*
Merge pull request #174 from MichaelMure/dependabot/dep/github.com/gorilla/mu...
Michael Muré
2019-07-06
2
-4
/
+4
|
\
|
*
build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3
dependabot-preview[bot]
2019-07-01
2
-4
/
+4
*
|
Merge pull request #173 from MichaelMure/dependabot/dep/github.com/99designs/...
Michael Muré
2019-07-06
2
-4
/
+5
|
\
\
|
*
|
build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1
dependabot-preview[bot]
2019-06-27
2
-4
/
+5
|
|
/
*
|
Merge pull request #166 from MichaelMure/github-exporter
Michael Muré
2019-07-06
30
-66
/
+2469
|
\
\
|
|
/
|
/
|
|
*
[bridge/github] import: avoid retrieving ghost email in userQuery
Amine Hilaly
2019-07-06
2
-4
/
+3
|
*
[bridge/github] ignore imported bugs from other repositories
Amine Hilaly
2019-07-06
1
-24
/
+18
|
*
[bridge/github] improve export label change function
Amine Hilaly
2019-07-05
2
-58
/
+81
|
*
[bridge/github] improve comments and documentation
Amine
2019-07-05
4
-101
/
+69
|
*
Add exporter documentation
Amine Hilaly
2019-06-30
1
-14
/
+22
|
*
[core] Implement ExportResults
Amine Hilaly
2019-06-30
6
-92
/
+241
|
*
[bug] add snapshot.GetCreateMetadata method
Amine Hilaly
2019-06-30
4
-46
/
+96
|
*
[bridge/github] Correcte some types and add comments
Amine Hilaly
2019-06-24
3
-14
/
+34
|
*
[bridge/github] exporter tests: Test issues metadata
Amine Hilaly
2019-06-24
1
-2
/
+17
|
*
Rebase and add bridge push zsh & powershell completion
Amine Hilaly
2019-06-24
2
-49
/
+12
|
*
[bridge/github] simplify export operation hashs
Amine Hilaly
2019-06-24
3
-66
/
+185
|
*
[bridge/github] exporter: Add test cases
Amine Hilaly
2019-06-24
2
-23
/
+168
|
*
[bridge/github] correct label & comment edit mutations bugs
Amine Hilaly
2019-06-24
3
-42
/
+58
|
*
[bridge/github] create label: Generate hexColor from label rgba
Amine Hilaly
2019-06-24
1
-26
/
+32
|
*
[bridge/github] use context.WithTimeout on all graphql queries
Amine Hilaly
2019-06-24
3
-15
/
+78
|
*
[bridge/github] exporter: Improve error handling
Amine Hilaly
2019-06-24
3
-72
/
+92
|
*
[misc] update man docs and completion scripts
Amine Hilaly
2019-06-24
8
-13
/
+140
|
*
[bridge/github] exporter: Check bug import origin
Amine Hilaly
2019-06-24
1
-3
/
+33
|
*
[bridge/github] importer: tag imported issues with origin metadata
Amine Hilaly
2019-06-24
3
-14
/
+17
|
*
[bridge/github] cache user token
Amine Hilaly
2019-06-24
3
-8
/
+78
|
*
[bridge/github] exporter: support multiple tokens/clients
Amine Hilaly
2019-06-24
1
-62
/
+83
|
*
rebase & fix push command
Amine Hilaly
2019-06-24
1
-1
/
+1
|
*
[bug] Operations: add GetAuthor method for operation interface and
Amine Hilaly
2019-06-24
1
-0
/
+6
|
*
[bridge/github] update github bug exporter
Amine Hilaly
2019-06-24
1
-88
/
+240
|
*
[cache] BugCache: Add set metadata methods
Amine Hilaly
2019-06-24
4
-11
/
+31
|
*
[bridge/github] exporter: add graphql functionalities
Amine Hilaly
2019-06-24
3
-7
/
+477
|
*
[vendor] update dependencies: github.com/shurcooL/githubv4
Amine Hilaly
2019-06-24
6
-32
/
+867
|
*
[bridge/github] Add exporter implementation
Amine Hilaly
2019-06-24
3
-1
/
+57
|
*
[commands] bridge: add push sub command
Amine Hilaly
2019-06-24
2
-1
/
+56
|
/
*
readme: document the PowerShell completion
Michael Muré
2019-06-24
1
-0
/
+1
*
Merge pull request #171 from MichaelMure/graphql-mutation-relay
Michael Muré
2019-06-23
18
-287
/
+2640
|
\
|
*
graphql: fix typo
Michael Muré
2019-06-23
1
-1
/
+1
|
*
cache: consistently use "ref" to fetch a repository
Michael Muré
2019-06-23
3
-6
/
+6
|
*
fix tests
Michael Muré
2019-06-16
4
-9
/
+9
|
*
graphql: change mutations to respect the Relay specification
Michael Muré
2019-06-16
10
-261
/
+2614
|
*
cache: expose the operation when creating a new bug
Michael Muré
2019-06-16
5
-14
/
+14
*
|
minor cleanup
Michael Muré
2019-06-23
5
-15
/
+15
*
|
Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobr...
Michael Muré
2019-06-23
19
-193
/
+1254
|
\
\
[prev]
[next]