-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### BREAKING CHANGES: * Change ``CORS_ALLOWED_ORIGIN_REGEXES`` settings name to ``CORS_ALLOWED_ORIGIN_REGEX`` and and value type to string. * Change ``results_expiry_days`` setting name to `results_expiry` and provide time seconds instead of days (default still 1 day). * ``msgpack`` is used as default serializer for celery instead of ``pickle``. ### Changelog: * Feature(backend): Add Etag-based caching for swagger schema. * Feature(backend): Add tarantool drivers for celery. * Feature(backend): Add support for django cache in tarantool. * Feature(backend): Use ``_display_mode`` property from serializer to set display mode. * Feature(backend): Provide support for msgpack in celery messages via ormsgpack. * Feature(backend): Webpush notifications. * Feature(backend): Translations customization by apps. * Feature(backend): Service worker customization by apps. * Feature(backend): Allow to pass `require_confirmation` in `Action` and `SimpleAction` decorator. * Feature(frontend): Add new display mode for detail views (stepped for creation and tabbed for read only and edit). * Feature(frontend): Ability to hide fields using values in data. * Feature(frontend): Bulk requests can be disabled globally. * Fix(backend): Removed openapi doc generator plugin. * Fix(backend): Update LDAP libs and search problems. * Fix(backend): Add fields limits in schema. * Fix(backend): ``DecimalField`` empty value validation. * Fix(backend): Fix ``CORS_ALLOWED_ORIGIN_REGEX`` setting. * Fix(backend): Update new project generation templates. * Fix(frontend): In ``RatingField`` use standard schema properties for determining minimum and maximum values. * Fix(frontend): Make active tab of tabbed view disabled. * Fix(frontend): Fail validation if trying to save non nullable field with null value. * Fix(frontend): Translate operation buttons titles. * Fix(frontend): Nested lists pagination. * Fix(docs): Improved russian translation. * Chore(backend): Update dependencies for stubs and docs. * Chore(frontend): Update dependencies in project template. * Doc(backend): Add information about tarantool as transport, result and cache backend. * Docs(backend): Improve backend api documentation for better comprehension. * Docs(frontend): Translate frontend docs. See merge request vst/vst-utils!624
- Loading branch information
Showing
111 changed files
with
8,390 additions
and
2,587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.