Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -1/+1 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||||
* | tools: fix how security tools are setup and launched | Michael Muré | 2023-03-04 | 1 | -7/+2 |
| | | | | fix https://github.com/MichaelMure/git-bug/issues/1018 | ||||
* | fix(972): use prerelease of GoKart with repaired panic | Steve Moyer | 2023-01-03 | 1 | -2/+5 |
| | |||||
* | release: don't build for darwin/386 as support has been removed in golangv0.8.0 | Michael Muré | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | GHA: add a release workflow to build and upload binaries | Michael Muré | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | makefile: better PHONY | Michael Muré | 2022-10-11 | 1 | -3/+13 |
| | |||||
* | fix: correct name for one of the security phonies | Steve Moyer | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | feat: add recipes for security analysis | Steve Moyer | 2022-09-08 | 1 | -0/+11 |
| | |||||
* | makefile: add target to clean remote identities | Michael Muré | 2020-03-05 | 1 | -0/+3 |
| | |||||
* | fix version not set properly when built on travis | Michael Muré | 2020-01-22 | 1 | -1/+5 |
| | |||||
* | makefile: support darwin operating systems | amine | 2019-11-05 | 1 | -5/+11 |
| | |||||
* | add verbose flag to go test | Amine Hilaly | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | makefile: add the clean-local-identities target for debugging | Michael Muré | 2019-03-01 | 1 | -1/+6 |
| | |||||
* | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 1 | -2/+10 |
| | |||||
* | makefile: also clear the cache after deleting the bugs | Michael Muré | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | makefile: add a target producing a debugger friendly build | Michael Muré | 2018-09-25 | 1 | -0/+5 |
| | |||||
* | invert the behavior of the build flag for the webui | Michael Muré | 2018-09-02 | 1 | -3/+7 |
| | | | | | | Now produce by default a build with the packed webui, to make it go gettable properly. fix #33 | ||||
* | bug: add benchmarcks for bug merge | Michael Muré | 2018-08-19 | 1 | -2/+2 |
| | |||||
* | makefile: add a target to clean bugs on a remote | Michael Muré | 2018-08-17 | 1 | -1/+4 |
| | |||||
* | makefile: add a target to remove all local bugs | Michael Muré | 2018-08-16 | 1 | -1/+5 |
| | |||||
* | webui: pack the files only on demand | Michael Muré | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | make git-bug go gettable without having to commit the builded webUI | Michael Muré | 2018-08-06 | 1 | -1/+2 |
| | |||||
* | cleanup webui | Michael Muré | 2018-07-17 | 1 | -0/+3 |
| | |||||
* | vendor dependencies with dep | Michael Muré | 2018-07-16 | 1 | -1/+4 |
| | |||||
* | fix makefile | Michael Muré | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | add the infrastructure for an embedded web UI + command | Michael Muré | 2018-07-16 | 1 | -0/+11 |