Commit Graph

259 Commits

Author SHA1 Message Date
Michael Muré
285e839486
random_bugs: make it seedable and reusable 2018-08-19 21:26:35 +02:00
Michael Muré
08127d8d1c
bug: add benchmarcks for bug merge 2018-08-19 20:40:50 +02:00
Michael Muré
b58812136e
bug: remove use of the too recent %(refname:lstrip=-1) of git
fix #24
2018-08-19 13:58:55 +02:00
Michael Muré
71523f23ed
Readme: advertise a little more the chat lobby 2018-08-18 18:34:24 +02:00
Michael Muré
6ecfb9da76
Readme: add the gitter badge 2018-08-18 18:31:15 +02:00
Michael Muré
45f671b5c6
Merge pull request #19 from MichaelMure/webui-label-colors
Different colors for labels based on their hash
2018-08-18 14:34:14 +02:00
Quentin Gliech
3085ab25ca
Different colors for labels based on their hash
webui: A hash is computed on each label, which is then used to determine
the label's color.
2018-08-17 21:54:14 -04:00
Michael Muré
f8f48b975a
Merge pull request #14 from zetok/typos
docs: fix some typos
2018-08-17 20:04:41 +02:00
Zetok Zalbavar
73bd0f4a4e
docs: fix some typos 2018-08-17 18:46:03 +01:00
Michael Muré
c974cc022d
termui: fix a crash when a bug is created with an empty message 2018-08-17 16:42:10 +02:00
Michael Muré
d959acc29d
version 0.2.0 2018-08-17 13:37:50 +02:00
Michael Muré
eaef314936
create_random_bugs: create less bugs 2018-08-17 13:37:50 +02:00
Michael Muré
e076931aa5
webui: pack it 2018-08-17 13:37:49 +02:00
Michael Muré
1e8e1af674
readme: cleanup 2018-08-17 13:33:28 +02:00
Michael Muré
4e9ff2f5b6
readme: fix the termui screencast not working on github 2018-08-17 13:31:39 +02:00
Michael Muré
55ab9631b9
readme: update with new recording of the termui, and screen of the webui 2018-08-17 13:19:35 +02:00
Michael Muré
c93c0221ca
termui: fix left/right unnecessarely moving up/down 2018-08-17 13:07:46 +02:00
Michael Muré
90f235b393
makefile: add a target to clean bugs on a remote 2018-08-17 12:51:55 +02:00
Michael Muré
e482a37776
termiu: show the bug after creation 2018-08-17 12:37:58 +02:00
Michael Muré
6af16c1ccd
termui: fix out of bounds when opening a bug on non-first page 2018-08-17 12:10:28 +02:00
Michael Muré
1e43a6a7e3
add a new main to generate random bugs 2018-08-16 18:22:00 +02:00
Michael Muré
f510e43418
makefile: add a target to remove all local bugs 2018-08-16 18:20:11 +02:00
Michael Muré
51b0d70985
webui: minor css improvements 2018-08-16 18:19:53 +02:00
Michael Muré
1e9f2a9d1c
fix tests 2018-08-15 22:30:35 +02:00
Michael Muré
f728a02ad5
webui: pack it 2018-08-15 22:22:03 +02:00
Michael Muré
11b792608f
webui: display status change in the timeline 2018-08-15 22:20:50 +02:00
Michael Muré
17aa40505b
webui: display title changes in the timeline 2018-08-15 22:09:17 +02:00
Michael Muré
a474093774
bug: add "was" on SetTitleOperation to store what the title was 2018-08-15 22:01:45 +02:00
Michael Muré
cf9e83e74d
webui: display label changes in the timeline + cleaning evrywhere 2018-08-15 21:49:31 +02:00
Michael Muré
1984d4343d
webui: rework of the bug page with a timeline 2018-08-15 20:31:53 +02:00
Michael Muré
2530cee1ea
webui: reorganize the code 2018-08-15 15:50:19 +02:00
Michael Muré
24d862a65c
webUI: implement pagination on the bug list 2018-08-15 15:30:06 +02:00
Michael Muré
bc1fb34c24
graphql: fix two bugs in the connection code
1) totalCount was incorrect when not in the first page
2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after
2018-08-15 14:53:50 +02:00
Michael Muré
5c568a362b
gqlgen: add a small program to go:generate the code 2018-08-14 14:48:41 +02:00
Michael Muré
ef0d8fa108
graphql: expose startCursor and endCursor as well for a connection 2018-08-14 14:20:35 +02:00
Michael Muré
43f808a0e2
webui: don't pack the huge .map file for production 2018-08-14 02:06:41 +02:00
Michael Muré
5edcb6c8bd
webui: revamp the bug list 2018-08-14 02:06:02 +02:00
Michael Muré
4c850b5989
cleanup go imports 2018-08-13 18:39:19 +02:00
Michael Muré
df144e727a
fix some linting trouble 2018-08-13 15:28:47 +02:00
Michael Muré
f2f779c5a8
Update README.md 2018-08-13 02:19:34 +02:00
Michael Muré
3fe65c0a55
Update README.md 2018-08-12 21:53:36 +02:00
Michael Muré
c1a08111b6
build: someday travis will stop complaining 2018-08-12 21:35:41 +02:00
Michael Muré
bb6fad3058
prepare a first version 2018-08-12 21:26:01 +02:00
Michael Muré
83185a8cb3
test: make bug_actions_test race resistant 2018-08-12 21:09:46 +02:00
Michael Muré
e2f4b027c9
termui: implement push/pull 2018-08-12 21:09:30 +02:00
Michael Muré
721ed3248e
termui: fix scroll bug 2018-08-12 02:45:35 +02:00
Michael Muré
53a3d5e113
termui: add and remove labels 2018-08-12 02:42:03 +02:00
Michael Muré
f51cc4a33f
termui: implement left/right navigation in show bug 2018-08-11 23:36:03 +02:00
Michael Muré
b96819a8e8
termui: properly handle color sequence code even inside a word 2018-08-11 22:27:45 +02:00
Michael Muré
f7ef5cdb3a
termui: fix the instructions being written on in show bug 2018-08-09 16:48:23 +02:00