Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | status: add a function to parse a status | Michael Muré | 2018-09-09 | 1 | -0/+18 |
| | |||||
* | cache: refactor to handle bug changes during Pull | Michael Muré | 2018-09-08 | 5 | -29/+62 |
| | |||||
* | bug: refactor the Pull code to have the message formating in the upper layers | Michael Muré | 2018-09-07 | 5 | -38/+39 |
| | |||||
* | travis: clean outdated build tag | Michael Muré | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | cmds: various cleaning | Michael Muré | 2018-09-06 | 10 | -10/+10 |
| | |||||
* | cmds: only print once the error | Michael Muré | 2018-09-06 | 1 | -1/+0 |
| | |||||
* | Readme: recomend go get -u | Michael Muré | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | random bugs: cleanup + generate random OperationPack as well | Michael Muré | 2018-09-06 | 3 | -8/+56 |
| | |||||
* | Merge pull request #40 from tplk/patch-1 | Michael Muré | 2018-09-05 | 1 | -2/+2 |
|\ | | | | | docs: fix terminal UI recording src | ||||
| * | docs: fix terminal UI recording src | Dmitry Teplov | 2018-09-05 | 1 | -2/+2 |
|/ | |||||
* | readme: fix the logo url to use to master branch | Michael Muré | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | bug: also update the operations incrementaly in the snapshot | Michael Muré | 2018-09-04 | 1 | -0/+2 |
| | | | | fix #39 | ||||
* | Merge pull request #35 from MichaelMure/logo | Michael Muré | 2018-09-04 | 7 | -1/+527 |
|\ | | | | | Logo | ||||
| * | logo: add logotype as well | Michael Muré | 2018-09-04 | 2 | -0/+27 |
| | | |||||
| * | docs: add missing period in README.md | Dmitry Teplov | 2018-09-04 | 1 | -1/+1 |
| | | |||||
| * | logo: add proper licensing and small cleaning | Michael Muré | 2018-09-04 | 5 | -2/+432 |
| | | |||||
| * | docs: add logo to README.md (#1) | Dmitry Teplov | 2018-09-04 | 1 | -0/+3 |
| | | |||||
| * | Add logo in svg format | Viktor [VAN] Teplov | 2018-09-04 | 3 | -0/+66 |
|/ | |||||
* | cache: fix missed code path that should update the cache | Michael Muré | 2018-09-04 | 2 | -0/+8 |
| | | | | fix #36 | ||||
* | bug: make sure the lamport values are set properly after a commit | Michael Muré | 2018-09-03 | 1 | -4/+4 |
| | |||||
* | cache: provide a generic bug sorting function | Michael Muré | 2018-09-02 | 5 | -62/+89 |
| | |||||
* | manpages: update | Michael Muré | 2018-09-02 | 14 | -13/+14 |
| | |||||
* | cache: provide sorted (id, creation, edit) list of bugs | Michael Muré | 2018-09-02 | 5 | -46/+79 |
| | |||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 5 | -16/+16 |
| | | | | Underline the fact that it's fine to use RepoCache alone | ||||
* | add some documentation | Michael Muré | 2018-09-02 | 2 | -2/+17 |
| | |||||
* | invert the behavior of the build flag for the webui | Michael Muré | 2018-09-02 | 4 | -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 properly | Michael Muré | 2018-08-31 | 18 | -192/+208 |
| | |||||
* | Merge pull request #32 from tplk/patch-1 | Michael Muré | 2018-08-28 | 1 | -2/+2 |
|\ | | | | | webui: add name to web app manifest | ||||
| * | webui: add name to web app manifest. | Dmitry Teplov | 2018-08-27 | 1 | -2/+2 |
|/ | |||||
* | better naming for the graphql-s root resolver | Michael Muré | 2018-08-27 | 2 | -16/+16 |
| | |||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 10 | -109/+188 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 11 | -16/+171 |
| | | | | sorting and retrieval | ||||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 | 10 | -48/+137 |
| | | | | snapshot | ||||
* | cache: lock the repo with a pid file; automatic cleaning | Michael Muré | 2018-08-21 | 7 | -255/+478 |
| | |||||
* | readme: more styling | Michael Muré | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | readme: a bit of styling | Michael Muré | 2018-08-21 | 1 | -1/+5 |
| | |||||
* | Merge pull request #26 from x4m3/archlinux-package | Michael Muré | 2018-08-20 | 1 | -0/+4 |
|\ | | | | | readme: added archlinux aur package in install section | ||||
| * | readme: added archlinux aur package in install section | Philippe Loctaux | 2018-08-19 | 1 | -0/+4 |
| | | |||||
* | | webui: Ensure code format in CI by running eslint | Quentin Gliech | 2018-08-19 | 1 | -8/+14 |
| | | |||||
* | | webui: Format everything with prettier | Quentin Gliech | 2018-08-19 | 21 | -301/+386 |
|/ | |||||
* | bug: add a benchmark for reading all bugs in a repo | Michael Muré | 2018-08-19 | 1 | -0/+49 |
| | |||||
* | random_bugs: make it seedable and reusable | Michael Muré | 2018-08-19 | 2 | -30/+57 |
| | |||||
* | bug: add benchmarcks for bug merge | Michael Muré | 2018-08-19 | 3 | -17/+51 |
| | |||||
* | bug: remove use of the too recent %(refname:lstrip=-1) of git | Michael Muré | 2018-08-19 | 4 | -41/+18 |
| | | | | fix #24 | ||||
* | Readme: advertise a little more the chat lobby | Michael Muré | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Readme: add the gitter badge | Michael Muré | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19 from MichaelMure/webui-label-colors | Michael Muré | 2018-08-18 | 3 | -86/+144 |
|\ | | | | | Different colors for labels based on their hash | ||||
| * | Different colors for labels based on their hash | Quentin Gliech | 2018-08-17 | 3 | -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/typos | Michael Muré | 2018-08-17 | 2 | -5/+5 |
|\ | | | | | docs: fix some typos | ||||
| * | docs: fix some typos | Zetok Zalbavar | 2018-08-17 | 2 | -5/+5 |
|/ |