Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 9 | -6/+180 |
| | |||||
* | man: update the date in the generated doc | Michael Muré | 2019-02-16 | 26 | -26/+26 |
| | |||||
* | Merge pull request #92 from opencollective/opencollective | Michael Muré | 2019-01-21 | 1 | -13/+12 |
|\ | | | | | Open Collective integration in Readme | ||||
| * | chore(opencollective): use tiers | François Hodierne | 2019-01-21 | 1 | -13/+12 |
|/ | |||||
* | Merge pull request #86 from ProgramFan/master | Michael Muré | 2019-01-09 | 3 | -92/+342 |
|\ | | | | | Implement CJK support in termui | ||||
| * | Fix handling of long words | Yang Zhang | 2019-01-08 | 2 | -2/+17 |
| | | |||||
| * | Fix bad names in text.go | Yang Zhang | 2019-01-07 | 2 | -25/+25 |
| | | |||||
| * | Remove redundant init in text package | Yang Zhang | 2019-01-02 | 1 | -7/+0 |
| | | |||||
| * | Make runewidth treat ambiguous rune as short and fix ui display | Yang Zhang | 2019-01-01 | 3 | -4/+18 |
| | | |||||
| * | Revert the changes on zsh_completion/git-bug | Yang Zhang | 2018-12-31 | 1 | -6/+6 |
| | | |||||
| * | Add tests for critical internal functions in text.go | Yang Zhang | 2018-12-31 | 1 | -0/+75 |
| | | |||||
| * | Refactor text.go to improve clearity | Yang Zhang | 2018-12-31 | 1 | -90/+124 |
| | | |||||
| * | Fix megacheck warnings | Yang Zhang | 2018-12-31 | 1 | -2/+2 |
| | | |||||
| * | Fix incorrect wrap of mixed wide and ascii chars | Yang Zhang | 2018-12-31 | 2 | -4/+23 |
| | | |||||
| * | Implement a new wrap algorithm and pass all text tests | Yang Zhang | 2018-12-31 | 2 | -77/+177 |
| | | |||||
| * | Fix tests in left_padded | Yang Zhang | 2018-12-30 | 1 | -3/+3 |
| | | |||||
| * | Add back removed text functions | Yang Zhang | 2018-12-30 | 2 | -0/+118 |
| | | |||||
| * | Use ASCII ellipsis to workaround inaccurate width of unicode ellipsis | Yang Zhang | 2018-12-30 | 1 | -2/+2 |
| | | |||||
| * | Revert to MichaelMure's fork of gocui | Yang Zhang | 2018-12-30 | 7 | -23/+23 |
| | | |||||
| * | Implement almost full CJK support. | Yang Zhang | 2018-12-26 | 11 | -236/+118 |
| |\ | | | | | | | | | | Display of CJK contents are supported. Adding CJK tags are problematic. | ||||
| | * | Implement displaying CJK contents | Yang Zhang | 2018-12-26 | 11 | -230/+120 |
| | | | |||||
* | | | Merge pull request #91 from seeduvax/cmdShowFields | Michael Muré | 2019-01-08 | 5 | -1/+65 |
|\ \ \ | | | | | | | | | commands: show: change for a single valued --field flag | ||||
| * | | | commands: show: change for a single valued --field flag | Michael Muré | 2019-01-07 | 5 | -62/+76 |
| | | | | |||||
| * | | | Simplified show commadn error handling. | Sebastien Devaux | 2019-01-07 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | Exit on first unknown field found in query. | ||||
| * | | | Fixed golangci check error about new error from format string | Sebastien Devaux | 2019-01-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | git hook script exmaple to prefill commit message from selected issue | Sebastien Devaux | 2019-01-04 | 1 | -0/+24 |
| | | | | |||||
| * | | | Adding fields switch to show command to select fields to display. | Sebastien Devaux | 2019-01-04 | 1 | -37/+69 |
| | | | | |||||
* | | | | upgrade webui dependency | Michael Muré | 2019-01-07 | 3 | -297/+428 |
| | | | | |||||
* | | | | Merge pull request #90 from seeduvax/issue87 | Michael Muré | 2019-01-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Issue #87: use same id format function in snapshot.go than in bug.go | ||||
| * | | | Issue #87: use same id format function in snapshot.go than in bug.go | Sebastien Devaux | 2019-01-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #84 from Steap/allow-empty-comment-message | Michael Muré | 2018-12-27 | 3 | -6/+8 |
|\ \ \ | | | | | | | | | Allow empty messages in comments. | ||||
| * | | | Allow empty messages in comments. | Cyril Roelandt | 2018-12-26 | 3 | -6/+8 |
| |/ / | | | | | | | | | | | | | Some bug trackers, like Launchpad, allow messages to be empty (when adding a file to the bug, for instance). | ||||
* / / | misc: fix non determinist zsh comp generation | Michael Muré | 2018-12-27 | 1 | -4/+13 |
|/ / | | | | | | | upstream PR: https://github.com/spf13/cobra/pull/801 | ||||
* | | text: fix handling of wide characters | Michael Muré | 2018-12-25 | 2 | -16/+28 |
| | | |||||
* | | termui: use a forked gocui to fix large character handling | Michael Muré | 2018-12-25 | 19 | -28/+34 |
| | | |||||
* | | Merge pull request #83 from Steap/improve-termui-paging | Michael Muré | 2018-12-25 | 1 | -2/+36 |
|\ \ | | | | | | | Improve termui paging | ||||
| * | | termui: don't reset the cursor when paginating with left/right | Michael Muré | 2018-12-23 | 1 | -6/+23 |
| | | | | | | | | | | | | See https://github.com/MichaelMure/git-bug/pull/83 for the rationale | ||||
| * | | Termui: Better position the cursor when changing page. | Cyril Roelandt | 2018-12-22 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | After moving to the previous page, users probably want to have their cursor on the last entry of the page. When moving to the next page, they probably want it to be on the first entry. | ||||
| * | | Termui: switch to the previous/next page when going up/down. | Cyril Roelandt | 2018-12-22 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | Rather than using 'h' or 'l' to load the previous or next page, allow users to do this automatically when going up or down the list with 'k' or 'j'. This is the default behaviour in mutt, for instance. | ||||
* | | | repo: minor cleaning | Michael Muré | 2018-12-25 | 3 | -2/+6 |
| |/ |/| | |||||
* | | add a check for the minimal go version (1.8) | Michael Muré | 2018-12-23 | 6 | -1/+63 |
| | | |||||
* | | travis: build on all go and nodejs version supported | Michael Muré | 2018-12-23 | 1 | -1/+20 |
| | | |||||
* | | termui: display an explicit placeholder for empty messages | Michael Muré | 2018-12-23 | 5 | -26/+137 |
| | | |||||
* | | text: more chinese related fixes | Michael Muré | 2018-12-23 | 2 | -6/+27 |
| | | |||||
* | | text: fix a wrapping bug leading to line longer than they should | Michael Muré | 2018-12-23 | 3 | -4/+36 |
| | | |||||
* | | text: hopefuly fix the handling of chinese | Michael Muré | 2018-12-23 | 2 | -7/+44 |
| | | |||||
* | | graphql: now that it's possible, split the schema for clarity | Michael Muré | 2018-12-23 | 10 | -566/+597 |
| | | |||||
* | | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 91 | -817/+8298 |
| | | |||||
* | | webui: upgrade npm dependencies to fix ↵ | Michael Muré | 2018-12-23 | 3 | -4869/+8728 |
| | | | | | | | | https://nvd.nist.gov/vuln/detail/CVE-2018-16469 | ||||
* | | update generated doc with the new date | Michael Muré | 2018-12-22 | 26 | -26/+26 |
|/ |