aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/import.go
Commit message (Expand)AuthorAgeFilesLines
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-1/+5
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-6/+30
* bridge/gitlab: add gitlab bridge configurationamine2019-11-241-1/+1
* bridge/gitlab: importer and exporter correctly emit NothingEventsamine2019-11-191-5/+4
* bridge/launchpad: add missing metadataamine2019-11-191-17/+17
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-191-1/+1
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-181-2/+1
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-60/+96
* Merge pull request #193 from MichaelMure/immutableIDAmine2019-08-131-13/+12
|\
| * more hash-->id fixesMichael Muré2019-08-131-1/+1
| * finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+2
| * fix everything following the hash-->id changeMichael Muré2019-08-081-12/+11
* | bridge/gitlab: importer handle mentions in other issue and merge requestsAmine Hilaly2019-08-111-1/+3
|/
* bridge/gitlab: fix bug when running import multiple timesAmine Hilaly2019-07-311-7/+18
* bridge/gitlab: handle other notes casesAmine Hilaly2019-07-261-1/+9
* bridge/github: add getNewTitle testsAmine Hilaly2019-07-231-6/+6
* bridge/gitlab: fix comment edition target hash in the importAmine Hilaly2019-07-231-58/+45
* bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-231-3/+3
* bridge/gitlab: improve tests and errorsAmine Hilaly2019-07-231-6/+8
* bridge/gitlab: Fix test project pathAmine Hilaly2019-07-231-0/+4
* bridge/gitlab: add gitlab client default timeoutAmine Hilaly2019-07-231-1/+1
* bridge/gitlab: move constants to gitlab.goAmine Hilaly2019-07-231-5/+1
* bridge/gitlab: fix note error handling bugAmine Hilaly2019-07-231-1/+1
* bridge/gitlab: make resolve error unique within the importerAmine Hilaly2019-07-231-19/+16
* bridge/gitlab: check identity cache in ensurePersonAmine Hilaly2019-07-231-0/+15
* bridge/gitlab: complete importerAmine Hilaly2019-07-231-2/+309
* bridge/gitlab: init new bridgeAmine Hilaly2019-07-231-0/+30