Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | Vendor: updage xanzy/go-gitlab to v0.38.2 (#473) | 6543 | 2020-10-25 | 1 | -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 formats | Michael Muré | 2020-06-25 | 1 | -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 it | Michael Muré | 2020-02-15 | 1 | -1/+1 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -7/+7 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 1 | -3/+7 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 1 | -5/+19 |
| | |||||
* | gitlab: fix edit not being pushed with baseUrl | Michael Muré | 2020-01-03 | 1 | -1/+1 |
| | | | | fix #284 | ||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -1/+13 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -36/+36 |
| | |||||
* | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | bridge/gitlab: importer and exporter correctly emit NothingEvents | amine | 2019-11-19 | 1 | -6/+7 |
| | |||||
* | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 1 | -9/+9 |
| | | | | bridge: use a specific key for origin metadata | ||||
* | bridge/gitlab: use gitlab.Labels pointer instead of string slice | amine | 2019-10-24 | 1 | -1/+2 |
| | |||||
* | bridge/gitlab: remove gitlab url checking before export | Amine Hilaly | 2019-08-24 | 1 | -8/+0 |
| | |||||
* | bridge/gitlab: exporter ignore issues imported from or exported to different ↵ | Amine Hilaly | 2019-08-23 | 1 | -4/+24 |
| | | | | projects | ||||
* | bridge/gitlab: improve exporter error handling and label change operations | Amine Hilaly | 2019-08-23 | 1 | -33/+23 |
| | |||||
* | bridge/gitlab: fix edit comment request and remove label functionalities | Amine Hilaly | 2019-08-19 | 1 | -87/+29 |
| | |||||
* | bridge/gitlab: rebase and correct exporter | Amine Hilaly | 2019-08-19 | 1 | -68/+127 |
| | |||||
* | bridge/gitlab: add exporter e2e tests | Amine Hilaly | 2019-08-19 | 1 | -79/+39 |
| | | | | bridge/gitlab: fix export bugs and rebase | ||||
* | bridge/gitlab: add exporter implementation | Amine Hilaly | 2019-08-19 | 1 | -2/+518 |
| | |||||
* | bridge/gitlab: change validateProjectURL signature | Amine Hilaly | 2019-07-23 | 1 | -2/+1 |
| | | | | bridge/gitlab: code cleanup | ||||
* | bridge/gitlab: remove exporter | Amine Hilaly | 2019-07-23 | 1 | -495/+1 |
| | |||||
* | bridge/gitlab: move constants to gitlab.go | Amine Hilaly | 2019-07-23 | 1 | -16/+41 |
| | |||||
* | bridge/gitlab: add method to query all project labels | Amine Hilaly | 2019-07-23 | 1 | -31/+51 |
| | |||||
* | bridge/gitlab: bridge project validation | Amine Hilaly | 2019-07-23 | 1 | -0/+11 |
| | | | | bridge/gitlab: token generation | ||||
* | bridge/gitlab: init exporter | Amine Hilaly | 2019-07-23 | 1 | -0/+466 |