Skip to content

Commit d8d23d1

Browse files
Merge pull request #115 from OpenSPP/chore/update-module-status-stable
chore: promote four modules to Production/Stable
2 parents 1a91296 + 2a2e04d commit d8d23d1

File tree

13 files changed

+53
-36
lines changed

13 files changed

+53
-36
lines changed

spp_cel_registry_search/README.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ CEL Registry Search
1010
!! source digest: sha256:4bc5a26f6fcaebded34ffc239c124f8d348f0141b34d9170a0ecbe507d743f5d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
13-
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1414
:target: https://odoo-community.org/page/development-status
15-
:alt: Beta
15+
:alt: Production/Stable
1616
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
@@ -542,6 +542,20 @@ Authors
542542
Maintainers
543543
-----------
544544

545+
.. |maintainer-jeremi| image:: https://github.com/jeremi.png?size=40px
546+
:target: https://github.com/jeremi
547+
:alt: jeremi
548+
.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px
549+
:target: https://github.com/gonzalesedwin1123
550+
:alt: gonzalesedwin1123
551+
.. |maintainer-emjay0921| image:: https://github.com/emjay0921.png?size=40px
552+
:target: https://github.com/emjay0921
553+
:alt: emjay0921
554+
555+
Current maintainers:
556+
557+
|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921|
558+
545559
This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_cel_registry_search>`_ project on GitHub.
546560

547561
You are welcome to contribute.

spp_cel_registry_search/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"summary": "Search the registry using CEL expressions",
55
"version": "19.0.2.0.0",
66
"license": "LGPL-3",
7-
"development_status": "Beta",
7+
"development_status": "Production/Stable",
8+
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],
89
"author": "OpenSPP.org, OpenSPP Community",
910
"website": "https://github.com/OpenSPP/OpenSPP2",
1011
"category": "OpenSPP",

spp_cel_registry_search/static/description/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">CEL Registry Search</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:4bc5a26f6fcaebded34ffc239c124f8d348f0141b34d9170a0ecbe507d743f5d
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_cel_registry_search"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
372+
<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="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_cel_registry_search"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
373373
<p>Advanced search interface for the registry using CEL (Common Expression
374374
Language) expressions. Provides a dedicated portal where users can write
375375
CEL queries to filter registrants based on demographics, eligibility
@@ -969,6 +969,8 @@ <h3>Authors</h3>
969969
</div>
970970
<div class="section" id="maintainers">
971971
<h3>Maintainers</h3>
972+
<p>Current maintainers:</p>
973+
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/emjay0921"><img alt="emjay0921" src="https://github.com/emjay0921.png?size=40px" /></a></p>
972974
<p>This module is part of the <a class="reference external" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_cel_registry_search">OpenSPP/OpenSPP2</a> project on GitHub.</p>
973975
<p>You are welcome to contribute.</p>
974976
</div>

spp_cel_registry_search/tests/test_cel_registry_search.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ def test_check_search_access_denied(self):
193193

194194
def test_compile_expression_with_offset(self):
195195
"""compile_expression should support offset parameter for pagination."""
196-
# Create test partners
197-
for i in range(5):
198-
self.env["res.partner"].create({"name": f"CelOffsetTest{i}", "is_registrant": True, "is_group": False})
196+
# Create test partners with the same name so a simple == expression matches all
197+
for _i in range(5):
198+
self.env["res.partner"].create({"name": "CelOffsetTest", "is_registrant": True, "is_group": False})
199199
service = self.env["spp.cel.service"]
200200
result = service.compile_expression(
201-
'r.name.startsWith("CelOffsetTest")',
201+
'r.name == "CelOffsetTest"',
202202
"registry_individuals",
203203
limit=2,
204204
offset=0,
@@ -209,7 +209,7 @@ def test_compile_expression_with_offset(self):
209209
first_page = result["preview_records"]
210210

211211
result2 = service.compile_expression(
212-
'r.name.startsWith("CelOffsetTest")',
212+
'r.name == "CelOffsetTest"',
213213
"registry_individuals",
214214
limit=2,
215215
offset=2,

spp_hazard/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ OpenSPP Hazard & Emergency Management
1010
!! source digest: sha256:6c799a070608a2c41e92173cb6e13783cda3e3e01c784f1d94decc3c6391a182
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
13-
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1414
:target: https://odoo-community.org/page/development-status
15-
:alt: Beta
15+
:alt: Production/Stable
1616
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
@@ -1211,16 +1211,13 @@ Maintainers
12111211
.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px
12121212
:target: https://github.com/gonzalesedwin1123
12131213
:alt: gonzalesedwin1123
1214-
.. |maintainer-reichie020212| image:: https://github.com/reichie020212.png?size=40px
1215-
:target: https://github.com/reichie020212
1216-
:alt: reichie020212
12171214
.. |maintainer-emjay0921| image:: https://github.com/emjay0921.png?size=40px
12181215
:target: https://github.com/emjay0921
12191216
:alt: emjay0921
12201217

12211218
Current maintainers:
12221219

1223-
|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-reichie020212| |maintainer-emjay0921|
1220+
|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921|
12241221

12251222
This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard>`_ project on GitHub.
12261223

spp_hazard/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "OpenSPP.org",
1414
"website": "https://github.com/OpenSPP/OpenSPP2",
1515
"license": "LGPL-3",
16-
"development_status": "Beta",
17-
"maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212", "emjay0921"],
16+
"development_status": "Production/Stable",
17+
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],
1818
"depends": [
1919
"base",
2020
"spp_security",

spp_hazard/static/description/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">OpenSPP Hazard &amp; Emergency Management</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:6c799a070608a2c41e92173cb6e13783cda3e3e01c784f1d94decc3c6391a182
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
372+
<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="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
373373
<p>Records disaster events and tracks their impact on registrants. Provides
374374
hierarchical hazard classification, geographic scope tracking via areas
375375
and GIS geofences, severity levels, and verification workflows to enable
@@ -2474,7 +2474,7 @@ <h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
24742474
<div class="section" id="maintainers">
24752475
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
24762476
<p>Current maintainers:</p>
2477-
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/reichie020212"><img alt="reichie020212" src="https://github.com/reichie020212.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/emjay0921"><img alt="emjay0921" src="https://github.com/emjay0921.png?size=40px" /></a></p>
2477+
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/emjay0921"><img alt="emjay0921" src="https://github.com/emjay0921.png?size=40px" /></a></p>
24782478
<p>This module is part of the <a class="reference external" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard">OpenSPP/OpenSPP2</a> project on GitHub.</p>
24792479
<p>You are welcome to contribute.</p>
24802480
</div>

spp_hazard_programs/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ OpenSPP Hazard Programs Integration
1010
!! source digest: sha256:4af3e4daf1509efef99ad29497bc756e1ec197df2297c50529ff48112fb08d59
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
13-
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1414
:target: https://odoo-community.org/page/development-status
15-
:alt: Beta
15+
:alt: Production/Stable
1616
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
@@ -348,13 +348,13 @@ Maintainers
348348
.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px
349349
:target: https://github.com/gonzalesedwin1123
350350
:alt: gonzalesedwin1123
351-
.. |maintainer-reichie020212| image:: https://github.com/reichie020212.png?size=40px
352-
:target: https://github.com/reichie020212
353-
:alt: reichie020212
351+
.. |maintainer-emjay0921| image:: https://github.com/emjay0921.png?size=40px
352+
:target: https://github.com/emjay0921
353+
:alt: emjay0921
354354

355355
Current maintainers:
356356

357-
|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-reichie020212|
357+
|maintainer-jeremi| |maintainer-gonzalesedwin1123| |maintainer-emjay0921|
358358

359359
This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard_programs>`_ project on GitHub.
360360

spp_hazard_programs/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "OpenSPP.org",
1313
"website": "https://github.com/OpenSPP/OpenSPP2",
1414
"license": "LGPL-3",
15-
"development_status": "Beta",
16-
"maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212"],
15+
"development_status": "Production/Stable",
16+
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],
1717
"depends": [
1818
"spp_hazard",
1919
"spp_programs",

spp_hazard_programs/static/description/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">OpenSPP Hazard Programs Integration</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:4af3e4daf1509efef99ad29497bc756e1ec197df2297c50529ff48112fb08d59
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard_programs"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
372+
<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="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard_programs"><img alt="OpenSPP/OpenSPP2" src="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github" /></a></p>
373373
<p>Links hazard incidents to emergency response programs. Enables programs
374374
to target affected populations using verified impact data, filter
375375
registrants by damage severity, and flag programs as emergency when
@@ -712,7 +712,7 @@ <h3>Authors</h3>
712712
<div class="section" id="maintainers">
713713
<h3>Maintainers</h3>
714714
<p>Current maintainers:</p>
715-
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/reichie020212"><img alt="reichie020212" src="https://github.com/reichie020212.png?size=40px" /></a></p>
715+
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/emjay0921"><img alt="emjay0921" src="https://github.com/emjay0921.png?size=40px" /></a></p>
716716
<p>This module is part of the <a class="reference external" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard_programs">OpenSPP/OpenSPP2</a> project on GitHub.</p>
717717
<p>You are welcome to contribute.</p>
718718
</div>

0 commit comments

Comments
 (0)