Commit Graph

137 Commits

Author SHA1 Message Date
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
aca4c8aa4d
Add support for parsing JSON bodies
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-10 05:09:32 -05:00
adf21e67ef
fix(extollo/extollo#4): remove lockfile before build on dev
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-30 22:34:57 -05:00
8e65a5f669
fix(extollo/extollo#4): explicitly define return type to fix build error
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-30 22:19:29 -05:00
cab2967cf6
fix(extollo/extollo#4): add prepare script to package.json and reference modules by git repo
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-30 22:15:57 -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
0be0d73917
release(0.1.3): update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-30 16:22:16 -05:00
9bfe487978
Update dependency packages
Some checks failed
continuous-integration/drone/push Build is failing
2021-03-29 13:53:57 -05:00
32bec8d14f
Update drone config
Some checks failed
continuous-integration/drone/push Build is failing
2021-03-29 13:51:51 -05:00
e604b90d91
Add drone config
Some checks failed
continuous-integration/drone/push Build is failing
2021-03-29 11:42:45 -05:00
e772d12f20
Create Files unit to manage filesystem implementations defined in config 2021-03-29 11:12:16 -05:00
6f73df3465
New package lock 2021-03-26 22:58:29 -05:00
31006e8096
Bump version 2021-03-26 22:50:09 -05:00
fad1184afe
TypeDoc all the thngs 2021-03-25 08:50:13 -05:00
7cb0546b01
Add types/node 2021-03-22 19:21:41 -05:00
e8ee27d36b
Add ts-node package 2021-03-22 19:19:35 -05:00
e259e25e13
Add dotenv types 2021-03-22 19:18:50 -05:00
90d7679882
Fix error response html formatting; expose Application start/stop unit methods 2021-03-22 12:07:01 -05:00
e8fdb04ae8
Support named route groups; canonical namespaces 2021-03-21 21:10:42 -05:00
a93cd6d192
Better RLEH logic for error wraps; ability to hide "Starting..." message 2021-03-21 14:04:51 -05:00
be32976498
Cache - support expiration dates 2021-03-09 10:38:02 -06:00
088fdfb1ef
Add cache interface, factory, and basic in-mem implementation 2021-03-09 10:16:27 -06:00
42d9cc101f
Add config debugging helper 2021-03-09 10:02:15 -06:00
5f5b12a5be
Support global middleware 2021-03-09 09:55:18 -06:00
4f23ac7156
Add support for middleware 2021-03-09 09:42:19 -06:00
2868ca1910
Fix formatting in error response HTML 2021-03-08 22:02:10 -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
9747d40659
Add logic for resolving route handlers 2021-03-08 11:08:56 -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
cd387af2c6
Support named canonical exports 2021-03-06 11:44:32 -06:00
be1f615858
Initial import 2021-03-02 18:57:41 -06:00