Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LoadBridge create a bridge using loadConfig | Amine Hilaly | 2019-06-17 | 1 | -18/+12 |
| | | | | update loadConfig signature | ||||
* | add target to launchpad configuration | Amine Hilaly | 2019-06-17 | 1 | -0/+7 |
| | |||||
* | Naming fixes | Amine Hilaly | 2019-06-16 | 3 | -5/+6 |
| | |||||
* | Store bridge type alongside the other params in the config | Amine Hilaly | 2019-06-15 | 3 | -43/+55 |
| | |||||
* | Merge pull request #153 from A-Hilaly/bridge-configuration | Michael Muré | 2019-06-07 | 10 | -94/+734 |
|\ | | | | | [Breaking] Bridge configuration enhancements | ||||
| * | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 1 | -2/+2 |
| | | |||||
| * | make token visible in configuration process | Amine Hilaly | 2019-06-07 | 1 | -12/+16 |
| | | | | | | | | | | validate token global fixes | ||||
| * | Allow cancelling configuration | Amine | 2019-06-05 | 1 | -2/+2 |
| | | | | | | | | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Skip test validateUsername in travis environment | Amine Hilaly | 2019-06-03 | 1 | -0/+4 |
| | | |||||
| * | add unit tests for launchpad bridge configuration | Amine Hilaly | 2019-05-30 | 4 | -13/+170 |
| | | | | | | | | | | add tests for validateUsername in Github bridge panic when compile regex fail | ||||
| * | Update configuration process and add unit tests | Amine Hilaly | 2019-05-29 | 3 | -18/+187 |
| | | | | | | | | Update launchpad bridge | ||||
| * | Update documentation and function naming | Amine | 2019-05-29 | 2 | -5/+7 |
| | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Change github regex for better matching | Amine Hilaly | 2019-05-29 | 1 | -7/+17 |
| | | | | | | | | | | Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo` | ||||
| * | Disable `bridgeConfigure` sort flags option | Amine Hilaly | 2019-05-29 | 1 | -2/+2 |
| | | | | | | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs` | ||||
| * | Change client default timeout value to 60 seconds | Amine Hilaly | 2019-05-29 | 2 | -26/+15 |
| | | | | | | | | | | add named return values for easier validation for 2FA codes | ||||
| * | Update flags descriptions | Amine | 2019-05-29 | 2 | -4/+4 |
| | | | | | | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 2 | -3/+10 |
| | | | | | | | | | | fix --target flag description improve comments | ||||
| * | Launchpad bridge configuration from `BridgeParams` Project and URL | Amine Hilaly | 2019-05-29 | 2 | -8/+53 |
| | | | | | | | | Improve Github config comments | ||||
| * | Update Github bridge configuration | Amine Hilaly | 2019-05-29 | 1 | -86/+200 |
| | | | | | | | | | | Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option | ||||
| * | Change keyUser to keyOwner in Github bridge | Amine Hilaly | 2019-05-29 | 4 | -13/+15 |
| | | |||||
| * | Launchpad changes | Amine Hilaly | 2019-05-29 | 1 | -6/+12 |
| | | | | | | | | Use bridge params to configure the bridge | ||||
| * | Github bridge updates | Amine Hilaly | 2019-05-29 | 1 | -67/+189 |
| | | | | | | | | Use bridge params to configure the bridge | ||||
| * | changes to the BridgeImpl Interface | Amine Hilaly | 2019-05-29 | 2 | -3/+12 |
| | | | | | | | | | | Add bridge params Change bridge.Configure signature | ||||
* | | Sort bridges list | Amine Hilaly | 2019-06-06 | 1 | -0/+3 |
|/ | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -2/+3 |
| | |||||
* | improve github importer and iterator | Amine Hilaly | 2019-05-23 | 2 | -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 count | Amine Hilaly | 2019-05-23 | 1 | -2/+4 |
| | |||||
* | introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty ↵ | Amine Hilaly | 2019-05-23 | 2 | -20/+22 |
| | | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2) | ||||
* | call NextIssueEdit from ensureIssue | Amine Hilaly | 2019-05-23 | 1 | -10/+9 |
| | |||||
* | Fix importer/exporter design errors | Amine Hilaly | 2019-05-23 | 2 | -51/+66 |
| | |||||
* | Add unicode control characters test case | Amine Hilaly | 2019-05-05 | 2 | -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 bug | Amine Hilaly | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Add old importer comments in the iterator | Amine Hilaly | 2019-05-05 | 3 | -11/+33 |
| | | | | | Test operation authors Fix typo in test repo url | ||||
* | github: simplify and improve the import test | Michael Muré | 2019-05-05 | 1 | -58/+25 |
| | |||||
* | Improve naming and functions signatures | Amine Hilaly | 2019-05-05 | 4 | -171/+169 |
| | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given | ||||
* | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 | 1 | -5/+6 |
| | |||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 7 | -304/+430 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | Integrate iterator with importer | Amine Hilaly | 2019-05-05 | 4 | -421/+222 |
| | |||||
* | Add github iterator | Amine Hilaly | 2019-05-05 | 3 | -3/+453 |
| | | | | | use `goto` in .Next* functions Update iterator.go | ||||
* | github: fix potential bug due to var aliasing | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | github: simplify some code | Michael Muré | 2019-03-01 | 1 | -12/+3 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 2 | -44/+61 |
| | |||||
* | bridge: fix typo | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 2 | -3/+3 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -48/+130 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -10/+15 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -2/+4 |
| | |||||
* | Launchpad bridge: fetch comments. | Cyril Roelandt | 2019-02-27 | 2 | -3/+102 |
| | |||||
* | launchpad: minor cleaning | Michael Muré | 2018-12-17 | 2 | -7/+12 |
| | |||||
* | Initial Launchpad bridge. | Cyril Roelandt | 2018-12-16 | 5 | -0/+333 |
| | | | | This a just a preview. Not all features are expected to work. |