Commit Graph

25 Commits

Author SHA1 Message Date
78cb26fcb2 Add request container lifecycle handling 2022-03-30 23:04:00 -05:00
514a578260 Make HTTPServer ignore responses that cannot be sent 2022-03-30 22:19:33 -05:00
3d7d583367 Add Request logging 2022-03-30 22:05:46 -05:00
10b3e1ecc3 Temporarily remove timeout logic from HTTPServer 2022-03-30 18:45:34 -05:00
6d1cf18680 Refactor event bus and queue system; detect cycles in DI realization and make
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-26 19:37:54 -06:00
463076d182 Introduce async local storage for request access, more view globals, and improved welcome view
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-27 10:30:49 -06:00
9ee4c42e43 Error type fixes
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 13:03:28 -05:00
a1d04d652e Implement basic login & registration forms
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-21 22:25:51 -05:00
e86cf420df Named routes & basic login framework 2021-07-17 12:49:07 -05:00
e33d8dee8f Add support for registering vendor asset routes
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-07 22:50:48 -05:00
61731c4ebd Add basic concepts for event bus, and implement in request and model
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-04 01:03:31 -05:00
1d5056b753 Setup eslint and enforce rules
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-02 22:36:25 -05:00
9be9c44a32 Import other modules into monorepo
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-01 20:59:40 -05:00
574ddbe9cb make HTTP server unit more configurable
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-12 11:43:06 -05:00
a4edecee00 enhancement(extollo/extollo#2): add kernel module for parsing request body contents, uploading files
Some checks failed
continuous-integration/drone/push Build is failing
2021-03-30 21:15:39 -05:00
fad1184afe TypeDoc all the thngs 2021-03-25 08:50:13 -05:00
4f23ac7156 Add support for middleware 2021-03-09 09:42:19 -06:00
b820b35b70 Add support for view engines, PNPM 2021-03-08 18:07:55 -06:00
4ecada6be8 response lifecycle timeout and route handling 2021-03-08 12:34:31 -06:00
a9ffa771dc Add basic response factories and helpers 2021-03-08 10:07:10 -06:00
3acc1bc83e Add mounting for activated routes, route compiling, routing 2021-03-08 09:00:43 -06:00
338b9be506 Add basic memory-based session driver 2021-03-07 13:26:14 -06:00
fdcd80a43e Add kernel modules and basic kernel handling 2021-03-07 12:51:04 -06:00
94add3d471 Add support for responses 2021-03-07 09:58:21 -06:00
e298319bf5 Continue fleshing out HTTP request classes 2021-03-06 20:58:48 -06:00