Commit Graph

160 Commits

Author SHA1 Message Date
Vikram Rangnekar 768e8774e7
Create CODE_OF_CONDUCT.md 2019-12-01 00:13:04 -05:00
Vikram Rangnekar 9140e597e1 Add a guide to the internals of the codebase 2019-11-30 10:45:24 -05:00
Vikram Rangnekar 94593c9cce Add a CONTRIBUTING.md guide for contributors 2019-11-29 22:29:31 -05:00
Vikram Rangnekar a96c211fe5 Refactor rename 'Select.Table` to `Select.Name` 2019-11-29 01:38:23 -05:00
Vikram Rangnekar 6d47f0df8e Fix for missing filters on nested selectors 2019-11-29 00:14:05 -05:00
Vikram Rangnekar e82bdbed65 Add a CHANGLOG.md 2019-11-29 00:14:05 -05:00
Vikram Rangnekar ef51b99fc7 Add issue templates 2019-11-28 16:47:56 -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 aff2a13ba4 Added support for query names to the allow.list 2019-11-26 01:36:19 -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 8024a8420b Use logger error instead of panic in goja handlers 2019-11-22 00:58:03 -05:00
Vikram Rangnekar 6bd27d7c79 Add a db:reset command only for dev mode 2019-11-22 00:07:06 -05:00
Vikram Rangnekar a4c09dedd5 Optimize db queries limit use of transactions 2019-11-21 02:14:12 -05:00
Vikram Rangnekar 176514b5f1 Added support for multi-root queries 2019-11-19 00:47:55 -05:00
Vikram Rangnekar 396f4bcfd8 Fix issues with JWT auth 2019-11-15 01:35:19 -05:00
Vikram Rangnekar 51c5f037f4 Fix bug with migration filename generation 2019-11-10 01:41:58 -05:00
Vikram Rangnekar c576f1ae16 Fix bug with migration file name 2019-11-10 01:39:24 -05:00
Vikram Rangnekar 0a6995eaca Fix bug with migration template name 2019-11-10 01:35:06 -05:00
Vikram Rangnekar 06ed823a51 Fix bug with creating new migrations 2019-11-10 01:33:06 -05:00
Vikram Rangnekar 3438c3efb9 Fix macro syntax bug in app templates 2019-11-09 21:53:26 -05:00
Vikram Rangnekar 605ec63466 Fix bugs and add new production mode 2019-11-07 02:37:24 -05:00
Vikram Rangnekar c7e63a6200 Update docs and website with new features 2019-11-05 00:43:32 -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 8ae7210e70 Add config driven presets for insert, update and upserta 2019-10-30 02:30:31 -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 4a8af69dd0 Add fuzz testing to 'serv' for the GQL hash parser 2019-10-26 15:43:40 -04:00
Vikram Rangnekar c74226208d Add fuzz testing to 'jsn' and 'qcode' 2019-10-26 03:02:05 -04:00
Vikram Rangnekar 6d2f334011 Add ability to block queries and mutations by role 2019-10-26 01:34:29 -04:00
Vikram Rangnekar ff13f651d6
Merge pull request #11 from dosco/rbac
Role based access control and other fixes
2019-10-25 01:49:37 -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 c797deb4d0 Add built in 'anon' and 'user' roles 2019-10-15 02:30:19 -04:00
Vikram Rangnekar deb5b93c81 Add role based access control 2019-10-14 02:51:36 -04:00
Vikram Rangnekar 85a74ed30c Update filters section in guide 2019-10-10 01:35:35 -04:00
Vikram Rangnekar 9299855d8a Add ability to set filters per operation / action 2019-10-06 16:28:10 -04:00
Vikram Rangnekar 450d77ccbd
Merge pull request #10 from FourSigma/sm-examples-folder
Move rails-app to examples folder
2019-10-05 22:48:13 -04:00
Vikram Rangnekar a1fa1f3e9e Add upsert mutation 2019-10-05 02:17:08 -04:00
Siva M e68bdffa25 rails-app moved to examples folder 2019-10-05 00:49:39 -04:00
Vikram Rangnekar 0fc1236266 Remove extra link from README 2019-10-04 22:43:41 -04:00
Vikram Rangnekar 52ee2cf6a3 Update docs, getting started guide and mutations 2019-10-04 22:20:54 -04:00
Vikram Rangnekar 50ba6732fe Fix return values for bulk mutations and delete 2019-10-03 10:24:11 -04:00
Vikram Rangnekar a8ad87115e Fix issues with mutation SQL 2019-10-03 03:08:01 -04:00
Vikram Rangnekar bcc443bd59 Fix broken demo app 2019-10-02 11:31:49 -04:00
Vikram Rangnekar 4e7f938f53
Merge pull request #6 from muesli/typo-fixes
Fix typo in 'across'
2019-10-01 18:14:59 -04:00