index
:
git-bug
devel
master
update_mods
Distributed, offline-first bug tracker embedded in git, with bridges
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
termui
/
termui.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure every text input is safe and validated
Michael Muré
2021-04-17
1
-4
/
+8
*
termui: avoid importing a whole package to check an error
Michael Muré
2020-07-20
1
-3
/
+5
*
cache: replace the all-in-one query parser by a complete one with AST/lexer/p...
Michael Muré
2020-03-28
1
-2
/
+3
*
various cleanups suggested by golang-ci
Michael Muré
2020-02-08
1
-2
/
+0
*
termui: fix an excessive assumption about an error
0.6.0
Michael Muré
2019-12-27
1
-1
/
+3
*
termui: migrate to awesome-gocui instead of the old fork I had
Michael Muré
2019-11-03
1
-3
/
+7
*
termui: add colors for labels
ludovicm67
2019-10-15
1
-1
/
+2
*
finish the refactoring for the dedicated identifier type
Michael Muré
2019-08-12
1
-1
/
+2
*
fix everything following the hash-->id change
Michael Muré
2019-08-08
1
-4
/
+4
*
cache: expose the operation when creating a new bug
Michael Muré
2019-06-16
1
-1
/
+1
*
github: fix 3 edge-case failures
Michael Muré
2019-03-01
1
-3
/
+3
*
termui: use a forked gocui to fix large character handling
Michael Muré
2018-12-25
1
-1
/
+1
*
Add labelSelect view for choosing labels
Luke Adams
2018-10-04
1
-10
/
+16
*
Enable editing comments in the term ui
Luke Adams
2018-10-04
1
-0
/
+36
*
Make addCommentWithEditor accept a preMessage
Luke Adams
2018-10-04
1
-1
/
+1
*
termui: detect when the title is not changed and abort the operation
Michael Muré
2018-09-26
1
-1
/
+5
*
repo: split the Repo interface to avoid abstraction leak in RepoCache
Michael Muré
2018-09-21
1
-4
/
+4
*
docs & cleaning
Michael Muré
2018-09-16
1
-0
/
+1
*
termui: allow to change the bug query
Michael Muré
2018-09-11
1
-0
/
+34
*
termui: use Esc key to quit instead of 'q' to free it for a "query" feature
Michael Muré
2018-09-11
1
-0
/
+2
*
make CLI commands use the cache to lock the repo properly
Michael Muré
2018-08-31
1
-12
/
+5
*
cache: maintain, write and load from disk bug excerpts
Michael Muré
2018-08-23
1
-7
/
+11
*
termui: fix a crash when a bug is created with an empty message
Michael Muré
2018-08-17
1
-6
/
+9
*
termiu: show the bug after creation
Michael Muré
2018-08-17
1
-6
/
+20
*
fix some linting trouble
Michael Muré
2018-08-13
1
-0
/
+1
*
termui: implement push/pull
Michael Muré
2018-08-12
1
-7
/
+7
*
termui: add and remove labels
Michael Muré
2018-08-12
1
-3
/
+13
*
termui: add the previous title in the template when editing
Michael Muré
2018-08-08
1
-1
/
+1
*
termui: implement addComment and setTitle
Michael Muré
2018-08-02
1
-3
/
+69
*
cache: some refactoring
Michael Muré
2018-08-02
1
-1
/
+1
*
termui: add a view to display a bug
Michael Muré
2018-08-01
1
-3
/
+21
*
termui: add a reusable error popup, use it for badly formated bug creation
Michael Muré
2018-07-31
1
-15
/
+27
*
termui: use the editor to create a new bug
Michael Muré
2018-07-31
1
-78
/
+75
*
termui: PgUp & PgDown to pagine the bug list as well
Michael Muré
2018-07-30
1
-1
/
+1
*
vendor gocui on the master branch because of no release in a while
Michael Muré
2018-07-30
1
-0
/
+6
*
termui: interactive and responsible list of bugs
Michael Muré
2018-07-30
1
-12
/
+31
*
wip terminal ui
Michael Muré
2018-07-30
1
-0
/
+132