git-bug
git-bug copied to clipboard
Distributed, offline-first bug tracker embedded in git, with bridges
(originally dealt with as https://github.com/go-git/go-git/issues/489, but it is really a different bug, Cc: @MichaelMure , @pjbgf). Original issue report was: Just prepared a reproducer for my colleague: This is my...
``` === RUN TestGithubPushPull created repository git-bug-test-github-exporter-pWaxzsEW export_test.go:218: Error Trace: /home/runner/work/git-bug/git-bug/bridge/github/export_test.go:218 Error: Received unexpected error: was submitted too quickly exporting github issue github.com/MichaelMure/git-bug/bridge/github.(*githubExporter).exportBug /home/runner/work/git-bug/git-bug/bridge/github/export.go:261 github.com/MichaelMure/git-bug/bridge/github.(*githubExporter).ExportAll.func1 /home/runner/work/git-bug/git-bug/bridge/github/export.go:189 runtime.goexit /opt/hostedtoolcache/go/1.22.5/x64/src/runtime/asm_amd64.s:1695 Test: TestGithubPushPull...
``` 2024-08-03T15:49:44.8753686Z ##[group]Run make test 2024-08-03T15:49:44.8754295Z make test 2024-08-03T15:49:44.8788673Z shell: /usr/bin/bash -e {0} 2024-08-03T15:49:44.8789126Z env: 2024-08-03T15:49:44.8789695Z GITHUB_TEST_USER: *** 2024-08-03T15:49:44.8790422Z GITHUB_TOKEN_ADMIN: *** 2024-08-03T15:49:44.8790990Z GITHUB_TOKEN_PRIVATE: *** 2024-08-03T15:49:44.8791649Z GITHUB_TOKEN_PUBLIC: *** 2024-08-03T15:49:44.8792116Z GITLAB_API_TOKEN: ***...
We can improve CI time by caching go modules.
We should have a documented release policy, which provides a runbook for the process of creating a new release, as well as describes how commits are collected into releases.
Establish an official policy for deprecating features.
Build a roadmap describing the vision of the future for `git-bug`.
``` === RUN TestCache repo_cache_test.go:163: Error Trace: D:/a/git-bug/git-bug/cache/repo_cache_test.go:163 Error: Received unexpected error: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestCache1576603400\001\.git\refs\bugs\6cc51bbddc3c2a6de7c8effacd3766e2ea7935a6a3fee9a4f46af3ea846921d0: The process cannot access the file because it is being used by another process. Test: TestCache...
I was thinking about how I usually work with a bug tracker and I realized that I often keep several bugs open in a browser tab to keep in my...