aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/export.go
Commit message (Expand)AuthorAgeFilesLines
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-231-1/+1
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-4/+3
* WIPMichael Muré2022-11-281-1/+1
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-8/+8
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-3/+4
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-2/+2
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-1/+2
* Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 (#732)dependabot[bot]2022-01-051-1/+2
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-1/+1
* Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)65432020-10-251-2/+1
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-1/+1
* 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
* 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
* 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/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
* 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: add exporter implementationAmine Hilaly2019-08-191-2/+518
* bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-231-2/+1
* 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: init exporterAmine Hilaly2019-07-231-0/+466