Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [bridge/github] importer: tag imported issues with origin metadata | Amine Hilaly | 2019-06-24 | 3 | -14/+17 |
| | | | | [bridge/github] exporter: correct export signature and cache maps | ||||
* | [bridge/github] cache user token | Amine Hilaly | 2019-06-24 | 3 | -8/+78 |
| | | | | | | | | fix import typo init tests verify issue | ||||
* | [bridge/github] exporter: support multiple tokens/clients | Amine Hilaly | 2019-06-24 | 1 | -62/+83 |
| | |||||
* | [bridge/github] update github bug exporter | Amine Hilaly | 2019-06-24 | 1 | -88/+240 |
| | | | | | - cache repository ID - cache all comment IDs | ||||
* | [cache] BugCache: Add set metadata methods | Amine Hilaly | 2019-06-24 | 3 | -11/+13 |
| | | | | | | [bridge/github] fix add/remove mutation requests [bridge/github] iterator: fix typo | ||||
* | [bridge/github] exporter: add graphql functionalities | Amine Hilaly | 2019-06-24 | 3 | -7/+477 |
| | | | | | | | | | [bridge/github] graphql mutation objects [bridge/github] github create and get labels [bridge/github] repository node_id query [bridge/github] exporter: ignore old bugs and old operations [bridge/github] add update labels/status functionalities [bridge/github] exporter: cache labels while exporting | ||||
* | [bridge/github] Add exporter implementation | Amine Hilaly | 2019-06-24 | 3 | -1/+57 |
| | |||||
* | Merge pull request #171 from MichaelMure/graphql-mutation-relay | Michael Muré | 2019-06-23 | 2 | -3/+3 |
|\ | | | | | Graphql mutation relay | ||||
| * | cache: expose the operation when creating a new bug | Michael Muré | 2019-06-16 | 2 | -3/+3 |
| | | |||||
* | | 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 |