Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | add filter operators | Alexander Foremny | |
The following filter expressions are now additionally valid: ``` --filter @tag <=VALUE --filter @tag <VALUE --filter @tag >=VALUE --filter @tag >VALUE ``` Note that negation needs some re-work. Currently, only `--filter !@tag <VALUE` is valid, and `--filter @tag !<VALUE` is not. The first version may not behave as you would expect it. A tracking issue has been created. Note that without typing tag values, all comparisons perform lexicographically on `String`s. | |||
2023-10-17 | applySort -> applySorts | Alexander Foremny | |
2023-10-17 | allow empty-valued (bool) tags | Alexander Foremny | |
2023-10-17 | refactor include,exclude from simple filters | Alexander Foremny | |
2023-10-16 | add `--sort` to `list` | Alexander Foremny | |
2023-10-16 | add internal tag `createdAt` | Alexander Foremny | |
2023-10-16 | refactor `Issue.Provenance` from `Issue` | Alexander Foremny | |
2023-10-16 | refactor: add language extensions to Cabal file | Alexander Foremny | |
Ditches `ghci` in favor of `cabal repl`. | |||
2023-10-14 | add basic caching of Issue's | Fabian Kirchner | |
2023-10-13 | title cannot span multiple lines | Fabian Kirchner | |
2023-10-05 | fix trailing newline in text extract, fix tests | Alexander Foremny | |
2023-10-05 | show single issue by id only | Alexander Foremny | |
2023-10-05 | generate internal @id tag from title | Alexander Foremny | |
2023-10-05 | refactor issue text extraction | Alexander Foremny | |
2023-10-04 | add --filter, filter by tags | Alexander Foremny | |
2023-10-04 | add tags to issues | Alexander Foremny | |