e374c9d
readme: fix FreeBSD package name
Michael Muré created
e374c9d
readme: fix FreeBSD package name
Michael Muré created
f223ffa
Merge pull request #372 from MichaelMure/termui-help-format
termui: make the help visually easier to parse
Michael Muré created
4d678f3
cache: simplify cache eviction
Michael Muré created
4b06502
Implement cache eviction and testing
vince created
8eb7faf
termui: help bar background goes all the width
Michael Muré created
9ce84fc
termui: make the help visually easier to parse
Michael Muré created
6efada4
Implement the LRU Cache
vince created
88c28db
Merge pull request #442 from MichaelMure/cache-lock
Cache lock
Michael Muré created
0fd09aa
Fix concurrency error
vince created
c215861
Remove pointer and unnecessary code
vince created
e9a7725
Add mutex to bugCache
This adds a mutex to the bugCache to deal with locking.
vince created
08e7bbf
Merge pull request #437 from MichaelMure/fix-426
cache: fix BugExcerpt's timestamp not properly stored
Michael Muré created
a15ad83
Merge pull request #436 from MichaelMure/cli-usage
commands: cleanup the command's usage to avoid warnings when generating the doc
Michael Muré created
92a59ec
cache: fix BugExcerpt's timestamp not properly stored
fix #426
Michael Muré created
ae5c096
commands: cleanup the command's usage to avoid warnings when generating the doc
Michael Muré created
51c887f
Merge pull request #433 from MichaelMure/remove-bug-2
Add the 'rm' command
Michael Muré created
a62ce78
bug: code cleanup for the rm feature
Michael Muré created
18ddc77
Fix bug tests
vince created
6e315ea
Update docs
vince created
4e5f377
Remove need to specify remote
This commit makes the removeBug command use the listRefs repo command to search for the bug, eliminating the need to input the remote the bug came from.
vince created
9436cf4
Move args parsing out of repo cache
vince created
7dbcca8
Add test for removing bug from cache
vince created
4e4ca10
Allow user to delete remote bugs
vince created
36f300c
Add the 'rm' command
This commit adds a command that removes a bug from the repository, given a prefix.
vince created
0590de9
gitlab: skip the broken test as "known broken" :(
Michael Muré created
3fcdd7e
update go-gitlab
Michael Muré created
ac7e508
termui: avoid importing a whole package to check an error
Michael Muré created
c0bf7c3
update go-term-text
Michael Muré created
e38d702
some light code reorg
Michael Muré created
c448cf8
typos and minor readme fix
Michael Muré created
91f07d4
Merge pull request #428 from wavexx/force_status_fgcolor
Set the Fg color of the status bar to White
Michael Muré created
b4158db
Merge pull request #427 from wavexx/trim_titles
Trim titles in list views
Michael Muré created
47b1255
Merge pull request #425 from karlicoss/ls-org-mode
ls --format org-mode enhancements
Michael Muré created
5c823a7
ls: minor code improvements
Michael Muré created
9c3d25e
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 foreground colors.
Yuri D'Elia created
54d4307
Trim titles in list views
Yuri D'Elia created
efe6ea3
ls --format org-mode enhancements
- fix and align OPEN/CLOSED states - fix org-mode links format - santize tags (org-mode only allows _ and @ as special characters) - format datetimes as org-mode
Dima Gerasimov created
f3304bd
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 references in the repo and another one to remove bugs.
Vincent Tiu created
de062a7
Merge pull request #422 from MichaelMure/code-analysis
fix github action
Michael Muré created
87a2638
fix github action
Michael Muré created
1dfe1fc
Merge pull request #421 from MichaelMure/code-analysis
code analysis
Michael Muré created
3594a6d
code analysis
Michael Muré created
7198904
commands: fix segfault with badly loaded backend
Michael Muré created
44096b7
repo: fix test chocking on randomized element in repo.ListRefs()
Michael Muré created
8a38af2
cache: split into multiple files for readability
Michael Muré created
3cf31fc
repository: merge git.Hash in for one less /util package
Michael Muré created
33d510a
Merge pull request #414 from MichaelMure/cmd-rework
commands: refactor to avoid globals
Michael Muré created
536c290
commands: open and close the backend in a single place, simplify commands
Michael Muré created
26bd1dd
commands: refactor to avoid globals
Michael Muré created
c0dbc14
Merge pull request #407 from lukegb/fix-402
Add support for read-only mode for web UI.
Michael Muré created