cf47635
docs(cli): fix user show command documentation (#1497)
Click to expand commit body
As pointed out in [this
comment](https://github.com/git-bug/git-bug/issues/530#issuecomment-3558997281),
the documentation and CLI help incorrectly suggested that the command to
display a user identity was `git-bug user user show USER_ID`, but when
the actual command is `git-bug user show USER_ID`.
This change fixes the `Use` field in `user_show.go` to use correct `show
[USER_ID]` form instead of `user show [USER_ID]`, and updates the
documentation and manpages accordingly.
cf47635
docs(cli): fix user show command documentation (#1497)
Click to expand commit body
As pointed out in [this
comment](https://github.com/git-bug/git-bug/issues/530#issuecomment-3558997281),
the documentation and CLI help incorrectly suggested that the command to
display a user identity was `git-bug user user show USER_ID`, but when
the actual command is `git-bug user show USER_ID`.
This change fixes the `Use` field in `user_show.go` to use correct `show
[USER_ID]` form instead of `user show [USER_ID]`, and updates the
documentation and manpages accordingly.
This test periodically fails with the bug_label_change variant, caused
by an unexpected number of operations existing on the bug (typically in
the range of 7-9).
This tree exists to debug it.
NOTE: This tree is built on top of
de7def3f81745c0c24a482a1e9a5dcb4fbbd69dd, and should not be merged in
directly. Its parent effectively enables this test to run on CI, which
is used periodically during the iteration of this adventure.
Change-Id: I738207f8cb254b66f3ef18aa525fce39c71060e2
de7def3
ci: fix the propagation of TEST_USER_GITHUB
Click to expand commit body
A typo in the reference to the repository-level `TEST_USER_GITHUB`
variable was causing export tests under //bridge/github to be skipped.
This change resolves this issue.
Change-Id: Ia1ad61e54e305bb073efc6853738d3eed81d576c
e3b3618
attempt to have graphql connections implemented with generics instead of code generation. Currently fails as gqlgen can't bind to generic types.