From 36dd2eedc995b0fe0440012fffc5632f91a072f2 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Fri, 23 Aug 2024 17:07:23 +0530 Subject: [PATCH] Fixed versions. Removed development status and README autogeneration. Fixed links and branch titles Signed-off-by: Lalith Kota --- .pre-commit-config.yaml | 8 - README.md | 6 +- g2p_openid_vci/README.md | 5 + g2p_openid_vci/README.rst | 62 --- g2p_openid_vci/__manifest__.py | 3 +- g2p_openid_vci/readme/CONTRIBUTORS.rst | 1 - g2p_openid_vci/readme/DESCRIPTION.rst | 1 - g2p_openid_vci/static/description/index.html | 421 ------------------ g2p_openid_vci_rest_api/README.md | 3 + g2p_openid_vci_rest_api/README.rst | 62 --- g2p_openid_vci_rest_api/__manifest__.py | 3 +- .../readme/CONTRIBUTORS.rst | 1 - .../readme/DESCRIPTION.rst | 1 - .../static/description/index.html | 421 ------------------ test-requirements.txt | 4 +- 15 files changed, 15 insertions(+), 987 deletions(-) create mode 100644 g2p_openid_vci/README.md delete mode 100644 g2p_openid_vci/README.rst delete mode 100644 g2p_openid_vci/readme/CONTRIBUTORS.rst delete mode 100644 g2p_openid_vci/readme/DESCRIPTION.rst delete mode 100644 g2p_openid_vci/static/description/index.html create mode 100644 g2p_openid_vci_rest_api/README.md delete mode 100644 g2p_openid_vci_rest_api/README.rst delete mode 100644 g2p_openid_vci_rest_api/readme/CONTRIBUTORS.rst delete mode 100644 g2p_openid_vci_rest_api/readme/DESCRIPTION.rst delete mode 100644 g2p_openid_vci_rest_api/static/description/index.html diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63ad248..03415ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,14 +47,6 @@ repos: - id: oca-update-pre-commit-excluded-addons - id: oca-fix-manifest-website args: ["https://openg2p.org"] - - id: oca-gen-addon-readme - args: - - --addons-dir=. - - --branch=17.0-develop - - --org-name=OpenG2P - - --repo-name=openg2p-vci - - --if-source-changed - - --keep-source-digest - id: oca-gen-external-dependencies - repo: https://github.com/OCA/odoo-pre-commit-hooks rev: v0.0.25 diff --git a/README.md b/README.md index 311f00c..31671ee 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Pre-commit Status](https://github.com/OpenG2P/openg2p-vci/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-develop)](https://github.com/OpenG2P/openg2p-vci/actions/workflows/pre-commit.yml?query=branch%3A17.0-develop) -[![Build Status](https://github.com/OpenG2P/openg2p-vci/actions/workflows/test.yml/badge.svg?branch=17.0-develop)](https://github.com/OpenG2P/openg2p-vci/actions/workflows/test.yml?query=branch%3A17.0-develop) -[![codecov](https://codecov.io/gh/OpenG2P/openg2p-vci/branch/17.0-develop/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-vci) +[![Pre-commit Status](https://github.com/OpenG2P/openg2p-vci/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-1.2)](https://github.com/OpenG2P/openg2p-vci/actions/workflows/pre-commit.yml?query=branch%3A17.0-1.2) +[![Build Status](https://github.com/OpenG2P/openg2p-vci/actions/workflows/test.yml/badge.svg?branch=17.0-1.2)](https://github.com/OpenG2P/openg2p-vci/actions/workflows/test.yml?query=branch%3A17.0-1.2) +[![codecov](https://codecov.io/gh/OpenG2P/openg2p-vci/branch/17.0-1.2/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-vci) diff --git a/g2p_openid_vci/README.md b/g2p_openid_vci/README.md new file mode 100644 index 0000000..2c4c3a9 --- /dev/null +++ b/g2p_openid_vci/README.md @@ -0,0 +1,5 @@ +# G2P OpenID VCI: Base + +OpenG2P OpenID for Verifiable Credential Issuance + +Refer to https://docs.openg2p.org. diff --git a/g2p_openid_vci/README.rst b/g2p_openid_vci/README.rst deleted file mode 100644 index a0f449b..0000000 --- a/g2p_openid_vci/README.rst +++ /dev/null @@ -1,62 +0,0 @@ -==================== -G2P OpenID VCI: Base -==================== - -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! This file is generated by oca-gen-addon-readme !! - !! changes will be overwritten. !! - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:db3e10d11bca3df28726357440abfbf3fc4cd308781cdc57e209afee4e886ce9 - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png - :target: https://odoo-community.org/page/development-status - :alt: Alpha -.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--vci-lightgray.png?logo=github - :target: https://github.com/OpenG2P/openg2p-vci/tree/17.0-develop/g2p_openid_vci - :alt: OpenG2P/openg2p-vci - -|badge1| |badge2| - -OpenG2P OpenID for Verifiable Credential Issuance - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - -**Table of contents** - -.. contents:: - :local: - -Bug Tracker -=========== - -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. - -Do not contact contributors directly about support or help with technical issues. - -Credits -======= - -Authors -~~~~~~~ - -* OpenG2P - -Contributors -~~~~~~~~~~~~ - -* Lalith Kota - -Maintainers -~~~~~~~~~~~ - -This module is part of the `OpenG2P/openg2p-vci `_ project on GitHub. - -You are welcome to contribute. diff --git a/g2p_openid_vci/__manifest__.py b/g2p_openid_vci/__manifest__.py index c736359..7498089 100644 --- a/g2p_openid_vci/__manifest__.py +++ b/g2p_openid_vci/__manifest__.py @@ -2,12 +2,11 @@ { "name": "G2P OpenID VCI: Base", "category": "G2P", - "version": "17.0.1.2.0-develop", + "version": "17.0.1.2.0", "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", "license": "Other OSI approved licence", - "development_status": "Alpha", "depends": [ "g2p_registry_base", "g2p_encryption", diff --git a/g2p_openid_vci/readme/CONTRIBUTORS.rst b/g2p_openid_vci/readme/CONTRIBUTORS.rst deleted file mode 100644 index 3fe1649..0000000 --- a/g2p_openid_vci/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Lalith Kota diff --git a/g2p_openid_vci/readme/DESCRIPTION.rst b/g2p_openid_vci/readme/DESCRIPTION.rst deleted file mode 100644 index ea569fc..0000000 --- a/g2p_openid_vci/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -OpenG2P OpenID for Verifiable Credential Issuance diff --git a/g2p_openid_vci/static/description/index.html b/g2p_openid_vci/static/description/index.html deleted file mode 100644 index e665bdd..0000000 --- a/g2p_openid_vci/static/description/index.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - -G2P OpenID VCI: Base - - - -
-

