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

ls: Add support to ls dump bug information in specific formats

This adds an optional flag to the ls command that allows users to specify the format they wish t...

de5565b5f9830556afa7bb5a95fa4e3f27a755c5 authored over 4 years ago by vince <[email protected]>
generate docs and completion concurrently for a faster "make"

6352d6aa2338f47cd8b60631dec5f4161d9d92ec authored over 4 years ago by Michael Muré <[email protected]>
CLI: enable Fish completion

78f39c40778b31de63710cc022ff491c2e4586a7 authored over 4 years ago by Michael Muré <[email protected]>
update cobra

6fd7934f53e4e0fc16845a7928a1668a264b7857 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #401 from MichaelMure/dependabot/npm_and_yarn/webui/minimist-1.2.5

build(deps): [security] bump minimist from 1.2.0 to 1.2.5 in /webui

4f15c87b4d93ae4e72647f4708c03052d78338ab authored over 4 years ago by Michael Muré <[email protected]>
build(deps): [security] bump minimist from 1.2.0 to 1.2.5 in /webui

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. **This update includ...

882f6890c1cc44c853c88ab35da00dba74b26e1a authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
webui: update some deps

c9e4a356a9e63867ef2c71e05b42f6da97b2b439 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #398 from MichaelMure/dependabot/go_modules/github.com/go-errors/errors-1.1.1

build(deps): bump github.com/go-errors/errors from 1.0.2 to 1.1.1

bdab0d6b6712ec311fb157006e608e7d3c9fb41d authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/go-errors/errors from 1.0.2 to 1.1.1

Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.2 to 1.1.1.
- ...

522503c523750da323d75e64a506a1a0ba16d089 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #400 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.6.1

build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1

76189f05c74a7d535f7d13a468aa2607b545e083 authored over 4 years ago by Michael Muré <[email protected]>
bug: make sure to disable label color escape when not on a terminal

9a00ffb72ea3b9791a77c1f20196f9d6ba01cb54 authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1.
- ...

1f66bb6de86f9cfefb234033a5539c5d320820d0 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #388 from bsdlcook/freebsd-port

Include FreeBSD package section.

5029cc1e76de6ed08886d5cf9a06d444d6866282 authored over 4 years ago by Michael Muré <[email protected]>
Fix intendation for FreeBSD package/port section.

2926310033e07642673181fc30b93edc3da01adc authored over 4 years ago by Lewis Cook <[email protected]>
Add FreeBSD package/port section.

76b55c616856dc2e933155ea421281fd9a2a67ea authored over 4 years ago by Lewis Cook <[email protected]>
Merge pull request #382 from westurner/patch-2

DOC: README.md: is/are

966edfc2324e6526d9ee02b843c288124eeac306 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #375 from MichaelMure/dependabot/go_modules/github.com/go-errors/errors-1.0.2

build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2

f9452e38165ef8146d68ed2873f2957fc14ba4dd authored over 4 years ago by Michael Muré <[email protected]>
Merge branch 'patch-1'

e49b15db3a05cbd839785a299a3f3cc212922529 authored over 4 years ago by Michael Muré <[email protected]>
DOC: commands/root.go: syntax

25d633d5b09a3dd72373b32be489aa374bf2cdd2 authored over 4 years ago by Wes Turner <[email protected]>
identity: actually test the mutator

fb31f80120457bba76dc336a68ceae2efb7b8579 authored over 4 years ago by Michael Muré <[email protected]>
DOC: README.md: is/are

fe6e3ef48d8fd2cefb31c93b9bf50ef43eefb5e7 authored over 4 years ago by Wes Turner <[email protected]>
Merge pull request #380 from ogirginc/master

Update README.md

0434d9203a4accb8a805ed272b340a3a19d286b4 authored over 4 years ago by Michael Muré <[email protected]>
Update README.md

Display Homebrew option to install git-bug on macOS.

ce8802be6be50a393ba1141f504b6c57591717e6 authored over 4 years ago by Ogulcan Girginc <[email protected]>
Merge pull request #378 from vojta001/master

termui: fix a crash when trying to open a bug when there are none

4242150173124615ebad827dc4763a70d4952f1a authored over 4 years ago by Michael Muré <[email protected]>
termui: fix a crash when trying to open a bug when there are none

Nothing prevented you from pressing Enter in bug listing even when there
were no open bugs. Doin...

8a81b9fec76e355f404d00ee250db49bee593db3 authored over 4 years ago by Vojtěch Káně <[email protected]>
build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2

Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.1 to 1.0.2.
- ...

308810c827ab4e4d3a8a1db07f07c0c061bd3900 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #371 from mindriot101/config-reads-includes

Supports git config includes

d3fc94a650f863245052c11b5fe346786fd04dcb authored over 4 years ago by Michael Muré <[email protected]>
Supports git config includes

I like to have "private" settings in a git include file, and store the
main .gitconfig under ver...

e062d9aedfa34077757e6df13bbbbaf9cbb1a2d4 authored over 4 years ago by Simon Walker <[email protected]>
Merge pull request #364 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.7

build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7

28c3ee3b7156f90e72a41899d8738d51d9d4eac8 authored over 4 years ago by Michael Muré <[email protected]>
readme: better phrasing

a8aecec6eeb41ccac35871cbe45fed4ae5231f27 authored over 4 years ago by Michael Muré <[email protected]>
readme: fix image links

e43920bc87853f9353e93846916e5f74289dcd64 authored over 4 years ago by Michael Muré <[email protected]>
readme: document workflows

685a4fdc0c02e479cd734196482d0f40e60d2b1f authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #363 from MichaelMure/gitlab-iterator

gitlab: refactor the iterator, fix bug

2d64b85db71a17ff3277bbbf7ac9d8e81f8e416c authored over 4 years ago by Michael Muré <[email protected]>
gitlab: fix iterator (paginate with first index 1) and avoid the trailing API call

903549cadf40ede3771053781eb6e9fd31aaa64e authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.6 to 0.0.7.
- [Release n...

53038648a5ac4aa0d218e66db85e7247a7b457b8 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
gitlab: refactor the iterator, fix bugs

Notably, properly reset sub iterators when changing to the next issue

f4ca533fe10f7fa893e1953f8c8d9ed3e783486c authored over 4 years ago by Michael Muré <[email protected]>
jira/gitlab: fix a bad login handling in the configurator

38b42bc867f8f352908ba81334bec86b001e8fac authored over 4 years ago by Michael Muré <[email protected]>
drop support of go 1.11 due to bad dep handling without mod support

fec9ea09f65e5d15f365dd635885a709712be812 authored over 4 years ago by Michael Muré <[email protected]>
query: more robust tokenizer

ecde909b0a87c329db3cd62562c7bf3902139320 authored over 4 years ago by Michael Muré <[email protected]>
launchpad: fix a nil value access

aec81b7039effb59ba81383da0682e0937340962 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #354 from MichaelMure/dependabot/npm_and_yarn/webui/acorn-5.7.4

build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webui

7c04f7fb3afd79d5963b2c451f36e764b8465e2c authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #362 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.29.0

build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0

93f44cb0275cf487c2e01b18ae4cfa7f95a1cc78 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #355 from MichaelMure/query-parser-ast

replace the all-in-one query parser by a complete one with AST/lexer/parser

390e66eb2b3a7088cdb8a44eeaf384fe691daf4a authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.27.0 to 0.29.0.
- ...

3e4b1844e3c742f4cb61ab233840950e8157656e authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
query: no need for an ast package

314fcbb2293d869c33d6a76aedd148aedff6561d authored over 4 years ago by Michael Muré <[email protected]>
cache: replace the all-in-one query parser by a complete one with AST/lexer/parser

5e4dc87ffec7f87bbf3ebfcf256777ad773e8450 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #358 from MichaelMure/gitlab-tests

gitlab: fix issues import url

58abc6b0a35b679ac0c34579ff1cb53c8fa71af4 authored over 4 years ago by Michael Muré <[email protected]>
launchpad: tighten the bug matching

a8666bfeb8255c2a0a9eed55ba143d65237febbf authored over 4 years ago by Michael Muré <[email protected]>
github: tighten the import matching

fae3b2e7db1249b4a284c80e5050f56c0143d041 authored over 4 years ago by Michael Muré <[email protected]>
jira: tag bugs with the base URL, tighten the matching

4397766800fd02517501a969b8212708badd3312 authored over 4 years ago by Michael Muré <[email protected]>
gitlab: match bugs on IDs + baseURL because the URL is not stable

8389df0711dbd5cb13b187fa31ce0dbd5c781460 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #361 from MichaelMure/dependabot/go_modules/github.com/mattn/go-runewidth-0.0.9

build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9

5491d12873732d05d2f08cfe784985eee6e41a20 authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9

Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.8 to 0.0.9...

82e2f2dd6d548ba4af1cffde00e2175b061ef1be authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #359 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.8

build(deps): bump github.com/MichaelMure/go-term-text from 0.2.7 to 0.2.8

61e6b361d489023d633a74259c235046937679dd authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/MichaelMure/go-term-text

Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0....

9dd7bb54b92dcc31cdcda63d617f5186fdd19df3 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
gitlab: fix bugs import url

49285b03c9f255e5205e585e30ff61c87cb548ad authored over 4 years ago by amine <[email protected]>
build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webui

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a se...

dc8d28df7edac1a32ea23d487c56f85d5fed621d authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
makefile: add target to clean remote identities

05c968ca2493eb78d0890768c36c39d56c1e65c0 authored over 4 years ago by Michael Muré <[email protected]>
cache: fix missing login in LegacyAuthorExcerpt causing panic

e0a702f41d844cef3e0d7bd0f9e986408fdfbe9a authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #348 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.27.0

build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0

17ca28c2dff972e4721f4803b1234f664bcfa353 authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.26.0 to 0.27.0.
- ...

bc40bebc87ebc9ea2a4fde7f0669df80ecbce781 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
github-howto: change title

e4f501c010f0b744f7918f2a706a83211767ff5a authored over 4 years ago by Michael Muré <[email protected]>
travis: build with go-1.14, release with go-1.13

4096cb05f69e38883cbbac800cfb55e667769dff authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #281 from MichaelMure/howto-github

add a how-to to explain usage with Github

71580c41a931a1ad2c04682e0fd701661b716c95 authored over 4 years ago by Michael Muré <[email protected]>
howto: link to other ressources

f82ad38671ab42690d83675166e5eefa03d74d85 authored over 4 years ago by Michael Muré <[email protected]>
git: fix GetRemote to not break when there is no remotes

eeeb932b718ed4764df544ce85888461fc1377fb authored over 4 years ago by Michael Muré <[email protected]>
add workflow diagrams

e53d7c6561fd4f0f7f96f67ea14c64f1333bd6cc authored over 4 years ago by Michael Muré <[email protected]>
doc: refresh the github howto

8365c6334edea95a38b9b7d0184be7c537c2bee9 authored over 4 years ago by Michael Muré <[email protected]>
doc: fix typos

710d85664e6cf933d2b1691871a4246b8e7eceb3 authored over 4 years ago by Michael Muré <[email protected]>
add a how-to to explain usage with Github

19f3c214288647b61bc730bb0b1d400fc59c74b0 authored over 4 years ago by Michael Muré <[email protected]>
update readme

60bf8e0d6e8b0b7769f0eb34b2506f8e4adbe433 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #344 from MichaelMure/github-lowercase-login

github: fix matching cred/identity with badly cased login

0b559bacd51cc78235abc89b4767b459cc0e4cfa authored over 4 years ago by Michael Muré <[email protected]>
github: fix tests

a90954ae1a1b4d01d9695e45feb979c40ca42c9e authored over 4 years ago by Michael Muré <[email protected]>
github: correct casing for user provided login

fe38af05a84abc15243bacf55a63f6f9aae37a33 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #347 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.7

build(deps): bump github.com/MichaelMure/go-term-text from 0.2.6 to 0.2.7

140eae09c2311d2509e42376f1288da331705632 authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/MichaelMure/go-term-text

Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0....

2957a4d8ca4e09ed4141ec99ed8f8427e846487f authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #346 from quincunx/fix_compile_error

Fix compile errors on Windows

416916220a9be0e8e30dd999033637ccca3b410b authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #343 from MichaelMure/login-is-back

identity: bring back the login to hold that info from bridges

0c791483286ce2ed845bbc77b2a2899149ad83c5 authored over 4 years ago by Michael Muré <[email protected]>
identity: bring back the login to hold that info from bridges (purely informational)

893de4f5c0e852fac9a73e0c0243bc038af75f17 authored over 4 years ago by Michael Muré <[email protected]>
termui: fix bad rendering due to outdated go-runewidth

68acfa519ab6656648d1e976db2a4190bbeb5f44 authored over 4 years ago by Michael Muré <[email protected]>
termui: fix label cropped in the label edition window

a322721a114e41a0ef0912606faad81780dcc357 authored over 4 years ago by Michael Muré <[email protected]>
Fix compile errors on Windows

e82f1588598e8a99cbdef2a1e5d98c0c16d3d17e authored over 4 years ago by Christian Schürer-Waldheim <[email protected]>
Merge pull request #341 from MichaelMure/bridges-default-login

bridge: record the login used during the configure and use it as default credential

8ef6438fb476e9d510a39ead321cbeee6288e2d2 authored over 4 years ago by Michael Muré <[email protected]>
update webUI's screenshots

0e68c10ffc3f9e72e32b8cdfcd917b3fe1ab240c authored over 4 years ago by Michael Muré <[email protected]>
pack the webui

ea545a89d028c98e0ddc8d07e119c422bd2f5a53 authored over 4 years ago by Michael Muré <[email protected]>
webui: adjust some margins

f1759ea3602b8dfe9e9c390d8f8b0a44eda6932c authored over 4 years ago by Michael Muré <[email protected]>
webui: fix bad formatting on Date

1164e3410e94709f1e355c5be65d3b117e2d6b2d authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #331 from MichaelMure/webui/mutations

Webui: add comments

f87d63b3c656f6efba3c62c121f66e513ca3efea authored over 4 years ago by Michael Muré <[email protected]>
update auto-generated files

4559af5e71a2d6d1c53329e565d101c3eadacf6e authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #335 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.6

build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6

da2eb3c519be1da8adf1ab0da8dbb526cfce9a73 authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6.
- [Release n...

8516653d8dd573f293c1ece82f7bd5d8c512bbd0 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #334 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.5.1

build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1

54aff67e00fdca58dce17cce8217391dbeb39bb1 authored over 4 years ago by Michael Muré <[email protected]>
prompt: minor aspect fix

d7bb346dccbca7d4b156d73cab5c39367057c7f7 authored over 4 years ago by Michael Muré <[email protected]>
update auto-generated files

4ec4f45195d9bd19a63b9bdca0596b7daba4c4ab authored over 4 years ago by Michael Muré <[email protected]>
use regex.MustCompile instead of dealing with the error

dc21ad089295723ca95bf1b452d2f6f31c51c735 authored over 4 years ago by Michael Muré <[email protected]>
bridge: record the login used during the configure and use it as default credential

fix #338

0cebe1e57e7e4b03aef77cd11bd4fc683c32afc6 authored over 4 years ago by Michael Muré <[email protected]>
webui: run linter fix

f96484391ae817a18f503b5c31cd3bd2211553df authored over 4 years ago by ludovicm67 <[email protected]>
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1.
- ...

68ec06e8cb65d8eab4338c78232c64727e5b0ad4 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #250 from cheshirekow/cheshirekow-jira

Implement jira bridge

b3318335986618388637a9d35d68b39633e4548a authored over 4 years ago by Michael Muré <[email protected]>
update README

be763b4c4c7c5fd9e33bd53175364b3f9e781af7 authored over 4 years ago by Josh Bialkowski <[email protected]>