Hi, author here. Happy to answer questions. Version 0.8 just got out[1]. For the next one, I'll try to focus on making the codebase fully ready for multi-entities and introduce a Project Board. Later we can add support for code review! If you are looking for how it works, you can have a look at the data model introduction[2]. git-bug is only pushed forward by volunteers so it's taking its time to fully grow, so I'll…
Git-bug: Distributed, offline-first bug tracker embedded in Git
31–40 of 82 posts
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#32But microsoft github effectively killed distributed bug trackers by refusing to support them.
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#33Probably my favorite is the built in TUI interface, that feature rocks.
I don’t recommend it for larger projects where you have lots of committers, the in-built feature of GitHub/GitLab probably works better for those types of setups. Where I think this tool really shines, and the perfect use case for it is with the dozens (or in my case, hundreds) of little repos you have where A) either you are the only committer, or B) the project is small (for some definition of that term), or C) if you want something setup quickly to track issues/features/milestones, you can always switch to something else later.
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#34https://hn.algolia.com/?query=https%3A%2F%2Fgithub.com%2FMic...
My primary concern would be the bus factor... the bridges to other issue trackers help alleviate that though.
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#35Hi, author here. Happy to answer questions. Version 0.8 just got out[1]. For the next one, I'll try to focus on making the codebase fully ready for multi-entities and introduce a Project Board. Later we can add support for code review! If you are looking for how it works, you can have a look at the data model introduction[2]. git-bug is only pushed forward by volunteers so it's taking its time to fully grow, so I'll…
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#36https://www.bugseverywhere.org/ was doing this more than a decade ago But microsoft github effectively killed distributed bug trackers by refusing to support them.
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#37Hi, author here. Happy to answer questions. Version 0.8 just got out[1]. For the next one, I'll try to focus on making the codebase fully ready for multi-entities and introduce a Project Board. Later we can add support for code review! If you are looking for how it works, you can have a look at the data model introduction[2]. git-bug is only pushed forward by volunteers so it's taking its time to fully grow, so I'll…
Excellent idea! We need an interoperable format to break the monopoly of the forges like Github, but it will only gain traction if it is integrated in git itself the way it is in Fossil. Have you been in touch with the Git maintainers to see if they are open to the idea?
- support for pull-requests
- support for external auth in the webUI, to make it work as a public frontend where anyone can browse and interact with bugs like any other forge
If that happens and people are convinced, I'd think that git-bug would become a natural companion for git. Then it's just a matter of packaging.
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#38I understand why the bug IDs are hashes, but that's going to be pretty inconvenient for practical use. Yes I know we manage it with Git commit names, but bug IDs are printed and spoken much more than commits, e.g. when communicating with a test team, management, or even in release notes. I wonder if we could use some sort of distributed naming scheme for this, similar to Blockchain DNS?
Only half-joking here: it probably wouldn't be too much work to incorporate hash cracking: https://news.ycombinator.com/item?id=33704297
But you can't use just auto-incrementing IDs in a distributed system.
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#39There are a number of tools for distributed bug tracking: https://news.ycombinator.com/item?id=22833037
Re: Git-bug: Distributed, offline-first bug tracker embedded in Git
#40I want it.