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

repository: partial impl of a go-git backed Repo

d171e11028f5993137a5f83beb7fe002bed866f5 authored about 4 years ago by Michael Muré <[email protected]>
misc: move the random bug command on its own package

9f3a56b1f34a8b4a7a75357986e967afc4b96611 authored about 4 years ago by Michael Muré <[email protected]>
doc: generate concurrently

7f87eb8602b76acbf3acc91391249d0e76424db6 authored about 4 years ago by Michael Muré <[email protected]>
command: match the output in ls and in the termui

148b335dd345347af24487d6130bc713a6387bdc authored about 4 years ago by Michael Muré <[email protected]>
Merge pull request #457 from zdenek-crha/bright_terminal_readability

Bright terminal readability

ae0529e3f54eb7bd3b464e2717c82db975fb88c9 authored about 4 years ago by Michael Muré <[email protected]>
Fix 'no description' readability in terminal with bright background

The rendering of color for 'No description provided' text is broken on
bright terminals - it set...

999e61224c1efe49496d6d84ba255544e74c524a authored about 4 years ago by Zdenek Crha <[email protected]>
Fix help bar readability in terminal with bright background

Set both background and foreground color when displaying help bar to
avoid sitation where defaul...

6bf64841d381460f1e44adecd42132080d07fac9 authored about 4 years ago by Zdenek Crha <[email protected]>
Update README.md

0198ad71d793edbebf6c7ee02243d86879fb0e45 authored about 4 years ago by Michael Muré <[email protected]>
Merge pull request #448 from MichaelMure/dependabot/go_modules/github.com/gorilla/mux-1.8.0

build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0

c0f6e6af7f4cfbd14ffb597659562367f25f5691 authored about 4 years ago by Michael Muré <[email protected]>
Merge pull request #450 from wavexx/packed_bugview

Packed bugview

36cdd13052cbdc3100d125d76131e907df466fe3 authored about 4 years ago by Michael Muré <[email protected]>
termui: don't pack it *that* much

807844bbec89b71f5334376ab0048cb019433138 authored about 4 years ago by Michael Muré <[email protected]>
termui: show the number of *additional* comments

a42abaaed74fb927da903d746ecf66381ce2ee8b authored about 4 years ago by Michael Muré <[email protected]>
TermUI: pack the bug table view

5a4dc7aade221a15e590e1491d988d9030e4a4d9 authored about 4 years ago by Yuri D'Elia <[email protected]>
TermUI: Remove empty borders around bug table view

