814a5763d9
fix formatting
2022-04-28 15:06:15 -05:00
9ede67cb12
Make orm token repo use make() to create token model instances
2022-04-28 15:04:16 -05:00
8a9264b9de
Simplify /oauth2/issue logic
2022-04-28 14:58:06 -05:00
d210cba236
add oauth2 issue debugging and bump version
2022-04-28 14:29:23 -05:00
015d6fd6ae
Fix Either<> pass in OAuth2Server; bump version
2022-04-28 13:07:27 -05:00
ce4133ff8e
Fix scope() helper and bump version
2022-04-28 12:00:13 -05:00
940d50b89c
Implement /oauth2/token endpoint; token auth middleware
2022-04-28 11:50:27 -05:00
36647a013d
Add ability to get provider by name from auth service
2022-04-09 20:08:50 -05:00
5616b3cc1f
Add suggestion for missing schema for validator error
2022-04-05 14:02:16 -05:00
2e7c927114
Make route extraction account for extraneous / matches
2022-04-05 12:39:33 -05:00
8b2ee1c949
Add debugging for route extraction
2022-04-05 12:35:41 -05:00
c7557cf5b6
Allow overriding content-type of plaintext response factory
2022-04-05 12:20:18 -05:00
771fed8002
Make parameter middleware handler call collection.toArray NON-recursively
2022-04-05 10:41:23 -05:00
7914a8f12e
Fix incorrect flow-through if-else case
2022-04-05 10:37:03 -05:00
5fa4f614e2
Pass request to ParameterMiddleware make call
2022-04-05 10:35:14 -05:00
ee21811771
Add ability to pass arguments to parameter providing middleware
2022-04-05 10:25:07 -05:00
8b9f393405
Add support for parameter middleware classes
2022-04-05 09:55:20 -05:00
f6a7cac05c
Improve ORM templates; improve StaticClass typedef; bump version
2022-04-04 14:45:45 -05:00
25265b5560
Only load .env if the file exists; bump version
2022-03-31 15:53:36 -05:00
a779ec1d09
Update content-length calculation to use buffer
2022-03-30 23:59:34 -05:00
bea48602f5
Fix content-length header set
2022-03-30 23:55:41 -05:00
445f16d973
Prevent duplicate bus shutdowns on container destroy; bump version
2022-03-30 23:40:10 -05:00
351a2e14b8
Prevent request Bus instances from creating new IORedis connections
2022-03-30 23:34:17 -05:00
b42e91533a
Fix missed return in container.makeNew
2022-03-30 23:20:09 -05:00
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
6f66126d38
Improve Response verbose/debug logging
2022-03-30 21:38:36 -05:00
10b3e1ecc3
Temporarily remove timeout logic from HTTPServer
2022-03-30 18:45:34 -05:00
795adac68b
Add better detection for write-after-destroy errors on the response
2022-03-30 18:33:37 -05:00
ca348b2ff6
Add Trace logging level; bump version
2022-03-30 18:15:56 -05:00
508d92f759
Add better debugging for Bus connections
2022-03-30 18:02:17 -05:00
a590d78155
Reduce # of duplicate Bus.up() calls; bump version
2022-03-30 17:34:19 -05:00
dbe48ea8a5
Add debugging option to make bus warnings throw Error; bump version
2022-03-30 17:24:45 -05:00
467721f775
Include request parameters in input(...) sources; bump version
2022-03-30 15:35:09 -05:00
153f8f7685
Fix Controller request injection and bump version
2022-03-30 12:13:33 -05:00
ba87ea32c3
Add make helper and bump version
2022-03-29 15:29:27 -05:00
737d06f6f0
Fix preflight middleware ordering and bump version
2022-03-29 15:16:29 -05:00
6ee3e2a729
Fix preflight middleware ordering and bump version
2022-03-29 15:12:51 -05:00
1288e51de0
Disable broadcasting migration events and bump version
2022-03-29 08:46:24 -05:00
cdecb7e628
Fix hanging IORedis connections; add extollo.wontstop debugging helper
2022-03-29 02:30:48 -05:00
8f08b94f74
Error response enhancements, CoreID auth client backend
2022-03-29 01:14:46 -05:00
a039b1ff25
Add Safe value API and start OAuth2Server
2022-02-24 00:00:35 -06:00
70d67c2730
Add model serializer and coreid login provider
2022-02-23 15:15:02 -06:00
16e5fa00aa
Implement queue work and listen commands
continuous-integration/drone/push Build is failing
2022-01-27 10:34:01 -06:00
6d1cf18680
Refactor event bus and queue system; detect cycles in DI realization and make
continuous-integration/drone/push Build is failing
2022-01-26 19:37:54 -06:00
506fb55c74
Start auth provider system
continuous-integration/drone/push Build is failing
2022-01-20 00:55:21 -06:00
cfd555723b
Add whereDefined and mapCall methods to Collection class
2022-01-20 00:55:11 -06:00
32050cb2ce
Fix route CLI commands
2022-01-20 00:54:55 -06:00
dc16dfdb81
Make new routing system the default
continuous-integration/drone/push Build is passing
2022-01-19 13:24:59 -06:00
8cf19792a6
Start routing and pipeline rewrite
continuous-integration/drone/push Build is passing
2022-01-17 15:57:40 -06:00
5ffb91329e
Start new validation system and zodified types with excc
continuous-integration/drone/push Build is passing
2022-01-14 01:04:13 -06:00
b105a61ca2
Add RequestClass to override AppClass
continuous-integration/drone/push Build is passing
2021-12-16 14:02:15 -06:00
9204a02450
Modify GlobalRegistry to use async local storage to support multiple "global" containers
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-11-27 10:43:26 -06:00
463076d182
Introduce async local storage for request access, more view globals, and improved welcome view
continuous-integration/drone/push Build is passing
2021-11-27 10:30:49 -06:00
b5eb407b55
Prevent duplicate auto-discovery for nested packages
continuous-integration/drone/push Build is passing
2021-11-27 00:12:51 -06:00
0ed096c782
Add dependency on @extollo/ui and enable recursive discovery
continuous-integration/drone/push Build is passing
2021-11-27 00:10:48 -06:00
5175d64e36
Rework authentication system
continuous-integration/drone/push Build is passing
2021-11-26 14:32:25 -06:00
d251f8bc15
Util: fix Pipe conditionals and add type-safe hasOwnProperty helper
2021-11-26 14:31:47 -06:00
bf4a675faa
DI: add logic for static class overrides
2021-11-26 14:31:18 -06:00
50e0cf3090
Fix prototype access issue with model scopes property
continuous-integration/drone/push Build is passing
2021-11-25 17:02:43 -06:00
265837b5cd
Fix stupid typescript error...
continuous-integration/drone/push Build is passing
2021-11-25 16:50:01 -06:00
ce1d22ff44
Make the linter happy
continuous-integration/drone/push Build is failing
2021-11-25 16:39:25 -06:00
b7bfb3e153
Model: fix eager-loaded relation loading from static query
2021-11-25 16:39:17 -06:00
0a9dd30909
Implement scopes on models and support interacting with them via ModelBuilder
continuous-integration/drone/push Build is passing
2021-11-11 16:42:37 -06:00
d92c8b5409
Start implementation of model relations
continuous-integration/drone/push Build is passing
2021-11-10 21:30:59 -06:00
3680ad1914
Fix back-fill on insert for Model.save
2021-10-19 22:29:15 -05:00
5a9283ad85
orm(PostgreSQLDialect): double-quote column names in INSERT field lists
2021-10-19 13:59:00 -05:00
c3f2779650
Add generic to APIResponse
2021-10-19 13:00:14 -05:00
b4a9057e2b
CLI invocation output better debugging infor
2021-10-19 10:26:32 -05:00
55ffadc742
Export CLI decorators
continuous-integration/drone/push Build is passing
2021-10-18 17:23:16 -05:00
e16f02ce12
Readd migrations
continuous-integration/drone/push Build is passing
2021-10-18 14:49:19 -05:00
b35eb8d6a1
Fix error throw
continuous-integration/drone/push Build is passing
2021-10-18 13:36:59 -05:00
9ee4c42e43
Error type fixes
continuous-integration/drone/push Build is failing
2021-10-18 13:03:28 -05:00
3efbfecf9d
OAuth2 stuff
continuous-integration/drone/push Build is failing
2021-10-18 12:48:16 -05:00
a1d04d652e
Implement basic login & registration forms
continuous-integration/drone/push Build is failing
2021-09-21 22:25:51 -05:00
5940b6e2b3
Fix circular dependencies in migrator
continuous-integration/drone/push Build is failing
2021-09-21 13:42:06 -05:00
074a3187eb
Add support for jobs & queueables, migrations
...
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
- Create migration directives & migrators
- Modify Cache classes to support array manipulation
- Create Redis unit and RedisCache implementation
- Create Queueable base class and Queue class that uses Cache backend
2021-08-23 23:51:53 -05:00
fcce28081b
AsyncPipe; table schemata; migrations; File logging
continuous-integration/drone/push Build is passing
2021-07-25 09:15:01 -05:00
e86cf420df
Named routes & basic login framework
2021-07-17 12:49:07 -05:00
e33d8dee8f
Add support for registering vendor asset routes
continuous-integration/drone/push Build is passing
2021-07-07 22:50:48 -05:00
f496046461
File-based response support & static server
...
continuous-integration/drone/push Build is passing
- Clean up UniversalPath implementation
- Use Readable/Writable types correctly for stream methods
- Add .list() methods for getting child files
- Make Response body specify explicit types and support
writing Readable streams to the body
- Create a static file server that supports directory listing
2021-07-07 20:13:23 -05:00
b3b5b169e8
Add mechanism for NPM package auto-discovery
continuous-integration/drone/push Build is passing
2021-07-02 21:45:15 -05:00
5d960e6186
chore: make Rehydratable use Awaitable; add docblock
2021-07-02 21:44:34 -05:00
cf6d14abca
- Start support for auto-generated routes using UniversalPath
...
continuous-integration/drone/push Build is passing
- Start support for custom view engine props & functions
- Start login template and namespace
2021-06-29 01:44:07 -05:00
faa8a31102
Route - prevent pre/post middleware from being applied twice
continuous-integration/drone/push Build is passing
2021-06-29 00:34:05 -05:00
7506d6567d
Support registering namespaced view directories; add lib() universal path
continuous-integration/drone/push Build is passing
2021-06-24 00:14:04 -05:00
36b451c32b
Expose auth repos in context; create routes commands
continuous-integration/drone/push Build is passing
2021-06-17 19:35:31 -05:00
9796a7277e
Begin abstracting global container into injector
2021-06-17 19:34:32 -05:00
f00233d49a
Add middleware and logic for bootstrapping the session auth
continuous-integration/drone/push Build is passing
2021-06-05 13:24:12 -05:00
91abcdf8ef
Start auth framework
continuous-integration/drone/push Build is passing
2021-06-05 12:02:36 -05:00
c264d45927
Add query executed event; forward model events to global event bus
continuous-integration/drone/push Build is passing
2021-06-05 08:36:35 -05:00
61731c4ebd
Add basic concepts for event bus, and implement in request and model
continuous-integration/drone/push Build is passing
2021-06-04 01:03:31 -05:00
dab3d006c8
Containers - add ability to purge/release factories; override factories in scoped
2021-06-04 01:03:10 -05:00
1d5056b753
Setup eslint and enforce rules
continuous-integration/drone/push Build is passing
2021-06-02 22:36:25 -05:00
4d39637f30
Fix more import issues from monorepo merge
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2021-06-01 21:09:47 -05:00
9be9c44a32
Import other modules into monorepo
continuous-integration/drone/push Build is failing
2021-06-01 20:59:40 -05:00
26d54033af
Abstract out DataContainer into interface
2021-05-22 10:44:52 -05:00
574ddbe9cb
make HTTP server unit more configurable
continuous-integration/drone/push Build is passing
2021-04-12 11:43:06 -05:00
aca4c8aa4d
Add support for parsing JSON bodies
continuous-integration/drone/push Build is passing
2021-04-10 05:09:32 -05:00