summary refs log tree commit diff
path: root/scripts/schema.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Send user and roles id array in GET /guilds/:id/members/:idMadeline2023-06-111-31/+1
|
* generated filesMadeline2023-04-141-2/+0
|
* fix some types not being generated correctlyPuyodead12023-04-131-7/+9
|
* fix response types not being generatedPuyodead12023-04-131-1/+5
|
* clusterfuckPuyodead12023-04-131-5/+1
|
* oapi: bug fixesPuyodead12023-04-131-1/+1
|
* fixing lots of openapi crapPuyodead12023-04-131-0/+2
|
* Set eslint env properlyMadeline2023-04-121-2/+0
|
* Remove ALL fosscord mentionsMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Ajv and openapi spec use different versions of typescript json schema??????Madeline2023-03-251-17/+19
|
* Work towards fixing openapi specMadeline2023-03-241-6/+28
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-17/+19
| | | | | | | | | * 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
* Don't allow BaseClass props through schemaMadeline2023-01-061-0/+18
|
* PrettierMadeline2023-01-051-1/+1
|
* Fix sync script not closing for some dbmsMadeline2022-12-221-1/+1
|
* First pass of removing Slowcord mentionsMadeline2022-12-171-2/+4
|
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-241-1/+4
|
* PrettierMadeline2022-09-261-4/+10
|
* Move schemas to /src/util/schemasMadeline2022-09-261-1/+0
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-0/+89