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
path:
root
/
bridge
/
gitlab
Commit message (
Expand
)
Author
Age
Files
Lines
*
build(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.106.0 (#1167)
dependabot[bot]
2024-07-16
1
-1
/
+1
*
[DATALAD RUNCMD] Run codespell -w
Yaroslav Halchenko
2023-01-23
1
-1
/
+1
*
added EventMentionedInCommit
Henrik Buestad
2023-01-13
2
-1
/
+6
*
make go1.19 fmt happy
Michael Muré
2023-01-11
1
-4
/
+5
*
cache: fix some bugs after refactor
Michael Muré
2022-12-23
2
-12
/
+3
*
cache: tie up the refactor up to compiling
Michael Muré
2022-12-21
4
-23
/
+30
*
WIP
Michael Muré
2022-11-28
2
-2
/
+2
*
core: bubble up the comment ID when created, or edited the first comment
Michael Muré
2022-11-13
3
-20
/
+19
*
bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...
Michael Muré
2022-08-22
2
-9
/
+11
*
move bug.Status in entities/common for reuse
Michael Muré
2022-08-20
2
-5
/
+7
*
move {bug,identity} to /entities, move input to /commands
Michael Muré
2022-08-18
4
-6
/
+6
*
entity/dag: proper base operation for simplified implementation
Michael Muré
2022-07-25
3
-8
/
+11
*
refactor(809): eliminate need to defer CleanupTestRepos()
Steve Moyer
2022-06-16
2
-6
/
+3
*
Allow new gitlab PAT format
Gaël James
2022-03-31
1
-1
/
+1
*
Merge pull request #571 from 5nord/add-new-gitlab-iterator
Michael Muré
2022-02-01
10
-681
/
+461
|
\
|
*
gitlab: re-enable previously broken test
Michael Muré
2021-12-05
1
-5
/
+0
|
*
gitlab: order events on the fly
Michael Muré
2021-12-05
4
-64
/
+102
|
*
Add some documentation comments
Matthias Simon
2021-04-23
2
-17
/
+24
|
*
gitlab: Add new iterator with state change events
Matthias Simon
2021-04-23
8
-676
/
+416
*
|
Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 (#732)
dependabot[bot]
2022-01-05
1
-1
/
+2
*
|
Update URL of GitLab access token settings
Remi Rampin
2021-10-13
1
-1
/
+1
*
|
Fix GitLab showing https:/../personal_access_token
Remi Rampin
2021-10-13
1
-2
/
+1
*
|
Bump github.com/xanzy/go-gitlab from 0.48.0 to 0.50.0
dependabot[bot]
2021-05-24
1
-1
/
+1
*
|
CLI: Add non-interactive option to interactive commands (#651)
Sascha
2021-05-09
1
-1
/
+13
|
/
*
make sure every text input is safe and validated
Michael Muré
2021-04-17
1
-21
/
+8
*
bug: migrate to the DAG entity structure!
Michael Muré
2021-02-14
2
-17
/
+12
*
identity: PR fixes
Michael Muré
2021-02-14
2
-2
/
+2
*
deal with the previous changes
Michael Muré
2021-02-14
2
-36
/
+37
*
Fix comparison mix-up in gitlab importer
Matthias Simon
2021-02-07
1
-2
/
+2
*
cleanup title on gitlab import
vince
2020-10-28
1
-3
/
+7
*
Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)
6543
2020-10-25
1
-2
/
+1
*
repo: use go-git in more places, fix push
Michael Muré
2020-10-04
2
-3
/
+3
*
bridge: store credentials in the Keyring instead of the git config
Michael Muré
2020-09-29
1
-1
/
+1
*
gitlab: skip the broken test as "known broken" :(
Michael Muré
2020-07-26
1
-0
/
+7
*
update go-gitlab
Michael Muré
2020-07-26
1
-7
/
+3
*
repository: remove tie to Bug, improved and reusable testing
Michael Muré
2020-06-26
2
-3
/
+3
*
bug: harmonize how time are used, fix some issues in command special formats
Michael Muré
2020-06-25
1
-1
/
+1
*
gitlab: fix iterator (paginate with first index 1) and avoid the trailing API...
Michael Muré
2020-04-04
3
-12
/
+38
*
gitlab: refactor the iterator, fix bugs
Michael Muré
2020-03-28
6
-290
/
+399
*
jira/gitlab: fix a bad login handling in the configurator
Michael Muré
2020-03-28
1
-5
/
+7
*
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
*
identity: bring back the login to hold that info from bridges (purely informa...
Michael Muré
2020-02-25
1
-0
/
+1
*
Merge pull request #341 from MichaelMure/bridges-default-login
Michael Muré
2020-02-23
5
-3
/
+12
|
\
|
*
bridge: record the login used during the configure and use it as default cred...
Michael Muré
2020-02-23
5
-3
/
+12
*
|
use regex.MustCompile instead of dealing with the error
Michael Muré
2020-02-23
1
-4
/
+1
|
/
*
bridges: pass the context to Init for when a client build process needs it
Michael Muré
2020-02-15
4
-7
/
+9
*
bridges: more refactor and cleanup
Michael Muré
2020-02-15
1
-5
/
+9
*
bridges: massive refactor
Michael Muré
2020-02-15
6
-188
/
+66
*
auth: refactor and introduce Login and LoginPassword, salt IDs
Michael Muré
2020-02-12
3
-5
/
+5
[next]