Bruno Zorić
Bruno Zorić
## Changes Switch out our custom handler, handler-aws, handler-http and handler-args with fastify. Through handler-fastify-aws (will be renamed to handler-aws) we support handling of: * API Gateway events * S3...
## Changes This PR adds filter by content type in the content reviews so user can select if they want to see only page or cms entries in the content...
## Changes PR adds a CMS model field alias field and validations. ## How Has This Been Tested? Jest and manually.
## Changes This PR introduces aliases on CmsModel fields. Example for this feature would be: You have a `description` field which is a `long-text`. You want to switch `description` to...
## Changes TBD ## How Has This Been Tested? jest ## Documentation TBD
## Changes A CLI plugin that will seed your deployed Webiny system with randomly generated data. ## How Has This Been Tested? Manually. ## Documentation #### Help #### Error when...
## Changes Umbrella PR for the CMS Model Field Aliases. To minimise the amount of changes, existing `fieldId` property will be used as an alias. We could say it is...
## Changes Add topic names to all lifecycle events. Change naming in the Headless CMS lifecycle events. ## How Has This Been Tested? Jest.
## Changes WebSocket implementation for Webiny. ## How Has This Been Tested? Jest and manually. ## Documentation Need to write the docs.
## Changes Sometimes there are really large records in the database and users might want to limit the amount of records the Reindexing task goes through in one loop iteration....