6824ecf0fb0e9253dafa69a8ccd2e4885e97c62d authored about 4 years ago by Yuri D'Elia <[email protected]>
build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0.
- [Release n...

ad32cbd0a408cb87d52203317d36fe281c461468 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #449 from MichaelMure/lru-cache

LRU Cache

324fe3b7a5f7281d0189294ca41ec64f37767210 authored about 4 years ago by Michael Muré <[email protected]>
Delete EquivalentBug function

98a1d831f0672f118ccded5411027e4aad4cae94 authored about 4 years ago by vince <[email protected]>
Update cache/lru_id_cache.go

Co-authored-by: Michael Muré <[email protected]>

8a4e4a1290bc49ea9ac196f96ff5140ddb871eba authored about 4 years ago by Vincent Tiu <[email protected]>
Fix bugs and cleanup code

2440a208f6e0d18f67f4e022b1c28996ee226af0 authored about 4 years ago by vince <[email protected]>
bug: fix tests

60466f86c8d4fc103ce87953b8d117d75f264fdf authored about 4 years ago by Michael Muré <[email protected]>
bug: use sha256 to compute labels color, to use a single hash function in the codebase

47ea66f60232d08d43cefaaa7fc9551dadeae71c authored about 4 years ago by Michael Muré <[email protected]>
readme: fix FreeBSD package name

e374c9da1e7d7e20a9e200655ce6f8af6ac5f0d3 authored about 4 years ago by Michael Muré <[email protected]>
Merge pull request #372 from MichaelMure/termui-help-format

termui: make the help visually easier to parse

f223ffac5829221e7912a37a80f2ee3d172acc2f authored about 4 years ago by Michael Muré <[email protected]>
cache: simplify cache eviction

4d678f3e057aea30d1396240d88e622c833a177f authored about 4 years ago by Michael Muré <[email protected]>
Implement cache eviction and testing

4b065029af63c16ffd754ac28190ba4b3125c494 authored about 4 years ago by vince <[email protected]>
termui: help bar background goes all the width

8eb7faf67c403e9692fa7faa0a3f2d74fa774330 authored about 4 years ago by Michael Muré <[email protected]>
termui: make the help visually easier to parse

9ce84fc1a310e04ab63661f5fc3963a9de317981 authored about 4 years ago by Michael Muré <[email protected]>
Implement the LRU Cache

6efada43e73c40e0c76c441f84cf02cc00d3eb1b authored about 4 years ago by vince <[email protected]>
Merge pull request #442 from MichaelMure/cache-lock

Cache lock

88c28db99851e7f5cceed6544759d37ac87a34d4 authored about 4 years ago by Michael Muré <[email protected]>
Fix concurrency error

0fd09aa6b513fc6524ae2aaec147b684341aa72d authored about 4 years ago by vince <[email protected]>
Remove pointer and unnecessary code

c215861e6fe1e696e6515fdade3de1e53a1052f1 authored about 4 years ago by vince <[email protected]>
Add mutex to bugCache

This adds a mutex to the bugCache to deal with locking.

e9a7725ca4e1fdce33501cb1dfa1a17e9c7e6811 authored about 4 years ago by vince <[email protected]>
Merge pull request #437 from MichaelMure/fix-426

cache: fix BugExcerpt's timestamp not properly stored

08e7bbfcde0ee90e1194624a76085e21a49758cd authored about 4 years ago by Michael Muré <[email protected]>
Merge pull request #436 from MichaelMure/cli-usage

commands: cleanup the command's usage to avoid warnings when generating the doc

a15ad8391f8045e9a9eced026a9cf3bb2e12564e authored about 4 years ago by Michael Muré <[email protected]>
cache: fix BugExcerpt's timestamp not properly stored

fix #426

92a59eceee0393b19479616f7531e6e8dba2a371 authored about 4 years ago by Michael Muré <[email protected]>
commands: cleanup the command's usage to avoid warnings when generating the doc

ae5c0967cec40a7dcf9804ff592a4d15f1b26569 authored about 4 years ago by Michael Muré <[email protected]>
Merge pull request #433 from MichaelMure/remove-bug-2

Add the 'rm' command

51c887ff9dd4f2a5f65d2d3de57f8a7729b1010d authored about 4 years ago by Michael Muré <[email protected]>
bug: code cleanup for the rm feature

a62ce78c4fc4e541cecaab0ab22def8752d3d9e2 authored about 4 years ago by Michael Muré <[email protected]>
Fix bug tests

18ddc775905bdeabf2be4afb6fe62d2013b06dec authored about 4 years ago by vince <[email protected]>
Update docs

6e315ea131553d42768e678d5f86445dd3c54aa4 authored about 4 years ago by vince <[email protected]>
Remove need to specify remote

This commit makes the removeBug command use the listRefs repo command to search for the bug, eli...

4e5f377d75824e31a058313cad2d2e478f348c28 authored about 4 years ago by vince <[email protected]>
Move args parsing out of repo cache

9436cf4b8983699ef7a164f4036686dd83d345d4 authored about 4 years ago by vince <[email protected]>
Add test for removing bug from cache

7dbcca84c7a0b6658463e3e54690b8860b662b6e authored about 4 years ago by vince <[email protected]>
Allow user to delete remote bugs

4e4ca106aea25da74f1df49d33f4eaa272a6e8f0 authored about 4 years ago by vince <[email protected]>
Add the 'rm' command

This commit adds a command that removes a bug from the repository, given a prefix.

36f300cb35b203310e923cf956310c7f20ed7406 authored about 4 years ago by vince <[email protected]>
gitlab: skip the broken test as "known broken" :(

0590de9f045c2090d72655a7c2e1d41be9b9104c authored about 4 years ago by Michael Muré <[email protected]>
update go-gitlab

3fcdd7ec801aea3d2a2c431c6791988a26f74512 authored about 4 years ago by Michael Muré <[email protected]>
termui: avoid importing a whole package to check an error

ac7e50863340ecddc2df219886019f0816e465f0 authored about 4 years ago by Michael Muré <[email protected]>
update go-term-text

c0bf7c359f0e361825afed8c3c809cbfc5707386 authored about 4 years ago by Michael Muré <[email protected]>
some light code reorg

e38d702132dca04ec95178f68c500a9591c3631b authored over 4 years ago by Michael Muré <[email protected]>
typos and minor readme fix

c448cf8cd3c03e71f2ea40d2aac68f77b963f993 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #428 from wavexx/force_status_fgcolor

Set the Fg color of the status bar to White

91f07d4753509054fbc8af14dd46b062c2138395 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #427 from wavexx/trim_titles

Trim titles in list views

b4158dbd9e7904ffe0cc9f068b5e9b5fb1f5e188 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #425 from karlicoss/ls-org-mode

ls --format org-mode enhancements

47b12555611d515f922c2017e77d1dac80df5bd3 authored over 4 years ago by Michael Muré <[email protected]>
ls: minor code improvements

5c823a702496c57a9adb307dddb22c5c59486548 authored over 4 years ago by Michael Muré <[email protected]>
Set the Fg color of the status bar to White

Always set the Fg color when Bg is set. This fixes poor contrast on
terminals with non-standard ...

9c3d25e776274c4a7050c2abffbebf8d74c44b6a authored over 4 years ago by Yuri D'Elia <[email protected]>
Trim titles in list views

54d4307a2e065ed41f4ee786805e1830fce5e320 authored over 4 years ago by Yuri D'Elia <[email protected]>
ls --format org-mode enhancements

- fix and align OPEN/CLOSED states
- fix org-mode links format
- santize tags (org-mode only all...

efe6ea3371863652fd2f67289b96a71fc4816616 authored over 4 years ago by Dima Gerasimov <[email protected]>
Add functionality to remove bugs from a local repository. (#423)

Add functionality to remove bugs from a local repository.

This adds a function to remove git ...

f3304bdc1c215e733b9a2ee6a228e64f663c2b09 authored over 4 years ago by Vincent Tiu <[email protected]>
Merge pull request #422 from MichaelMure/code-analysis

fix github action

de062a78ece6a33cc44d8bd3372d814b288ce916 authored over 4 years ago by Michael Muré <[email protected]>
fix github action

87a2638cd03c9070cb03f0ecc4e7d88dd0a50d2d authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #421 from MichaelMure/code-analysis

code analysis

1dfe1fc713947010cfee93fd102bf941cee9578e authored over 4 years ago by Michael Muré <[email protected]>
code analysis

3594a6d94496e1a6560dd1f71da0de0a7dd9c151 authored over 4 years ago by Michael Muré <[email protected]>
commands: fix segfault with badly loaded backend

71989045c9c2b8e9268812fe8eb49b37d8aab1d7 authored over 4 years ago by Michael Muré <[email protected]>
repo: fix test chocking on randomized element in repo.ListRefs()

44096b785f516aef0a5a4b99384a9ce2166e1cc5 authored over 4 years ago by Michael Muré <[email protected]>
cache: split into multiple files for readability

8a38af24d4e9c9c849fb1abb5a0f9d40a2b260ee authored over 4 years ago by Michael Muré <[email protected]>
repository: merge git.Hash in for one less /util package

3cf31fc4049fefc82db0a3d2018b5d98ab77c5d7 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #414 from MichaelMure/cmd-rework

commands: refactor to avoid globals

33d510ac3999b3d8fa7a4652dc44a21c713f97de authored over 4 years ago by Michael Muré <[email protected]>
commands: open and close the backend in a single place, simplify commands

536c290dfbe6e0741c56f33659563c528c9f09b1 authored over 4 years ago by Michael Muré <[email protected]>
commands: refactor to avoid globals

26bd1dd11010b4d86cebe2510ad7085a6b316334 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #407 from lukegb/fix-402

Add support for read-only mode for web UI.

c0dbc149d5c0c3610476ba14a800c9ba803a2c2c authored over 4 years ago by Michael Muré <[email protected]>
webui: pack

3aaf775857d186ad416133935e73ed1b063938c6 authored over 4 years ago by Michael Muré <[email protected]>
webui: render component's children as a function to avoid uncecessary rendering

Co-authored-by: Quentin Gliech <[email protected]>

07d6c6aa32509a676f9d5b5e3abea1e382374f42 authored over 4 years ago by Michael Muré <[email protected]>
Reorganize the webUI and API code

Included in the changes:
- create a new /api root package to hold all API code, migrate /graphql...

2ab6381a94d55fa22b80acdbb18849d6b24951f9 authored over 4 years ago by Michael Muré <[email protected]>
Use ErrNotAuthenticated

5f72b04ef8e84b1c367ca6874519706318e351f5 authored over 4 years ago by Luke Granger-Brown <[email protected]>
Pull out context-stuff from identity into graphqlidentity package

e5a316e40c377a8563e92f62b0773ed34321a91a authored over 4 years ago by Luke Granger-Brown <[email protected]>
Change graphql Go handlers to pluck identity out of context instead.

766aff2b2f9db339d7c42321fe6cd37309631be3 authored over 4 years ago by Luke Granger-Brown <[email protected]>
Add context.go to identity, used for attaching identities to and retrieving them from a context.Context

8a38897f79876b9372715150795b9da570af5a86 authored over 4 years ago by Luke Granger-Brown <[email protected]>
Refactor webui changes.

Don't use contexts, just raw Apollo, since it's cached anyway.

Change "ReadonlyHidden" to "IfLo...

cf67c78823bd1e7591c2199d51aa3f3fffed73c4 authored over 4 years ago by Luke Granger-Brown <[email protected]>
Verify that we have an identity only in read-write mode

dfdb5e090b9368d336cb7552c8c462bef243fbb0 authored over 4 years ago by Luke Granger-Brown <[email protected]>
Don't permit file uploads in read-only mode

43c78da02ecd2d49a45632e5b3270cd0c9da474f authored over 4 years ago by Luke Granger-Brown <[email protected]>
Add support for read-only mode for web UI.

Fixes #402.

4a28f25347addf05708cdff37ecace4139f01779 authored over 4 years ago by Luke Granger-Brown <[email protected]>
Merge pull request #413 from MichaelMure/repo-more-tests

repo: more tests

23228101a2a38a139f6fc2cafc18e9f08d911089 authored over 4 years ago by Michael Muré <[email protected]>
repo: more tests

939bcd57b9446b9dce78d7a8c3b15fa13e6320f7 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #411 from MichaelMure/repo-rework

Repository rework

1e3dd82fd619f7b43b3193016232ef69f9707f42 authored over 4 years ago by Michael Muré <[email protected]>
repository: remove tie to Bug, improved and reusable testing

- allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing B...

88ad7e606f1cbf9e47b968a208e3510f7f9a81c5 authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #410 from MichaelMure/output-formatting-2

Add formatting options to the 'show' and 'user ls' commands

2dd0dbb1344ae9293aae05346f977b5d5907934b authored over 4 years ago by Michael Muré <[email protected]>
fix cache not rebuilding properly

c326007d01b623bcf883f74f31fc3e5ab3078396 authored over 4 years ago by Michael Muré <[email protected]>
bug: harmonize how time are used, fix some issues in command special formats

This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.

aab3a04d0c4ddbf97d589ba9048a539c6d7186e9 authored over 4 years ago by Michael Muré <[email protected]>
cmds: cleanup and re-generate files

1d06244c82b18959878cf199cd8dd500bbc46aa7 authored over 4 years ago by Michael Muré <[email protected]>
Fix bugs

This fixes some bugs experienced when using the new formatting options:
- org-mode indents not w...

ebd1030cdefb0fb1b65af4e856a9e62cba713ed6 authored over 4 years ago by vince <[email protected]>
Clean up code and fix suggestions

8eb004b405c4578b64fbb905b217b887b48ea800 authored over 4 years ago by vince <[email protected]>
Add org-mode formatting option

This adds an option to the formatting flag on the ls, show and user ls commands that allows the ...

fc3f6540b8fc941be76d01da49fcd43890ee7376 authored over 4 years ago by vince <[email protected]>
Add output formatting support to the 'show' and 'user ls' commands

This adds options to specify an output format for the commands in question. Supported formats ar...

cd8352edde7f4a26cb6b4dd922b05aa0bb23a70b authored over 4 years ago by vince <[email protected]>
Merge pull request #403 from MichaelMure/ls-dump

[ls] add support for different output formats

f790083fb28ac0e68acddc9d5e7a709107a70bab authored over 4 years ago by Vincent Tiu <[email protected]>
Print JSON as a well-formed object

This prints all the bugs in a JSON array instead of one by one.

87eeba413d6b482988f4ec176326c443334217d0 authored over 4 years ago by vince <[email protected]>
Merge pull request #405 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.3

build(deps): bump golang.org/x/text from 0.3.2 to 0.3.3

7aed9870400ff7b14e044ad8b7847a411b990b1a authored over 4 years ago by Michael Muré <[email protected]>
Merge pull request #404 from tbm/typos

doc: fix typos

36b45c7e42c64299f1b70a656ad840cad90dc5b6 authored over 4 years ago by Michael Muré <[email protected]>
build(deps): bump golang.org/x/text from 0.3.2 to 0.3.3

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.3.
- [Release notes]...

c536b8e85e5f36f7ddd6c760dc01bae9b7d16290 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
doc: fix typos

ff0ff86336cab667369f3d89aa1c603abffd23c6 authored over 4 years ago by Martin Michlmayr <[email protected]>