Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | add REVIEWING.md | Alexander Foremny | |
2023-10-04 | add --filter, filter by tags | Alexander Foremny | |
2023-10-04 | strip tags from description | Alexander Foremny | |
2023-10-04 | output ansi styles only to tty, fixes tests | Alexander Foremny | |
2023-10-04 | ansi style output, breaks tests | Alexander Foremny | |
2023-10-04 | enable bash completion | Alexander Foremny | |
2023-10-04 | fix tests | Alexander Foremny | |
2023-10-04 | add tags to issues | Alexander Foremny | |
2023-10-04 | allow passing files to `git ls-files` | Alexander Foremny | |
2023-10-04 | improve error handling when calling external processes | Alexander Foremny | |
2023-10-04 | update readme | Alexander Foremny | |
2023-10-04 | drop shell script | Alexander Foremny | |
2023-10-04 | bring issue extraction on-par with shell script | Alexander Foremny | |
2023-10-02 | don't show full bodies in list | Alexander Foremny | |
2023-10-02 | refactor match merging to own module | Alexander Foremny | |
2023-10-02 | fix match merging | Alexander Foremny | |
2023-10-02 | add match merging, in a hurry | Alexander Foremny | |
2023-10-02 | add issues to new code | Fabian Kirchner | |
2023-10-02 | parse tree-grepper results | Fabian Kirchner | |
2023-10-02 | run tree-grepper for all files | Fabian Kirchner | |
2023-10-02 | get list of files which should be checked | Fabian Kirchner | |
2023-10-02 | add command line argument parsing | Fabian Kirchner | |
2023-10-02 | add minimal haskell boilerplate | Fabian Kirchner | |
2023-09-29 | fix extracting body for shell issues | Alexander Foremny | |
The underlying problem is that tree-sitter does not allow for matching sibling nodes. So any issues comprised of line comments (vs. block comments) suffered from this issue, independent of the language (shell). Thus, we manually merge such sibling matches after running tree-grepper. | |||
2023-09-28 | add list, show commands | Alexander Foremny | |
The `list` command can be omitted and is the default. The `show` command retains past output. ```console $ anissue -h Usage: anissue anissue list anissue show ``` The implementation uses docopts, the shell variant of docopt [1]. Because of that, wrapping with `--argv0 ''` is necessary when packaging. [1] http://docopt.org/ | |||
2023-09-28 | split augmentation and output into separate passes | Alexander Foremny | |
2023-09-28 | remove unnessary quoting when extracting fields from JSON | Alexander Foremny | |
2023-09-27 | assign and schedule issues | Fabian Kirchner | |
2023-09-27 | add some issues | Fabian Kirchner | |
2023-09-27 | use git ls-files to get list of files to look for issues | Fabian Kirchner | |
2023-09-06 | add gnugrep as dependency | Alexander Foremny | |
This had been an oversight of 17f8148945bf5d636eb0ab2b90e3f0d1c57ecf3f. | |||
2023-09-06 | add support for .sh files | Alexander Foremny | |
2023-09-06 | update shell dependencies | Alexander Foremny | |
2023-09-06 | overlay tree-grepper | Alexander Foremny | |
2023-09-06 | add issue to support all tree-grepper supported languages | Alexander Foremny | |
2023-09-06 | default to scanning . | Alexander Foremny | |
2023-09-06 | ignore hidden and backup files | Alexander Foremny | |
2023-09-06 | use absolute paths in .gitignore | Alexander Foremny | |
2023-09-05 | add Nix package | Alexander Foremny | |
2023-09-05 | refactor extract-generic.sh | Alexander Foremny | |
2023-09-05 | remove trailing whitespace from extract.sh | Alexander Foremny | |
2023-09-05 | *.sh -> src | Alexander Foremny | |
2023-09-05 | drop issues.sh | Alexander Foremny | |
its functionality has been refactored into extract.sh and helpers | |||
2023-09-05 | write main extract script | Fabian Kirchner | |
2023-09-05 | add elm-format | Fabian Kirchner | |
2023-09-05 | add tests | Fabian Kirchner | |
2023-09-05 | add nix extract script | Fabian Kirchner | |
2023-09-05 | add elm extract script | Fabian Kirchner | |
2023-09-05 | add tests for elm and nix | Fabian Kirchner | |
2023-09-05 | add shell.nix | Fabian Kirchner | |