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

cache: refactor to handle bug changes during Pull

6d7e79a277fe6f3d137fc76588599c965fa5b2ee authored about 6 years ago by Michael Muré <[email protected]>
bug: refactor the Pull code to have the message formating in the upper layers

61a1173ec3f202b9dc71236205de785e2a454791 authored about 6 years ago by Michael Muré <[email protected]>
travis: clean outdated build tag

265ecd81d22c39cc6daccd938a1d41c5ffab23ad authored about 6 years ago by Michael Muré <[email protected]>
cmds: various cleaning

f136bf6a8262a10c9b16a784ba075a88f7c14cc8 authored about 6 years ago by Michael Muré <[email protected]>
cmds: only print once the error

6f1767d101ad210ba0311b8e828140da32fbcafe authored about 6 years ago by Michael Muré <[email protected]>
Readme: recomend go get -u

453ae85757abfefc444426ce81159c641611afa3 authored about 6 years ago by Michael Muré <[email protected]>
random bugs: cleanup + generate random OperationPack as well

2adca224f055fe74ac714f9a102deff7380d783f authored about 6 years ago by Michael Muré <[email protected]>
Merge pull request #40 from tplk/patch-1

docs: fix terminal UI recording src

62b57b008baa90b2e322cfb9c1cf997330429642 authored about 6 years ago by Michael Muré <[email protected]>
docs: fix terminal UI recording src

2078100ebcbcfd8182fac2c496ee1b4e43c63bf6 authored about 6 years ago by Dmitry Teplov <[email protected]>
readme: fix the logo url to use to master branch

563330879504241365186b15da5773249e7892bc authored about 6 years ago by Michael Muré <[email protected]>
bug: also update the operations incrementaly in the snapshot

fix #39

d17cd003ed4ddf2da6f52ee031299d878c319702 authored about 6 years ago by Michael Muré <[email protected]>
Merge pull request #35 from MichaelMure/logo

Logo

48bbd9ba785cee0cf534c272b793c32160299a9a authored about 6 years ago by Michael Muré <[email protected]>
logo: add logotype as well

74c48ca064cb0b8f77fb45d6a35e60a55581fa44 authored about 6 years ago by Michael Muré <[email protected]>
docs: add missing period in README.md

33a0ae2bb47029623b2d04b2d77f76f86f7b7a45 authored about 6 years ago by Dmitry Teplov <[email protected]>
logo: add proper licensing and small cleaning

e82b92f65bd26a3c5ccb3371a565db6fb64b14a4 authored about 6 years ago by Michael Muré <[email protected]>
Add logo in svg format

