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
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
github: tighten the import matching
Michael Muré
2020-03-28
1
-1
/
+4
*
jira: tag bugs with the base URL, tighten the matching
Michael Muré
2020-03-28
2
-1
/
+12
*
gitlab: match bugs on IDs + baseURL because the URL is not stable
Michael Muré
2020-03-28
1
-1
/
+6
*
gitlab: fix bugs import url
amine
2020-03-15
1
-4
/
+4
*
Merge pull request #344 from MichaelMure/github-lowercase-login
Michael Muré
2020-02-29
4
-56
/
+106
|
\
|
*
github: fix tests
Michael Muré
2020-02-29
1
-23
/
+32
|
*
github: correct casing for user provided login
Michael Muré
2020-02-29
3
-33
/
+74
*
|
identity: bring back the login to hold that info from bridges (purely informa...
Michael Muré
2020-02-25
4
-1
/
+6
|
/
*
Merge pull request #341 from MichaelMure/bridges-default-login
Michael Muré
2020-02-23
15
-48
/
+71
|
\
|
*
bridge: record the login used during the configure and use it as default cred...
Michael Muré
2020-02-23
15
-48
/
+71
*
|
Merge pull request #331 from MichaelMure/webui/mutations
Michael Muré
2020-02-23
1
-1
/
+1
|
\
\
|
*
|
webui: style SetStatus
Michael Muré
2020-02-17
1
-1
/
+1
*
|
|
use regex.MustCompile instead of dealing with the error
Michael Muré
2020-02-23
5
-24
/
+6
|
|
/
|
/
|
*
|
metaKeyJiraOperationId -> metaKeyJiraDerivedId
Josh Bialkowski
2020-02-17
2
-23
/
+23
*
|
fix usage of newIdentityRaw
Josh Bialkowski
2020-02-17
1
-1
/
+1
*
|
Fix jira bridge config didn't save credentials or store URL metadata
Josh Bialkowski
2020-02-17
1
-0
/
+10
*
|
jira: fix a nil context
Michael Muré
2020-02-15
1
-1
/
+2
*
|
jira: rework to use the credential system + adapt to refactors
Michael Muré
2020-02-15
5
-278
/
+346
*
|
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Michael Muré
2020-02-15
11
-31
/
+27
|
\
\
|
*
|
bridges: pass the context to Init for when a client build process needs it
Michael Muré
2020-02-15
11
-31
/
+27
*
|
|
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Michael Muré
2020-02-15
6
-32
/
+34
|
\
|
|
|
*
|
bridges: more refactor and cleanup
Michael Muré
2020-02-15
6
-32
/
+34
*
|
|
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Michael Muré
2020-02-15
18
-377
/
+223
|
\
|
|
|
*
|
bridges: massive refactor
Michael Muré
2020-02-15
18
-377
/
+223
*
|
|
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Michael Muré
2020-02-14
19
-145
/
+513
|
\
|
|
|
*
|
auth: refactor and introduce Login and LoginPassword, salt IDs
Michael Muré
2020-02-12
16
-77
/
+376
|
|
/
|
*
github/gitlab: many fixes and improvments at the config step
Michael Muré
2020-02-10
8
-71
/
+140
*
|
jira: admittedly biased go styling
Michael Muré
2020-02-09
3
-198
/
+154
*
|
jira: use the new generalized prompts
Michael Muré
2020-02-09
1
-105
/
+40
*
|
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Michael Muré
2020-02-09
31
-435
/
+542
|
\
|
|
*
bridge: fix 2 uncatched errors
Michael Muré
2020-02-08
2
-0
/
+6
|
*
bridge: hopefully fix tests
Michael Muré
2020-02-08
2
-0
/
+4
|
*
bridge: fix wrong error used
Michael Muré
2020-02-08
1
-1
/
+1
|
*
github: make sure to have a name
Michael Muré
2020-02-08
1
-0
/
+5
|
*
fix tests ?
Michael Muré
2020-02-08
2
-10
/
+10
|
*
it compiles \o/
Michael Muré
2020-02-08
13
-30
/
+78
|
*
gitlab also compile
Michael Muré
2020-02-08
10
-144
/
+113
|
*
more more wip
Michael Muré
2020-02-08
10
-46
/
+102
|
*
wip
Michael Muré
2020-02-08
1
-2
/
+4
|
*
more wip
Michael Muré
2020-02-08
1
-1
/
+35
|
*
more wip
Michael Muré
2020-02-08
8
-83
/
+45
|
*
WIP
Michael Muré
2020-02-08
6
-110
/
+78
|
*
input: better reusable prompt functions
Michael Muré
2020-02-08
1
-127
/
+12
|
*
github: warning when the comment to be edited is missing instead of failing
Michael Muré
2020-01-04
1
-0
/
+5
|
*
codereview #6: don't fail one warning
Josh Bialkowski
2020-01-04
2
-3
/
+12
|
*
* Fix git config reader can't read values with spaces
Josh Bialkowski
2020-01-04
2
-0
/
+35
|
*
gitlab: proper token generation URL with custom base URL
Michael Muré
2020-01-03
1
-6
/
+7
|
*
gitlab: fix edit not being pushed with baseUrl
Michael Muré
2020-01-03
1
-1
/
+1
|
*
Merge pull request #280 from MichaelMure/bridge-gitlab
Michael Muré
2019-12-27
2
-18
/
+94
|
|
\
|
|
*
bridge/gitlab/config.go printing typo
Amine
2019-12-27
1
-1
/
+1
[prev]
[next]