summary refs log tree commit diff
path: root/scripts/util/getRouteDescriptions.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Color coded logging for missing request/response schemas in openapiRory&2026-03-171-2/+5
|
* properly mark unused paramsRory&2026-03-141-1/+1
|
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-251-2/+2
|
* More gateway traceRory&2025-12-181-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-43/+43
|
* Prettier u13Rory&2025-12-171-12/+3
|
* Instance ban stuffRory&2025-12-131-1/+1
|
* Cut down schemas by 90%Rory&2025-11-291-9/+33
|
* Mention inbox, hopefullyRory&2025-11-261-1/+2
|
* build: always run openapi and schema generation, use build modeRory&2025-10-071-3/+10
|
* Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-161-57/+41
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* 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-181-0/+18
| | | | | | | | | * 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