Patch Release 0.6.1#76
Merged
Merged
Conversation
Update develop with latest main
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
feat: prepare for coverity integration
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
chore: coverity integration round 2
RDKEMW-17483 : Add Discovery.watchedV2 alongside Discovery.watched wi…
RDKEMW-19494: Update changelog for patch release 0.6.1
dhillomk
approved these changes
Jun 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR implements the 0.6.1 patch release updates for firebolt-cpp-client, primarily adding a Discovery.watchedV2 API (boolean-returning variant) and improving local/CI build ergonomics for dependency provisioning and Coverity-friendly builds.
Changes:
- Added
Discovery.watchedV2across the public interface, implementation, OpenRPC fixtures, and unit/component tests. - Introduced Coverity build documentation and scripts (
cov_build.sh,coverity_local.sh), plus a workflow to build in a “native” container environment. - Improved test build portability by adding a more robust
GTestpackage discovery path intest/CMakeLists.txt.
Reviewed changes
Copilot reviewed 18 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
include/firebolt/discovery.h |
Adds the new watchedV2 API to the public Discovery interface with documentation. |
src/discovery_impl.h |
Declares DiscoveryImpl::watchedV2. |
src/discovery_impl.cpp |
Implements watchedV2 to return a boolean result via helper get. |
test/unit/discoveryTest.cpp |
Adds unit tests validating watchedV2 behavior and request payload. |
test/component/discoveryTest.cpp |
Adds a component test validating watchedV2 result against OpenRPC example output. |
docs/openrpc/the-spec/firebolt-open-rpc.json |
Adds OpenRPC method definition and examples for Discovery.watchedV2. |
docs/openrpc/openrpc/discovery.json |
Adds module-scoped OpenRPC entry for watchedV2. |
test/api_test_app/apis/discoveryDemo.cpp |
Adds interactive demo option for Discovery.watchedV2. |
test/CMakeLists.txt |
Adds local-prefix-aware find_package(GTest ...) resolution logic. |
CMakeLists.txt |
Adds FIREBOLT_TRANSPORT_ROOT / FireboltTransport_ROOT hinting to improve deterministic transport discovery. |
README.md |
Links to the new Coverity guide. |
COVERITY.md |
Adds documentation for Coverity-oriented build/bootstrap flow. |
cov_build.sh |
Adds scripted transport bootstrap + debug/test-enabled build flow for Coverity capture. |
coverity_local.sh |
Adds a thin wrapper to run cov_build.sh. |
build_dependencies.sh |
Adds an idempotent dependency install script (system prefix) for native/container builds. |
.gitignore |
Ignores Coverity deps directory and act logs. |
Makefile.act |
Adds local act targets for running the native workflow locally. |
.github/workflows/native_full_build.yml |
Adds a native-container build workflow (supports dependency install + Coverity build script). |
CHANGELOG.md |
Adds 0.6.1 entry documenting the new Discovery API. |
Contributor
|
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch Release 0.6.1