Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | 4 | -11/+31 |
| | | | | | | [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 | ||||
* | [vendor] update dependencies: github.com/shurcooL/githubv4 | Amine Hilaly | 2019-06-24 | 6 | -32/+867 |
| | | | | [bridge/github] graphql: Add more mutations structs | ||||
* | [bridge/github] Add exporter implementation | Amine Hilaly | 2019-06-24 | 3 | -1/+57 |
| | |||||
* | [commands] bridge: add push sub command | Amine Hilaly | 2019-06-24 | 2 | -1/+56 |
| | | | | [commands] bridge: use cobra max args | ||||
* | readme: document the PowerShell completion | Michael Muré | 2019-06-24 | 1 | -0/+1 |
| | |||||
* | Merge pull request #171 from MichaelMure/graphql-mutation-relay | Michael Muré | 2019-06-23 | 18 | -287/+2640 |
|\ | | | | | Graphql mutation relay | ||||
| * | graphql: fix typo | Michael Muré | 2019-06-23 | 1 | -1/+1 |
| | | |||||
| * | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 | 3 | -6/+6 |
| | | |||||
| * | fix tests | Michael Muré | 2019-06-16 | 4 | -9/+9 |
| | | |||||
| * | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 10 | -261/+2614 |
| | | | | | | | | | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation. | ||||
| * | cache: expose the operation when creating a new bug | Michael Muré | 2019-06-16 | 5 | -14/+14 |
| | | |||||
* | | minor cleanup | Michael Muré | 2019-06-23 | 5 | -15/+15 |
| | | |||||
* | | Merge pull request #168 from ↵ | Michael Muré | 2019-06-23 | 19 | -193/+1254 |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5 build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5 | ||||
| * | | misc: generate PowerShell command completion | Michael Muré | 2019-06-23 | 17 | -189/+1250 |
| | | | |||||
| * | | build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5 | dependabot-preview[bot] | 2019-06-23 | 2 | -4/+4 |
|/ / | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #156 from A-Hilaly/bridge-rm | Michael Muré | 2019-06-19 | 5 | -4/+29 |
|\ \ | | | | | | | Fix bridge rm command | ||||
| * | | Update repository/mock_repo.go | Amine | 2019-06-19 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | | Rebase & Update commands/bridge_rm.go | Amine Hilaly | 2019-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | | Changes to Repo.RmConfigs | Amine Hilaly | 2019-06-17 | 5 | -4/+29 |
| | | | | | | | | | | | | RmConfigs try to remove key/value or section from keyPrefix | ||||
* | | | bug: fix Bug's Lamport edit time potentially wrong due to rebase | Michael Muré | 2019-06-19 | 1 | -2/+6 |
|/ / | |||||
* | | Merge pull request #170 from A-Hilaly/config-file | Michael Muré | 2019-06-17 | 6 | -49/+63 |
|\ \ | |/ |/| | [bridge] Change bridge name format in the config | ||||
| * | 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 | 4 | -6/+7 |
| | | |||||
| * | Store bridge type alongside the other params in the config | Amine Hilaly | 2019-06-15 | 4 | -44/+56 |
|/ | |||||
* | Merge pull request #153 from A-Hilaly/bridge-configuration | Michael Muré | 2019-06-07 | 20 | -111/+1034 |
|\ | | | | | [Breaking] Bridge configuration enhancements | ||||
| * | add verbose flag to go test | Amine Hilaly | 2019-06-07 | 1 | -1/+1 |
| | | |||||
| * | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 6 | -13/+13 |
| | | |||||
| * | make token visible in configuration process | Amine Hilaly | 2019-06-07 | 2 | -19/+28 |
| | | | | | | | | | | validate token global fixes | ||||
| * | Allow cancelling configuration | Amine | 2019-06-05 | 3 | -3/+10 |
| | | | | | | | | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Skip test validateUsername in travis environment | Amine Hilaly | 2019-06-03 | 2 | -1/+5 |
| | | |||||
| * | 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 man pages and bash_completion | Amine Hilaly | 2019-05-29 | 5 | -5/+170 |
| | | |||||
| * | Update configuration process and add unit tests | Amine Hilaly | 2019-05-29 | 3 | -18/+187 |
| | | | | | | | | Update launchpad bridge | ||||
| * | Update bridge configure long description and examples | Amine Hilaly | 2019-05-29 | 1 | -13/+43 |
| | | |||||
| * | Update documentation and function naming | Amine | 2019-05-29 | 3 | -9/+9 |
| | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Add bridge configure documentation and examples | Amine Hilaly | 2019-05-29 | 1 | -3/+21 |
| | | |||||
| * | 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 | 2 | -2/+3 |
| | | | | | | | | 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 | 3 | -10/+11 |
| | | | | | | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 3 | -4/+11 |
| | | | | | | | | | | 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 | ||||
| * | Add GetRemotes functionalities | Sladyn | 2019-05-29 | 4 | -1/+38 |
| | | |||||
| * | Fix typo in github bridge rm | Amine Hilaly | 2019-05-29 | 1 | -1/+1 |
| | | |||||
| * | 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 |