summary refs log tree commit diff
path: root/scripts/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-161-57/+41
|
* SPACEBARMadeline2023-03-313-3/+3
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-312-2/+2
|
* Add ESLint (#941)Madeline2023-01-201-2/+1
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-183-0/+70
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* add back openapi generation. todo: find way to keep route text descriptions ↵Madeline2023-01-061-0/+63
in code, and find way to get usages of right/permission .hasThrow