Commit Graph

831 Commits

Author SHA1 Message Date
Elliot DeNolf
79643282ea Use nohup to run express server 2020-04-15 00:22:53 -04:00
Elliot DeNolf
eb023c2079 Move tests to GitHub Actions 2020-04-13 23:59:32 -04:00
Elliot DeNolf
5de93823a6 Use mongodb-memory-server for tests 2020-04-13 23:07:52 -04:00
Elliot DeNolf
c7bc66954c Merge pull request #167 from trouble/api-tests
API Tests
2020-04-13 22:30:48 -04:00
Elliot DeNolf
8b089ce1a3 Expand localization api test 2020-04-13 22:29:25 -04:00
Elliot DeNolf
c729963eeb Merge branch 'master' into api-tests 2020-04-13 22:24:46 -04:00
Elliot DeNolf
ce6a9ccae7 Merge branch 'master' of github.com:keen-studio/payload 2020-04-13 22:24:40 -04:00
Elliot DeNolf
e45b6f056c Fix api tests 2020-04-13 22:24:24 -04:00
James
724e2f3412 revises bug in create query 2020-04-13 22:15:45 -04:00
James
14ed3f9724 revises global request handlers to be async / await in preparation for graphql implementation 2020-04-13 21:05:23 -04:00
Elliot DeNolf
47d6b549c7 Merge branch 'master' of github.com:keen-studio/payload 2020-04-13 20:52:31 -04:00
James
1b36a19418 revises bugs with find query 2020-04-13 18:16:32 -04:00
James
eea3991912 applies collection hook pattern 2020-04-13 18:08:03 -04:00
James
d3a459464b implements delete hooks 2020-04-13 13:57:24 -04:00
James
1e00b4efef introduces hooks to Find query 2020-04-13 13:14:21 -04:00
James
f5d22172fa implements findByID hook 2020-04-13 12:57:49 -04:00
James
286ea9caff revises the way documents are created so that they can be created directly in a specific locale 2020-04-13 11:57:41 -04:00
James
ffb5f97756 removes withDefaultLocale as it was not necessary 2020-04-13 11:38:19 -04:00
Elliot DeNolf
27ae8ca4f1 Fix conflicts 2020-04-12 21:47:48 -04:00
Elliot DeNolf
375f046cfa Resolve conflicts 2020-04-12 21:46:11 -04:00
James
df6b9b13ac scaffolds desired hook pattern into Post collection config 2020-04-12 21:29:19 -04:00
James
53c2d1d72b removes createUser mutation 2020-04-12 18:33:29 -04:00
James
7477c63714 revises the base fields for User 2020-04-12 18:32:22 -04:00
James
94fd642e5c enables User and Upload graphql CRUD 2020-04-12 15:54:21 -04:00
James
cfffe52e88 enables conditional ID addition to buildObjectType 2020-04-12 15:18:31 -04:00
James
a53bbb83a1 enables update and delete mutations on collections 2020-04-12 15:04:20 -04:00
James
288ee960ec refactors update / destroy handlers and queries to async await in preparation for graphql implementation 2020-04-12 10:14:45 -04:00
James
f163ecaac4 adds missing relationTo value 2020-04-12 09:27:08 -04:00
James
787c38c712 builds relationship mutation input type 2020-04-12 09:25:54 -04:00
James
d7aecddb38 removes references to missing dependency 2020-04-11 20:49:11 -04:00
James
5c4b760f48 removes unused buildBlockInputType in favor of graphql-type-json 2020-04-11 20:39:54 -04:00
James
814a56a212 adds authentication middleware to graphql playground, enables flexible content mutations 2020-04-11 20:38:22 -04:00
James
a8c90d829c misery of life incarnate 2020-04-11 18:22:00 -04:00
James
c51a87a852 introduces react GraphQLPlayground 2020-04-11 17:25:19 -04:00
James
bb496cfd26 WIP - replaces graphql-playground-express-middleware with react counterpart 2020-04-11 17:23:45 -04:00
James
461ba97538 fixes bug with missing search string ? 2020-04-11 11:38:10 -04:00
James
b678eba94b enables automatic graphql-playground auth middleware, enables create mutation 2020-04-11 11:35:50 -04:00
James
d6f8565636 enables create mutation 2020-04-11 11:17:45 -04:00
James
0fd89e1b3d removes leftover references to graphQLType 2020-04-11 10:03:39 -04:00
James
9b94d1df35 WIP - mutation types 2020-04-10 21:19:57 -04:00
James
4fb61dc34c scaffolds mutation input types 2020-04-10 20:21:47 -04:00
James
0af551209b enables filtering by nested path within field groups 2020-04-10 16:33:41 -04:00
James
a62e40066b enables querying on repeaters 2020-04-10 15:55:47 -04:00
James
5eda424959 enables querying on nested fields within repeaters, flex content and groups 2020-04-10 14:38:02 -04:00
James
a682b1c02a builds select input argument 2020-04-10 13:58:58 -04:00
James
77f212a5b5 extracts registerCollections from graphql init, builds pattern for whereInput to be able to access graphql class 2020-04-10 12:24:00 -04:00
James
56ad633e41 passes context locales by default to gql resolvers 2020-04-10 11:52:02 -04:00
James
7b6d24669b enables pagination on nested relationship gql queries 2020-04-10 11:25:39 -04:00
James
2b39c449d8 enables pagination in graphql queries 2020-04-10 11:10:11 -04:00
James
76c0da0d6c sets default graphql context locales through resolver 'middleware' 2020-04-09 15:22:44 -04:00