G2P OpenID VCI: Base

- - -

Alpha OpenG2P/openg2p-vci

-

OpenG2P OpenID for Verifiable Credential Issuance

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-
-

Table of contents

- -
-

Bug Tracker

-

Bugs are tracked on GitHub Issues. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

-

Do not contact contributors directly about support or help with technical issues.

-
-
-

Credits

-
-

Authors

-
    -
  • OpenG2P
  • -
-
-
-

Contributors

- -
-
-

Maintainers

-

This module is part of the OpenG2P/openg2p-vci project on GitHub.

-

You are welcome to contribute.

-
-
-
- - diff --git a/g2p_openid_vci_rest_api/README.md b/g2p_openid_vci_rest_api/README.md new file mode 100644 index 0000000..2090ee8 --- /dev/null +++ b/g2p_openid_vci_rest_api/README.md @@ -0,0 +1,3 @@ +# G2P OpenID VCI: Rest API + +Refer to https://docs.openg2p.org. diff --git a/g2p_openid_vci_rest_api/README.rst b/g2p_openid_vci_rest_api/README.rst deleted file mode 100644 index bf5debe..0000000 --- a/g2p_openid_vci_rest_api/README.rst +++ /dev/null @@ -1,62 +0,0 @@ -======================== -G2P OpenID VCI: Rest API -======================== - -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! This file is generated by oca-gen-addon-readme !! - !! changes will be overwritten. !! - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:baa5a0668ed6891075ad125970042bea56f9a2d7909f7d4a439991dc3a77ac9d - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png - :target: https://odoo-community.org/page/development-status - :alt: Alpha -.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--vci-lightgray.png?logo=github - :target: https://github.com/OpenG2P/openg2p-vci/tree/17.0-develop/g2p_openid_vci_rest_api - :alt: OpenG2P/openg2p-vci - -|badge1| |badge2| - -OpenG2P OpenID VCI REST API - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - -**Table of contents** - -.. contents:: - :local: - -Bug Tracker -=========== - -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. - -Do not contact contributors directly about support or help with technical issues. - -Credits -======= - -Authors -~~~~~~~ - -* OpenG2P - -Contributors -~~~~~~~~~~~~ - -* Lalith Kota - -Maintainers -~~~~~~~~~~~ - -This module is part of the `OpenG2P/openg2p-vci `_ project on GitHub. - -You are welcome to contribute. diff --git a/g2p_openid_vci_rest_api/__manifest__.py b/g2p_openid_vci_rest_api/__manifest__.py index 12148d6..dc1df1e 100644 --- a/g2p_openid_vci_rest_api/__manifest__.py +++ b/g2p_openid_vci_rest_api/__manifest__.py @@ -1,12 +1,11 @@ { "name": "G2P OpenID VCI: Rest API", "category": "G2P", - "version": "17.0.1.2.0-develop", + "version": "17.0.1.2.0", "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", "license": "Other OSI approved licence", - "development_status": "Alpha", "depends": [ "g2p_openid_vci", "fastapi", diff --git a/g2p_openid_vci_rest_api/readme/CONTRIBUTORS.rst b/g2p_openid_vci_rest_api/readme/CONTRIBUTORS.rst deleted file mode 100644 index 3fe1649..0000000 --- a/g2p_openid_vci_rest_api/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Lalith Kota diff --git a/g2p_openid_vci_rest_api/readme/DESCRIPTION.rst b/g2p_openid_vci_rest_api/readme/DESCRIPTION.rst deleted file mode 100644 index 71a8827..0000000 --- a/g2p_openid_vci_rest_api/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -OpenG2P OpenID VCI REST API diff --git a/g2p_openid_vci_rest_api/static/description/index.html b/g2p_openid_vci_rest_api/static/description/index.html deleted file mode 100644 index 7e02cee..0000000 --- a/g2p_openid_vci_rest_api/static/description/index.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - -G2P OpenID VCI: Rest API - - - -
-

