38 Commits (master)

Author SHA1 Message Date
Garrett Mills d57053703a
Start basic CLI framework
4 years ago
Garrett Mills e2efc6f39f
Replace path with universal paths
4 years ago
Garrett Mills b780d35db1
fix type cast
4 years ago
Garrett Mills 380d50be43
add universal path classes, refactor view engine to use them
4 years ago
Garrett Mills 24762e4911
remove debugging
4 years ago
Garrett Mills d88a5353ae
remove file:// from template dir on view render context
4 years ago
Garrett Mills c482216565
remove file:// on view engine template render
4 years ago
Garrett Mills 0c4b8c11d7
remove file:// on view engine fs walk
4 years ago
Garrett Mills a7d0f92da2
debug view engine paths
4 years ago
Garrett Mills fa337864b4
debug view engine paths
4 years ago
Garrett Mills c8d9f80579
debug view engine paths
4 years ago
Garrett Mills 642319ef1f
Fix view engine path resolution
4 years ago
Garrett Mills dd38b2cda7
Revert scaffolding env helper changes
4 years ago
Garrett Mills c37b422d1d
Debug container
4 years ago
Garrett Mills 4b341b43e0
Resolve existing scaffolding for env function
4 years ago
Garrett Mills f1301d24f7
Revert
4 years ago
Garrett Mills fc5fbf2b70
Default path for scaffolding base dir
4 years ago
Garrett Mills 48ff05b12b
Make canonical use file:// prefix
4 years ago
Garrett Mills 59975830e7
Add logging to canonical unit
4 years ago
Garrett Mills 41b25a5670
Exports and cleanup for external use
4 years ago
Garrett Mills 601649e699
support route handler arguments; add daton::static file server
4 years ago
Garrett Mills 27ee1a552b
Clean up middleware; solidify support for route handler classes
4 years ago
Garrett Mills ff34578d07
Support deno 1.3.x/0.67.0; replace handlebars with view_engine library
4 years ago
Garrett Mills f67ae37923
JSDoc all the things!
4 years ago
garrettmills b5bde7d077
Add view engine unit - handlebars - and response helpers
4 years ago
garrettmills 3e4f8f00f2
Add support for app defined services
4 years ago
garrettmills 3991c9b4bb
Add support for request timeouts; timeout helper
4 years ago
garrettmills 194fa476ca
Add support for regex matching routes
4 years ago
garrettmills 7611c1b2bf
Add support for deepmatch routes
4 years ago
garrettmills a04f083dbb
Request handlers & error response factory!
4 years ago
garrettmills a27618d5a3
Start routing; rehydratable interface; add verbose logging
4 years ago
garrettmills a6995c6a85
Create InjectSession & PersistSession modules; update session model
4 years ago
garrettmills 25a37cf1a2
Models unit; session model; generalize session classes/interfaces
4 years ago
garrettmills 878de025d8
Add generic session interfaces; memory session; factories; kernel
4 years ago
garrettmills b9f2f844f3
Http Kernel!
4 years ago
garrettmills 60bb9afa29
Refactor units to be generic; start bundles; start app index.ts
4 years ago
garrettmills e4f5da7ac6
db structure abstraction; async collection; update/insert queries; model saving
4 years ago
garrettmills eddb4f1fbe
Fix DI bugs; implement general logging service
4 years ago