Skip to content

Commit

Permalink
Fixed Dev status and regenated Readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Jul 28, 2023
1 parent 64fa96c commit fb2b871
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 59 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- "15.0*"
push:
branches:
- "15.0"
- "15.0*"
- "15.0-ocabot-*"

env:
OCA_GIT_USER_NAME: openg2p
OCA_GIT_USER_EMAIL: [email protected]
jobs:
unreleased-deps:
runs-on: ubuntu-latest
Expand All @@ -23,20 +25,20 @@ jobs:
grep "^[^#].*/" ${reqfile} || result=$?
if [ $result -eq 0 ] ; then
echo "Unreleased dependencies found in ${reqfile}."
exit 0
# exit 1
fi
fi
done
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: ${{ matrix.container }}
name: ${{ matrix.name }}
strategy:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
makepot: "false"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
name: test with OCB
Expand Down Expand Up @@ -67,4 +69,4 @@ jobs:
run: oca_run_tests
- name: Update .pot files
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OpenG2P' }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'openg2p' }}
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->
[![Pre-commit Status](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/pre-commit.yml/badge.svg?branch=15.0)](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/pre-commit.yml?query=branch%3A15.0)
[![Build Status](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/test.yml/badge.svg?branch=15.0)](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/test.yml?query=branch%3A15.0)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-self-service-portal/branch/15.0/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-self-service-portal)
[![Pre-commit Status](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/pre-commit.yml/badge.svg?branch=15.0-1.1.0)](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/pre-commit.yml?query=branch%3A15.0-1.1.0)
[![Build Status](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/test.yml/badge.svg?branch=15.0-1.1.0)](https://github.com/OpenG2P/openg2p-self-service-portal/actions/workflows/test.yml?query=branch%3A15.0-1.1.0)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-self-service-portal/branch/15.0-1.1.0/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-self-service-portal)
<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->

<!-- /!\ do not modify above this line -->
Expand All @@ -17,10 +17,24 @@ Self Service Portal

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_self_service_portal](g2p_self_service_portal/) | 15.0.1.1.0 | | G2P Self Service Portal
[g2p_service_provider_portal](g2p_service_provider_portal/) | 15.0.1.1.0 | | G2P Service Provider Portal

[//]: # (end addons)

<!-- prettier-ignore-end -->

## Licenses

This repository is licensed under [MPL-2.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to OpenG2P
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----
<!-- /!\ Non OCA Context : Set here the full description of your organization. -->
15 changes: 5 additions & 10 deletions g2p_self_service_portal/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,17 @@ G2P Self Service Portal
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--self--service--portal-lightgray.png?logo=github
:target: https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_self_service_portal
:target: https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_self_service_portal
:alt: OpenG2P/openg2p-self-service-portal

|badge1| |badge2|

OpenG2P Self Service Portal

.. 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 <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
Expand All @@ -34,7 +29,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OpenG2P/openg2p-self-service-portal/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_self_service_portal%0Aversion:%2015.0-develop%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_self_service_portal%0Aversion:%2015.0-1.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Expand All @@ -49,6 +44,6 @@ Authors
Maintainers
~~~~~~~~~~~

This module is part of the `OpenG2P/openg2p-self-service-portal <https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_self_service_portal>`_ project on GitHub.
This module is part of the `OpenG2P/openg2p-self-service-portal <https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_self_service_portal>`_ project on GitHub.

You are welcome to contribute.
2 changes: 1 addition & 1 deletion g2p_self_service_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"development_status": "Production/Stable",
"depends": [
"g2p_registry_base",
"g2p_registry_individual",
Expand Down
12 changes: 3 additions & 9 deletions g2p_self_service_portal/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,8 @@ <h1 class="title">G2P Self Service Portal</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_self_service_portal"><img alt="OpenG2P/openg2p-self-service-portal" src="https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--self--service--portal-lightgray.png?logo=github" /></a></p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_self_service_portal"><img alt="OpenG2P/openg2p-self-service-portal" src="https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--self--service--portal-lightgray.png?logo=github" /></a></p>
<p>OpenG2P Self Service Portal</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">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.
<a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p>
</div>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand All @@ -391,7 +385,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_self_service_portal%0Aversion:%2015.0-develop%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_self_service_portal%0Aversion:%2015.0-1.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand All @@ -404,7 +398,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_self_service_portal">OpenG2P/openg2p-self-service-portal</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_self_service_portal">OpenG2P/openg2p-self-service-portal</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
</div>
Expand Down
15 changes: 5 additions & 10 deletions g2p_service_provider_portal/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,17 @@ G2P Service Provider Portal
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--self--service--portal-lightgray.png?logo=github
:target: https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_service_provider_portal
:target: https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_service_provider_portal
:alt: OpenG2P/openg2p-self-service-portal

|badge1| |badge2|

OpenG2P Service Provider Portal

.. 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 <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
Expand All @@ -34,7 +29,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OpenG2P/openg2p-self-service-portal/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_service_provider_portal%0Aversion:%2015.0-develop%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_service_provider_portal%0Aversion:%2015.0-1.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Expand All @@ -49,6 +44,6 @@ Authors
Maintainers
~~~~~~~~~~~

This module is part of the `OpenG2P/openg2p-self-service-portal <https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_service_provider_portal>`_ project on GitHub.
This module is part of the `OpenG2P/openg2p-self-service-portal <https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_service_provider_portal>`_ project on GitHub.

You are welcome to contribute.
2 changes: 1 addition & 1 deletion g2p_service_provider_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"development_status": "Production/Stable",
"depends": [
"g2p_self_service_portal",
"g2p_program_reimbursement",
Expand Down
12 changes: 3 additions & 9 deletions g2p_service_provider_portal/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,8 @@ <h1 class="title">G2P Service Provider Portal</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_service_provider_portal"><img alt="OpenG2P/openg2p-self-service-portal" src="https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--self--service--portal-lightgray.png?logo=github" /></a></p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_service_provider_portal"><img alt="OpenG2P/openg2p-self-service-portal" src="https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--self--service--portal-lightgray.png?logo=github" /></a></p>
<p>OpenG2P Service Provider Portal</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">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.
<a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p>
</div>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand All @@ -391,7 +385,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_service_provider_portal%0Aversion:%2015.0-develop%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/issues/new?body=module:%20g2p_service_provider_portal%0Aversion:%2015.0-1.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand All @@ -404,7 +398,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-develop/g2p_service_provider_portal">OpenG2P/openg2p-self-service-portal</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OpenG2P/openg2p-self-service-portal/tree/15.0-1.1.0/g2p_service_provider_portal">OpenG2P/openg2p-self-service-portal</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
</div>
Expand Down
22 changes: 13 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_json_field
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_base
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_group
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_individual
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_membership
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_bank
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_rest_api
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_addl_info
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_programs
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_json_field
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_documents
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_base
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_group
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_individual
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_membership
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_registry_rest_api
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_programs
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_program_documents
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_program_reimbursement
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_program_registrant_info
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_programs_rest_api
git+https://github.com/OpenG2P/[email protected]#subdirectory=setup/g2p_notifications_base

0 comments on commit fb2b871

Please sign in to comment.