wagtail-netlify icon indicating copy to clipboard operation
wagtail-netlify copied to clipboard

Wagtail <3 Netlify

Results 7 wagtail-netlify issues
Sort by recently updated
recently updated
newest added

This is a larger than usual update, with backwards-incompatible changes. - the `Deployment` model has been removed, in favour of direct integration with the Netlify API - a new view...

> [Netlify Dev](https://www.netlify.com/products/dev/) , a new development server that allows you to run our entire platform on your laptop. Preview it all — site generation, functions, and even edge logic....

enhancement

The Netlify-CLI 2.x (see #13 for progress on compatibility) allows to deploy in preview/staging mode before pushing to production. In a way it would double up with your Wagtail installation...

enhancement

Currently, deployments are either triggered automatically (on `page_published` signal) or manually (with the `netlify` command). However it would be handy to be able to trigger a deploy manually from the...

enhancement

Netlify allows developers to set [HTTP headers](https://www.netlify.com/docs/headers-and-basic-auth/) for their pages. This could be used to: - Set security headers (e.g. `X-FRAME-OPTIONS` or `CSP`s). - Set `Basic-Auth` header on [private pages](http://docs.wagtail.io/en/v2.1/advanced_topics/privacy.html)....

enhancement

Netlify supports [forms](https://www.netlify.com/docs/form-handling/) and [FormBuilder](http://docs.wagtail.io/en/v2.1/reference/contrib/forms/index.html) could be made compatible: - [ ] Create a template tag to output the form tag with all the necessary attributes - [ ] Provide...

enhancement

![testallthethings](https://user-images.githubusercontent.com/6834938/41949866-a4458968-7a06-11e8-9c70-571dd77c2e16.png) - [ ] Add tests - [ ] Add coverage - [ ] Hook with CI - [ ] Hook with PR checks

enhancement