e1f5976
Merge pull request #3 from MichaelMure/ui
Click to expand commit body
WIP: Web UI
Michael Muré created
e1f5976
Merge pull request #3 from MichaelMure/ui
WIP: Web UI
Michael Muré created
6d85590
webui: Basic bug list
Quentin Gliech created
50fd294
graphql: add `allBugs` to root query
Quentin Gliech created
4901bda
webui: Split into multiple, smaller components
Quentin Gliech created
62c422f
Basic WebUI
Based on Material-UI, react-router and react-apollo
Quentin Gliech created
3dd41e5
Add title field to bugs in graphql schema
Quentin Gliech created
8f0bb15
webui: Add flag to specify which port to listen to
Quentin Gliech created
94623b2
donc't build generators in a normal build
Michael Muré created
3524035
generate zsh completion
Michael Muré created
302a69b
use DisableAutoGenTag to not have to commit the documentation after each build
Michael Muré created
e527c57
add bash completion (only for "git-bug" for now ...)
Michael Muré created
5a8c649
generate manpages
Michael Muré created
e89f876
generate markdown documentation
Michael Muré created
1dd5118
graphql: Actually get the bugs from the repo
Quentin Gliech created
59e6ae8
NewBug can no longer error
Michael Muré created
0a7814f
humanize time
Michael Muré created
d731306
small cleaning
Michael Muré created
9f04fc2
bug: replace the uuid based id with the hash of the first commit
Michael Muré created
f42cf79
start of a graphql schema+types
Michael Muré created
2bbb145
remove tests with go 1.8 due to conflict with cobra/vipe
Michael Muré created
a2a50f3
webui: add a primitive graphql handler
Michael Muré created
25fb88d
fix dependencies
Michael Muré created
7f5922f
rework all the commands to use cobra as a parser
Michael Muré created
459bb87
add compiled webui
Michael Muré created
b4ba7bd
update readme with the label command
Michael Muré created
cfa1137
implement label op+command
Michael Muré created
ba3281d
all operations now have an author and a timestamp
Michael Muré created
6f83d89
fix tests
Michael Muré created
43bf006
crude implementation of show
Michael Muré created
1332a6e
ls: add some colors
Michael Muré created
9e6c687
update readme
Michael Muré created
76ac178
add bug status + open/close commands
Michael Muré created
7b19b10
comment the failing test for now (code is ok)
Michael Muré created
bd56024
cleanup webui
Michael Muré created
0180b68
implement pull/merge
Michael Muré created
1d678df
vendor dependencies with dep
Michael Muré created
131a862
fix makefile
Michael Muré created
451c3b3
commands: sort commands by name
Michael Muré created
ead4511
add the infrastructure for an embedded web UI + command
Michael Muré created
d659d74
fix build
Michael Muré created
6f4661a
show available commands in the readme
Michael Muré created
d3893a5
rework the commands thing and add a "commands" command to list all commands
Michael Muré created
9423e7f
add a comment about future binaries
Michael Muré created
1cda19d
add a data model documentation
Michael Muré created
628d515
GPLv3 --> GPLv3+ because afranke said so
Michael Muré created
c2774dc
add a "comment" command
Michael Muré created
cbff4b8
add a way to load a bug from a prefix
Michael Muré created
7c5c567
readme: explain planned feature
Michael Muré created
1e4562e
ls: better output
Michael Muré created
dfefba0
list --> ls, silly !
Michael Muré created