be23f400b8cdbeb568f37f9d833119622bc709ac authored about 6 years ago by Viktor [VAN] Teplov <[email protected]>
docs: add logo to README.md (#1)

e32653037bdb04da2f97f8a9fbc37d064c327222 authored about 6 years ago by Dmitry Teplov <[email protected]>
cache: fix missed code path that should update the cache

fix #36

c0d3b4b032b44d4ceff2f3cabdedd16633f1c315 authored about 6 years ago by Michael Muré <[email protected]>
bug: make sure the lamport values are set properly after a commit

e2a0d178cfc5d552131c518778fa12ce5c5dc930 authored about 6 years ago by Michael Muré <[email protected]>
cache: provide a generic bug sorting function

0728c0050d82171659474900c407e1b6dcee43a5 authored about 6 years ago by Michael Muré <[email protected]>
manpages: update

e3c445fa85db65b084580a38b919f17b8f8c2b68 authored about 6 years ago by Michael Muré <[email protected]>
cache: provide sorted (id, creation, edit) list of bugs

919f98efdb10d57767cf129c3c0b3c357aaa29d2 authored about 6 years ago by Michael Muré <[email protected]>
cache: rename RootCache into MultiRepoCache

Underline the fact that it's fine to use RepoCache alone

90a45b4c0979dd744aa5a28c84ececf243f027d2 authored about 6 years ago by Michael Muré <[email protected]>
add some documentation

6ff02ed84254275f2d19569a1a5f14efc1d47f31 authored about 6 years ago by Michael Muré <[email protected]>
invert the behavior of the build flag for the webui

Now produce by default a build with the packed webui, to make it go gettable properly.

fix #33

150b5d489c8573fe9214c11defbeeddedde48e16 authored about 6 years ago by Michael Muré <[email protected]>
make CLI commands use the cache to lock the repo properly

7397c94d993541b33e555b758ebdb8f61ff33c6c authored about 6 years ago by Michael Muré <[email protected]>
Merge pull request #32 from tplk/patch-1

webui: add name to web app manifest

116a94401f0d3fbf79f7e20716b1c7b739e33246 authored about 6 years ago by Michael Muré <[email protected]>
webui: add name to web app manifest.

11ad777670aa874a80e37c3a18a83f65cde98785 authored about 6 years ago by Dmitry Teplov <[email protected]>
better naming for the graphql-s root resolver

fba56eda834955161f39cf135ba06759f58de22b authored about 6 years ago by Michael Muré <[email protected]>
cache: maintain, write and load from disk bug excerpts

0514edad1a6ee06902841e0c903fc2a2119b7e95 authored about 6 years ago by Michael Muré <[email protected]>
bug: add a new BugExerpt that hold a subset of a bug state for efficient sorting and retrieval

e7648996c8f278d061fe03a5c4d255049da765e5 authored about 6 years ago by Michael Muré <[email protected]>
bug: introduce WithSnapshot to maintain incrementally and effitiently a snapshot

16f55e3f4d560330a638986130d27fd067300169 authored about 6 years ago by Michael Muré <[email protected]>
cache: lock the repo with a pid file; automatic cleaning

6d7dc465d881d0d04b01dfb6e09870346216d2d0 authored about 6 years ago by Michael Muré <[email protected]>
readme: more styling

942178288d657202b3f7afd386b319a245afbb7e authored about 6 years ago by Michael Muré <[email protected]>
readme: a bit of styling

fd26876798cf48be66ac172db9735aa9498c34a4 authored about 6 years ago by Michael Muré <[email protected]>
Merge pull request #26 from x4m3/archlinux-package

readme: added archlinux aur package in install section

8abf98429bd34f2d598e9d046c8523fa53419b1e authored about 6 years ago by Michael Muré <[email protected]>
webui: Ensure code format in CI by running eslint

ce2be02c94feb5c9f62fcc054293b92ecf22d4b3 authored about 6 years ago by Quentin Gliech <[email protected]>
webui: Format everything with prettier

bb4ebed08c3f1b1a7ba9968ede75a07f1705d2df authored about 6 years ago by Quentin Gliech <[email protected]>
readme: added archlinux aur package in install section

4a2fedd9238517f0abf1c0b57a1be66dbad9dbd8 authored about 6 years ago by Philippe Loctaux <[email protected]>
bug: add a benchmark for reading all bugs in a repo

8575abf285d1dd71990b619fbdf3cd44dbc48e75 authored about 6 years ago by Michael Muré <[email protected]>
random_bugs: make it seedable and reusable

285e8394861765757a057ca1e16c36c9ca8227cb authored about 6 years ago by Michael Muré <[email protected]>
bug: add benchmarcks for bug merge

08127d8d1ce1b0e4f4a15b05a240bbd421f559a0 authored about 6 years ago by Michael Muré <[email protected]>
bug: remove use of the too recent %(refname:lstrip=-1) of git

fix #24

b58812136e404434ac01612cb4a573881f45eb55 authored about 6 years ago by Michael Muré <[email protected]>
Readme: advertise a little more the chat lobby

71523f23edcb02a94061941b45f24a1f1ea4231b authored about 6 years ago by Michael Muré <[email protected]>
Readme: add the gitter badge

6ecfb9da76778ffcdef343529f74d1442baedc5e authored about 6 years ago by Michael Muré <[email protected]>
Merge pull request #19 from MichaelMure/webui-label-colors

Different colors for labels based on their hash

45f671b5c69d6577d4cf79347b4cd3d60e27f16e authored about 6 years ago by Michael Muré <[email protected]>
Different colors for labels based on their hash

webui: A hash is computed on each label, which is then used to determine
the label's color.

3085ab25ca087e9f56d0704ea855ff376c6a2366 authored about 6 years ago by Quentin Gliech <[email protected]>
Merge pull request #14 from zetok/typos

docs: fix some typos

f8f48b975adba688ff0bdee5725468e69f5fc999 authored about 6 years ago by Michael Muré <[email protected]>
docs: fix some typos

73bd0f4a4e2ce758bc65d69d22dffd9980aff897 authored about 6 years ago by Zetok Zalbavar <[email protected]>
termui: fix a crash when a bug is created with an empty message

c974cc022d3ecd2e7567e66bdce504fe8c51e922 authored about 6 years ago by Michael Muré <[email protected]>
version 0.2.0

d959acc29dcbc467790ae87389f9569bb830c8c6 authored about 6 years ago by Michael Muré <[email protected]>
create_random_bugs: create less bugs

eaef314936ca80e5280528244bdb6d233098b392 authored about 6 years ago by Michael Muré <[email protected]>
webui: pack it

e076931aa547a2e6538adf4dba3b42426a2d43fd authored about 6 years ago by Michael Muré <[email protected]>
readme: cleanup

1e8e1af6747b8a615e9c13cfa74253d862e91fcb authored about 6 years ago by Michael Muré <[email protected]>
readme: fix the termui screencast not working on github

4e9ff2f5b61c56f1480e4a5fc75bf1dbb3573666 authored about 6 years ago by Michael Muré <[email protected]>
readme: update with new recording of the termui, and screen of the webui

55ab9631b93fcbd1e9fee743ebed87a73656abc0 authored about 6 years ago by Michael Muré <[email protected]>
termui: fix left/right unnecessarely moving up/down

c93c0221ca64483e257d0efeb37248e09e73ade7 authored about 6 years ago by Michael Muré <[email protected]>
makefile: add a target to clean bugs on a remote

90f235b393b2f7b387d9f3749e486dec1a381f96 authored about 6 years ago by Michael Muré <[email protected]>
termiu: show the bug after creation

e482a37776524b56d602e0067b254ea48307eea2 authored about 6 years ago by Michael Muré <[email protected]>
termui: fix out of bounds when opening a bug on non-first page

6af16c1ccdb43d94877dc5986c8d6a8cdf5103b3 authored about 6 years ago by Michael Muré <[email protected]>
add a new main to generate random bugs

1e43a6a7e35b32a95b0c533d8b2d31f242e72463 authored about 6 years ago by Michael Muré <[email protected]>
makefile: add a target to remove all local bugs

f510e43418aef31e8521d346abdcda6c38f34eaf authored about 6 years ago by Michael Muré <[email protected]>
webui: minor css improvements

51b0d70985d7c9daaeb80e0216818fa3011653b5 authored about 6 years ago by Michael Muré <[email protected]>
fix tests

1e9f2a9d1cc7f0ce8fc699493aa3a4f6c3b01c40 authored about 6 years ago by Michael Muré <[email protected]>
webui: pack it

f728a02ad5ba9a1ce045df61410527ec7562e3dc authored about 6 years ago by Michael Muré <[email protected]>
webui: display status change in the timeline

11b792608fadfbbc41e737b401d505ff52944907 authored about 6 years ago by Michael Muré <[email protected]>
webui: display title changes in the timeline

17aa40505b58a4a9d679efb8512252397872470c authored about 6 years ago by Michael Muré <[email protected]>
bug: add "was" on SetTitleOperation to store what the title was

a47409377417538b7be446a6aa33dae8989cfd9a authored about 6 years ago by Michael Muré <[email protected]>
webui: display label changes in the timeline + cleaning evrywhere

cf9e83e74dc5f91b0e13fbdb79848925e68809a3 authored about 6 years ago by Michael Muré <[email protected]>
webui: rework of the bug page with a timeline

1984d4343db770fc2c8e251a81f1ab997a4c4d5e authored about 6 years ago by Michael Muré <[email protected]>
webui: reorganize the code

2530cee1eac225924e1119554cf475cdc46ed7dc authored about 6 years ago by Michael Muré <[email protected]>
webUI: implement pagination on the bug list

24d862a65c603de4ea77a2688f5c90effc65be2f authored about 6 years ago by Michael Muré <[email protected]>
graphql: fix two bugs in the connection code

1) totalCount was incorrect when not in the first page
2) pageInfo.Has{Previous,Next}Page was in...

