aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-2311-16/+171
| | | | sorting and retrieval
* bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵Michael Muré2018-08-2310-48/+137
| | | | snapshot
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-217-255/+478
|
* readme: more stylingMichael Muré2018-08-211-2/+2
|
* readme: a bit of stylingMichael Muré2018-08-211-1/+5
|
* Merge pull request #26 from x4m3/archlinux-packageMichael Muré2018-08-201-0/+4
|\ | | | | readme: added archlinux aur package in install section
| * readme: added archlinux aur package in install sectionPhilippe Loctaux2018-08-191-0/+4
| |
* | webui: Ensure code format in CI by running eslintQuentin Gliech2018-08-191-8/+14
| |
* | webui: Format everything with prettierQuentin Gliech2018-08-1921-301/+386
|/
* bug: add a benchmark for reading all bugs in a repoMichael Muré2018-08-191-0/+49
|
* random_bugs: make it seedable and reusableMichael Muré2018-08-192-30/+57
|
* bug: add benchmarcks for bug mergeMichael Muré2018-08-193-17/+51
|
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-194-41/+18
| | | | fix #24
* Readme: advertise a little more the chat lobbyMichael Muré2018-08-181-1/+1
|
* Readme: add the gitter badgeMichael Muré2018-08-181-1/+1
|
* Merge pull request #19 from MichaelMure/webui-label-colorsMichael Muré2018-08-183-86/+144
|\ | | | | Different colors for labels based on their hash
| * Different colors for labels based on their hashQuentin Gliech2018-08-173-86/+144
|/ | | | | webui: A hash is computed on each label, which is then used to determine the label's color.
* Merge pull request #14 from zetok/typosMichael Muré2018-08-172-5/+5
|\ | | | | docs: fix some typos
| * docs: fix some typosZetok Zalbavar2018-08-172-5/+5
|/
* termui: fix a crash when a bug is created with an empty messageMichael Muré2018-08-171-6/+9
|
* version 0.2.00.2.0Michael Muré2018-08-171-1/+1
|
* create_random_bugs: create less bugsMichael Muré2018-08-171-2/+2
|
* webui: pack itMichael Muré2018-08-171-17/+17
|
* readme: cleanupMichael Muré2018-08-171-2/+0
|
* readme: fix the termui screencast not working on githubMichael Muré2018-08-171-0/+4
|
* readme: update with new recording of the termui, and screen of the webuiMichael Muré2018-08-176-7/+49
|
* termui: fix left/right unnecessarely moving up/downMichael Muré2018-08-171-2/+12
|
* makefile: add a target to clean bugs on a remoteMichael Muré2018-08-171-1/+4
|
* termiu: show the bug after creationMichael Muré2018-08-173-11/+25
|
* termui: fix out of bounds when opening a bug on non-first pageMichael Muré2018-08-171-1/+1
|
* add a new main to generate random bugsMichael Muré2018-08-1635-0/+2834
|
* makefile: add a target to remove all local bugsMichael Muré2018-08-161-1/+5
|
* webui: minor css improvementsMichael Muré2018-08-162-10/+15
|
* fix testsMichael Muré2018-08-151-1/+1
|
* webui: pack itMichael Muré2018-08-151-17/+17
|
* webui: display status change in the timelineMichael Muré2018-08-153-0/+43
|
* webui: display title changes in the timelineMichael Muré2018-08-153-0/+49
|
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-155-7/+41
|
* webui: display label changes in the timeline + cleaning evrywhereMichael Muré2018-08-159-37/+122
|
* webui: rework of the bug page with a timelineMichael Muré2018-08-158-68/+231
|
* webui: reorganize the codeMichael Muré2018-08-157-76/+85
|
* webUI: implement pagination on the bug listMichael Muré2018-08-151-15/+133
|
* graphql: fix two bugs in the connection codeMichael Muré2018-08-154-4/+16
| | | | | 1) totalCount was incorrect when not in the first page 2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after
* gqlgen: add a small program to go:generate the codeMichael Muré2018-08-1462-2/+18800
|
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-147-30/+110
|
* webui: don't pack the huge .map file for productionMichael Muré2018-08-145-28/+189
|
* webui: revamp the bug listMichael Muré2018-08-1410-2497/+2949
|
* cleanup go importsMichael Muré2018-08-1321-16/+37
|
* fix some linting troubleMichael Muré2018-08-1322-30/+111
|
* Update README.mdMichael Muré2018-08-131-2/+2
|