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
...
|
*
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
|
|
*
bridge/gitlab: add missing baseUrl prompt and options
amine
2019-12-26
2
-18
/
+94
|
*
|
bridge: allow to configure and pull without having set a user first
Michael Muré
2019-12-25
9
-26
/
+101
|
|
/
*
|
repair after rebase
Josh Bialkowski
2019-12-18
4
-21
/
+19
*
|
codereview #6: don't fail one warning
Josh Bialkowski
2019-12-18
2
-3
/
+12
*
|
codereview #5: reverse-map and ImportWarning
Josh Bialkowski
2019-12-18
5
-32
/
+97
*
|
codereview #4: fixes from testing
Josh Bialkowski
2019-12-18
2
-9
/
+42
*
|
codreview #3: two credential types, more fixes
Josh Bialkowski
2019-12-18
4
-59
/
+126
*
|
codereview #2: some cleanup, correct use of nothing-events
Josh Bialkowski
2019-12-18
4
-161
/
+131
*
|
codereview #1: clean lint from golangcibot
Josh Bialkowski
2019-12-18
4
-20
/
+37
[prev]
[next]