invenio-administration


Nameinvenio-administration JSON
Version 2.8.2 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-administration
SummaryInvenio module that adds administration panel to the system.
upload_time2024-10-10 17:20:27
maintainerNone
docs_urlNone
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio admin administration backoffice
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    Copyright (C) 2022 CERN.

    invenio-administration is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

========================
 invenio-administration
========================

.. image:: https://github.com/inveniosoftware/invenio-administration/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-administration/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-administration.svg
        :target: https://github.com/inveniosoftware/invenio-administration/releases

.. image:: https://img.shields.io/pypi/dm/invenio-administration.svg
        :target: https://pypi.python.org/pypi/invenio-administration

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-administration.svg
        :target: https://github.com/inveniosoftware/invenio-administration/blob/master/LICENSE

Invenio module providing extensible administration panel.

TODO: Please provide feature overview of module

Further documentation is available on
https://invenio-administration.readthedocs.io/

..
    Copyright (C) 2022-2024 CERN.

    invenio-administration is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version v2.8.2 (released 2024-10-10)

- webpack: bump react-searchkit to v3.0.0 due to axios upgrade

Version v2.8.1 (released 2024-10-10)

- setup: bump invenio-search-ui to fix dependency installation

Version v2.8.0 (released 2024-10-10)

- deps: update axios major version (needed only to run js tests)

Version v2.7.2 (released 2024-10-02)

- views: add callback hook on search results rendered

Version v2.7.1 (released 2024-10-02)

- details: remove parsing for name field

Version v2.7.0 (released 2024-09-26)

- feature: add display packages version badges in the sidebar

Version v2.6.0 (released 2024-09-26)

- actions: add actions properties (icon)
- actions: add possibility of pre-filling the action form
- form: add hidden field, lazy field
- form: refactor fields generation to improve readability and modular approach
- form: add overridable components

Version v2.5.0 (released 2024-08-22)

- package: bump react-invenio-forms
- ui: add comma separator to admin result count

Version v2.4.1 (released 2024-07-15)

- global: remove dependency on invenio-vocabularies
    * Delegates administration UI schema type definition to the mashmallow
      class.

Version 2.4.0 (released 2024-06-20)

- form: added support for json fields

Version 2.3.0 (released 2024-06-04)

- installation: upgrade invenio-records-resources and invenio-vocabularies
- marshmallow_utils: add enum to mapping
- ui: remove required restriction on fieldSchema

Version 2.2.3 (released 2024-05-24)

- views: accept kwars to be passed to get_api_endpoint

Version 2.2.2 (released 2024-05-23)

- views: allow list view to receive a pid_value

Version 2.2.1 (released 2024-05-15)

- remove implicit dependency on oai_pmh view

Version 2.2.0 (released 2024-03-22)

- fix: before_first_request deprecation (move to finalize app entry point)
- installation: upgrade invenio-app and invenio-base

Version 2.1.1 (released 2024-03-04)

- bump react-invenio-forms

Version 2.1.0 (released 2024-02-27)

- actions: add explicit prop for dropdown display
- form: updated mapping and added RichInput

Version 2.0.1 (released 2024-02-19)

- Add default bool value for BooleanField

Version 2.0.0 (released 2024-01-29)

- installation: bump invenio-accounts

Version 1.10.1 (2023-12-07)

- format: enforce code formatting using black
- marshmallow_utils: enhance marshmallow utility functions to traverse type inheritance
- i18n-global: add fuzzy search in compile-catalog

Version 1.10.0 (2023-11-30)

- marshmallw_utils: add EDTFDateTimeString mapping

Version 1.9.3 (2023-10-30)

- marshmallow_utils: add ``URL`` field type mapping

Version 1.9.2 (2023-10-19)

- accessibility: add tooltips to icons

Version 1.9.1 (2023-09-25)

- assets: improve error handling on details page
- styling: minor improvements

Version 1.9.0 (2023-09-18)

- views: adapt actions creation

Version 1.8.0 (2023-09-14)

- setup: bump to invenio-vocabularies v2.0.0

Version 1.7.0 (2023-09-08)

- chore: expose admin api
- assets: overridable search result item layout
- utils: process date field in schema

Version 1.6.1 (2023-07-07)

- skip `fields.Method` from jsonify

Version 1.6.0 (2023-07-03)

- Adding a mapping for the fields.Method

Version 1.5.0 (2023-06-15)

- setup: upgrade invenio dependencies

Version 1.4.1 (2023-05-25)

- fix action form creation

Version 1.4.0 (2023-04-25)

- upgrade invenio-records-resources

Version 1.3.0 (2023-04-20)

- upgrade invenio-records-resources

Version 1.2.0 (2023-03-24)

