Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: test both plain and bare, test clocks | Michael Muré | 2020-09-29 | 1 | -127/+157 |
| | |||||
* | repo: smaller interfaces | Michael Muré | 2020-09-29 | 1 | -4/+12 |
| | |||||
* | repo: fix gogit clock path | Michael Muré | 2020-09-29 | 1 | -2/+2 |
| | |||||
* | fix go sum rebase artifacts | vince | 2020-09-29 | 1 | -3/+0 |
| | |||||
* | fix ListCommits implementation | vince | 2020-09-29 | 2 | -9/+27 |
| | |||||
* | repo: fix some go-git implementation | Michael Muré | 2020-09-29 | 5 | -11/+26 |
| | |||||
* | bump minimal go version to 1.13 | Michael Muré | 2020-09-29 | 2 | -4/+4 |
| | |||||
* | Add more function implementations | vince | 2020-09-29 | 1 | -11/+111 |
| | |||||
* | repository: more go-git implementation | Michael Muré | 2020-09-29 | 1 | -2/+31 |
| | |||||
* | repository: fix a todo in the gogit repo | Michael Muré | 2020-09-29 | 3 | -22/+49 |
| | |||||
* | repository: some light shuffling of code | Michael Muré | 2020-09-29 | 2 | -39/+42 |
| | |||||
* | bridge: store credentials in the Keyring instead of the git config | Michael Muré | 2020-09-29 | 12 | -172/+162 |
| | |||||
* | repository: add access to the system keyring, with fallback on a file | Michael Muré | 2020-09-29 | 8 | -7/+144 |
| | |||||
* | repository: partial impl of a go-git backed Repo | Michael Muré | 2020-09-29 | 6 | -60/+735 |
| | |||||
* | misc: move the random bug command on its own package | Michael Muré | 2020-09-27 | 1 | -3/+6 |
| | |||||
* | doc: generate concurrently | Michael Muré | 2020-09-27 | 2 | -21/+22 |
| | |||||
* | command: match the output in ls and in the termui | Michael Muré | 2020-09-27 | 1 | -3/+6 |
| | |||||
* | Merge pull request #457 from zdenek-crha/bright_terminal_readability | Michael Muré | 2020-09-27 | 4 | -5/+6 |
|\ | | | | | Bright terminal readability | ||||
| * | Fix 'no description' readability in terminal with bright background | Zdenek Crha | 2020-09-27 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix help bar readability in terminal with bright background | Zdenek Crha | 2020-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Update README.md | Michael Muré | 2020-09-22 | 1 | -0/+9 |
|/ | |||||
* | Merge pull request #448 from ↵ | Michael Muré | 2020-08-30 | 2 | -1/+3 |
|\ | | | | | | | | | 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 | ||||
| * | build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0 | dependabot-preview[bot] | 2020-08-27 | 2 | -1/+3 |
| | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #450 from wavexx/packed_bugview | Michael Muré | 2020-08-30 | 1 | -26/+30 |
|\ \ | |/ |/| | Packed bugview | ||||
| * | termui: don't pack it *that* much | Michael Muré | 2020-08-30 | 1 | -12/+14 |
| | | |||||
| * | termui: show the number of *additional* comments | Michael Muré | 2020-08-30 | 1 | -3/+3 |
| | | |||||
| * | TermUI: pack the bug table view | Yuri D'Elia | 2020-08-29 | 1 | -20/+23 |
| | | |||||
| * | TermUI: Remove empty borders around bug table view | Yuri D'Elia | 2020-08-29 | 1 | -9/+8 |
|/ | |||||
* | Merge pull request #449 from MichaelMure/lru-cache | Michael Muré | 2020-08-27 | 7 | -25/+206 |
|\ | | | | | LRU Cache | ||||
| * | Delete EquivalentBug function | vince | 2020-08-27 | 1 | -19/+0 |
| | | |||||
| * | Update cache/lru_id_cache.go | Vincent Tiu | 2020-08-27 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Michael Muré <batolettre@gmail.com> | ||||
| * | Fix bugs and cleanup code | vince | 2020-08-26 | 2 | -3/+3 |
| | | |||||
| * | cache: simplify cache eviction | Michael Muré | 2020-08-25 | 4 | -98/+89 |
| | | |||||
| * | Implement cache eviction and testing | vince | 2020-08-25 | 5 | -75/+73 |
| | | |||||
| * | Implement the LRU Cache | vince | 2020-08-20 | 7 | -30/+241 |
| | | |||||
* | | bug: fix tests | Michael Muré | 2020-08-26 | 1 | -5/+5 |
| | | |||||
* | | bug: use sha256 to compute labels color, to use a single hash function in ↵ | Michael Muré | 2020-08-26 | 1 | -3/+4 |
| | | | | | | | | the codebase | ||||
* | | readme: fix FreeBSD package name | Michael Muré | 2020-08-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #372 from MichaelMure/termui-help-format | Michael Muré | 2020-08-25 | 4 | -7/+59 |
|\ \ | |/ |/| | termui: make the help visually easier to parse | ||||
| * | termui: help bar background goes all the width | Michael Muré | 2020-08-22 | 4 | -8/+14 |
| | | |||||
| * | termui: make the help visually easier to parse | Michael Muré | 2020-08-22 | 4 | -7/+53 |
|/ | |||||
* | Merge pull request #442 from MichaelMure/cache-lock | Michael Muré | 2020-08-18 | 1 | -0/+46 |
|\ | | | | | Cache lock | ||||
| * | Fix concurrency error | vince | 2020-08-18 | 1 | -11/+24 |
| | | |||||
| * | Remove pointer and unnecessary code | vince | 2020-08-13 | 2 | -19/+1 |
| | | |||||
| * | Add mutex to bugCache | vince | 2020-08-13 | 2 | -0/+51 |
|/ | | | | This adds a mutex to the bugCache to deal with locking. | ||||
* | Merge pull request #437 from MichaelMure/fix-426 | Michael Muré | 2020-07-28 | 2 | -10/+9 |
|\ | | | | | cache: fix BugExcerpt's timestamp not properly stored | ||||
| * | cache: fix BugExcerpt's timestamp not properly stored | Michael Muré | 2020-07-28 | 2 | -10/+9 |
| | | | | | | | | fix #426 | ||||
* | | Merge pull request #436 from MichaelMure/cli-usage | Michael Muré | 2020-07-28 | 81 | -115/+203 |
|\ \ | |/ |/| | commands: cleanup the command's usage to avoid warnings when generating the doc | ||||
| * | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 81 | -115/+203 |
|/ | |||||
* | Merge pull request #433 from MichaelMure/remove-bug-2 | Michael Muré | 2020-07-28 | 6 | -18/+233 |
|\ | | | | | Add the 'rm' command |