Commit log
999e612
Fix 'no description' readability in terminal with bright background
Click to expand commit body
The rendering of color for 'No description provided' text is broken on
bright terminals - it sets black background which together with default
black forground color renders opaque rectangle.
The GreyBold color alias is broken too - name suggests bold gray
forground color, but actually sets bold default fg color with black
bacground.
First make color alias consistent. Rename it to BlackBold and have it
set bold black fg color (same as similar *Bold aliases).
Second, update all places which use it to render text to also use white
background to prevent it from disappering in terminals with black
background color.
Zdenek Crha
created
5 years ago
6bf6484
Fix help bar readability in terminal with bright background
Click to expand commit body
Set both background and foreground color when displaying help bar to
avoid sitation where default foreground color used by terminal is hard
to read on blue background (like cyan on blue or black on blue).
Apply colors to whole generated help bar to avoid 'stripes' of different
background color where whitespace is used between help items.
Zdenek Crha
created
5 years ago
0198ad7
Update README.md
Michael Muré
created
5 years ago
c0f6e6a
Merge pull request #448 from MichaelMure/dependabot/go_modules/github.com/gorilla/mux-1.8.0
Click to expand commit body
build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0
Michael Muré
created
5 years ago
36cdd13
Merge pull request #450 from wavexx/packed_bugview
Click to expand commit body
Packed bugview
Michael Muré
created
5 years ago
807844b
termui: don't pack it *that* much
Michael Muré
created
5 years ago
a42abaa
termui: show the number of *additional* comments
Michael Muré
created
5 years ago
5a4dc7a
TermUI: pack the bug table view
Yuri D'Elia
created
5 years ago
6824ecf
TermUI: Remove empty borders around bug table view
Yuri D'Elia
created
5 years ago
ad32cbd
build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0
Click to expand commit body
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
324fe3b
Merge pull request #449 from MichaelMure/lru-cache
Click to expand commit body
LRU Cache
Michael Muré
created
5 years ago
98a1d83
Delete EquivalentBug function
vince
created
5 years ago
8a4e4a1
Update cache/lru_id_cache.go
Click to expand commit body
Co-authored-by: Michael Muré <batolettre@gmail.com>
Vincent Tiu
and
Michael Muré
created
5 years ago
2440a20
Fix bugs and cleanup code
vince
created
5 years ago
60466f8
bug: fix tests
Michael Muré
created
5 years ago
47ea66f
bug: use sha256 to compute labels color, to use a single hash function in the codebase
Michael Muré
created
5 years ago
e374c9d
readme: fix FreeBSD package name
Michael Muré
created
5 years ago
f223ffa
Merge pull request #372 from MichaelMure/termui-help-format
Click to expand commit body
termui: make the help visually easier to parse
Michael Muré
created
5 years ago
4d678f3
cache: simplify cache eviction
Michael Muré
created
5 years ago
4b06502
Implement cache eviction and testing
vince
created
5 years ago
8eb7faf
termui: help bar background goes all the width
Michael Muré
created
5 years ago
9ce84fc
termui: make the help visually easier to parse
Michael Muré
created
5 years ago
6efada4
Implement the LRU Cache
vince
created
5 years ago
88c28db
Merge pull request #442 from MichaelMure/cache-lock
Click to expand commit body
Cache lock
Michael Muré
created
5 years ago
0fd09aa
Fix concurrency error
vince
created
5 years ago
c215861
Remove pointer and unnecessary code
vince
created
5 years ago
e9a7725
Add mutex to bugCache
Click to expand commit body
This adds a mutex to the bugCache to deal with locking.
vince
created
5 years ago
08e7bbf
Merge pull request #437 from MichaelMure/fix-426
Click to expand commit body
cache: fix BugExcerpt's timestamp not properly stored
Michael Muré
created
5 years ago
a15ad83
Merge pull request #436 from MichaelMure/cli-usage
Click to expand commit body
commands: cleanup the command's usage to avoid warnings when generating the doc
Michael Muré
created
5 years ago
92a59ec
cache: fix BugExcerpt's timestamp not properly stored
Click to expand commit body
fix #426
Michael Muré
created
5 years ago
ae5c096
commands: cleanup the command's usage to avoid warnings when generating the doc
Michael Muré
created
5 years ago
51c887f
Merge pull request #433 from MichaelMure/remove-bug-2
Click to expand commit body
Add the 'rm' command
Michael Muré
created
5 years ago
a62ce78
bug: code cleanup for the rm feature
Michael Muré
created
5 years ago
vince
created
5 years ago
vince
created
5 years ago
4e5f377
Remove need to specify remote
Click to expand commit body
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
5 years ago
9436cf4
Move args parsing out of repo cache
vince
created
5 years ago
7dbcca8
Add test for removing bug from cache
vince
created
5 years ago
4e4ca10
Allow user to delete remote bugs
vince
created
5 years ago
36f300c
Add the 'rm' command
Click to expand commit body
This commit adds a command that removes a bug from the repository, given a prefix.
vince
created
5 years ago
0590de9
gitlab: skip the broken test as "known broken" :(
Michael Muré
created
5 years ago
3fcdd7e
update go-gitlab
Michael Muré
created
5 years ago
ac7e508
termui: avoid importing a whole package to check an error
Michael Muré
created
5 years ago
c0bf7c3
update go-term-text
Michael Muré
created
5 years ago
e38d702
some light code reorg
Michael Muré
created
5 years ago
c448cf8
typos and minor readme fix
Michael Muré
created
5 years ago
91f07d4
Merge pull request #428 from wavexx/force_status_fgcolor
Click to expand commit body
Set the Fg color of the status bar to White
Michael Muré
created
5 years ago
b4158db
Merge pull request #427 from wavexx/trim_titles
Click to expand commit body
Trim titles in list views
Michael Muré
created
5 years ago
47b1255
Merge pull request #425 from karlicoss/ls-org-mode
Click to expand commit body
ls --format org-mode enhancements
Michael Muré
created
5 years ago
5c823a7
ls: minor code improvements
Michael Muré
created
5 years ago
Page 22 of 48