aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* commands: silence usage when cobra commands return an errorAmine2019-09-061-3/+5
|
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-021-13/+3
| | | | commands: move tokenStdin handling logic to bridge.Configure
* bridge/github: recover terminal state in password promptsAmine Hilaly2019-08-311-0/+4
| | | | commands: error if a token is provide but not the bridge name and target
* commands: enhance flag description Amine2019-08-311-1/+1
| | | | | bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com>
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-11/+11
| | | | bridge: improve bridge config validation
* commands: add a "tui" alias for "termui"Michael Muré2019-08-311-0/+1
|
* Merge pull request #205 from seeduvax/issue-178Michael Muré2019-08-311-1/+1
|\ | | | | issue 178: fetch the repo dir with rev-parse --git-dir
| * issue 178: fetch the repo dir with rev-parse --git-dirSebastien Devaux2019-08-241-1/+1
| | | | | | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git.
* | readme: tweakingMichael Muré2019-08-241-1/+1
| |
* | docs: update implementation tableAmine Hilaly2019-08-241-2/+9
| | | | | | | | docs: add bridge usage examples
* | bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-191-1/+0
|/
* commands: silence export and import nothing eventsAmine Hilaly2019-08-192-2/+6
|
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-182-7/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridge/core: add ImportResult objects to stream import events bridge/core: launchpad support asynchronous import bridge/github: cancellable export and import functions bridge/gitlab: cancellable export and import functions commands: bridge pull/push gracefull kill bridge/github: fix github import bridge/github: use simple context for imports bridge/core: name parameters in interfaces github/core: Add EventError to export and import events types bridge/gitlab: add context support in gitlab requests functions bridge/gitlab: remove imported events count from importer logic bridge/github: remove imported events count from importer logic bridge/github: add context support in query and muration requets bridge/github: fix bug duplicate editions after multiple calls bridge/core: import import and export events String methods bridge/gitlab: fix error handling in note import events commands/bridge: Add statistics about imports and exports bridge/gitlab: properly handle context cancellation bridge/github: improve error handling bridge: break iterators on context cancel or timeout bridge: add context timeout support bridge: improve event formating and error handling commands: handle interrupt and switch cases bridge/github: add export mutation timeouts bridge: fix race condition bug in the github and gitlab importers bridge/github: improve context error handling
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-1211-22/+23
|
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-5/+5
|
* commands: fix a missing line breakMichael Muré2019-07-071-1/+1
|
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-071-12/+20
|
* [core] Implement ExportResultsAmine Hilaly2019-06-301-1/+10
| | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels
* rebase & fix push commandAmine Hilaly2019-06-241-1/+1
|
* [commands] bridge: add push sub commandAmine Hilaly2019-06-242-1/+56
| | | | [commands] bridge: use cobra max args
* Merge pull request #171 from MichaelMure/graphql-mutation-relayMichael Muré2019-06-232-4/+4
|\ | | | | Graphql mutation relay
| * fix testsMichael Muré2019-06-161-3/+3
| |
| * cache: expose the operation when creating a new bugMichael Muré2019-06-161-1/+1
| |
* | Rebase & Update commands/bridge_rm.goAmine Hilaly2019-06-171-1/+1
| | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* | Changes to Repo.RmConfigsAmine Hilaly2019-06-171-2/+6
| | | | | | | | RmConfigs try to remove key/value or section from keyPrefix
* | Naming fixesAmine Hilaly2019-06-161-1/+1
| |
* | Store bridge type alongside the other params in the configAmine Hilaly2019-06-151-1/+1
|/
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-071-1/+1
|
* make token visible in configuration processAmine Hilaly2019-06-071-7/+12
| | | | | validate token global fixes
* Allow cancelling configurationAmine2019-06-052-1/+8
| | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Update bridge configure long description and examplesAmine Hilaly2019-05-291-13/+43
|
* Update documentation and function namingAmine2019-05-291-4/+2
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Add bridge configure documentation and examplesAmine Hilaly2019-05-291-3/+21
|
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-0/+1
| | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
* Update flags descriptions Amine2019-05-291-6/+7
| | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-1/+1
| | | | | fix --target flag description improve comments
* Fix typo in github bridge rmAmine Hilaly2019-05-291-1/+1
|
* changes to the BridgeImpl InterfaceAmine Hilaly2019-05-291-9/+30
| | | | | Add bridge params Change bridge.Configure signature
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-271-14/+41
| | | | browser
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-5/+5
|
* commands: ls fix CJK characters out of alignmentYongwen Zhuang2019-05-141-2/+3
| | | #85
* Add importer testsAmine Hilaly2019-05-051-1/+4
| | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
* commands: fix ls-id descriptionMichael Muré2019-05-041-1/+1
|
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-111-1/+13
|
* integrate actors and participant filters into ls and show commandsAmine Hilaly2019-04-052-14/+57
|
* commands: add a --field flag to "git bug user" to display users details ↵Michael Muré2019-04-031-0/+36
| | | | individually
* commands: add "show --field humanId"Michael Muré2019-04-031-1/+3
|
* commands: fix labels no showing properly in "git bug show <id> -f labels"Michael Muré2019-04-031-2/+5
| | | | fix #119
* commands: display comment's id in "git bug comment"Michael Muré2019-03-281-0/+1
|
* commands: fix a bad output in "bug comment"Michael Muré2019-03-281-1/+1
|