Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | repo: fix test chocking on randomized element in repo.ListRefs() | Michael Muré | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | cache: split into multiple files for readability | Michael Muré | 2020-07-03 | 4 | -846/+881 |
| | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 25 | -311/+299 |
| | |||||
* | Merge pull request #414 from MichaelMure/cmd-rework | Michael Muré | 2020-06-28 | 43 | -1380/+1431 |
|\ | | | | | commands: refactor to avoid globals | ||||
| * | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 35 | -480/+314 |
| | | |||||
| * | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 42 | -1122/+1339 |
|/ | |||||
* | Merge pull request #407 from lukegb/fix-402 | Michael Muré | 2020-06-27 | 61 | -295/+604 |
|\ | | | | | Add support for read-only mode for web UI. | ||||
| * | webui: pack | Michael Muré | 2020-06-27 | 1 | -38/+38 |
| | | |||||
| * | webui: render component's children as a function to avoid uncecessary rendering | Michael Muré | 2020-06-27 | 2 | -5/+7 |
| | | | | | | Co-authored-by: Quentin Gliech <quentingliech@gmail.com> | ||||
| * | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 54 | -309/+472 |
| | | | | | | | | | | | | | | | | | | | | Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go | ||||
| * | Use ErrNotAuthenticated | Luke Granger-Brown | 2020-06-27 | 5 | -25/+15 |
| | | |||||
| * | Pull out context-stuff from identity into graphqlidentity package | Luke Granger-Brown | 2020-06-27 | 6 | -62/+91 |
| | | |||||
| * | Change graphql Go handlers to pluck identity out of context instead. | Luke Granger-Brown | 2020-06-27 | 7 | -81/+98 |
| | | |||||
| * | Add context.go to identity, used for attaching identities to and retrieving ↵ | Luke Granger-Brown | 2020-06-27 | 1 | -0/+26 |
| | | | | | | | | them from a context.Context | ||||
| * | Refactor webui changes. | Luke Granger-Brown | 2020-06-27 | 7 | -54/+31 |
| | | | | | | | | | | | | Don't use contexts, just raw Apollo, since it's cached anyway. Change "ReadonlyHidden" to "IfLoggedIn". | ||||
| * | Verify that we have an identity only in read-write mode | Luke Granger-Brown | 2020-06-27 | 1 | -1/+9 |
| | | |||||
| * | Don't permit file uploads in read-only mode | Luke Granger-Brown | 2020-06-27 | 1 | -1/+3 |
| | | |||||
| * | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 18 | -35/+130 |
|/ | | | | Fixes #402. |