Skip to content

Conversation

@jeremi
Copy link
Member

@jeremi jeremi commented Oct 9, 2025

Why is this change needed?

How was the change implemented?

New unit tests

Unit tests executed by the author

How to test manually

Related links

jeremi added 6 commits October 3, 2025 15:50
… modules

Add CEL (Common Expression Language) domain filter system and metrics/indicators
framework with renamed module prefixes:
- spp_cel_domain: CEL expression parsing, translation, and execution
- spp_cel_registry_search: CEL-based registry search wizards
- spp_indicators: Metrics framework (renamed from openspp_metrics)
- spp_indicators_demo: Demo providers
- spp_indicators_ui: UI components for metrics

All modules pass pre-commit hooks with proper code quality fixes:
- Type annotations modernized (PEP 604)
- Exception handling with proper chaining
- Strict parameter for zip operations
- Line length compliance
- Variable naming clarity
Update @tagged decorators in test files to use the correct module name
'spp_indicators' instead of the old 'openspp_metrics' name. This fixes
404 errors when running HTTP endpoint tests.
…ice, resolvers, providers, wizards, views, controllers); update UI and CEL domain references; rename feature store table to openspp_indicator_value; update tests
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 9, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
7 Security Hotspots
14.3% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants