Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/git-bug/git-bug

Distributed, offline-first bug tracker embedded in git, with bridges
https://github.com/git-bug/git-bug

update readme

9e6c687fca71103fd7550e25c471b9f805337b09 authored over 6 years ago by Michael Muré <[email protected]>
add bug status + open/close commands

76ac1787b8de8698b878d1837c5fa8f6fe6403fc authored over 6 years ago by Michael Muré <[email protected]>
comment the failing test for now (code is ok)

7b19b10e19e5dbbae79a47d3e4338b15b3e8d972 authored over 6 years ago by Michael Muré <[email protected]>
cleanup webui

bd56024b02723b49f27f290ce1b4d6e9d2744107 authored over 6 years ago by Michael Muré <[email protected]>
implement pull/merge

0180b68cb0bb3aecf9b4a6186094a084762b4a25 authored over 6 years ago by Michael Muré <[email protected]>
vendor dependencies with dep

1d678dfdfa026968dbb19795c9bed16385603b21 authored over 6 years ago by Michael Muré <[email protected]>
fix makefile

131a862d313f12808d63e832126317a27226940b authored over 6 years ago by Michael Muré <[email protected]>
commands: sort commands by name

451c3b30ca4f4b009509dffbe9c98a4c3b7ffeb0 authored over 6 years ago by Michael Muré <[email protected]>
add the infrastructure for an embedded web UI + command

ead4511250deb877e1867c2e38cbee9c27deb299 authored over 6 years ago by Michael Muré <[email protected]>
fix build

d659d74131996cea06e39f90114e21b36e61f6fc authored over 6 years ago by Michael Muré <[email protected]>
show available commands in the readme

6f4661a9e37266c6a2638b5bda220efe89d0f583 authored over 6 years ago by Michael Muré <[email protected]>
rework the commands thing and add a "commands" command to list all commands

d3893a5e04868fb99df28c8da62a0ee59d7e9064 authored over 6 years ago by Michael Muré <[email protected]>
add a comment about future binaries

9423e7fdb6f70afb37f567d86a97594b06d43eb1 authored over 6 years ago by Michael Muré <[email protected]>
add a data model documentation

1cda19d65d52381ce49adc534548ec3f235ace91 authored over 6 years ago by Michael Muré <[email protected]>
GPLv3 --> GPLv3+ because afranke said so

628d515997df7518560ea0040ed9a561501095b6 authored over 6 years ago by Michael Muré <[email protected]>
add a "comment" command

c2774dcf23d94a187f6679395e373c6fa1c627e1 authored over 6 years ago by Michael Muré <[email protected]>
add a way to load a bug from a prefix

cbff4b8aba9bc5207d07523181f2be8e94ece881 authored over 6 years ago by Michael Muré <[email protected]>
readme: explain planned feature

7c5c567ed5963b2ad2bfa6edcdbadf4fbbc6d4db authored over 6 years ago by Michael Muré <[email protected]>
ls: better output

1e4562e9991df974a959774d3a919ed190a4351b authored over 6 years ago by Michael Muré <[email protected]>
list --> ls, silly !

dfefba09ee706d2804969dc751c57a77f0d77bbf authored over 6 years ago by Michael Muré <[email protected]>
Update Readme.md

fcac83257a7d3a47cc78fad21fef57c35799ff63 authored over 6 years ago by Michael Muré <[email protected]>
readme: more explanation of the concept

252cdab8c06dd69d55bce3728d458bc98f5c1f89 authored over 6 years ago by Michael Muré <[email protected]>
basic readme

aa51c6b3dc1bbb8db11653611130df5020746633 authored over 6 years ago by Michael Muré <[email protected]>
cleaning

54b41c604bd6814e1bc8131cb1fa291d8aff25d1 authored over 6 years ago by Michael Muré <[email protected]>
use a Unix timestamp (int64) for the time instead of golang's Time that cause trouble for serialisation

