aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix terminal UI recording srcDmitry Teplov2018-09-051-2/+2
|
* readme: fix the logo url to use to master branchMichael Muré2018-09-051-1/+1
|
* bug: also update the operations incrementaly in the snapshotMichael Muré2018-09-041-0/+2
| | | | fix #39
* Merge pull request #35 from MichaelMure/logoMichael Muré2018-09-047-1/+527
|\ | | | | Logo
| * logo: add logotype as wellMichael Muré2018-09-042-0/+27
| |
| * docs: add missing period in README.mdDmitry Teplov2018-09-041-1/+1
| |
| * logo: add proper licensing and small cleaningMichael Muré2018-09-045-2/+432
| |
| * docs: add logo to README.md (#1)Dmitry Teplov2018-09-041-0/+3
| |
| * Add logo in svg formatViktor [VAN] Teplov2018-09-043-0/+66
|/
* cache: fix missed code path that should update the cacheMichael Muré2018-09-042-0/+8
| | | | fix #36
* bug: make sure the lamport values are set properly after a commitMichael Muré2018-09-031-4/+4
|
* cache: provide a generic bug sorting functionMichael Muré2018-09-025-62/+89
|
* manpages: updateMichael Muré2018-09-0214-13/+14
|
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-025-46/+79
|
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-025-16/+16
| | | | Underline the fact that it's fine to use RepoCache alone
* add some documentationMichael Muré2018-09-022-2/+17
|
* invert the behavior of the build flag for the webuiMichael Muré2018-09-024-25/+29
| | | | | | Now produce by default a build with the packed webui, to make it go gettable properly. fix #33
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-3118-192/+208
|
* Merge pull request #32 from tplk/patch-1Michael Muré2018-08-281-2/+2
|\ | | | | webui: add name to web app manifest
| * webui: add name to web app manifest.Dmitry Teplov2018-08-271-2/+2
|/
* better naming for the graphql-s root resolverMichael Muré2018-08-272-16/+16
|
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-2310-109/+188
|
* 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
|