Vikram Rangnekar
|
66055516d2
|
Fix documentation for DB relationships
|
2019-12-10 00:03:44 -05:00 |
Lev Zakharov
|
2d3e3cbae1
|
#19 Health check (#24)
* Add health check endpoint (#19)
* Add healthy response (#19)
|
2019-12-09 01:59:30 -05:00 |
Vikram Rangnekar
|
0e16eee93b
|
Add config driven custom table relationships
|
2019-12-09 01:48:18 -05:00 |
Vikram Rangnekar
|
9ebd03fa8c
|
Move license from MIT to Apache 2.0. Add Makefile
|
2019-11-28 01:25:46 -05:00 |
Vikram Rangnekar
|
f518d5fc69
|
Fix bug with compiling anon queries
|
2019-11-25 02:22:33 -05:00 |
Vikram Rangnekar
|
7583326d21
|
Move sql query logging from info to debug
|
2019-11-22 01:32:09 -05:00 |
Vikram Rangnekar
|
605ec63466
|
Fix bugs and add new production mode
|
2019-11-07 02:37:24 -05:00 |
Vikram Rangnekar
|
89bc93e159
|
Add nested where clause to filter based on related tables
|
2019-11-04 23:44:42 -05:00 |
Vikram Rangnekar
|
77a51924a7
|
Block unauthorized requests when 'anon' role is not defined
|
2019-11-02 17:13:17 -04:00 |
Vikram Rangnekar
|
0deb3596c5
|
Change config key inherit to inherits
|
2019-10-31 01:14:51 -04:00 |
Vikram Rangnekar
|
b87ba1fcd0
|
Add config driven presets for insert, update and upsert
|
2019-10-30 03:27:11 -04:00 |
Vikram Rangnekar
|
f8aac8d4d7
|
Allow config files to inherit from other config files
|
2019-10-28 01:48:04 -04:00 |
Vikram Rangnekar
|
34867a2733
|
Add RBAC option to disable functions eg. count
|
2019-10-27 01:52:48 -04:00 |
Vikram Rangnekar
|
6d2f334011
|
Add ability to block queries and mutations by role
|
2019-10-26 01:34:29 -04:00 |
Vikram Rangnekar
|
cabd2d81ae
|
Preserve allow.list ordering on save
|
2019-10-25 01:39:59 -04:00 |
Vikram Rangnekar
|
4edc15eb98
|
Optimize prepared statement flow for RBAC
|
2019-10-25 00:01:22 -04:00 |
Vikram Rangnekar
|
6bc66d28bc
|
Get RBAC working for queries and mutations
|
2019-10-24 02:07:42 -04:00 |
Vikram Rangnekar
|
deb5b93c81
|
Add role based access control
|
2019-10-14 02:51:36 -04:00 |
Vikram Rangnekar
|
9299855d8a
|
Add ability to set filters per operation / action
|
2019-10-06 16:28:10 -04:00 |
Vikram Rangnekar
|
5e86b445c5
|
Add migrate command
|
2019-09-26 00:35:31 -04:00 |
Vikram Rangnekar
|
18ce030056
|
Add database seeding capability
|
2019-09-20 00:19:11 -04:00 |
Vikram Rangnekar
|
78dbe32bd4
|
Watch and reload on config changes
|
2019-09-08 14:56:32 -04:00 |
Vikram Rangnekar
|
65921d4d42
|
Add session variable for user id
|
2019-09-08 01:54:38 -04:00 |
Vikram Rangnekar
|
cf0e4d10fd
|
Fix startup bug in demo script
|
2019-07-30 01:38:05 -04:00 |
Vikram Rangnekar
|
2d8fc2b7e2
|
Add support for prepared statements
|
2019-07-29 01:13:33 -04:00 |
Vikram Rangnekar
|
4c07ad1102
|
Add end-to-end benchmaking
|
2019-06-17 01:58:00 -04:00 |
Vikram Rangnekar
|
9af320f396
|
Futher reduce allocations on the compiler hot path
|
2019-06-14 00:32:15 -04:00 |
Vikram Rangnekar
|
7643e6ffa7
|
Add request / response debugging for remote joins
|
2019-06-06 08:57:00 -04:00 |
Vikram Rangnekar
|
2f55131315
|
Add validation for remote JSON
|
2019-06-04 10:54:51 -04:00 |
Vikram Rangnekar
|
f16e95ef22
|
Add REST API stitching
|
2019-05-12 19:27:26 -04:00 |