- bump invenio-records-resources to v2.0.0

Version 1.1.1 (released 2023-03-09)

- assets: add html formatting to display components

Version 1.1.0 (released 2023-03-02)

- remove deprecated flask-babelex dependency and imports
- upgrade invenio-theme, invenio-vocabularies
- fix form field sorting order

Version 1.0.6 (released 2023-02-15)

- forms: add support for checkbox, dropdown and textarea fields
- forms: add support for default value (prefill)
- forms: add support for specific table column width (search view)

Version 1.0.5 (released 2023-01-26)

- assets: fix button help popup

Version 1.0.4 (released 2023-01-24)

- menu: add disable view hook method

Version 1.0.3 (released 2023-01-20)

- forms: add tooltip to field when passed from fieldSchema
- modal: fix styling

Version 1.0.2 (released 2022-11-25)

- use centralized axios configuration
- add i18n translations
- refactor actions buttons

Version 1.0.1 (released 2022-11-04)

- upgrade invenio-records-resources
- upgrade invenio-vocabublaries

Version 1.0.0

- Initial public release.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-administration",
    "name": "invenio-administration",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "invenio admin administration backoffice",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/2c/49/e08f23410b105413100096085a1b99404fbedb373791b7f31b7cf5037cf5/invenio-administration-2.8.2.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2022 CERN.\n\n    invenio-administration is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\n========================\n invenio-administration\n========================\n\n.. image:: https://github.com/inveniosoftware/invenio-administration/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-administration/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-administration.svg\n        :target: https://github.com/inveniosoftware/invenio-administration/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-administration.svg\n        :target: https://pypi.python.org/pypi/invenio-administration\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-administration.svg\n        :target: https://github.com/inveniosoftware/invenio-administration/blob/master/LICENSE\n\nInvenio module providing extensible administration panel.\n\nTODO: Please provide feature overview of module\n\nFurther documentation is available on\nhttps://invenio-administration.readthedocs.io/\n\n..\n    Copyright (C) 2022-2024 CERN.\n\n    invenio-administration is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\nChanges\n=======\n\nVersion v2.8.2 (released 2024-10-10)\n\n- webpack: bump react-searchkit to v3.0.0 due to axios upgrade\n\nVersion v2.8.1 (released 2024-10-10)\n\n- setup: bump invenio-search-ui to fix dependency installation\n\nVersion v2.8.0 (released 2024-10-10)\n\n- deps: update axios major version (needed only to run js tests)\n\nVersion v2.7.2 (released 2024-10-02)\n\n- views: add callback hook on search results rendered\n\nVersion v2.7.1 (released 2024-10-02)\n\n- details: remove parsing for name field\n\nVersion v2.7.0 (released 2024-09-26)\n\n- feature: add display packages version badges in the sidebar\n\nVersion v2.6.0 (released 2024-09-26)\n\n- actions: add actions properties (icon)\n- actions: add possibility of pre-filling the action form\n- form: add hidden field, lazy field\n- form: refactor fields generation to improve readability and modular approach\n- form: add overridable components\n\nVersion v2.5.0 (released 2024-08-22)\n\n- package: bump react-invenio-forms\n- ui: add comma separator to admin result count\n\nVersion v2.4.1 (released 2024-07-15)\n\n- global: remove dependency on invenio-vocabularies\n    * Delegates administration UI schema type definition to the mashmallow\n      class.\n\nVersion 2.4.0 (released 2024-06-20)\n\n- form: added support for json fields\n\nVersion 2.3.0 (released 2024-06-04)\n\n- installation: upgrade invenio-records-resources and invenio-vocabularies\n- marshmallow_utils: add enum to mapping\n- ui: remove required restriction on fieldSchema\n\nVersion 2.2.3 (released 2024-05-24)\n\n- views: accept kwars to be passed to get_api_endpoint\n\nVersion 2.2.2 (released 2024-05-23)\n\n- views: allow list view to receive a pid_value\n\nVersion 2.2.1 (released 2024-05-15)\n\n- remove implicit dependency on oai_pmh view\n\nVersion 2.2.0 (released 2024-03-22)\n\n- fix: before_first_request deprecation (move to finalize app entry point)\n- installation: upgrade invenio-app and invenio-base\n\nVersion 2.1.1 (released 2024-03-04)\n\n- bump react-invenio-forms\n\nVersion 2.1.0 (released 2024-02-27)\n\n- actions: add explicit prop for dropdown display\n- form: updated mapping and added RichInput\n\nVersion 2.0.1 (released 2024-02-19)\n\n- Add default bool value for BooleanField\n\nVersion 2.0.0 (released 2024-01-29)\n\n- installation: bump invenio-accounts\n\nVersion 1.10.1 (2023-12-07)\n\n- format: enforce code formatting using black\n- marshmallow_utils: enhance marshmallow utility functions to traverse type inheritance\n- i18n-global: add fuzzy search in compile-catalog\n\nVersion 1.10.0 (2023-11-30)\n\n- marshmallw_utils: add EDTFDateTimeString mapping\n\nVersion 1.9.3 (2023-10-30)\n\n- marshmallow_utils: add ``URL`` field type mapping\n\nVersion 1.9.2 (2023-10-19)\n\n- accessibility: add tooltips to icons\n\nVersion 1.9.1 (2023-09-25)\n\n- assets: improve error handling on details page\n- styling: minor improvements\n\nVersion 1.9.0 (2023-09-18)\n\n- views: adapt actions creation\n\nVersion 1.8.0 (2023-09-14)\n\n- setup: bump to invenio-vocabularies v2.0.0\n\nVersion 1.7.0 (2023-09-08)\n\n- chore: expose admin api\n- assets: overridable search result item layout\n- utils: process date field in schema\n\nVersion 1.6.1 (2023-07-07)\n\n- skip `fields.Method` from jsonify\n\nVersion 1.6.0 (2023-07-03)\n\n- Adding a mapping for the fields.Method\n\nVersion 1.5.0 (2023-06-15)\n\n- setup: upgrade invenio dependencies\n\nVersion 1.4.1 (2023-05-25)\n\n- fix action form creation\n\nVersion 1.4.0 (2023-04-25)\n\n- upgrade invenio-records-resources\n\nVersion 1.3.0 (2023-04-20)\n\n- upgrade invenio-records-resources\n\nVersion 1.2.0 (2023-03-24)\n\n- bump invenio-records-resources to v2.0.0\n\nVersion 1.1.1 (released 2023-03-09)\n\n- assets: add html formatting to display components\n\nVersion 1.1.0 (released 2023-03-02)\n\n- remove deprecated flask-babelex dependency and imports\n- upgrade invenio-theme, invenio-vocabularies\n- fix form field sorting order\n\nVersion 1.0.6 (released 2023-02-15)\n\n- forms: add support for checkbox, dropdown and textarea fields\n- forms: add support for default value (prefill)\n- forms: add support for specific table column width (search view)\n\nVersion 1.0.5 (released 2023-01-26)\n\n- assets: fix button help popup\n\nVersion 1.0.4 (released 2023-01-24)\n\n- menu: add disable view hook method\n\nVersion 1.0.3 (released 2023-01-20)\n\n- forms: add tooltip to field when passed from fieldSchema\n- modal: fix styling\n\nVersion 1.0.2 (released 2022-11-25)\n\n- use centralized axios configuration\n- add i18n translations\n- refactor actions buttons\n\nVersion 1.0.1 (released 2022-11-04)\n\n- upgrade invenio-records-resources\n- upgrade invenio-vocabublaries\n\nVersion 1.0.0\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Invenio module that adds administration panel to the system.",
    "version": "2.8.2",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-administration"
    },
    "split_keywords": [
        "invenio",
        "admin",
        "administration",
        "backoffice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5fde9066fd4a6d1613b6383e8fff78d49daee97d64aa50a6ff8a025e7659c02",
                "md5": "9188e7bf084da00f680934f4f2776aae",
                "sha256": "1c870679fa011058dae692049cf521e8cbff77fb526c90c4c4b9aa409980df1d"
            },
            "downloads": -1,
            "filename": "invenio_administration-2.8.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9188e7bf084da00f680934f4f2776aae",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 321936,
            "upload_time": "2024-10-10T17:20:25",
            "upload_time_iso_8601": "2024-10-10T17:20:25.768760Z",
            "url": "https://files.pythonhosted.org/packages/b5/fd/e9066fd4a6d1613b6383e8fff78d49daee97d64aa50a6ff8a025e7659c02/invenio_administration-2.8.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c49e08f23410b105413100096085a1b99404fbedb373791b7f31b7cf5037cf5",
                "md5": "a29cfcba61cbde878438fca67a45b82b",
                "sha256": "c14b864809834e5820e51d1f1aeda3365b16d1c05afa8405803f243ad7a9125f"
            },
            "downloads": -1,
            "filename": "invenio-administration-2.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a29cfcba61cbde878438fca67a45b82b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 154337,
            "upload_time": "2024-10-10T17:20:27",
            "upload_time_iso_8601": "2024-10-10T17:20:27.265344Z",
            "url": "https://files.pythonhosted.org/packages/2c/49/e08f23410b105413100096085a1b99404fbedb373791b7f31b7cf5037cf5/invenio-administration-2.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 17:20:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-administration",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-administration"
}
        
Elapsed time: 0.39962s