Ecosyste.ms: OpenCollective

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

git-bug

Distributed bug tracker embedded in Git
Collective - Host: opensource - https://opencollective.com/git-bug - Code: https://github.com/MichaelMure/git-bug

termui: selectable bloc

github.com/git-bug/git-bug - f1fa169c28c8370b264ee6ef564b15ce53863b9f authored over 6 years ago by Michael Muré <[email protected]>
termui: colors in the bug table

github.com/git-bug/git-bug - 716b859f256b9745c6fbb79873e5402247010b87 authored over 6 years ago by Michael Muré <[email protected]>
termui: add the previous title in the template when editing

github.com/git-bug/git-bug - ad9e35e302fe62556414f20ba04933d9c4597681 authored over 6 years ago by Michael Muré <[email protected]>
termui: fix an out of bound panic

github.com/git-bug/git-bug - 1017f8c6cbfc4d567bd48c9ed28bd53a0f337eea authored over 6 years ago by Michael Muré <[email protected]>
bash completion: thanks to @tst2005, make the completion works for "git bug <command>"

github.com/git-bug/git-bug - 929d7093644e4f6b83ef366b83b5b66be075736e authored over 6 years ago by Michael Muré <[email protected]>
webui: fix graphql queries

github.com/git-bug/git-bug - b8e9e581b193d32684c685aa73a6890385f879c3 authored over 6 years ago by Michael Muré <[email protected]>
readme: cleanup

github.com/git-bug/git-bug - ca4c829ed0416f146d890fc11b2c3c07104c13d2 authored over 6 years ago by Michael Muré <[email protected]>
doc: complete the model doc now that the code is more stable

github.com/git-bug/git-bug - 28670ff8de4e8a266a191265d1b0c57d438e191e authored over 6 years ago by Michael Muré <[email protected]>
bug: add a Lamport logical clock to be able to sort bugs by creation time and edit time without having to rely on a timestamp

github.com/git-bug/git-bug - 435be2b693aee89ed34a2d1e7291b3b141b19717 authored over 6 years ago by Michael Muré <[email protected]>
travis: run the cross compile only when deploying

note: travis is dumb here and we have to rewrite the same condition twice.
simply deploy/script ...

github.com/git-bug/git-bug - 593891b8e01fd89866b30854a60aece1dad5f6ab authored over 6 years ago by Michael Muré <[email protected]>
webui: pack the files only on demand

github.com/git-bug/git-bug - d2f5e6b92738abf99ea5adfc09b038b35db6176e authored over 6 years ago by Michael Muré <[email protected]>
manpages: update names following the change of section

github.com/git-bug/git-bug - 84131cb553c6cd1d17e3efe2b65b0f0855eb2cb5 authored over 6 years ago by Michael Muré <[email protected]>
make git-bug go gettable without having to commit the builded webUI

github.com/git-bug/git-bug - 3edec36e0aa79761641ade061042c0252e43024e authored over 6 years ago by Michael Muré <[email protected]>
clarify the git internal storage feature

github.com/git-bug/git-bug - 7d57ec61892dd1c25ac5621afd949a2dbc3b766c authored over 6 years ago by Michael Muré <[email protected]>
upgrade the readme

github.com/git-bug/git-bug - 26e7ce44db91f3b08fa5d1b32690348d40c1fb00 authored over 6 years ago by Michael Muré <[email protected]>
util: add a Lamport clock implementation as well as a persistable one

github.com/git-bug/git-bug - b2f20c9a61715b0a60f9e55688dbed221d775c7e authored over 6 years ago by Michael Muré <[email protected]>
bug: store the referenced media in their own git tree under /media, as per the doc I wrote myself

github.com/git-bug/git-bug - 90fb85e067326b0f0a121e781f87df762f385592 authored over 6 years ago by Michael Muré <[email protected]>
travis: now I remember why i removed codegov

--> it fails on go 1.9:

"cannot use test profile flag with multiple packages"

It would require...

github.com/git-bug/git-bug - 597b0ea0d2dd9cbb40d69a23d8a4c9020e43de6a authored over 6 years ago by Michael Muré <[email protected]>
travis: configure cross-compile + deploy on github + codecov

