aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* identity: add metadata supportMichael Muré2019-03-014-21/+179
|
* identity: implement the loading from gitMichael Muré2019-03-015-20/+120
|
* WIP identity in gitMichael Muré2019-03-0147-636/+1366
|
* cache: fix unhandled errorMichael Muré2019-02-281-1/+1
|
* Merge pull request #82 from Steap/feature/lp-messagesMichael Muré2019-02-272-3/+102
|\ | | | | Launchpad bridge: fetch comments.
| * Launchpad bridge: fetch comments.Cyril Roelandt2019-02-272-3/+102
|/
* Merge pull request #97 from sladyn98/ls_id_branchMichael Muré2019-02-253-0/+57
|\ | | | | A command to list matching bug id from a prefix
| * ls-id.go:Add ls-id [<prefix>] commandSladyn2019-02-253-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>] commandSladyn2019-02-1430-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 scriptsMichael Muré2019-02-201-2/+2
| |
* | add a "version" command with various outputs, including the git hash and tagMichael Muré2019-02-209-6/+180
| |
* | man: update the date in the generated docMichael Muré2019-02-1626-26/+26
|/
* Merge pull request #92 from opencollective/opencollectiveMichael Muré2019-01-211-13/+12
|\ | | | | Open Collective integration in Readme
| * chore(opencollective): use tiersFrançois Hodierne2019-01-211-13/+12
|/
* Merge pull request #86 from ProgramFan/masterMichael Muré2019-01-093-92/+342
|\ | | | | Implement CJK support in termui
| * Fix handling of long wordsYang Zhang2019-01-082-2/+17
| |
| * Fix bad names in text.goYang Zhang2019-01-072-25/+25
| |
| * Remove redundant init in text packageYang Zhang2019-01-021-7/+0
| |
| * Make runewidth treat ambiguous rune as short and fix ui displayYang Zhang2019-01-013-4/+18
| |
| * Revert the changes on zsh_completion/git-bugYang Zhang2018-12-311-6/+6
| |
| * Add tests for critical internal functions in text.goYang Zhang2018-12-311-0/+75
| |
| * Refactor text.go to improve clearityYang Zhang2018-12-311-90/+124
| |
| * Fix megacheck warningsYang Zhang2018-12-311-2/+2
| |
| * Fix incorrect wrap of mixed wide and ascii charsYang Zhang2018-12-312-4/+23
| |
| * Implement a new wrap algorithm and pass all text testsYang Zhang2018-12-312-77/+177
| |
| * Fix tests in left_paddedYang Zhang2018-12-301-3/+3
| |
| * Add back removed text functionsYang Zhang2018-12-302-0/+118
| |
| * Use ASCII ellipsis to workaround inaccurate width of unicode ellipsisYang Zhang2018-12-301-2/+2
| |
| * Revert to MichaelMure's fork of gocuiYang Zhang2018-12-307-23/+23
| |
| * Implement almost full CJK support.Yang Zhang2018-12-2611-236/+118
| |\ | | | | | | | | | Display of CJK contents are supported. Adding CJK tags are problematic.
| | * Implement displaying CJK contentsYang Zhang2018-12-2611-230/+120
| | |
* | | Merge pull request #91 from seeduvax/cmdShowFieldsMichael Muré2019-01-085-1/+65
|\ \ \ | | | | | | | | commands: show: change for a single valued --field flag
| * | | commands: show: change for a single valued --field flagMichael Muré2019-01-075-62/+76
| | | |
| * | | Simplified show commadn error handling.Sebastien Devaux2019-01-071-7/+1
| | | | | | | | | | | | | | | | Exit on first unknown field found in query.
| * | | Fixed golangci check error about new error from format stringSebastien Devaux2019-01-041-1/+1
| | | |
| * | | git hook script exmaple to prefill commit message from selected issueSebastien Devaux2019-01-041-0/+24
| | | |
| * | | Adding fields switch to show command to select fields to display.Sebastien Devaux2019-01-041-37/+69
| | | |
* | | | upgrade webui dependencyMichael Muré2019-01-073-297/+428
| | | |
* | | | Merge pull request #90 from seeduvax/issue87Michael Muré2019-01-061-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.goSebastien Devaux2019-01-041-1/+1
|/ / /
* | | Merge pull request #84 from Steap/allow-empty-comment-messageMichael Muré2018-12-273-6/+8
|\ \ \ | | | | | | | | Allow empty messages in comments.
| * | | Allow empty messages in comments.Cyril Roelandt2018-12-263-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 generationMichael Muré2018-12-271-4/+13
|/ / | | | | | | upstream PR: https://github.com/spf13/cobra/pull/801
* | text: fix handling of wide charactersMichael Muré2018-12-252-16/+28
| |
* | termui: use a forked gocui to fix large character handlingMichael Muré2018-12-2519-28/+34
| |
* | Merge pull request #83 from Steap/improve-termui-pagingMichael Muré2018-12-251-2/+36
|\ \ | | | | | | Improve termui paging
| * | termui: don't reset the cursor when paginating with left/rightMichael Muré2018-12-231-6/+23
| | | | | | | | | | | | See https://github.com/MichaelMure/git-bug/pull/83 for the rationale
| * | Termui: Better position the cursor when changing page.Cyril Roelandt2018-12-221-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 Roelandt2018-12-221-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 cleaningMichael Muré2018-12-253-2/+6
| |/ |/|