Steve Moyer

Results 39 issues of Steve Moyer

In PR #41 I talked about simplifying the signatures of several methods in ``js.go`` but rejected that as I thought it would be a breaking change. Since then, I've realized...

question

Since the entities and caching are being generalized to allow others to use `git-bug` as a library for storing data in `git`, is the GPL3 license too restrictive? Will needing...

This addition to the `Makefile` and Github workflow breaks the build if a package is added that doesn't have an approved OSS license. The (current) approved list can be found...

As noted in https://github.com/MichaelMure/git-bug/pull/842#issuecomment-1213194755, `ls-id` doesn't have the querying/filtering abilities of `ls` but does provide the ability to list only bug hash prefixes (ids). Now that https://github.com/MichaelMure/git-bug/pull/851 is merged, it's...

CLI

As recommended in the GPLv3 at https://github.com/MichaelMure/git-bug/blob/896d7cb1b03d449f399bd835693188c3910866a5/LICENSE#L655. Note that these should also be shown in `termui` and `webui` when the appropriate functions are executed.

Since this project is licensed under GPL3 (which refers to the developer's copyright), we should have a header in each file similar to the one at the top of each...

As noted [a comment](https://github.com/MichaelMure/git-bug/issues/828#issuecomment-1185356084) in #828, the "core" of `git-bug` should support the CLI's need for parsable text output. In order to enable this behavior, the "core" should have the...

CLI

When I run the example I get the following error: ```shell 2019/09/27 15:28:23 Post http://localhost:5001/api/v0/add?: dial tcp 127.0.0.1:5001: connect: connection refused exit status 1 ``` I believe that it's necessary...