github.com/git-bug/git-bug - 90ccc94a0ee96a90ffe0de2fbaabe81f8ae26904 authored over 6 years ago by Michael Muré <[email protected]>
termui: more work on the show bug window

github.com/git-bug/git-bug - ba16fc10b4ba7e31bd44de34f4af0636c7ab7d78 authored over 6 years ago by Michael Muré <[email protected]>
util: add a text wrapping function

github.com/git-bug/git-bug - 5c86164f22a4939a871810685cd161a2561deebc authored over 6 years ago by Michael Muré <[email protected]>
fix test

github.com/git-bug/git-bug - d88d59e9c56d6077cb5b827992d6717f98823530 authored over 6 years ago by Michael Muré <[email protected]>
implement media hosting in git for comments + API for the webui

github.com/git-bug/git-bug - d8f89726fec3822d7d1dd42c52f478f37003b534 authored over 6 years ago by Michael Muré <[email protected]>
webui: add the http handlers for read/write git blob for media in comments

github.com/git-bug/git-bug - ed8f7eca9a8e0d1c448a7cc6240e2b7e357cf354 authored over 6 years ago by Michael Muré <[email protected]>
termui: show the last edit in a dedicated column

github.com/git-bug/git-bug - 9488467c754230288934dde4a49b9046e658986c authored over 6 years ago by Michael Muré <[email protected]>
termui: implement addComment and setTitle

github.com/git-bug/git-bug - ae1ed6c11f3ae5675c80f377dd7f3996b3d621d0 authored over 6 years ago by Michael Muré <[email protected]>
cache: some refactoring

github.com/git-bug/git-bug - e6a64b4985f5d342b8e75fecaf4d138f4f50487e authored over 6 years ago by Michael Muré <[email protected]>
graphql: implement the missing mutations

github.com/git-bug/git-bug - e5a6a71b78b0d8c5ef0d52c3eeb279d5738b9cf7 authored over 6 years ago by Michael Muré <[email protected]>
graphql: simplify the requests with helpers

github.com/git-bug/git-bug - 15f282421941b90e1f62912cf68b7556a8ce7b33 authored over 6 years ago by Michael Muré <[email protected]>
replace strings.Builder with a bytes.Buffer to support go 1.9

github.com/git-bug/git-bug - 5830dd88414608b5fc6f5f2b44293b079bce2829 authored over 6 years ago by Michael Muré <[email protected]>
termui: add a view to display a bug

github.com/git-bug/git-bug - c875d40e631f83507b602807480be96dae05fc85 authored over 6 years ago by Michael Muré <[email protected]>
termui: fix a pagination off by one

github.com/git-bug/git-bug - 2f88c28c59ce0480e64dfba6d820dc6f7589a6cf authored over 6 years ago by Michael Muré <[email protected]>
termui: add a reusable error popup, use it for badly formated bug creation

github.com/git-bug/git-bug - 6b012b1e485d369d82cb410a1652f53a752bf21c authored over 6 years ago by Michael Muré <[email protected]>
vendor deps

github.com/git-bug/git-bug - 20bd25f332a5ca04ee80a8a4965f56ef3e7cdbf2 authored over 6 years ago by Michael Muré <[email protected]>
cli: rework new and comment command to better use the editor

a nice templace is now provided with explanations

new: title and message can now be provided fr...

github.com/git-bug/git-bug - eb39c5c29bc0e9b5e15a940a1b71bdac688b6535 authored over 6 years ago by Michael Muré <[email protected]>
termui: use the editor to create a new bug

github.com/git-bug/git-bug - 87669e0f18f282854d340a676834b939e34e5ed3 authored over 6 years ago by Michael Muré <[email protected]>
webui: Use the new schema

github.com/git-bug/git-bug - 8a4e373e7b1c093abeb967d9a6a43c5ed533edb8 authored over 6 years ago by Quentin Gliech <[email protected]>
termui: PgUp & PgDown to pagine the bug list as well

github.com/git-bug/git-bug - 091ac03f1f758bd681c5f522b88c04ea04d81359 authored over 6 years ago by Michael Muré <[email protected]>
vendor gocui on the master branch because of no release in a while

