Results 25 issues of 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...

feature

## 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...

feature

## Changes PR adds a CMS model field alias field and validations. ## How Has This Been Tested? Jest and manually.

feature

## 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...

feature

## Changes TBD ## How Has This Been Tested? jest ## Documentation TBD

feature

## 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...

feature

## 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...

feature

## Changes Add topic names to all lifecycle events. Change naming in the Headless CMS lifecycle events. ## How Has This Been Tested? Jest.

feature

## Changes WebSocket implementation for Webiny. ## How Has This Been Tested? Jest and manually. ## Documentation Need to write the docs.

api

## 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....