Commit Graph

113 Commits

Author SHA1 Message Date
265837b5cd Fix stupid typescript error...
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-25 16:50:01 -06:00
ce1d22ff44 Make the linter happy
Some checks failed
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-11 16:42:37 -06:00
d92c8b5409 Start implementation of model relations
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-18 17:23:16 -05:00
e16f02ce12 Readd migrations
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-18 14:49:19 -05:00
b35eb8d6a1 Fix error throw
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-18 13:36:59 -05:00
9ee4c42e43 Error type fixes
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 13:03:28 -05:00
3efbfecf9d OAuth2 stuff
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 12:48:16 -05:00
a1d04d652e Implement basic login & registration forms
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-21 22:25:51 -05:00
5940b6e2b3 Fix circular dependencies in migrator
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-21 13:42:06 -05:00
074a3187eb
Add support for jobs & queueables, migrations
Some checks failed
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-07 22:50:48 -05:00
f496046461
File-based response support & static server
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-24 00:14:04 -05:00
36b451c32b
Expose auth repos in context; create routes commands
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-05 13:24:12 -05:00
91abcdf8ef
Start auth framework
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-02 22:36:25 -05:00
4d39637f30
Fix more import issues from monorepo merge
Some checks failed
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
Some checks failed
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
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
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
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
e772d12f20
Create Files unit to manage filesystem implementations defined in config 2021-03-29 11:12:16 -05:00
fad1184afe
TypeDoc all the thngs 2021-03-25 08:50:13 -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