github.com/git-bug/git-bug - 12b0fecd9b9bce3f4a23754a5c0121598ed2f38a authored over 6 years ago by Michael Muré <[email protected]>
vendor gocui

github.com/git-bug/git-bug - bb9168f98a9dd50a7215652ab77a1c46615064cd authored over 6 years ago by Michael Muré <[email protected]>
termui: interactive and responsible list of bugs

github.com/git-bug/git-bug - 29bb7364c8e873c72a386f4f6fa26248e5355cb2 authored over 6 years ago by Michael Muré <[email protected]>
wip terminal ui

github.com/git-bug/git-bug - c0dbe70ee08db699a35d573ba09f7900fb959f92 authored over 6 years ago by Michael Muré <[email protected]>
graphql: move the mutations to a root Mutation type

github.com/git-bug/git-bug - e14f1b4264ec5196834db925202d9d9f93ac35c5 authored over 6 years ago by Michael Muré <[email protected]>
graphql: implement a first mutation

github.com/git-bug/git-bug - 3cb0469a2200dea24aff1f414aa971d5e6fe9815 authored over 6 years ago by Michael Muré <[email protected]>
graphql: use an interface instead of an union for the operations for easier query

github.com/git-bug/git-bug - 79b3d189186783c01acb194de825976a007dbd5f authored over 6 years ago by Michael Muré <[email protected]>
graphql: fix knot in the graphql/gqlgen usage

github.com/git-bug/git-bug - 5b70e3452a4685112fd005fef0727930ebd2adaf authored over 6 years ago by Michael Muré <[email protected]>
webui: show graphql urls

github.com/git-bug/git-bug - 64354c7ce3ff8d1c8c780a93b46c933781851edf authored over 6 years ago by Michael Muré <[email protected]>
graphql: document hack

github.com/git-bug/git-bug - f0f927645bed92a927dc8a68a9ea38a1c32fa556 authored over 6 years ago by Michael Muré <[email protected]>
graphql: lazy loading for the bug relay connection

github.com/git-bug/git-bug - c58aa18a2d0683b0a1e6f0597724e67b500503a0 authored over 6 years ago by Michael Muré <[email protected]>
graphql: fix marshaling of label

github.com/git-bug/git-bug - 08f03ecf3cbbc350585acf0492966681ec449a94 authored over 6 years ago by Michael Muré <[email protected]>
graphql: directly return a connection, cleaning

github.com/git-bug/git-bug - c351cfd30d59c9179cc940f9ae15c461462e1a50 authored over 6 years ago by Michael Muré <[email protected]>
cleaning

github.com/git-bug/git-bug - 8fa0b258ac89781dae269790a4bde09cbcd2f324 authored over 6 years ago by Michael Muré <[email protected]>
relay connection working with gqlgen

github.com/git-bug/git-bug - 6363518c85cbd8247a5f6507b8a1dd3903cfb71d authored over 6 years ago by Michael Muré <[email protected]>
wip gqlgen

github.com/git-bug/git-bug - ff2fd14e3f10a7206d4ec86f07e524cfa290e0fc authored over 6 years ago by Michael Muré <[email protected]>
follow go naming convention

github.com/git-bug/git-bug - 932743ac066e8c6d76cbfc1710b0d55a78dced55 authored over 6 years ago by Michael Muré <[email protected]>
cleaning

github.com/git-bug/git-bug - eb26dd8d743ab8a1c170d867597bdc604bee6a25 authored over 6 years ago by Michael Muré <[email protected]>
allow to run commands from lower than the root of a git repo

github.com/git-bug/git-bug - 5751cd8f6befa7e5dab6e647d9747f5f20f188b3 authored over 6 years ago by Michael Muré <[email protected]>
cleaning

github.com/git-bug/git-bug - a4d403de3a8c4f3a13e1839a6681fc81a8c32199 authored over 6 years ago by Michael Muré <[email protected]>
travis: add codegov hook

github.com/git-bug/git-bug - 0d649346b4f93e47dfac7a2ff66294d6ab095e2e authored over 6 years ago by Michael Muré <[email protected]>
cache: add shortcut functions

