Commit log
f70f38c
ls-id.go: Add ls-id [<prefix>] command
Click to expand commit body
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
Sladyn
created
7 years ago
bb00663
Merge pull request #92 from opencollective/opencollective
Click to expand commit body
Open Collective integration in Readme
Michael Muré
created
7 years ago
090cd80
chore(opencollective): use tiers
François Hodierne
created
7 years ago
6bfbf36
Merge pull request #86 from ProgramFan/master
Click to expand commit body
Implement CJK support in termui
Michael Muré
created
7 years ago
44643ef
Merge pull request #91 from seeduvax/cmdShowFields
Click to expand commit body
commands: show: change for a single valued --field flag
Michael Muré
created
7 years ago
8ea5c6b
Fix handling of long words
Yang Zhang
created
7 years ago
43d0fe5
commands: show: change for a single valued --field flag
Michael Muré
created
7 years ago
433c4fc
upgrade webui dependency
Michael Muré
created
7 years ago
5850116
Simplified show commadn error handling.
Click to expand commit body
Exit on first unknown field found in query.
Sebastien Devaux
created
7 years ago
2feb4ec
Fix bad names in text.go
Yang Zhang
created
7 years ago
bbf385b
Merge pull request #90 from seeduvax/issue87
Click to expand commit body
Issue #87: use same id format function in snapshot.go than in bug.go
Michael Muré
created
7 years ago
68cbde4
Fixed golangci check error about new error from format string
Sebastien Devaux
created
7 years ago
afbda3c
git hook script exmaple to prefill commit message from selected issue
Sebastien Devaux
created
7 years ago
1787f95
Adding fields switch to show command to select fields to display.
Sebastien Devaux
created
7 years ago
7638672
Issue #87: use same id format function in snapshot.go than in bug.go
Sebastien Devaux
created
7 years ago
309e689
Remove redundant init in text package
Yang Zhang
created
7 years ago
5cf7b19
Make runewidth treat ambiguous rune as short and fix ui display
Yang Zhang
created
7 years ago
e29188e
Revert the changes on zsh_completion/git-bug
Yang Zhang
created
7 years ago
d4fd895
Add tests for critical internal functions in text.go
Yang Zhang
created
7 years ago
7c1df91
Refactor text.go to improve clearity
Yang Zhang
created
7 years ago
99bc0c1
Fix megacheck warnings
Yang Zhang
created
7 years ago
a0ae5fc
Fix incorrect wrap of mixed wide and ascii chars
Yang Zhang
created
7 years ago
f22f9b7
Implement a new wrap algorithm and pass all text tests
Yang Zhang
created
7 years ago
467ab5b
Fix tests in left_padded
Yang Zhang
created
7 years ago
c0ce415
Add back removed text functions
Yang Zhang
created
7 years ago
5241916
Use ASCII ellipsis to workaround inaccurate width of unicode ellipsis
Yang Zhang
created
7 years ago
d823bc5
Revert to MichaelMure's fork of gocui
Yang Zhang
created
7 years ago
171acad
Merge pull request #84 from Steap/allow-empty-comment-message
Click to expand commit body
Allow empty messages in comments.
Michael Muré
created
7 years ago
3f69419
misc: fix non determinist zsh comp generation
Click to expand commit body
upstream PR: https://github.com/spf13/cobra/pull/801
Michael Muré
created
7 years ago
11e0474
Allow empty messages in comments.
Click to expand commit body
Some bug trackers, like Launchpad, allow messages to be empty (when adding a
file to the bug, for instance).
Cyril Roelandt
created
7 years ago
d318915
Implement almost full CJK support.
Click to expand commit body
Display of CJK contents are supported. Adding CJK tags are problematic.
Yang Zhang
created
7 years ago
3fa2d15
Implement displaying CJK contents
Yang Zhang
created
7 years ago
32b3e26
text: fix handling of wide characters
Michael Muré
created
7 years ago
ebcf3a7
termui: use a forked gocui to fix large character handling
Michael Muré
created
7 years ago
60d44f7
Merge pull request #83 from Steap/improve-termui-paging
Click to expand commit body
Improve termui paging
Michael Muré
created
7 years ago
96f5141
repo: minor cleaning
Michael Muré
created
7 years ago
8a6a805
add a check for the minimal go version (1.8)
Michael Muré
created
7 years ago
45b82de
travis: build on all go and nodejs version supported
Michael Muré
created
7 years ago
94b28b6
termui: display an explicit placeholder for empty messages
Michael Muré
created
7 years ago
fb87d44
termui: don't reset the cursor when paginating with left/right
Click to expand commit body
See https://github.com/MichaelMure/git-bug/pull/83 for the rationale
Michael Muré
created
7 years ago
7454b95
text: more chinese related fixes
Michael Muré
created
7 years ago
261aa61
text: fix a wrapping bug leading to line longer than they should
Michael Muré
created
7 years ago
f9fc85a
text: hopefuly fix the handling of chinese
Michael Muré
created
7 years ago
0d5bd6b
graphql: now that it's possible, split the schema for clarity
Michael Muré
created
7 years ago
1410a1a
upgrade gqlgen to v0.7.1
Michael Muré
created
7 years ago
8fc15a0
webui: upgrade npm dependencies to fix https://nvd.nist.gov/vuln/detail/CVE-2018-16469
Michael Muré
created
7 years ago
5a465c0
update generated doc with the new date
Michael Muré
created
7 years ago
87098ce
Termui: Better position the cursor when changing page.
Click to expand commit body
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.
Cyril Roelandt
created
7 years ago
1174265
Termui: switch to the previous/next page when going up/down.
Click to expand commit body
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.
Cyril Roelandt
created
7 years ago
47b2aa4
launchpad: minor cleaning
Michael Muré
created
7 years ago
Page 39 of 48