13d7b3480b0f555294edf2c52a886321bbd9f5e8 authored over 6 years ago by Michael Muré <[email protected]>
bug: use a 40 char truncated sha256 hash as ID, 8 char for human reading

fd4fa96c19dbb9b140726c48ff66d1f79646019a authored over 6 years ago by Michael Muré <[email protected]>
travis: multiple go version

81e15f07deaffaeabe8d30c9d92ccba5047071e1 authored over 6 years ago by Michael Muré <[email protected]>
attempt to configure travis

058ac874c3dd7a38e4180a03ff91ef01fba38ee3 authored over 6 years ago by Michael Muré <[email protected]>
add a primitive "list" command

519c5acdd88fc349e3972862887a6e919eb5e7c2 authored over 6 years ago by Michael Muré <[email protected]>
add time to comments

d973718567b0f7a7e775dbab2c557f0dda9afa29 authored over 6 years ago by Michael Muré <[email protected]>
complete the storage/read process + tests (!)

da470993d13ce63087034db9b7e8ffbdf18e87a5 authored over 6 years ago by Michael Muré <[email protected]>
add TreeEntry to manage the talking with git mktree and git ls-tree

f8e07748743f7e66ff1adf101a797cb1bedfc140 authored over 6 years ago by Michael Muré <[email protected]>
each commit reference the very first set of ops (will be useful for fast access to lamport clock and ordering)

499669c144218704c0942860564325d76adb13e2 authored over 6 years ago by Michael Muré <[email protected]>
implement AddComment

55aef8c38773a7cce39a5e154f8221a4b817ac04 authored over 6 years ago by Michael Muré <[email protected]>
fix push/pull

35d64e4f9e3e0a0ffd041e430a64650bb8ea71fa authored over 6 years ago by Michael Muré <[email protected]>
serialize a Bug to git as a blob+tree+commit+ref

1779a0f3b92d58654b43444addeaf437a64d77a8 authored over 6 years ago by Michael Muré <[email protected]>
little bit more tests

289f8d53ee960d35c1f0c42e8753ad536737b875 authored over 6 years ago by Michael Muré <[email protected]>
add basic tests for Bug and OperationIterator

deff9e0a41eca43f832314219241c9a63cf8007e authored over 6 years ago by Michael Muré <[email protected]>
add a bug's operation iterator

078545538e6e6bf7a050fe6602a42a61fb5203e9 authored over 6 years ago by Michael Muré <[email protected]>
create the Bug structure

bc12fee58e8bd86672793ae37d9f924158afb482 authored over 6 years ago by Michael Muré <[email protected]>
add the first 2 operations

e02294c8f372156945bbc43d70d4d36a07a3fbcf authored over 6 years ago by Michael Muré <[email protected]>
move Hash in /util/

3087a472bfe61db806a052ea2afd57d22b8c5d95 authored over 6 years ago by Michael Muré <[email protected]>
create the Snapshot type for a compiled bug operation log

3aecdf2c2da9017513ca04a183089099fb3677d5 authored over 6 years ago by Michael Muré <[email protected]>
store user info in the datastore

cda8114fda8d349bbaeefb42cc33ba715d41cf08 authored over 6 years ago by Michael Muré <[email protected]>
Create LICENSE

df67212fee5ae5381b13b2c7d6ce92e1bdb66e0f authored over 6 years ago by Michael Muré <[email protected]>
rework how the usage help is handled

1bd046d3058111f2a5a0869e97bfb76a0528afff authored over 6 years ago by Michael Muré <[email protected]>
add the new bug command with a very primitive bug datastructure

c498674718608a1171a4fcef6f26184df7d5fa7b authored over 6 years ago by Michael Muré <[email protected]>
more experiment

d0443659123f912e9385e27efebe4b7da65aa2f6 authored over 6 years ago by Michael Muré <[email protected]>
hello world

a85730cf5287d40a1e32d3a671ba2296c73387cb authored over 6 years ago by Michael Muré <[email protected]>