aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* commands: only return the error (not the function help) when no identity is setMichael Muré2019-03-271-1/+3
| | | | ... to avoid misleading a user into thinking the usage was incorrect
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-5/+6
|
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-237-12/+10
|
* Select and Label command documentationJocelyn FACCHINI2019-03-235-4/+15
| | | | | | - Informed that label command adds/removes a label to a given bug. - Added suggestion to use select command when omitting to provide a bug id as argument. - Added a bit more detail for the select command documentation, giving a hint to "deselect" command.
* Added Register.CleanerSladyn2019-03-061-0/+2
|
* Combined variable declaration and assignmentSladyn2019-03-051-2/+1
|
* ls-id.go: Fixing ls-idSladyn2019-03-051-2/+10
| | | | | Adding check for length of args Pulling bugIds from correct backend.
* Rebased and updated.Sladyn2019-03-021-5/+1
|
* Made requested changesSladyn2019-03-021-1/+5
| | | | Made changes to the doc files and remaining areas which required updation.
* ls.go:`git bug ls` should be fasterSladyn2019-03-021-16/+15
| | | | | | | | Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98
* commands: "user ls" also show metadataMichael Muré2019-03-012-0/+4
|
* cache: better API to access excerptsMichael Muré2019-03-011-1/+6
|
* commands: show the last modification time in "user"Michael Muré2019-03-011-0/+3
|
* identity: another round of cleanupsMichael Muré2019-03-011-7/+0
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-0130-30/+30
|
* commands: add a "user adopt" command to use an existing identityMichael Muré2019-03-012-0/+52
|
* commands: add a super-fast "user ls" commandMichael Muré2019-03-011-0/+47
|