Branches (31)

trunk (default)

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.

Waldir Pimenta created

gh-pages

3480983 add Benchmark (go) benchmark result for cf47635eba59e8d6ec70bedbb3dc6cf97af45233

github-action-benchmark created

master

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.

Waldir Pimenta created

dependabot/npm_and_yarn/webui/npm_and_yarn-4265e88a4c

c5b981d build(deps-dev): bump js-yaml

Click to expand commit body
Bumps the npm_and_yarn group with 1 update in the /webui directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] created

graphql-subscription

e41cdc9 graphql: finish subscriptions

Michael Muré created

feat/1467/git-repo-path

2e108ac docs(cli): improve wording of help for the -C flag

Steve Moyer created

board

0ce5370 board: fix add-draft to only have a title, and dedicated inputs

Michael Muré created

I738207f8cb254b66f3ef18aa525fce39c71060e2

e1ca362 [ WIP ] test(bridge): fix flaky test: TestGithubPushPull

Click to expand commit body
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

sudoforge created

Ia1ad61e54e305bb073efc6853738d3eed81d576c

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

sudoforge created

feat/lipgloss-formatting

11d01a1 feat(lipgloss): adds id and compact formats

Steve Moyer created

github-config-resilience

a30bd7e github: try to make token generation more robust against bad connection

Michael Muré created

feat-849-terminal-output-in-core

aa23d8d feat(849): currate stdout and stderr in "core"

Click to expand commit body
Resolves #849
References #828

Steve Moyer created

gitea-bridge

4375fa3 Initial Gitea bridge.

Click to expand commit body
This a just a preview. Not all features are expected to work.

Tian Yuanhao created

feat-licences-checks

2e73b62 feat(legal): break the build if packages with disallowed license(s) are added

Steve Moyer created

graphql-generics

e3b3618 attempt to have graphql connections implemented with generics instead of code generation. Currently fails as gqlgen can't bind to generic types.

Click to expand commit body
https://github.com/99designs/gqlgen/issues/2302

Michael Muré created

fix/810-finish-reading-loop

cc675b8 fix(810): close context to exit blocked loop

Steve Moyer created

gobilly

aa4f368 repo: finish RepoStorage move

Michael Muré created