Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
| * | bug: code cleanup for the rm feature | Michael Muré | 2020-07-28 | 3 | -15/+22 | |
| | | ||||||
| * | Fix bug tests | vince | 2020-07-28 | 3 | -23/+156 | |
| | | ||||||
| * | Update docs | vince | 2020-07-28 | 2 | -2/+2 | |
| | | ||||||
| * | Remove need to specify remote | vince | 2020-07-28 | 3 | -29/+19 | |
| | | | | | | | | 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. | |||||
| * | Move args parsing out of repo cache | vince | 2020-07-28 | 3 | -10/+16 | |
| | | ||||||
| * | Add test for removing bug from cache | vince | 2020-07-28 | 1 | -0/+5 | |
| | | ||||||
| * | Allow user to delete remote bugs | vince | 2020-07-28 | 3 | -18/+28 | |
| | | ||||||
| * | Add the 'rm' command | vince | 2020-07-28 | 3 | -0/+64 | |
|/ | | | | This commit adds a command that removes a bug from the repository, given a prefix. | |||||
* | gitlab: skip the broken test as "known broken" :( | Michael Muré | 2020-07-26 | 1 | -0/+7 | |
| | ||||||
* | update go-gitlab | Michael Muré | 2020-07-26 | 3 | -8/+17 | |
| | ||||||
* | termui: avoid importing a whole package to check an error | Michael Muré | 2020-07-20 | 2 | -4/+5 | |
| | ||||||
* | update go-term-text | Michael Muré | 2020-07-20 | 2 | -2/+3 | |
| | ||||||
* | some light code reorg | Michael Muré | 2020-07-16 | 2 | -83/+93 | |
| | ||||||
* | typos and minor readme fix | Michael Muré | 2020-07-15 | 3 | -3/+3 | |
| | ||||||
* | Merge pull request #428 from wavexx/force_status_fgcolor | Michael Muré | 2020-07-14 | 3 | -0/+3 | |
|\ | | | | | Set the Fg color of the status bar to White | |||||
| * | Set the Fg color of the status bar to White | Yuri D'Elia | 2020-07-13 | 3 | -0/+3 | |
| | | | | | | | | | | Always set the Fg color when Bg is set. This fixes poor contrast on terminals with non-standard foreground colors. | |||||
* | | Merge pull request #427 from wavexx/trim_titles | Michael Muré | 2020-07-14 | 2 | -3/+3 | |
|\ \ | | | | | | | Trim titles in list views | |||||
| * | | Trim titles in list views | Yuri D'Elia | 2020-07-13 | 2 | -3/+3 | |
| |/ | ||||||
* | | Merge pull request #425 from karlicoss/ls-org-mode | Michael Muré | 2020-07-14 | 1 | -16/+27 | |
|\ \ | |/ |/| | ls --format org-mode enhancements | |||||
| * | ls: minor code improvements | Michael Muré | 2020-07-14 | 1 | -21/+20 | |
| | | ||||||
| * | ls --format org-mode enhancements | Dima Gerasimov | 2020-07-12 | 1 | -8/+20 | |
|/ | | | | | | | - 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 | |||||
* | Add functionality to remove bugs from a local repository. (#423) | Vincent Tiu | 2020-07-09 | 6 | -4/+38 | |
| | | | | | 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. | |||||
* | Merge pull request #422 from MichaelMure/code-analysis | Michael Muré | 2020-07-07 | 1 | -1/+2 | |
|\ | | | | | fix github action | |||||
| * | fix github action | Michael Muré | 2020-07-07 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #421 from MichaelMure/code-analysis | Michael Muré | 2020-07-07 | 1 | -0/+52 | |
|\ | | | | | code analysis | |||||
| * | code analysis | Michael Muré | 2020-07-07 | 1 | -0/+52 | |
|/ | ||||||
* | commands: fix segfault with badly loaded backend | Michael Muré | 2020-07-07 | 1 | -1/+1 | |
| |