aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/export.go
Commit message (Collapse)AuthorAgeFilesLines
* bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-1/+1
|
* bridges: massive refactorMichael Muré2020-02-151-7/+7
| | | | | | - automatic flag validation and warning - generalized prompt - cleanups
* github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-101-3/+7
|
* gitlab also compileMichael Muré2020-02-081-5/+19
|
* gitlab: fix edit not being pushed with baseUrlMichael Muré2020-01-031-1/+1
| | | | fix #284
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-1/+13
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-36/+36
|
* bridge/gitlab: add gitlab bridge configurationamine2019-11-241-1/+1
|
* bridge/gitlab: importer and exporter correctly emit NothingEventsamine2019-11-191-6/+7
|
* bridge/launchpad: add missing metadataamine2019-11-191-9/+9
| | | | bridge: use a specific key for origin metadata
* bridge/gitlab: use gitlab.Labels pointer instead of string sliceamine2019-10-241-1/+2
|
* bridge/gitlab: remove gitlab url checking before exportAmine Hilaly2019-08-241-8/+0
|
* bridge/gitlab: exporter ignore issues imported from or exported to different ↵Amine Hilaly2019-08-231-4/+24
| | | | projects
* bridge/gitlab: improve exporter error handling and label change operationsAmine Hilaly2019-08-231-33/+23
|
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-191-87/+29
|
* bridge/gitlab: rebase and correct exporterAmine Hilaly2019-08-191-68/+127
|
* bridge/gitlab: add exporter e2e testsAmine Hilaly2019-08-191-79/+39
| | | | bridge/gitlab: fix export bugs and rebase
* bridge/gitlab: add exporter implementationAmine Hilaly2019-08-191-2/+518
|
* bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-231-2/+1
| | | | bridge/gitlab: code cleanup
* bridge/gitlab: remove exporterAmine Hilaly2019-07-231-495/+1
|
* bridge/gitlab: move constants to gitlab.goAmine Hilaly2019-07-231-16/+41
|
* bridge/gitlab: add method to query all project labelsAmine Hilaly2019-07-231-31/+51
|
* bridge/gitlab: bridge project validationAmine Hilaly2019-07-231-0/+11
| | | | bridge/gitlab: token generation
* bridge/gitlab: init exporterAmine Hilaly2019-07-231-0/+466