Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 23 | -240/+397 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 5 | -13/+19 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 21 | -255/+361 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 12 | -100/+381 |
| | |||||
* | identity: wip | Michael Muré | 2019-03-01 | 6 | -200/+242 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 10 | -27/+262 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 9 | -65/+231 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 52 | -4803/+150 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 27 | -139/+813 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 20 | -107/+364 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 9 | -167/+206 |
| | |||||
* | identity: add metadata support | Michael Muré | 2019-03-01 | 4 | -21/+179 |
| | |||||
* | identity: implement the loading from git | Michael Muré | 2019-03-01 | 5 | -20/+120 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 47 | -636/+1366 |
| | |||||
* | cache: fix unhandled error | Michael Muré | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #82 from Steap/feature/lp-messages | Michael Muré | 2019-02-27 | 2 | -3/+102 |
|\ | | | | | Launchpad bridge: fetch comments. | ||||
| * | Launchpad bridge: fetch comments. | Cyril Roelandt | 2019-02-27 | 2 | -3/+102 |
|/ | |||||
* | Merge pull request #97 from sladyn98/ls_id_branch | Michael Muré | 2019-02-25 | 3 | -0/+57 |
|\ | | | | | A command to list matching bug id from a prefix | ||||
| * | ls-id.go:Add ls-id [<prefix>] command | Sladyn | 2019-02-25 | 3 | -55/+10 |
| | | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes #47 | ||||
| * | ls-id.go: Add ls-id [<prefix>] command | Sladyn | 2019-02-14 | 30 | -28/+130 |
| | | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes https://github.com/MichaelMure/git-bug/issues/47 | ||||
* | | cache: output the build info message on stderr to avoid breaking scripts | Michael Muré | 2019-02-20 | 1 | -2/+2 |
| | | |||||
* | | 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 |