Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bridge/gitlab: handle other notes cases | Amine Hilaly | 2019-07-26 | 1 | -1/+9 |
| | |||||
* | Merge pull request #179 from MichaelMure/gitlab-support | Michael Muré | 2019-07-23 | 12 | -1/+1275 |
|\ | | | | | Add gitlab bridge configuration and importer | ||||
| * | bridge/github: add getNewTitle tests | Amine Hilaly | 2019-07-23 | 5 | -6/+66 |
| | | |||||
| * | bridge/gitlab: fix comment edition target hash in the import | Amine Hilaly | 2019-07-23 | 4 | -75/+61 |
| | | | | | | | | bridge/gitlab: global changes, typo fixes, comments addition | ||||
| * | bridge/gitlab: change validateProjectURL signature | Amine Hilaly | 2019-07-23 | 6 | -35/+24 |
| | | | | | | | | bridge/gitlab: code cleanup | ||||
| * | bridge/gitlab: global code and comment updates | Amine | 2019-07-23 | 2 | -7/+7 |
| | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | bridge/gitlab: improve tests and errors | Amine Hilaly | 2019-07-23 | 3 | -16/+26 |
| | | | | | | | | bridge/gitlab: global fixes | ||||
| * | bridge/gitlab: Fix test project path | Amine Hilaly | 2019-07-23 | 4 | -9/+11 |
| | | | | | | | | bridge/gitlab: update comments | ||||
| * | bridge/gitlab: add gitlab client default timeout | Amine Hilaly | 2019-07-23 | 2 | -9/+7 |
| | | | | | | | | bridge/gitlab: fix import bug | ||||
| * | bridge/gitlab: remove exporter | Amine Hilaly | 2019-07-23 | 1 | -495/+1 |
| | | |||||
| * | bridge/gitlab: move constants to gitlab.go | Amine Hilaly | 2019-07-23 | 3 | -21/+59 |
| | | |||||
| * | bridge/gitlab: add bridge config tests | Amine Hilaly | 2019-07-23 | 2 | -16/+87 |
| | | |||||
| * | bridge/gitlab: fix note error handling bug | Amine Hilaly | 2019-07-23 | 4 | -42/+6 |
| | | | | | | | | bridge/gitlab: remove unused functions | ||||
| * | bridge/gitlab: add import unit tests | Amine Hilaly | 2019-07-23 | 1 | -0/+151 |
| | | |||||
| * | bridge/gitlab: make resolve error unique within the importer | Amine Hilaly | 2019-07-23 | 1 | -19/+16 |
| | | |||||
| * | bridge/gitlab: check notes system field | Amine Hilaly | 2019-07-23 | 1 | -2/+5 |
| | | |||||
| * | bridge/gitlab: check identity cache in ensurePerson | Amine Hilaly | 2019-07-23 | 1 | -0/+15 |
| | | |||||
| * | bridge/gitlab: complete importer | Amine Hilaly | 2019-07-23 | 1 | -2/+309 |
| | | |||||
| * | bridge/gitlab: add import note utilities | Amine Hilaly | 2019-07-23 | 2 | -2/+96 |
| | | | | | | | | bridge/gitlab: set default capacity to 20 | ||||
| * | bridge/gitlab: add iterator LabelEvents | Amine Hilaly | 2019-07-23 | 1 | -0/+52 |
| | | |||||
| * | bridge/gitlab: fix iterator bugs and enhacements | Amine Hilaly | 2019-07-23 | 1 | -86/+67 |
| | | |||||
| * | bridge/gitlab: fix iterator out of index bug | Amine Hilaly | 2019-07-23 | 1 | -2/+9 |
| | | |||||
| * | bridge/gitlab: prompt only for user provided token | Amine Hilaly | 2019-07-23 | 1 | -29/+1 |
| | | |||||
| * | bridge/gitlab: add method to query all project labels | Amine Hilaly | 2019-07-23 | 1 | -31/+51 |
| | | |||||
| * | bridge/gitlab: remove request token methodes | Amine Hilaly | 2019-07-23 | 1 | -89/+9 |
| | | |||||
| * | bridge/gitlab: add issue iterator | Amine Hilaly | 2019-07-23 | 1 | -0/+212 |
| | | |||||
| * | bridge/gitlab: bridge project validation | Amine Hilaly | 2019-07-23 | 3 | -185/+61 |
| | | | | | | | | bridge/gitlab: token generation | ||||
| * | bridge/gitlab: add bridge configure | Amine Hilaly | 2019-07-23 | 1 | -0/+518 |
| | | |||||
| * | bridge/gitlab: init exporter | Amine Hilaly | 2019-07-23 | 1 | -0/+466 |
| | | |||||
| * | bridge/gitlab: init new bridge | Amine Hilaly | 2019-07-23 | 3 | -0/+59 |
| | | |||||
* | | fix index out of range panic in github configuration | Amine Hilaly | 2019-07-23 | 1 | -1/+1 |
|/ | |||||
* | bridge/github: fix project visibility prompt | Amine Hilaly | 2019-07-22 | 1 | -2/+2 |
| | |||||
* | bridge: detect when trying to configure a bridge with a name already taken | Michael Muré | 2019-07-07 | 2 | -1/+13 |
| | |||||
* | bridge: use a single KeyTarget constant for all bridges | Michael Muré | 2019-07-07 | 3 | -10/+8 |
| | |||||
* | [bridge/github] import: avoid retrieving ghost email in userQuery | Amine Hilaly | 2019-07-06 | 2 | -4/+3 |
| | | | | | | request rename userQuery to ghostQuery | ||||
* | [bridge/github] ignore imported bugs from other repositories | Amine Hilaly | 2019-07-06 | 1 | -24/+18 |
| | |||||
* | [bridge/github] improve export label change function | Amine Hilaly | 2019-07-05 | 2 | -58/+81 |
| | | | | [bridge/core] rename `EventStatus` to `ExportEvent` | ||||
* | [bridge/github] improve comments and documentation | Amine | 2019-07-05 | 4 | -101/+69 |
| | | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | [core] Implement ExportResults | Amine Hilaly | 2019-06-30 | 5 | -91/+231 |
| | | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels | ||||
* | [bug] add snapshot.GetCreateMetadata method | Amine Hilaly | 2019-06-30 | 3 | -46/+51 |
| | | | | | | | | | | [bug] add snapshot.HasParticipant(id string) [bug] add snapshot.HasAnyParticipant(ids ...string) [bug] add snapshot.HasActor(id string) [bug] add snapshot.HasAnyActor(ids ...string) [bridge/github] improve comments [bridge/github] exporter tests: register deleteRepository in cleaner [bridge/github] tests rebase | ||||
* | [bridge/github] Correcte some types and add comments | Amine Hilaly | 2019-06-24 | 2 | -13/+32 |
| | | | | | | | | | | | | General improvements Co-Authored-By: Michael Muré <batolettre@gmail.com> empty array check an empty array is not nil Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | [bridge/github] exporter tests: Test issues metadata | Amine Hilaly | 2019-06-24 | 1 | -2/+17 |
| | | | | [bridge/github] exproter tests: Change env vars | ||||
* | [bridge/github] simplify export operation hashs | Amine Hilaly | 2019-06-24 | 3 | -66/+185 |
| | | | | | | | | | | [bridge/github] exporter tests: add more test cases and global tests [bridge/github] rename export_query to export_mutation [bridge/github] exporter: Log number of exported issues and labels [bridge/github] Improve comments | ||||
* | [bridge/github] exporter: Add test cases | Amine Hilaly | 2019-06-24 | 2 | -23/+168 |
| | | | | | | correct delete repo improve tests set user identity | ||||
* | [bridge/github] correct label & comment edit mutations bugs | Amine Hilaly | 2019-06-24 | 3 | -42/+58 |
| | |||||
* | [bridge/github] create label: Generate hexColor from label rgba | Amine Hilaly | 2019-06-24 | 1 | -26/+32 |
| | |||||
* | [bridge/github] use context.WithTimeout on all graphql queries | Amine Hilaly | 2019-06-24 | 3 | -15/+78 |
| | |||||
* | [bridge/github] exporter: Improve error handling | Amine Hilaly | 2019-06-24 | 3 | -72/+92 |
| | | | | | | [bridge/github] queries: use api v4 for getLabel / createLabel [bridge/github] add comments to getIdentityClient | ||||
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 | 1 | -11/+16 |
| | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects | ||||
* | [bridge/github] exporter: Check bug import origin | Amine Hilaly | 2019-06-24 | 1 | -3/+33 |
| | | | | [bridge/github] export only allowed bugs |