8000 Tags · fertek/Wagtail-Pipit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fertek/Wagtail-Pipit

Tags

v8.5.0

Toggle v8.5.0's commit message
- Fix: Forward cookies from api to Next.js (Martin Lindvall, Martin S…

…andström)

- Fix: Add headers in js api response (Martin Lindvall, Martin Sandström)
- Fix: Include custom docker-compose to simplify running local python (Andreas Bernacca, Martin Sandström)
- Fix: Use CSF format when defining Storybook stories (Martin Sandström)
- Fix: Solve issue with muted errors in api calls (Martin Sandström, Martin Lindvall)
- Fix: Enforce CSRF protection on password protected page (Martin Sandström)
- Fix: Fix models.W042 warning by adding default auto field (Martin Sandström)
- Fix: Downgrade to Next.js 10.1 to dynamic import issue in Storybook (Martin Sandström)
- Fix: Activate webpack 5 in Storybook (Martin Sandström)
- Fix: Fix issue serving svg in Storybook (Martin Sandström)
- Fix: Fix bug in scaffolder when generating stories for function component (Martin Sandström)
- Fix: Run Storybook build in CI
- Fix: Update Wagtail to 2.13
- Fix: Update Django to 3.2
- Fix: Update python Sentry
- Fix: Update frontend packages

v8.4.5

Toggle v8.4.5's commit message
- Fix: Forward cookies from api to Next.js (Martin Lindvall, Martin S…

…andström)

- Fix: Add headers in js api response (Martin Lindvall, Martin Sandström)
- Fix: Include custom docker-compose to simplify running local python (Andreas Bernacca, Martin Sandström)
- Fix: Use CSF format when defining Storybook stories (Martin Sandström)
- Fix: Solve issue with muted errors in api calls (Martin Sandström, Martin Lindvall)
- Fix: Enforce CSRF protection on password protected page (Martin Sandström)
- Fix: Fix models.W042 warning by adding default auto field (Martin Sandström)
- Fix: Downgrade to Next.js 10.1 to dynamic import issue in Storybook (Martin Sandström)
- Fix: Activate webpack 5 in Storybook (Martin Sandström)
- Fix: Fix issue serving svg in Storybook (Martin Sandström)
- Fix: Fix bug in scaffolder when generating stories for function component (Martin Sandström)
- Fix: Run Storybook build in CI
- Fix: Update Wagtail to 2.13
- Fix: Update Django to 3.2
- Fix: Update python Sentry
- Fix: Update frontend packages

v8.4.0

Toggle v8.4.0's commit message
- Fix: Update Wagtail to 2.13 (Martin Sandström)

- Fix: Update Django to 3.2 (Martin Sandström)
- Fix: Update Nextjs to 10.2 (Martin Sandström)
- Fix: Use webpack 5 (Martin Sandström)
- Fix: Add support for Circle CI test insights (Martin Sandström)
- Fix: Drop type ignores in urls by adding custom urlpattern type alias (Martin Sandström)
- Fix: Make sure Next.js uses trailing slash (Martin Sandström)
- Fix: Drop js from wagtail userbar to make it cross platform. Fixes Frojd#457 (Andreas Bernacca)
- Fix: Serve Next.js static files from Nginx in production (Martin Sandström)
- Fix: Make sure restricted page access is persisted. Fixes Frojd#426 (Martin Sandström)
- Fix: Update all frontend packages
- Fix: Update python-dotenv
- Fix: Update pytest-django
- Fix: Update django-stubs

v8.3.0

Toggle v8.3.0's commit message
- New: Add guide for handling CSRF Tokens (Martin Sandström)

- Fix: Update Next.js to 10.1.3 (Martin Sandström)
- Fix: Replace withSourceMaps with productionBrowserSourceMaps (Martin Sandström)
- Fix: Add collectstatic instruction to local python setup (Martin Sandström)
- Fix: Move node ignores to frontend gitignore (Martin Sandström)
- Fix: Fix issue with inconsitent indentation in nginx template (Martin Sandström)
- Fix: Fix wrong nginx conf path in `enable_ssl.sh` script (Martin Sandström)
- Fix: Run npm run build in project ci
- Fix: Update testing-library
- Fix: Update babel core
- Fix: Update sentry
- Fix: Update jest-dom
- Fix: Update classnames
- Fix: Update i18next
- Fix: Update storybook
- Fix: Update css-loader
- Fix: Update react+react-dom
- Fix: Update react-test-renderer
- Fix: Update python-dotenv
- Fix: Update husky to 6.0
- Fix: Update @testing-library/user-event
- Fix: Include all guides in the generated project readme
- Fix: Fix broken link to django styleguide

v8.2.0

Toggle v8.2.0's commit message
- New: Add guide for adding slack notifications to CircleCI (Martin S…

…andström)

