aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #179 from MichaelMure/gitlab-supportMichael Muré2019-07-2312-1/+1275
|\ | | | | Add gitlab bridge configuration and importer
| * bridge/github: add getNewTitle testsAmine Hilaly2019-07-235-6/+66
| |
| * bridge/gitlab: fix comment edition target hash in the importAmine Hilaly2019-07-234-75/+61
| | | | | | | | bridge/gitlab: global changes, typo fixes, comments addition
| * bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-236-35/+24
| | | | | | | | bridge/gitlab: code cleanup
| * bridge/gitlab: global code and comment updatesAmine2019-07-232-7/+7
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * bridge/gitlab: improve tests and errorsAmine Hilaly2019-07-233-16/+26
| | | | | | | | bridge/gitlab: global fixes
| * bridge/gitlab: Fix test project pathAmine Hilaly2019-07-234-9/+11
| | | | | | | | bridge/gitlab: update comments
| * bridge/gitlab: add gitlab client default timeoutAmine Hilaly2019-07-232-9/+7
| | | | | | | | bridge/gitlab: fix import bug
| * bridge/gitlab: remove exporterAmine Hilaly2019-07-231-495/+1
| |
| * bridge/gitlab: move constants to gitlab.goAmine Hilaly2019-07-233-21/+59
| |
| * bridge/gitlab: add bridge config testsAmine Hilaly2019-07-232-16/+87
| |
| * bridge/gitlab: fix note error handling bugAmine Hilaly2019-07-234-42/+6
| | | | | | | | bridge/gitlab: remove unused functions
| * bridge/gitlab: add import unit testsAmine Hilaly2019-07-231-0/+151
| |
| * bridge/gitlab: make resolve error unique within the importerAmine Hilaly2019-07-231-19/+16
| |
| * bridge/gitlab: check notes system fieldAmine Hilaly2019-07-231-2/+5
| |
| * bridge/gitlab: check identity cache in ensurePersonAmine Hilaly2019-07-231-0/+15
| |
| * bridge/gitlab: complete importerAmine Hilaly2019-07-231-2/+309
| |
| * bridge/gitlab: add import note utilitiesAmine Hilaly2019-07-232-2/+96
| | | | | | | | bridge/gitlab: set default capacity to 20
| * bridge/gitlab: add iterator LabelEventsAmine Hilaly2019-07-231-0/+52
| |
| * bridge/gitlab: fix iterator bugs and enhacementsAmine Hilaly2019-07-231-86/+67
| |
| * bridge/gitlab: fix iterator out of index bugAmine Hilaly2019-07-231-2/+9
| |
| * bridge/gitlab: prompt only for user provided tokenAmine Hilaly2019-07-231-29/+1
| |
| * bridge/gitlab: add method to query all project labelsAmine Hilaly2019-07-231-31/+51
| |
| * bridge/gitlab: remove request token methodesAmine Hilaly2019-07-231-89/+9
| |
| * bridge/gitlab: add issue iteratorAmine Hilaly2019-07-231-0/+212
| |
| * bridge/gitlab: bridge project validationAmine Hilaly2019-07-233-185/+61
| | | | | | | | bridge/gitlab: token generation
| * bridge/gitlab: add bridge configureAmine Hilaly2019-07-231-0/+518
| |
| * bridge/gitlab: init exporterAmine Hilaly2019-07-231-0/+466
| |
| * bridge/gitlab: init new bridgeAmine Hilaly2019-07-233-0/+59
| |
* | fix index out of range panic in github configurationAmine Hilaly2019-07-231-1/+1
|/
* bridge/github: fix project visibility promptAmine Hilaly2019-07-221-2/+2
|
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-072-1/+13
|
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-073-10/+8
|
* [bridge/github] import: avoid retrieving ghost email in userQueryAmine Hilaly2019-07-062-4/+3
| | | | | | request rename userQuery to ghostQuery
* [bridge/github] ignore imported bugs from other repositoriesAmine Hilaly2019-07-061-24/+18
|
* [bridge/github] improve export label change functionAmine Hilaly2019-07-052-58/+81
| | | | [bridge/core] rename `EventStatus` to `ExportEvent`
* [bridge/github] improve comments and documentationAmine2019-07-054-101/+69
| | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com>
* [core] Implement ExportResultsAmine Hilaly2019-06-305-91/+231
| | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-303-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 commentsAmine Hilaly2019-06-242-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 metadataAmine Hilaly2019-06-241-2/+17
| | | | [bridge/github] exproter tests: Change env vars
* [bridge/github] simplify export operation hashsAmine Hilaly2019-06-243-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 casesAmine Hilaly2019-06-242-23/+168
| | | | | | correct delete repo improve tests set user identity
* [bridge/github] correct label & comment edit mutations bugsAmine Hilaly2019-06-243-42/+58
|
* [bridge/github] create label: Generate hexColor from label rgbaAmine Hilaly2019-06-241-26/+32
|
* [bridge/github] use context.WithTimeout on all graphql queriesAmine Hilaly2019-06-243-15/+78
|
* [bridge/github] exporter: Improve error handlingAmine Hilaly2019-06-243-72/+92
| | | | | | [bridge/github] queries: use api v4 for getLabel / createLabel [bridge/github] add comments to getIdentityClient
* [misc] update man docs and completion scriptsAmine Hilaly2019-06-241-11/+16
| | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects