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

build: drop support for go 1.10

github.com/git-bug/git-bug - 2ebf43c988c73dcd9f5471622c0d1a466f454c37 authored almost 5 years ago
travis, attempt to fix the build by using updated go version

github.com/git-bug/git-bug - 3932f74997e4e1b15b569bd7b16218bd2a82c59e authored almost 5 years ago
upgrade to gqlgen master, waiting for a release

github.com/git-bug/git-bug - 7e48e0a9bebed113246e7883164c5d87eb936afb authored almost 5 years ago
migrate to go modules

github.com/git-bug/git-bug - 1d4bb7ceb0cef79d68df0bacc913b01e40e6ddd6 authored almost 5 years ago
cache: don't store legacy identities IDs in bug excerpt as they are not reachable. Fix a panic

github.com/git-bug/git-bug - f093be96e98284580d61664adecd0a2ff8b354e4 authored almost 5 years ago
Merge pull request #301 from MichaelMure/webui/issue-filtering

Issue list improvements and filtering

github.com/git-bug/git-bug - 6343c8e611dfd7af86305d1e358f513dfb1e644b authored almost 5 years ago
webui: add open/closed issues count

github.com/git-bug/git-bug - adb28885a368e4ccffe7bfccdf45931e37f66a72 authored almost 5 years ago
webui: implement issue list sort

github.com/git-bug/git-bug - ead5bad7854bc2342e0998c8a45f62e9aace7887 authored almost 5 years ago
webui: implement filtering

github.com/git-bug/git-bug - 4d97e3a19a96e2361b35a0ccc0be74e0ba887214 authored about 5 years ago
webui: enhance the issue list page

This starts some ground work for filtering & moves the pagination logic
in the query params.
Als...

github.com/git-bug/git-bug - fa13550115144a6f39888960a80cc24890f83536 authored about 5 years ago
Merge pull request #300 from ludovicm67/webui-display-current-identity

Webui: display current identity + improve app bar

github.com/git-bug/git-bug - 9f7953161f3ef8a6081b7950b3cc274e34666116 authored about 5 years ago
webui: remove useless conditions

github.com/git-bug/git-bug - 70354165ff1956dd0598ff69736fb0436612003c authored about 5 years ago
webui: add logo

github.com/git-bug/git-bug - 7de5a25ffa0b2c45db9cb2da0e142b5b5b6d5b7d authored about 5 years ago
webui: display current identity in the AppBar

github.com/git-bug/git-bug - def48e53f4ae206a10d0973439efdd7769e91100 authored about 5 years ago
webui: fix AppBar

github.com/git-bug/git-bug - 8f6bc245038ce7197034877bf0fd5ddcb8d3e24d authored about 5 years ago
Merge pull request #299 from ludovicm67/fix-webui

Fix column overflow in webui

github.com/git-bug/git-bug - ff33e62f65d0a4764358352492f46daccf961f93 authored about 5 years ago
webui: change primary color

github.com/git-bug/git-bug - f716bc1db9af25af96c59f9eee9c34525f7a88f0 authored about 5 years ago
webui: fix width for pre tags in bug messages

github.com/git-bug/git-bug - e364674850d527fe3a3c9bb8e3745ee619784636 authored about 5 years ago
webui: open image in a new tab on click

github.com/git-bug/git-bug - 3413ee448a79686381624a414b18debd09120b9e authored about 5 years ago
webui: fix column width on bug

github.com/git-bug/git-bug - e08ecf1a7f8d93b584c0c5130e4333d6621a4c52 authored about 5 years ago
webui: custom image tag

github.com/git-bug/git-bug - 42219ab655090ea1194e1b8e280ed8e86b31abbe authored about 5 years ago
fix version not set properly when built on travis

github.com/git-bug/git-bug - 20080aa0e485412b07e1942798b264030e744381 authored about 5 years ago
Merge pull request #298 from MichaelMure/webui/gql-fragment-matcher

Use the IntrospectionFragmentMatcher & update dependencies

github.com/git-bug/git-bug - 00b1bd04347570f42492f9ce48b7d2093f14a657 authored about 5 years ago
webui: use the IntrospectionFragmentMatcher & update dependencies

github.com/git-bug/git-bug - 5374a74ecbd6a41719371b457ca1f876868c54c8 authored about 5 years ago
Merge pull request #287 from MichaelMure/github-import-error

Github import error

github.com/git-bug/git-bug - ead3fdd07489c8945ecbd7de6675c4fd49c2877e authored about 5 years ago
github: warning when the comment to be edited is missing instead of failing

fix #286

github.com/git-bug/git-bug - ee48aef489c91a99b665ab1cd783e241611a3841 authored about 5 years ago
codereview #6: don't fail one warning

* presence of an error in the import event doesn't indicate failure

github.com/git-bug/git-bug - a785bcdad6296b3babeb62ef3e91d66450730244 authored about 5 years ago
* Fix git config reader can't read values with spaces

* Add NewImportWarning for things that aren't exactly errors.
Use this for unhandled changelog ...

github.com/git-bug/git-bug - f15206e7b1d60239f4e42c618297554bda524b5e authored about 5 years ago
Merge pull request #285 from MichaelMure/fix-gitlab

Fix gitlab

github.com/git-bug/git-bug - ca1d305308d4ee6d0fec16a0af10b62bb52cd265 authored about 5 years ago
gitlab: proper token generation URL with custom base URL

github.com/git-bug/git-bug - 86b114ae7e0ff376c84381bdb0d466f0c1c11ad5 authored about 5 years ago
gitlab: fix edit not being pushed with baseUrl

fix #284

github.com/git-bug/git-bug - d2ed6747e593e12c317d5191573d5d3460d72660 authored about 5 years ago
termui: fix an excessive assumption about an error

github.com/git-bug/git-bug - fc568209f073b9d775a09e0dbb8289cf9e5749bf authored about 5 years ago
Merge pull request #280 from MichaelMure/bridge-gitlab

bridge/gitlab: add base url configuration

github.com/git-bug/git-bug - 1bcba473fb77a3caf2c1b4afa98356069ebe9bc3 authored about 5 years ago
bridge/gitlab/config.go printing typo

Co-Authored-By: Michael Muré <[email protected]>

github.com/git-bug/git-bug - c769348c75ef7d955fff5a5979bcc0370e1daaf0 authored about 5 years ago
Merge pull request #277 from MichaelMure/dependabot/dep/github.com/MichaelMure/go-term-text-0.2.4

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

github.com/git-bug/git-bug - 8acbc9db40992d7976ed9efa4c368ac0a5a2d4fd authored about 5 years ago
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....

github.com/git-bug/git-bug - 2852bb27e509822c26bf92cecf27fd72ef351d6f authored about 5 years ago
Merge pull request #278 from MichaelMure/bridge-conf-workflow

bridge: allow to configure and pull without having set a user first

github.com/git-bug/git-bug - 3a3a4ffacd288627f84b367e9a735c3b1451c78b authored about 5 years ago
bridge/gitlab: add missing baseUrl prompt and options

bridge/gitlab: fix api calls with self hosted Gitlab instances

github.com/git-bug/git-bug - 5cffb5d11435257ebf5213c9a1710afb04978e9e authored about 5 years ago
bridge: allow to configure and pull without having set a user first

- init() only the importer or exporter as required
- assign a "default user" user Id to credenti...

github.com/git-bug/git-bug - 864d3ed33597211f22177fce6ecb7e741db795b5 authored about 5 years ago
repair after rebase

github.com/git-bug/git-bug - dca85b309a0a82e9993a345964d0831ab2876fb4 authored about 5 years ago
codereview #1: clean lint from golangcibot

github.com/git-bug/git-bug - 7657a38ff20a7b3b2dbec5e6c981038c871f46e7 authored about 5 years ago
codereview #6: don't fail one warning

* presence of an error in the import event doesn't indicate failure

github.com/git-bug/git-bug - 3384d1b26bea41224c260b1912c51e0564571422 authored about 5 years ago
codereview #4: fixes from testing

* don't prefix imported title's with jira ID
* fix import new comment due to wrong variable name...

github.com/git-bug/git-bug - 98bd372e604285cf79ffcf04d0fdf423200cab8f authored about 5 years ago
codreview #3: two credential types, more fixes

* Support both token and session credential types
* use getTimeDervedID in export.go
* keyOrigin...

github.com/git-bug/git-bug - a59aaebc7e2fb6b1d14d6637cad7522463c0b25f authored about 5 years ago
codereview #2: some cleanup, correct use of nothing-events

* return error, don't panic
* skipping status export is an error
* use switch in config.go
* mov...

github.com/git-bug/git-bug - cd889572f7870a62758240b323a9086a76c5120a authored about 5 years ago
codereview #5: reverse-map and ImportWarning

* Fix git config reader can't read values with spaces
* Add bug-id-revmap config option for the ...

github.com/git-bug/git-bug - 4e64c834e2cd672f3daff59fe8117873688dfebc authored about 5 years ago
Implement jira bridge

github.com/git-bug/git-bug - eff830bdcb8f979da34fb9e8f782efb1598b4a44 authored about 5 years ago
Merge pull request #274 from MichaelMure/gitlab-bridge

bridge/gitlab: support self-hosted GitLab instance

github.com/git-bug/git-bug - e96d8e6771086e20639a16abf6af30f2faa006a0 authored about 5 years ago
bridge/gitlab: support self-hosted GitLab instance

github.com/git-bug/git-bug - f6b4830c0b68f3b5c616236bc9d51943765c8b4a authored about 5 years ago
Merge pull request #273 from MichaelMure/user-create-set

cmd: "user create" only assign the user identity if not set

github.com/git-bug/git-bug - ef6801a37f75fbc5f65b0a5db194b7f88b439e7b authored about 5 years ago
cmd: "user create" only assign the user identity if not set

github.com/git-bug/git-bug - da6591e4807d6aec5f230e8a1efad1e2ef686608 authored about 5 years ago
Merge pull request #271 from MichaelMure/bridge-credentials

bridge: huge refactor to accept multiple kind of credentials

github.com/git-bug/git-bug - f1ed857cbd3a253d77b31c0c896fdc4ade40844f authored about 5 years ago
auth: Correctly cast configs[configKeyKind]

github.com/git-bug/git-bug - 58c0e5aac97eabc02fa890123f3845ae6fe632a8 authored about 5 years ago
type the CredentialKind values

Co-Authored-By: Amine <[email protected]>

github.com/git-bug/git-bug - 4c6d33e48eacaeae986d34141ad32e8fcbf958d6 authored about 5 years ago
Merge pull request #272 from MichaelMure/fix-import-time-save

bridge: fix incorrect last import time on context cancel

github.com/git-bug/git-bug - 69af7a1e0c2647c354fd9c5b55a254ba677200e1 authored about 5 years ago
bridge: fix incorrect last import time on context cancel

github.com/git-bug/git-bug - 8f7f89561b59a0988d56bc41a30093730e35f70e authored about 5 years ago
bridge: huge refactor to accept multiple kind of credentials

github.com/git-bug/git-bug - b92adfcb5f79f2b32c3dafb0fc3e7f1b753b6197 authored about 5 years ago
Merge pull request #265 from contrapunctus-1/doc-grammar

readme - fix some grammatical issues

github.com/git-bug/git-bug - 981a4a848b1329da1a73270e27633911f9298bb1 authored about 5 years ago
readme - fix some grammatical issues

github.com/git-bug/git-bug - f7f1924da75385d9b5d9fb9f2931d5605355fb37 authored about 5 years ago
Merge pull request #263 from MichaelMure/configure-cleanup

github: tiny cleanups of the configurator

github.com/git-bug/git-bug - 5207fb41091a382cc8c0c8db2dc6f7c10bbb8a77 authored about 5 years ago
bridge: move export event handling to the CLI

github.com/git-bug/git-bug - 1a1e313f3028243680c29520d96f722092a2bd38 authored about 5 years ago
gitlab: configurator cleanup

github.com/git-bug/git-bug - 4f856d6f78f8ffe1795a71195244e5a332ac3215 authored about 5 years ago
github: tiny cleanups of the configurator

github.com/git-bug/git-bug - afe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346 authored about 5 years ago
Merge pull request #262 from MichaelMure/bridge

bridge: trim inputs during bridge configuration

github.com/git-bug/git-bug - 26a62692415868dab906bc702504e83532cb09b9 authored about 5 years ago
bridge: trim inputs during bridge configuration

github.com/git-bug/git-bug - 7cb772095ef9fada1d07924eb4cba57550bba60d authored about 5 years ago
Merge pull request #260 from MichaelMure/bridge

Support bridge configuration with global tokens

github.com/git-bug/git-bug - 44f648a931b43d707d37cb469fead5e21a615e04 authored about 5 years ago
bridge/gitlab: add gitlab bridge configuration

github.com/git-bug/git-bug - 06abb5a5312dfaa1edac58cced94691e477c2ed7 authored about 5 years ago
bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions

bridge/github: global fixes

github.com/git-bug/git-bug - da2d7970cd46c52bb8630c5540ea013bd3b9e81a authored about 5 years ago
commands: add bridge configure --token-id flag

github.com/git-bug/git-bug - 09db1cda71c87d87e700eabbecf89e10a0923d43 authored about 5 years ago
bridge/github: use core.ConfigKeyToken instead of keyToken

github.com/git-bug/git-bug - 014e754fcdcd59c633e2bfc490fe34b0dcd0d89a authored about 5 years ago
bridge/github: configuration with global configs

github.com/git-bug/git-bug - b1d0f48f67e931ebd39a359a573bcd62093167b3 authored about 5 years ago
bridge/core: load token value in ensureInit

bridge/core: add more token functionalities

github.com/git-bug/git-bug - bf7583862db5e20ad0bde85a2c9e28d50ea30db7 authored about 5 years ago
Merge pull request #258 from MichaelMure/fixes

Bridges fixes

github.com/git-bug/git-bug - 6345895a3d9a055927f1d4b78f254a55c1d271b6 authored about 5 years ago
Merge pull request #255 from MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0

build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0`

github.com/git-bug/git-bug - f35845d328e7e1151051070b2f98b903050a1326 authored about 5 years ago
vendor: update github.com/awesome-gocui/gocui dependencies

github.com/git-bug/git-bug - 17b43299731a4e59a064f8faa717f8e067e201c4 authored about 5 years ago
bridge: use the target as well in the token ID

github.com/git-bug/git-bug - 76b612936dc52f7f50cd4a62de8cefa09ce65e1e authored about 5 years ago
Merge pull request #254 from MichaelMure/import-events

Bridge: correctly emit NothingEvents

github.com/git-bug/git-bug - dcf3feb0b5a30de47a29557c63cf3d67602753ee authored about 5 years ago
github: sort project candidate in the interactive wizard

github.com/git-bug/git-bug - 5054b8dbdc6fa9c027c6eb172f6364235209362f authored about 5 years ago
Merge pull request #256 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1

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

github.com/git-bug/git-bug - 22085f30d3ddb51f8192c0776cf4c82749ab2cab authored about 5 years ago
bridge/launchpad: importer correctly emit NothingEvent

github.com/git-bug/git-bug - d6d5978b6dbba1adffd91ff8b86bd5e8465978f5 authored about 5 years ago
bridge configure: no default name if the default has already been created

github.com/git-bug/git-bug - 60427f066af7aefb806883809090120a9654331a authored about 5 years ago
vendor: update github.com/xanzy/go-gitlab dependencies

github.com/git-bug/git-bug - 87f86bca1e8307b5d76698cc9043f0164568d7e9 authored about 5 years ago
bridge/gitlab: importer and exporter correctly emit NothingEvents

github.com/git-bug/git-bug - 967f19a30f0668f4df16295adcc2708607140566 authored about 5 years ago
bridge/github: export correctly emit nothing events

github.com/git-bug/git-bug - 87244d3c8da86fa3b02f87211e823f75649585f6 authored about 5 years ago
Merge pull request #213 from MichaelMure/hash-collision

bug: make sure there is no Operation's hash collision

github.com/git-bug/git-bug - 62fea2615d2bb870721b745a5dbe017772f20918 authored about 5 years ago
bridge/github: importer corectly emit events

github.com/git-bug/git-bug - 8b5685bb9903f4db5c7375aa4ace83772f5d757b authored about 5 years ago
bug: make sure there is no Operation's hash collision

github.com/git-bug/git-bug - 283e97111b0b39a4e8f7717234f0bfbbb4f481af authored about 5 years ago
Merge pull request #247 from MichaelMure/bridge-origin

bridge: move keyOrigin to core package

github.com/git-bug/git-bug - e01cefff9826589b77bd34464301f196112d68f7 authored about 5 years ago
bridge/launchpad: add missing metadata

bridge: use a specific key for origin metadata

github.com/git-bug/git-bug - 8ffe2a9b03f5d489e12d2d4d2677bbe67a1b53d7 authored about 5 years ago
bridge/core: document import/export events

github.com/git-bug/git-bug - 67c82f4a2d683e746df5f8af9e0725acd252d29d authored about 5 years ago
Merge pull request #257 from MichaelMure/core-fixes

Core fixes

github.com/git-bug/git-bug - abae3c245e1f844ebadb79eb5d7b19412f67f886 authored about 5 years ago
bug: use NeedCommit() in the interface, drop HasPendingOp()

github.com/git-bug/git-bug - ed2ac793e9f353720db2615b06569d05c253b977 authored about 5 years ago
repo: esthetism rename

github.com/git-bug/git-bug - a9b32e6bdaa610e2244816618a316bcdf53545e6 authored about 5 years ago
bug: don't forget to assign the new packs after a merge

fix #235

github.com/git-bug/git-bug - 0b2a99ab965a1a90e138cc26f12c160a0dac60c2 authored about 5 years ago
build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1

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

github.com/git-bug/git-bug - 846a1b6a92979d41a13230c1182c27cf304ec147 authored about 5 years ago
build(deps): bump github.com/awesome-gocui/gocui

Bumps [github.com/awesome-gocui/gocui](https://github.com/awesome-gocui/gocui) from `c9d3c2b` to...

github.com/git-bug/git-bug - e4b30ee75c0aa2fecfe31e0d37dbd669a385b0d7 authored about 5 years ago
Merge pull request #249 from MichaelMure/iterator-fix

bridge/github: fix iterator regression

github.com/git-bug/git-bug - fdbff4dba7d6e56edfed1030e6fede2a7a35b507 authored about 5 years ago
bridge/github: fix iterator regression

github.com/git-bug/git-bug - e3e37fd79e46980f3eb95410bba195901e9c25bf authored about 5 years ago
Merge pull request #248 from MichaelMure/github-deprecated

github: follow API changes

github.com/git-bug/git-bug - 2367029124afb363bb42b9089f43e62bc8e04ae3 authored about 5 years ago