github.com/git-bug/git-bug - 7c6f9ef4aac84e0279cf0b343bd7e0d292485be3 authored over 6 years ago by Michael Muré <[email protected]>
add a cache to support the graphql API and the future interactive CLI UI

github.com/git-bug/git-bug - 074156634b47bfb6141f20a26ec38a386f9ba1b1 authored over 6 years ago by Michael Muré <[email protected]>
some cleaning

github.com/git-bug/git-bug - 6706fa2bebcf5e1ff7001dbe82a9d79fa33ac096 authored over 6 years ago by Michael Muré <[email protected]>
Remove webui/build/ from git tree

github.com/git-bug/git-bug - 78355c887a9cc1b058a1bbc6ff38df54e34a96b4 authored over 6 years ago by Quentin Gliech <[email protected]>
add test for push/pull/rebase with a real git repo

github.com/git-bug/git-bug - 108962a1574dd7d04ee4c17ab6d923475b523eef authored over 6 years ago by Michael Muré <[email protected]>
more refactoring to have reusable bug action across different UI

github.com/git-bug/git-bug - 6a12373965aff9f80147f8b5bff6a5a104927365 authored over 6 years ago by Michael Muré <[email protected]>
git: fix fetch not working

github.com/git-bug/git-bug - 49c90eab26875cbf3094d9a546ad29b426e174a1 authored over 6 years ago by Michael Muré <[email protected]>
bug: fix merge procedure

github.com/git-bug/git-bug - cbdba92704d8d918e8c7725aa0520b722b379816 authored over 6 years ago by Michael Muré <[email protected]>
fix remote refs pattern to match default git behavior

github.com/git-bug/git-bug - a28f325a439823e7883c5208267d358e56c90334 authored over 6 years ago by Michael Muré <[email protected]>
commit the builded webui

github.com/git-bug/git-bug - 78e5ec36b4713db84b4c789c797f8eed19964cfd authored over 6 years ago by Michael Muré <[email protected]>
bug: refactor to limit abstraction leak and to have a more reusable code for the UIs

github.com/git-bug/git-bug - 17e2ec8f5679c1ba7ae2ea45290e9303beb3c227 authored over 6 years ago by Michael Muré <[email protected]>
Merge pull request #3 from MichaelMure/ui

WIP: Web UI

github.com/git-bug/git-bug - e1f597639bfc2f796f74afa87e41581087f0b26e authored over 6 years ago by Michael Muré <[email protected]>
webui: Basic bug list

github.com/git-bug/git-bug - 6d8559048f9dcbac4ee9f65de54bda4cd1a7431c authored over 6 years ago by Quentin Gliech <[email protected]>
graphql: add `allBugs` to root query

github.com/git-bug/git-bug - 50fd2943acac8685db92a016ee3c9dbfc95842cf authored over 6 years ago by Quentin Gliech <[email protected]>
webui: Split into multiple, smaller components

github.com/git-bug/git-bug - 4901bdadd3918833fc2cf0ad47d73aeeb061af0d authored over 6 years ago by Quentin Gliech <[email protected]>
Basic WebUI

Based on Material-UI, react-router and react-apollo

github.com/git-bug/git-bug - 62c422fa96d9751903e8eeb8ff6bccc45eb5995a authored over 6 years ago by Quentin Gliech <[email protected]>
Add title field to bugs in graphql schema

github.com/git-bug/git-bug - 3dd41e5da17c41d24fe295819b3717e5ae47794d authored over 6 years ago by Quentin Gliech <[email protected]>
webui: Add flag to specify which port to listen to

github.com/git-bug/git-bug - 8f0bb154b0c64b8d31e62267a8eee8363cf93932 authored over 6 years ago by Quentin Gliech <[email protected]>
donc't build generators in a normal build

github.com/git-bug/git-bug - 94623b2a82485e573005fc52441dcdbe79f8d026 authored over 6 years ago by Michael Muré <[email protected]>
generate zsh completion

github.com/git-bug/git-bug - 35240350eab9525d63361915c30d467edc108d57 authored over 6 years ago by Michael Muré <[email protected]>
use DisableAutoGenTag to not have to commit the documentation after each build