bc1fb34c24e985b7a9d50c559d7a42726a3a2007 authored about 6 years ago by Michael Muré <[email protected]>
gqlgen: add a small program to go:generate the code

5c568a362b73cf163b06bc7371982f9a7ceaaf29 authored about 6 years ago by Michael Muré <[email protected]>
graphql: expose startCursor and endCursor as well for a connection

ef0d8fa108fbdef24997a84a3c6ecbf21cbc0a9e authored about 6 years ago by Michael Muré <[email protected]>
webui: don't pack the huge .map file for production

43f808a0e263ada899acb5cc523cfcab6d07c20d authored about 6 years ago by Michael Muré <[email protected]>
webui: revamp the bug list

5edcb6c8bd430af4c26567d19c388d4c3e30b681 authored about 6 years ago by Michael Muré <[email protected]>
cleanup go imports

4c850b598939536b2e09ed520e427e94d0026211 authored about 6 years ago by Michael Muré <[email protected]>
fix some linting trouble

df144e727a858ed07e3c9328d91efe052c4781e1 authored about 6 years ago by Michael Muré <[email protected]>
Update README.md

f2f779c5a8b4efe67317bbffe110a9880c1f529a authored about 6 years ago by Michael Muré <[email protected]>
Update README.md

3fe65c0a55d9d4aeca147285e4e1d2fa498d5cdf authored about 6 years ago by Michael Muré <[email protected]>
build: someday travis will stop complaining

