aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github
Commit message (Collapse)AuthorAgeFilesLines
* Allow cancelling configurationAmine2019-06-051-2/+2
| | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Skip test validateUsername in travis environmentAmine Hilaly2019-06-031-0/+4
|
* add unit tests for launchpad bridge configurationAmine Hilaly2019-05-302-4/+63
| | | | | add tests for validateUsername in Github bridge panic when compile regex fail
* Update configuration process and add unit testsAmine Hilaly2019-05-292-16/+180
| | | | Update launchpad bridge
* Update documentation and function namingAmine2019-05-291-4/+3
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Change github regex for better matchingAmine Hilaly2019-05-291-7/+17
| | | | | Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo`
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-2/+2
| | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
* Change client default timeout value to 60 secondsAmine Hilaly2019-05-292-26/+15
| | | | | add named return values for easier validation for 2FA codes
* Update flags descriptions Amine2019-05-291-2/+2
| | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-3/+3
| | | | | fix --target flag description improve comments
* Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-291-3/+5
| | | | Improve Github config comments
* Update Github bridge configurationAmine Hilaly2019-05-291-86/+200
| | | | | Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option
* Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-294-13/+15
|
* Github bridge updatesAmine Hilaly2019-05-291-67/+189
| | | | Use bridge params to configure the bridge
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-2/+3
|
* improve github importer and iteratorAmine Hilaly2019-05-232-24/+34
| | | | | | drop and use query variables instead initialize timeline query variables in the constructor improve naming and add comments to public functions
* fix imported bugs countAmine Hilaly2019-05-231-2/+4
|
* introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty ↵Amine Hilaly2019-05-232-20/+22
| | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2)
* call NextIssueEdit from ensureIssueAmine Hilaly2019-05-231-10/+9
|
* Fix importer/exporter design errorsAmine Hilaly2019-05-232-51/+66
|
* Add unicode control characters test caseAmine Hilaly2019-05-052-32/+58
| | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic
* Fix import bugAmine Hilaly2019-05-051-1/+1
|
* Add old importer comments in the iteratorAmine Hilaly2019-05-053-11/+33
| | | | | Test operation authors Fix typo in test repo url
* github: simplify and improve the import testMichael Muré2019-05-051-58/+25
|
* Improve naming and functions signaturesAmine Hilaly2019-05-054-171/+169
| | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given
* Add ForceLabelChange functionalitiesAmine Hilaly2019-05-051-5/+6
|
* Add importer testsAmine Hilaly2019-05-054-252/+420
| | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
* Integrate iterator with importerAmine Hilaly2019-05-054-421/+222
|
* Add github iteratorAmine Hilaly2019-05-053-3/+453
| | | | | use `goto` in .Next* functions Update iterator.go
* github: fix potential bug due to var aliasingMichael Muré2019-03-011-1/+2
|
* github: simplify some codeMichael Muré2019-03-011-12/+3
|
* github: fix 3 edge-case failuresMichael Muré2019-03-011-39/+56
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-2/+2
|
* identity: more progress and fixesMichael Muré2019-03-011-40/+98
|
* identity: more progress and fixesMichael Muré2019-03-011-9/+14
|
* github: also pull users emailMichael Muré2018-10-073-5/+51
|
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-063-39/+75
|
* github: handle the case where no diff is available for a comment editionMichael Muré2018-10-051-69/+133
|
* github: explain better what happen with the user credentialsMichael Muré2018-10-031-1/+1
|
* github: incremental import for labels, title edition, status changesMichael Muré2018-10-021-8/+36
|
* github: incremental import of comments + editionsMichael Muré2018-10-022-51/+196
|
* github: working incremental + comment history for the first commentMichael Muré2018-10-012-115/+334
|
* add documentationMichael Muré2018-10-011-0/+1
|
* bridge: first working github importerMichael Muré2018-09-251-78/+231
|
* github: query most of the dataMichael Muré2018-09-242-15/+133
|
* bridge: validate config before useMichael Muré2018-09-241-0/+16
|
* commands: add "bridge rm"Michael Muré2018-09-241-1/+1
|
* bridge: big refactor and cleanupMichael Muré2018-09-242-14/+25
|
* bridge: better interfaces, working github configuratorMichael Muré2018-09-212-28/+92
|
* bridge: make github 2FA workMichael Muré2018-09-212-49/+48
|