Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch a lot of error not being checked | Michael Muré | 2018-09-13 | 6 | -30/+48 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 6 | -27/+65 |
| | |||||
* | termui: add missing query help text | Michael Muré | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | bug: proper int baked enum for merge result status instead of a string | Michael Muré | 2018-09-13 | 5 | -39/+60 |
| | |||||
* | random bugs: fix a crash when minOps == maxOps | Michael Muré | 2018-09-12 | 1 | -1/+6 |
| | |||||
* | bug: change the OperationPack serialization format for Json | Michael Muré | 2018-09-12 | 12 | -69/+111 |
| | | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice | ||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 42 | -274/+259 |
| | |||||
* | graphql: AllBugs now accept a query | Michael Muré | 2018-09-11 | 4 | -12/+42 |
| | |||||
* | termui: allow to change the bug query | Michael Muré | 2018-09-11 | 6 | -17/+113 |
| | |||||
* | termui: use Esc key to quit instead of 'q' to free it for a "query" feature | Michael Muré | 2018-09-11 | 3 | -4/+6 |
| | |||||
* | cache: resolved id by prefix using the cache instead of reading bugs | Michael Muré | 2018-09-11 | 1 | -18/+2 |
| | |||||
* | bug: ensure that OpBase field are public and properly serialized | Michael Muré | 2018-09-10 | 6 | -13/+13 |
| | | | | fix #37 | ||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 22 | -55/+237 |
| | |||||
* | Cleanup queries.md (#41) | Jed Fox | 2018-09-10 | 1 | -15/+12 |
| | | | | | | | | | | * Improve grammar * Improve clock-vs-timestamp message * Fix whitespace * Add some explanations * Move the clock-vs-timestamp message to the top of the sorting section * Clarify wording more * Fix my misconception | ||||
* | cache: doc & cleaning | Michael Muré | 2018-09-10 | 4 | -5/+12 |
| | |||||
* | cache: add the alias "state" for the qualifier "status" | Michael Muré | 2018-09-10 | 1 | -1/+1 |
| | | | | both are commonly expected | ||||
* | cache: properly parse and clean qualifier with multi word | Michael Muré | 2018-09-10 | 3 | -13/+47 |
| | |||||
* | readme: add an example of query | Michael Muré | 2018-09-09 | 1 | -0/+5 |
| | |||||
* | doc: document the query DSL | Michael Muré | 2018-09-09 | 2 | -8/+86 |
| | |||||
* | ls: accept a query to sort and filter the list | Michael Muré | 2018-09-09 | 3 | -4/+14 |
| | |||||
* | cache: combine sorting and filtering into a query with its micro-DSL | Michael Muré | 2018-09-09 | 7 | -77/+249 |
| | |||||
* | BugExcerpt: also store bug labels | Michael Muré | 2018-09-09 | 1 | -0/+2 |
| | |||||
* | cache: implement the filtering | Michael Muré | 2018-09-09 | 1 | -0/+103 |
| | |||||
* | fix english grammar | Michael Muré | 2018-09-09 | 3 | -13/+13 |
| | |||||
* | person: add a function to test the matching of a query | Michael Muré | 2018-09-09 | 1 | -0/+6 |
| | |||||
* | 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 |
| |