c1a08111b603403d4ee0a78c1214f322fecaa3ca authored about 6 years ago by Michael Muré <[email protected]>
prepare a first version

bb6fad30589d959cb89565b0f91b11749a9654ba authored about 6 years ago by Michael Muré <[email protected]>
test: make bug_actions_test race resistant

83185a8cb32d866bb88d31b00439c94ce29e0e84 authored about 6 years ago by Michael Muré <[email protected]>
termui: implement push/pull

e2f4b027c946831c3f4f119d87a80513c7cf8fdc authored about 6 years ago by Michael Muré <[email protected]>
termui: fix scroll bug

721ed3248e8bf167a89df14d9fc2bf5b0fe45753 authored about 6 years ago by Michael Muré <[email protected]>
termui: add and remove labels

53a3d5e11355ec6bed2e27bc26459a50e435b643 authored about 6 years ago by Michael Muré <[email protected]>
termui: implement left/right navigation in show bug

f51cc4a33fcac3ebf2024e0c6cb97cb809f8db71 authored about 6 years ago by Michael Muré <[email protected]>
termui: properly handle color sequence code even inside a word

b96819a8e82745d934b591d8e1d93e11b1646cc6 authored about 6 years ago by Michael Muré <[email protected]>
termui: fix the instructions being written on in show bug

f7ef5cdb3af2b0f958e54a6c24167d3b430dca1c authored about 6 years ago by Michael Muré <[email protected]>
termui: display status and label changes in show bug

a0d509bcddf5ae0115c8679bbd81425696552b86 authored about 6 years ago by Michael Muré <[email protected]>
termui: reset the scroll between show bug window

34eea1f43c0c7f386b375441d8c3a15d9d3b7c99 authored about 6 years ago by Michael Muré <[email protected]>
termui: better padding for show bug

de76b6fa1528d476b5be91785f75f8c6d224c92e authored about 6 years ago by Michael Muré <[email protected]>
termui: commit the bug when quiting the show bug window

5675299c8dd9488c3b60142d8da8b112473a0cd4 authored about 6 years ago by Michael Muré <[email protected]>
termui: colors show bug

b6087d7e35dd0f687264ef3a743ccc3871bd3b64 authored about 6 years ago by Michael Muré <[email protected]>
TextWrap: add a version with a left padding

0da2bea132ee57820572c2636ae52ccd39171345 authored about 6 years ago by Michael Muré <[email protected]>
TextWrap: support text with color escape sequence

ca31258cd24d7f7951f14644fe592724579a53b8 authored about 6 years ago by Michael Muré <[email protected]>
termui: implement scrolling with pageUp / pageDown

bf0a855f0cbdc2ea1e4a250b7152272982ffb611 authored about 6 years ago by Michael Muré <[email protected]>
termui: implement scrolling by selecting block in show bug

204ca0a9e695e8aebe314cc08f5661dee34f4f27 authored about 6 years ago by Michael Muré <[email protected]>
readme: add the go report card badge

8baa220f5978af79174f3fff5a9ff9ba3d139323 authored about 6 years ago by Michael Muré <[email protected]>