Jarrod Flesch
|
8ce80be2ee
|
adds check for globalConfigs before attempting to loop
|
2020-02-25 21:44:00 -05:00 |
|
Jarrod Flesch
|
5a6630652a
|
adds pagination component into payload
|
2020-02-25 16:46:45 -05:00 |
|
Jarrod Flesch
|
ffad3c07f8
|
adds the ability to use the small shadow while also extending another scss selector
|
2020-02-25 16:46:21 -05:00 |
|
Jarrod Flesch
|
12b2f8f066
|
adds a few conditional checks to prevent missing config key errors
|
2020-02-25 16:44:50 -05:00 |
|
Jarrod Flesch
|
0040bb4aa7
|
provides a better way to check number validation
|
2020-02-24 15:41:07 -05:00 |
|
Jarrod Flesch
|
c1dbb677e6
|
allows for dynamic routes to be set in payload.config, such as the admin url
|
2020-02-24 14:38:21 -05:00 |
|
James
|
970674ec07
|
fixes bug with selects not able to select string-only options
|
2020-02-12 16:16:08 -05:00 |
|
James
|
cc4b389b91
|
improvements to hashing files from build webpack
|
2020-02-11 20:47:02 -05:00 |
|
James
|
9f749fcca5
|
builds production webpack config
|
2020-02-11 20:26:57 -05:00 |
|
James
|
2e50ba286a
|
removes old build script
|
2020-02-11 17:43:08 -05:00 |
|
James
|
1d3e94afcf
|
sets up build process, loads config dynamically
|
2020-02-11 17:28:17 -05:00 |
|
James
|
2cbb72d5c6
|
adds boilerplate for cli
|
2020-02-11 16:50:38 -05:00 |
|
James
|
4154b54ab6
|
revises webpack and npm structures to be compatible with package
|
2020-02-11 16:11:45 -05:00 |
|
James
|
ca62669c7b
|
bug with localization plugin
|
2020-02-10 16:38:07 -05:00 |
|
James
|
b0592981f1
|
fixes broken localization on frontend
|
2020-02-10 14:22:32 -05:00 |
|
James
|
0e292125cc
|
restricts buildQuery to only add constraints if paths are present
|
2020-02-08 15:22:54 -05:00 |
|
James
|
0486a0a70d
|
adds commenting
|
2020-02-08 15:19:43 -05:00 |
|
James
|
0d88c016f6
|
cleans
|
2020-02-08 15:12:06 -05:00 |
|
James
|
8f5380b7b3
|
enables query by references
|
2020-02-08 15:00:51 -05:00 |
|
James
|
3b0d362792
|
fixes bug with buildQuery
|
2020-02-08 12:33:16 -05:00 |
|
James
|
fd3cba0ac3
|
enables operators in buildQuery
|
2020-02-08 12:23:48 -05:00 |
|
James
|
e7d7c0334b
|
adds number, tests with buildQuery
|
2020-02-08 11:45:44 -05:00 |
|
James
|
551780287a
|
modifies query requestHandler to run apiQuery asynchronously
|
2020-02-08 10:25:55 -05:00 |
|
Elliot DeNolf
|
2ad7802ec9
|
WIP: Pull in old build query plugin changes
|
2020-02-03 00:51:57 -05:00 |
|
Elliot DeNolf
|
acb41d4b6d
|
WIP: test rework
|
2020-01-29 00:50:56 -05:00 |
|
James
|
49741f3003
|
simplifies react select pattern
|
2020-01-26 21:54:48 -05:00 |
|
James
|
ded81a3997
|
configures relationship field to dynamically load results from multiple collections
|
2020-01-26 21:27:52 -05:00 |
|
James
|
c532ef2113
|
ensures query supports pagination
|
2020-01-26 17:58:45 -05:00 |
|
James
|
f0170970c4
|
bug with reorganized status list provider
|
2020-01-26 15:45:48 -05:00 |
|
James
|
d65845dd09
|
fixes bugs with breaking NotFound error messages, builds frontend Global views
|
2020-01-26 15:43:35 -05:00 |
|
James
|
28ec406ca1
|
reworks default template css
|
2020-01-26 13:02:40 -05:00 |
|
James
|
5386a18bf6
|
revises placement of HandleLocationStatus
|
2020-01-26 12:57:37 -05:00 |
|
James
|
f52f579379
|
enables location state-based status messages
|
2020-01-26 12:55:48 -05:00 |
|
James
|
c5ade41483
|
enables redirection after successfully creating document
|
2020-01-26 12:06:34 -05:00 |
|
James
|
faa34ab1f9
|
fixes bug with selects not initializing proper data
|
2020-01-26 11:32:10 -05:00 |
|
James
|
030e750d2a
|
removes unused props from field types
|
2020-01-26 11:27:35 -05:00 |
|
James
|
46584971e2
|
uses flatten / unflatten for form states
|
2020-01-26 10:55:02 -05:00 |
|
James
|
ced1d22277
|
css tweaks to default template
|
2020-01-25 16:40:13 -05:00 |
|
James
|
6bf371563b
|
sets up repeater to support multiple rows
|
2020-01-25 16:26:13 -05:00 |
|
James
|
e87be35e10
|
enables lessons learned from Repeater in Group, adds Group to backend schema creation
|
2020-01-25 16:16:41 -05:00 |
|
James
|
f79cfac31f
|
uses URLSearchParams to send form data, ensures Repeater receives proper values from API, misc bugs on backend
|
2020-01-25 16:09:44 -05:00 |
|
Elliot DeNolf
|
c85cc40d54
|
Wrap all tests in describe blocks in order to run sequentially
|
2020-01-24 22:13:08 -05:00 |
|
Elliot DeNolf
|
ec178dd8e1
|
Re-organize api tests into separate categories, allows for running better sequentially. Still flaky.
|
2020-01-24 22:13:08 -05:00 |
|
Elliot DeNolf
|
f5e9605256
|
Fix API tests, still flaky even when using --runInBand
|
2020-01-24 22:13:08 -05:00 |
|
James
|
7be292cd81
|
validates missing useAsTitle
|
2020-01-24 19:22:32 -05:00 |
|
James
|
fdd0225988
|
simplifies logic in Relationship
|
2020-01-23 17:35:27 -05:00 |
|
James
|
fb9962dbe6
|
ensures Relationship works with hasMany and singular values
|
2020-01-23 14:05:50 -05:00 |
|
James
|
77885dd66e
|
ensures relationship works if relationTo is singular
|
2020-01-23 13:23:37 -05:00 |
|
James
|
5a60d1f221
|
fixes bug with null policies never returning
|
2020-01-23 12:52:14 -05:00 |
|
James
|
6a486f4308
|
enables single relation field, tested with Page
|
2020-01-23 12:40:24 -05:00 |
|