aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/export.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing
* Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 (#732)dependabot[bot]2022-01-051-1/+2
| | | | | | | | | | | | | | | | | | * Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.4 to 0.54.1. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.50.4...v0.54.1) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
* 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
| | | | | * build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-1/+1
| | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
* 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