Matej Cepl
d774c42368
- More than 800 commits and a long long time after, git-bug v0.8.0 is now available. - Once again, this release represent a push towards making git-bug generally useful and correct. The two main improvements are a new Entity framework and write-capable WebUI. - Breaking changes(openSUSE package is much closer to this release) - changes in the data model makes it a requirement to use the migration tool to to update any previous repo. - remove the legacy identities that were directly embedded in bugs - Core - introduce a reusable entity package capable of handling all the complex operations of an Entity (bug, board, config ...): operations, DAG manipulation, conflict merge, signature, integrity ... to greatly simplify writing and maintaining an entity. Documentation 1, Documentation 2 - introduce CombinedId, a new kind of identifier for an item within an Entity (for example a comment in a bug), that hold two partial identifiers interleaved for fast addressing. Documentation - introduce the concept of resolvers, so that entities can link to another - use go-git to manipulate the git repository, instead of executing the local git binary - add support for signing the git commit with the author's signature, and verifying - add support for git config includes by @mindriot101 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-bug?expand=0&rev=14
20 lines
737 B
Plaintext
20 lines
737 B
Plaintext
<services>
|
|
<!-- service name="tar_scm" mode="disabled">
|
|
<param name="versionprefix">0.7.2+git</param>
|
|
<param name="url">https://github.com/MichaelMure/git-bug.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">git-bug</param>
|
|
</service -->
|
|
<service name="go_modules" mode="disabled">
|
|
</service>
|
|
</services>
|