Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bug] add snapshot.GetCreateMetadata method | Amine Hilaly | 2019-06-30 | 4 | -46/+96 |
| | | | | | | | | | | [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 | 3 | -14/+34 |
| | | | | | | | | | | | | 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 | ||||
* | Rebase and add bridge push zsh & powershell completion | Amine Hilaly | 2019-06-24 | 2 | -49/+12 |
| | |||||
* | [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 | 8 | -13/+140 |
| | | | | | | [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 |
| | |||||
* | rebase & fix push command | Amine Hilaly | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | [bug] Operations: add GetAuthor method for operation interface and | Amine Hilaly | 2019-06-24 | 1 | -0/+6 |
| | | | | BaseOp | ||||
* | [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 |
| | |