Commit Graph

8753 Commits

Author SHA1 Message Date
James
4f630ad528 abstracts email service out of forgot password handler, converts forgot password and init handlers to handler / resolver / operation 2020-04-16 12:46:31 -04:00
James
cd8f396fb3 breaks login into request handler and operation 2020-04-16 12:05:50 -04:00
James
185e1d3308 flattens forgot password routes into existing user routes 2020-04-15 21:23:27 -04:00
James
7065ef1e8c Merge branch 'master' into enable-auth-graphql 2020-04-15 19:38:45 -04:00
James
1fe6337da0 removes firing server script on github action 2020-04-15 19:24:27 -04:00
James
99f07b489f removes unused http dep from integration tests 2020-04-15 19:22:58 -04:00
James
fe454c8e8f removes unused jest config 2020-04-15 19:19:20 -04:00
James
1e0a6dfc29 simplifies tests, removes /killkillkill, enables start / stop demo server 2020-04-15 19:17:57 -04:00
James
c43bc1f8a6 removes additional unused dependencies 2020-04-15 17:09:21 -04:00
James
b339d35946 removes unused dependencies 2020-04-15 17:07:04 -04:00
James
009b5171ed renames auth to users to follow convention 2020-04-15 13:31:03 -04:00
James
eb8734ac5c splits out auth request handlers in preparation for implementation in graphql 2020-04-15 13:24:10 -04:00
Elliot DeNolf
e797ccb094 Merge pull request #170 from trouble/gh-actions
GitHub Actions
2020-04-15 01:00:25 -04:00
Elliot DeNolf
4c66887360 Explicitly check for NODE_ENV 'test' for mounting testing endpoints 2020-04-15 00:57:33 -04:00
Elliot DeNolf
29e69b0d4d Cache node_modules in CI 2020-04-15 00:44:08 -04:00
Elliot DeNolf
79643282ea Use nohup to run express server 2020-04-15 00:22:53 -04:00
James Mikrut
090f66f938 Merge pull request #169 from trouble/add-globals-to-graphql
Add globals to graphql
2020-04-14 17:48:16 -04:00
James
dc82ee9c24 finalizes implementation of globals in graphql 2020-04-14 17:44:08 -04:00
Jarrod Flesch
3253369043 chore: adds calibre-bold font 2020-04-14 16:57:36 -04:00
James
3fcfad69de revises structure of global upsert request handler / operation 2020-04-14 16:54:54 -04:00
James
6fb24a083d revises formatErrorResponse, extracts findOne operation from global findOne 2020-04-14 16:41:27 -04:00
James
d253679051 renames queries to operations, removes unnecessary globals middleware 2020-04-14 15:45:46 -04:00
James
d64909b3eb removes settings json and ignores it for future 2020-04-14 15:13:58 -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