Steve Moyer
10ba2246f9
refactor(git-bug-863): merge ls-id into ls
...
The "ls" command allows filtering and sorting and already features different output
formatters. Merging "ls-id" into "ls" cleans up the command hierarchy and allows
users to take advantage of these querying features.
Resolves #863 .
2022-09-25 08:05:48 -04:00
Steve Moyer
d3f2fb0d18
docs(847): add compact to docs and bash for ls command's format flag
2022-08-16 08:01:17 -04:00
Michael Muré
9ed515fd54
update gqlgen
2022-02-15 19:57:26 +01:00
Miklos Vajna
cb61245078
Add ability to search by arbitrary metadata
...
Example:
~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42
or
~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42 \"
Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567 >.
2021-02-21 14:15:50 +01:00
Mike Goldin
ee3841155e
Update docs for full text search
2020-11-17 08:32:19 -05:00
6543
86faedc966
Vendor: upgrade spf13/cobra to v1.1.1 ( #479 )
...
* build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1
* update doc (man & md)
* update bash|fish|zsh completion
2020-10-27 14:38:55 +01:00
Michael Muré
ae5c0967ce
commands: cleanup the command's usage to avoid warnings when generating the doc
2020-07-28 20:24:24 +02:00
Michael Muré
1d06244c82
cmds: cleanup and re-generate files
2020-06-24 15:10:57 +02:00
vince
de5565b5f9
ls: Add support to ls dump bug information in specific formats
...
This adds an optional flag to the ls command that allows users to specify the format they wish to dump the output as. Currently, supported parameters are 'default', 'plain' and 'json'.
2020-06-16 15:05:48 +02:00
Michael Muré
4559af5e71
update auto-generated files
2020-02-23 14:38:02 +01:00
Michael Muré
5eeeae7cdf
commands: fix ls not displaying the new Identities properly
2019-04-11 20:04:44 +02:00
Michael Muré
ed7d8c13bf
update generated files
2019-04-01 14:03:20 +02:00
Michael Muré
408654514e
cache: make the title filter case insensitive
2019-03-03 15:23:20 +01:00
Michael Muré
782576f124
update generated files
2019-03-01 22:56:04 +01:00
Michael Muré
09692456c7
man: update the date in the generated doc
2019-02-16 17:34:04 +01:00
Michael Muré
5a465c0d8a
update generated doc with the new date
2018-12-22 03:08:02 +01:00
Michael Muré
95021a07fd
docs: update manpages due to change of month
2018-10-01 21:54:52 +02:00
Michael Muré
d71411f917
commands: ls now accept queries without quote
2018-09-19 21:51:16 +02:00
Michael Muré
9bb980e9de
ls: support expressing a query with flags as well
2018-09-10 18:18:00 +02:00
Michael Muré
dd0823dd2b
ls: accept a query to sort and filter the list
2018-09-09 20:22:46 +02:00
Michael Muré
e3c445fa85
manpages: update
2018-09-02 15:53:44 +02:00
Michael Muré
84131cb553
manpages: update names following the change of section
2018-08-06 16:09:53 +02:00