github.com/git-bug/git-bug - 302a69bfc5c1de153455a813ef14c170452305f0 authored over 6 years ago by Michael Muré <[email protected]>
add bash completion (only for "git-bug" for now ...)

github.com/git-bug/git-bug - e527c57fdd3931127e31a434e55c1dac16eb20b4 authored over 6 years ago by Michael Muré <[email protected]>
generate manpages

github.com/git-bug/git-bug - 5a8c6498bb289ce7859fc17803a5a54bc22646c6 authored over 6 years ago by Michael Muré <[email protected]>
generate markdown documentation

github.com/git-bug/git-bug - e89f87624f27b7b98efc959bd96e260ac86f9236 authored over 6 years ago by Michael Muré <[email protected]>
graphql: Actually get the bugs from the repo

github.com/git-bug/git-bug - 1dd5118eebe0e993d55ae5433cb2dcfd2764bf4f authored over 6 years ago by Quentin Gliech <[email protected]>
NewBug can no longer error

github.com/git-bug/git-bug - 59e6ae872cad5683a9f1887cbef382d0e76ecc61 authored over 6 years ago by Michael Muré <[email protected]>
humanize time

github.com/git-bug/git-bug - 0a7814f33a44a57924ac4c6dfeca20cf741dc1f3 authored over 6 years ago by Michael Muré <[email protected]>
small cleaning

github.com/git-bug/git-bug - d7313068fbb95829175fe108352b7b1e99e6fe9d authored over 6 years ago by Michael Muré <[email protected]>
bug: replace the uuid based id with the hash of the first commit

github.com/git-bug/git-bug - 9f04fc2f7b31aeefa8281aff0d1d40a698f4b627 authored over 6 years ago by Michael Muré <[email protected]>
start of a graphql schema+types

github.com/git-bug/git-bug - f42cf79443fd08f61385761f86ddeb0f914257e6 authored over 6 years ago by Michael Muré <[email protected]>
remove tests with go 1.8 due to conflict with cobra/vipe

github.com/git-bug/git-bug - 2bbb145801eb3643b4792401a8e891f505fe573e authored over 6 years ago by Michael Muré <[email protected]>
webui: add a primitive graphql handler

github.com/git-bug/git-bug - a2a50f3de0c428c5a61e6a449191be3c4ded86ac authored over 6 years ago by Michael Muré <[email protected]>
fix dependencies

github.com/git-bug/git-bug - 25fb88d7497b00bbe3dda540efde22ffd3de6e49 authored over 6 years ago by Michael Muré <[email protected]>
rework all the commands to use cobra as a parser

github.com/git-bug/git-bug - 7f5922f905831a85ffee4c9226b65715899ba758 authored over 6 years ago by Michael Muré <[email protected]>
add compiled webui

github.com/git-bug/git-bug - 459bb8747d9e84493b8d04a3172e6758452a75b9 authored over 6 years ago by Michael Muré <[email protected]>
update readme with the label command

github.com/git-bug/git-bug - b4ba7bde718608582ed36b216a847659e76cd872 authored over 6 years ago by Michael Muré <[email protected]>
implement label op+command

github.com/git-bug/git-bug - cfa11372cbcbb5f4553f3dcd8897d5f5207c6507 authored over 6 years ago by Michael Muré <[email protected]>
all operations now have an author and a timestamp

github.com/git-bug/git-bug - ba3281dc9918fa49f10c2a166b5b631a931d2d51 authored over 6 years ago by Michael Muré <[email protected]>
fix tests

github.com/git-bug/git-bug - 6f83d89274fc796e01149c84b91b8aa2066f0273 authored over 6 years ago by Michael Muré <[email protected]>
crude implementation of show

github.com/git-bug/git-bug - 43bf0063f2994463cdb98ec6420b786ca41dde28 authored over 6 years ago by Michael Muré <[email protected]>
ls: add some colors

github.com/git-bug/git-bug - 1332a6ec0a00b2475bc2b7b35b4c61425361d6b6 authored over 6 years ago by Michael Muré <[email protected]>