G2P OpenID VCI: Rest API

- - -

Alpha OpenG2P/openg2p-vci

-

OpenG2P OpenID VCI REST API

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-
-

Table of contents

- -
-

Bug Tracker

-

Bugs are tracked on GitHub Issues. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

-

Do not contact contributors directly about support or help with technical issues.

-
-
-

Credits

-
-

Authors

-
    -
  • OpenG2P
  • -
-
-
-

Contributors

- -
-
-

Maintainers

-

This module is part of the OpenG2P/openg2p-vci project on GitHub.

-

You are welcome to contribute.

-
-
-
- - diff --git a/test-requirements.txt b/test-requirements.txt index c3cd977..ff852da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,5 +3,5 @@ httpx git+https://github.com/OpenG2P/rest-framework@17.0#subdirectory=fastapi git+https://github.com/OpenG2P/rest-framework@17.0#subdirectory=extendable git+https://github.com/OpenG2P/rest-framework@17.0#subdirectory=extendable_fastapi -git+https://github.com/OpenG2P/openg2p-registry@17.0-develop#subdirectory=g2p_registry_base -git+https://github.com/OpenG2P/openg2p-security@17.0-develop#subdirectory=g2p_encryption +git+https://github.com/OpenG2P/openg2p-registry@17.0-1.2#subdirectory=g2p_registry_base +git+https://github.com/OpenG2P/openg2p-security@17.0-1.2#subdirectory=g2p_encryption