- New: Add guide for adding Sentry (Martin Sandström)
- Fix: Solve issue with Sentry not activated in Next.js (Martin Sandström, Martin Lindvall)
- Fix: Improve flexibility by moving headless mixin from base page to each page model (Martin Sandström)
- Fix: Rename fields in timestamp mixin to indicate date (Andreas Bernacca)
- Fix: Fix typo in test method name (Martin Lindvall)
- Fix: Pin boto3 more loosely since the minor is auto updated very frequently (Andreas Bernacca)
- Fix: Implement CircleCI slack orb 4+ (Martin Sandström)
- Fix: Ignore virtualenv dir when generating translations (Martin Sandström)
- Fix: Add quick info in readme on running Next.js (Martin Sandström)
- Fix: Raise proxy timeout to avoid next.js first load beeing timed out (Martin Sandström)
- Fix: Drop unused redirect middleware (Martin Lindvall)
- Fix: Add automatic transform of redirect in nextjs api external view (Martin Sandström)
- Fix: Cleanup unused env vars from frontend .env (Martin Sandström)
- Fix: Add note on getting reverse proxy working in Linux (@remiBoudreau)
- Fix: Upgrade Next.js to 10.0.9
- Fix: Upgrade Wagtail to 2.13.3
- Fix: Upgrade Djangp to 3.1.7
- Fix: Upgrade Storybook, Husky, i18next and sentry to latest version

v8.1.0

Toggle v8.1.0's commit message
- New: Make it possible to serve remote media locally (Martin Sandström)

- New: Rewrite guide for syncing data (Martin Sandström)
- New: Rewrite scaffolding documentation (Martin Sandström)
- New: Add documentation for server provision (Martin Sandström)
- New: Add guide for implementing wagtail-2fa (Martin Lindvall, Martin Sandström)
- New: Rewrite CI deployment guide (Martin Sandström)
- Fix: Clean up outdated documentation (Martin Sandström)
- Fix: Fix issue with dynamic imports not recogized in jest (Martin Sandström)
- Fix: Ignore main branch as well as master in ci (Martin Sandström)
- Fix: Fix mypy typecheck issues (Martin Sandström)
- Fix: Lazy load WagtailUserbar component (Martin Sandström)
- Fix: Fix issue with missing WagtailUserbar component import (Martin Sandström)
- Fix: Use root user when running provison playbook (Martin Sandström)
- Fix: Make sure deploy does not run after provision (Martin Sandström)
- Fix: Upgrade Wagtail to 2.12
- Fix: Upgrade Django to 3.1.6
- Fix: Upgrade Next.js to 10.0.6

v8.0.6

Toggle v8.0.6's commit message
- Fix: Improve Storbybook 6 support (Andreas Bernacca)

- Fix: Solve issue with wrong path in `example_prod_to_stage.sh` (Martin Sandström)
- Fix: Improve `example_prod_to_stage` documentation (Martin Sandström)
- Fix: Add support for multiple pm2 applications in provisioning (Martin Sandström)
- Fix: Add new cookiecutter variables to separate application domain and ssh host (Martin Sandström)
- Fix: Drop username from ssh host and hard code it to ssh user `deploy` (Martin Sandström)
- Fix: Make SVG handling a bit more robust (Andreas Bernacca)
- Fix: Minimize circleci changes by adding conditions to sentry sourcemap upload (Martin Sandström)
- Fix: Make slack orb conditional in circleci (Martin Sandström)
- Fix: Solve issue with missing WagtailUserbar component import (Martin Sandström)
- Fix: Use root user when running provison playbook (Martin Sandström)
- Fix: Lazy load WagtailUserbar (Martin Sandström)
- Fix: Upgrade Wagtail to 2.12
- Fix: Upgrade Django to 3.1.6

v8.0.5

Toggle v8.0.5's commit message
- Fix: Solve issue with broken tests

- Fix: Fix issue with missing wagtail_userbar field in serializer

v8.0.4

Toggle v8.0.4's commit message
- Fix: Replace ssr pm2 config in provision with next.js pm2 config

- Fix: Include site.site_name in seo_html_title
- Fix: Add missing wagtail_userbar data from backend api
- Fix: Drop redundant assert in email.py
- Fix: Include Next.js process in provision nginx configuration
- Fix: Correct invalid paths in next.js provision env template
- Fix: Include pm2 in server requirements
- Fix: Upgrade django to 1.3.5
- Fix: Upgrade django-storages to 1.11.1
- Fix: Upgrade boto3 to 1.16.56

v8.0.3

Toggle v8.0.3's commit message
- Fix: Update Next.js to 10.0.4

- Fix: Update storybook to v6
- Fix: Upgrade frontend test packages and prettier
0