57e7147
graphql: properly namespace Bug to make space for other entities (#1254)
Click to expand commit body
Also: use gqlgen directives to help the type auto-binding
Missing:
- namespace mutations
- adapt the webUI queries
Michael Muré
created
e45c3c5
refactor: rename github test repository: test-github-bridge (#1256)
Click to expand commit body
This change renames references to the repository used to test the github
bridge from `git-bug-test-github-bridge` to `test-github-bridge`,
dropping the `git-bug` prefix as it is extraneous now that it is under
the `git-bug` organization.
Change-Id: I5795bd39cc3b2e81774c4d9676ae5cbabfba8f1c
sudoforge
created
0804744
build(deps-dev): bump the npm_and_yarn group across 1 directory with 4 updates (#1250)
dependabot[bot]
created
3a4b880
core: make label a common type, in a similar fashion as for status (#1252)
Click to expand commit body
This will be useful for Board, and likely code review support later
Michael Muré
created
c3ff05f
chore: regenerate command completion and documentation (#1253)
2004fa7
feat: update references to the git-bug organization (#1249)
Click to expand commit body
The repository was recently moved to the git-bug organization on github.
This change refactors references to the repository to ensure that they
use the updated owner URI.
Closes: #1243
Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff
sudoforge
created
63295b1
build(deps): bump github.com/vbauerster/mpb/v8 from 8.7.5 to 8.8.2 (#1248)
dependabot[bot]
created
501915e
build(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 (#1242)
dependabot[bot]
created
0c0228d
feat: add package to dev shell: delve (#1240)
Click to expand commit body
This change adds `delve`, the de facto debugger for go, to the
development shell..
Change-Id: I0bcda2b3569926dc16d8cbd653845f371ef33452
sudoforge
created
d56ac86
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1239)
dependabot[bot]
created
cea0650
build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#1237)
This change adds support for using the [Merge Queue][0] merge method.
This still needs to be enforced at the repository level.
[0]: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue
Change-Id: I4b464818c0cd82d1d56c4dd7f807f6cfc5dfa913
sudoforge
created
f00e42e
DOC: it is "new" not "configure" command (also was missing \)
Yaroslav Halchenko
created
4726ec4
build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0
91fa676
feat: improved lifecycle management with stale-bot
Click to expand commit body
This change refactors the automatic lifecycle management workflow that
uses the `stale-bot` action library, such that neither issues nor pull
requests will be closed.
An additional label of `lifecycle/rotten` has been added to indicate
issues or pull requests which have been inactive for 180 days or more.
Change-Id: Ia748552c91ada43b4a762879db469132131956f0
sudoforge
created
d3cd818
Merge pull request #1210 from MichaelMure/dependabot/go_modules/github.com/vbauerster/mpb/v8-8.7.5
dependabot[bot]
created
775e986
build(deps): bump github.com/vbauerster/mpb/v8 from 8.7.4 to 8.7.5
commit 5eabe549e4f7fc98bbdf4e7b285cec00e5da4e99 refactored the workflows
so that they were orchestrated with reusable workflows. an unintended
side-effect of the rules that were created prevents the presubmit
pipeline from executing for pull requests made against this repository.
this change refactors this, so that the presubmit pipeline will _only_
run for pull requests against the default tree of this repository. we
explicitly remove the `on: push` event for it, in order to avoid overlap
that will occur for commits made in this repository that are also part
of a PR.
Change-Id: I56abc35c98cc40a06066952f2b6ed9194b1ab903
sudoforge
created
d4f6f27
chore: remove refs to deprecated io/ioutil
5eabe54
feat: refactor pipelines into reusable workflows
Click to expand commit body
This change refactors the build, test, and benchmarking pipelines to a
`presubmit` and `trunk` parent workflow which invokes other reusable
workflows. This simplifies the deluge of pipelines that are executed,
allowing for better orchestration and reduced noise on failures (only
one email will be sent instead of several).
Closes: michaelmure/git-bug#1198
Change-Id: I52407c39366bb9fbfd8fc1455a4f4a1d94f04897
sudoforge
created
e4c74ef
build(deps): bump jsonwebtoken and @graphql-tools/prisma-loader
Click to expand commit body
Removes [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken). It's no longer used after updating ancestor dependency [@graphql-tools/prisma-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/prisma). These dependencies need to be updated together.
Removes `jsonwebtoken`
Updates `@graphql-tools/prisma-loader` from 7.2.24 to 7.2.72
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/prisma/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/prisma-loader@7.2.72/packages/loaders/prisma)
---
updated-dependencies:
- dependency-name: jsonwebtoken
dependency-type: indirect
- dependency-name: "@graphql-tools/prisma-loader"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
79c64ed
build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 in /webui