Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

koa-zod-router #729

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
554b858
add koa-zod-router library
hawkrives May 12, 2024
71a1e64
migrate core server to koa-zod-router
hawkrives May 12, 2024
e5cc786
wip menu migration to koa-zod-router
hawkrives May 12, 2024
ceb1dbd
continue work on menus
hawkrives May 12, 2024
9ec9d30
cleanups to menu file
hawkrives May 12, 2024
20f6beb
begin work on calendars
hawkrives May 12, 2024
98cd3fb
expand printWidth
hawkrives May 24, 2024
b5f87fe
reformat calendar
hawkrives May 24, 2024
e3de0eb
migrate dictionary
hawkrives May 24, 2024
d556054
migrate convos
hawkrives May 24, 2024
46ac27f
migrate help
hawkrives May 24, 2024
a42f4b8
continue porting carleton endpoints to koa-zod-router
hawkrives May 25, 2024
fff7963
migrate jobs and orgs to koa-zod-router
hawkrives May 25, 2024
5645509
migrate html-to-markdown route to koa-zod-router
hawkrives May 25, 2024
a7baa1f
continue work on porting to koa-zod-router
hawkrives May 25, 2024
4875485
continue pulling out common stuff to ccc-frog-pond
hawkrives May 25, 2024
c379301
port the shared stolaf-carleton parts to koa-zod-router
hawkrives May 25, 2024
3d8c71f
finish porting stolaf to koa-zod-router
hawkrives May 25, 2024
6b60705
re=import the stolaf half of the app
hawkrives May 25, 2024
b58a332
fix a few logical bugs
hawkrives May 25, 2024
0d6a08e
remove unused koa-ctx-cache-control typedef
hawkrives May 25, 2024
d59460a
port stav mealtime reports to koa-zod-router
hawkrives May 25, 2024
1944a68
fix up reporting schema
hawkrives May 25, 2024
c569c5e
prettier
hawkrives May 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default [

// conflicts with the noPropertyAccessFromIndexSignature tsconfig rule
'@typescript-eslint/dot-notation': ['error', {allowIndexSignaturePropertyAccess: true}],
'@typescript-eslint/switch-exhaustiveness-check': 'error',
},
},
{
Expand Down
Loading