|
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 |
|
|
1fde692a65
|
Bump version
|
2022-03-29 02:31:31 -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 |
|
|
0774deea91
|
bump version
continuous-integration/drone/push Build is failing
|
2022-01-27 10:34:19 -06:00 |
|
|
16e5fa00aa
|
Implement queue work and listen commands
continuous-integration/drone/push Build is failing
|
2022-01-27 10:34:01 -06:00 |
|
|
e098a5edb7
|
Version bump
continuous-integration/drone/push Build is failing
|
2022-01-26 19:39:00 -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 |
|
|
9b8333295f
|
Version bump
continuous-integration/drone/push Build is passing
|
2022-01-14 14:28:25 -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 |
|
|
bd7d6a2dbd
|
Start tests
|
2021-11-26 14:32:05 -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 |
|
|
6fc901b3ec
|
bump version
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
|
2021-11-25 17:05:22 -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 |
|
|
d245d15ad6
|
Bump version
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
|
2021-11-25 16:52:35 -06:00 |
|
|
265837b5cd
|
Fix stupid typescript error...
continuous-integration/drone/push Build is passing
|
2021-11-25 16:50:01 -06:00 |
|
|
fe0b4d6d8f
|
bump version
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
|
2021-11-25 16:39:53 -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 |
|
|
e57819d318
|
Bump version
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
|
2021-11-15 14:00:29 -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 |
|