cznic/public/: fred-ferda-verification-1.2.0rc2 metadata and description

Simple index Stable version available

Verification plugin for Ferda

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Framework :: Django :: 3.2
  • Framework :: Django :: 4.2
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • asgiref (~=3.0)
  • django (<4.3,>=3.2)
  • django-ninja (~=0.21)
  • fred-ferda (~=3.18)
  • fred-grill (~=2.0)
  • fred-types (~=1.0)
  • fred-verifier (~=0.5.0)
  • frgal (~=3.4)
  • bandit ; extra == 'quality'
  • black ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • polint ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
  • freezegun ; extra == 'test'
  • snapshottest ; extra == 'test'
  • testfixtures ; extra == 'test'
  • types-freezegun ; extra == 'types'
  • types-protobuf ; extra == 'types'
  • types-pytz ; extra == 'types'
  • types-requests ; extra == 'types'
requires_python ~=3.8

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fred-ferda-verification-1.2.0rc2.tar.gz
Size
290 KB
Type
Source
fred_ferda_verification-1.2.0rc2-py3-none-any.whl
Size
4 MB
Type
Python Wheel
Python
3

Verification plugin for Ferda.

Settings

FERDA_VERIFICATION_VERIFICATION_PORTAL_URL

Base URL of public verification portal. Default value is None, meaning no links will be displayed.

ChangeLog

Unreleased

1.2.0 (????-??-??)

New features

  • Add list of completed verifications (#99)

Enhancements

  • Update delay status form to allow delaying of individual future events (#97)

  • Update title and text of tooltip in confirmation form (#94)

Bug fixes

  • Fix list API endpoint with contacts that no longer exist (#100)

  • Fix method translation in confirmation form (#93)

  • Fix display of method used for completing closed verification (#92)

Maintenance

  • Install Ferda from private NPM registry instead of Git (#67)

  • Add support for Django 4.2 (#98)

  • Unify test locators for dialog submit and close buttons (#88)

1.1.0 (2023-06-14)

New features

  • Add grpc options settings for verification backend (#91)

Enhancements

  • Update timeout section in verification detail (1 row per record) (#78)

  • Rename canceled verification state (#79)

  • Add readonly parameter to verification portal link (#82)

  • Change texts and appearance at add to verifications form (#85)

  • Remove delay status action icon from domain holder table (#86)

Bug fixes

  • Use babel polyfill to support stage 3 methods (#73)

  • Fix icon colors at contact detail so that all have the same color (#74)

  • Hide delay status and cancel button icons for closed verifications (#77)

  • Change text for close datetime at verification detail (#80)

  • Unify status translations (#81)

  • Fix method names in process table (#89)

1.0.1 (2023-05-25)

  • Fix contact and domain detail permission error (#75)

1.0.0 (2023-05-23)

  • Initial version