Commit Graph

174 Commits (master)

Author SHA1 Message Date
Garrett Mills ac6fd0ef1d 0.14.14: Misc bugfixes in migrations & AsyncCollection keys
continuous-integration/drone/tag Build is failing Details
continuous-integration/drone/push Build is passing Details
5 months ago
Garrett Mills 9a55623370 Modify isAwareOfContainerLifecycle to include function-type instances
continuous-integration/drone/push Build is passing Details
9 months ago
Garrett Mills 9aa3f56340 Update package versions for node 18
continuous-integration/drone Build is failing Details
10 months ago
Garrett Mills 899c8448fc Create HTTPFilesystem implementation and add support to universalPath helper to automatically use it
continuous-integration/drone Build is failing Details
10 months ago
Garrett Mills 37fcaabdef Fix isHTTPMethod validator
1 year ago
Garrett Mills bbf2807cfa Add `options` to HTTPMethod type
1 year ago
Garrett Mills 2d9f22b895 Fix left() response handling for parameter middleware
1 year ago
Garrett Mills 0484a586bd Update dependencies & fix misc formatting errors
2 years ago
Garrett Mills 52762bd4a1 Experimental SQLite support
2 years ago
Garrett Mills c0595f3ef9 Centralize configure-able factory classes
2 years ago
Garrett Mills 5557aae543 Fix order of dates in redis expiration calculation
2 years ago
Garrett Mills f1791b1d76 Add push$ to Collection; make Container listen for retroactive blueprint changes
2 years ago
Garrett Mills a173393697 Fix property injection prototype hoisting bug
2 years ago
Garrett Mills c966904418 finish TreeModel implementation and updateMany builder method
2 years ago
Garrett Mills f63891ef99 Add TreeModel and HasSubtree implementation
2 years ago
Garrett Mills 3d836afa59 Improve error context for DI
2 years ago
Garrett Mills 9b47d2ac99 Fix async context loss in WebSocketBus
2 years ago
Garrett Mills 085fe04f90 Fix issue where WebSocketBus depends on Session before session factory registered
2 years ago
Garrett Mills e339ec718d Support periodic auth checks in SecurityContext on web socket connections
2 years ago
Garrett Mills efb9726470 Add CacheSession implementation & make WebSocketBus re-load the session when an event is received
2 years ago
Garrett Mills 8a153e3807 Properly unwrap StateEvent state before calling handler
2 years ago
Garrett Mills b8cf8499d2 Update ShellDirective to use ts-node interpreter by default
2 years ago
Garrett Mills 710b6cb535 Add workaround for global registry async context in REPL
2 years ago
Garrett Mills 91d76f44b5 Make global registry better accessible externally
2 years ago
Garrett Mills 8774bd8d34 Fix serial format of StateEvent
2 years ago
Garrett Mills 3712fae979 Better comments
2 years ago
Garrett Mills 4aa33e8dd2 Add SocketRouteBuilder and make Route.socket(...) return it
2 years ago
Garrett Mills ef405093dc Actually export StateEvent...
2 years ago
Garrett Mills fc85c9d2c8 Add StateEvent implementation
2 years ago
Garrett Mills d00e6a02e2 Remove unnecessary container call
2 years ago
Garrett Mills 33a64b99ff Implement websocket server
2 years ago
Garrett Mills 6476416c67 Add foreground service, some cleanup, and start websocket server
2 years ago
Garrett Mills 4d7769de56 Fix PostgreSQLDialect escaping of single quotes
2 years ago
Garrett Mills 6ca4bc1151 Fix buildMigrationNamespaceResolver to use isValidSuffix(...) instead of hard-coded check
2 years ago
Garrett Mills 7d3fde85eb Modify canonical loading to allow either suffix.js or suffix.ts endings
2 years ago
Garrett Mills 111ce0bcf9 Fix Routing suffix loading
2 years ago
Garrett Mills d3a6a8495c Update application bootstrapping to load .env from repo root
2 years ago
Garrett Mills 2ff9354538 Make file extensions on Canonical resources runtime-agnostic
2 years ago
Garrett Mills cf0ae260dc Fix syntax of postgres update queries
2 years ago
Garrett Mills fe9170282f Add ArrayElement type helper
2 years ago
Garrett Mills 2e43b5bda9 Fix route parameter typing to use SuffixTypeArray
2 years ago
Garrett Mills 705bb20db1 Make Route.clone properly copy parameter definitions
2 years ago
Garrett Mills 1be73dd347 Add docs server Dockerfile
2 years ago
Garrett Mills afbf6e7682 Add force SSL config flag
2 years ago
Garrett Mills 48ce1bfa2f Improve app URL detection
2 years ago
Garrett Mills 90b16eef53 Add better debugging to routing service
2 years ago
Garrett Mills 1399399af9 Improve error handling in OAuth2 token issuer
2 years ago
Garrett Mills 30a23b1659 Temporarily cast migration AsyncCollection to Collection pending #17
2 years ago
Garrett Mills de13030815 Fix AsyncCollection.filter to allow for async filter functions
2 years ago
Garrett Mills fd77ad5cd3 Create migration for oauth2_tokens table
2 years ago