forked from rdkcentral/rdkservices
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase with main from rdkcentral Repo #26
Merged
yuvaramachandran-gurusamy
merged 136 commits into
yuvaramachandran-gurusamy:main/Miracast
from
rdkcentral:main
Jul 3, 2024
Merged
Rebase with main from rdkcentral Repo #26
yuvaramachandran-gurusamy
merged 136 commits into
yuvaramachandran-gurusamy:main/Miracast
from
rdkcentral:main
Jul 3, 2024
Conversation
This file contains 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
Added check for return value from std::getline() to readFromFile().
Fixes for RDKTV-30490, RDKTV-30636, RDKTV-30623 and RDKTV-30582
Reason for change: Remove the junk string AP Test Procedure: verify build success and basic test Risks: Low Priority: P1 Signed-off-by: [email protected]
Reason for change: Remove the junk string AP Test Procedure: verify build success and basic test Risks: Low Priority: P1 Signed-off-by: [email protected]
DELIA-62842 org.rdk.System.getSystemVersions API has wrong stbTimestamp
…olled Upload URL Reason for change: Deprecating uploadLogs API Test Procedure: Confirm API is deprecated and that it uses uploadLogsAsync instead when called Risks: Low Priority: P1 Signed-off-by: melhar098 <[email protected]>
DELIA-61725: [SECVULN] Thunder Services - SystemServices - User Controlled Upload URL
RDKTV-30383 : Supply security token with curl json-rpc
Merge pull request #5202 from rdkcentral/RDKTV-30383
RDKServices Jenkins Documentation Job
Updated RDKShell to claim Graphics Subsystem
Updated RDKShell to claim Graphics Subsystem
RDKTV-30706 : Added check if that is the file to fileExists()
RDKTV-30706 : Added L1 test for case when settings.conf is a directory.
Reason for change: Update detached threads, such that we wait for them to finish before de-initiailizing the system. Test Procedure: None Risks: Low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
Reason for change: Platform specific autostart configurations to be set in platform layers Test Procedure: Build and verify. Risks: Low Signed-off-by: Jitha James <[email protected]> (cherry picked from commit 75760ea)
…methods for retrieving Serial number, Chip Id and Firmware version. Test Procedure: root@brcm972126ott-refboard-PR0013720:~# curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":"2.0","id":"42","method":"DeviceIdentification.1.deviceidentification"}'; echo; {"jsonrpc":"2.0","id":42,"result":{"firmwareversion":"5.01.23.24","chipset":"BCM972126OTT_V20","deviceid":"OEUFIwMDEzNzIwAA"}} Risk : Low Signed-off-by: [email protected]
…methods for retrieving Serial number, Chip Id and Firmware version. Test Procedure: root@brcm972126ott-refboard-PR0013720:~# curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":"2.0","id":"42","method":"DeviceIdentification.1.deviceidentification"}'; echo; {"jsonrpc":"2.0","id":42,"result":{"firmwareversion":"5.01.23.24","chipset":"BCM972126OTT_V20","deviceid":"OEUFIwMDEzNzIwAA"}} Risk : Low Signed-off-by: [email protected]
RDKTV-30790 added retry logic for IARM connect failure
…support Fix workflows Thunder master branch support
…support_main Merge pull request #5444 from npoltorapavlo/fix_Thunder_masterbranch_…
…ss the corresponding changes in the SystemServicesPlugin. (#5464) * DELIA-64977 : Removed the JSONObject.Reset removal patch Reason for change: Removed the JSONObject.Reset removal patch Test Procedure: verify using Jenkins build Risks: Medium Signed-off-by: Karunakaran A <[email protected]>
…liance with Thunder 4.4.1 Reason for change: Updating Thunder R4.4.1 on L2 Test framework Test Procedure: Run L2-tests-R4-4-1.yml using act command. Risks: Low
RDK-49561: Main Branch - RDKV - System Services Plugin unit Test compliance with Thunder 4.4.1
Added L2 test for below UserSetting interfaces. SetAudioDescription GetAudioDescription SetPreferredAudioLanguages GetPreferredAudioLanguages SetPresentationLanguage GetPresentationLanguage SetCaptions GetCaptions SetPreferredCaptionsLanguages GetPreferredCaptionsLanguages SetPreferredClosedCaptionService GetPreferredClosedCaptionService Test Procedure : Run L2 tests and verify. Risks: Medium Priority: P0
[RDK-50881] Add L2 Test cases with calling the methods using jsonrpc
RDKServices Jenkins Documentation Job
RDKVREFPLT-1811 : [RPI][DAB] RDK Service displayinfo plugin - width and height support.
https://jira.rdkcentral.com/jira/browse/RDKDEV-1066 Issue Ticket ID: https://jira.rdkcentral.com/jira/browse/RDKVREFPLT-1811 Reason for change: Introduced the SOC_Abstraction.cpp, Kmc.c and Kmc.h files inside the newly added RPI directoy, SOC_Abstraction.cpp file contains the RPI platform specific implementations as same like the Amlogic. We have change the DEFAULT_DEVICE macro value as /dev/dri/card1 instead of /dev/dri/card0 for RPI. Because we have use the /dev/dri/card1 in RPI for Graphics rendering. This only change is differed from Amlogic platform implementations. Test Procedure: Validate with the JSON-RPC curl commands curl -X POST http://127.0.0.1:9998/jsonrpc -d '{ jsonrpc: 2.0,id: 42, method: DisplayInfo.width}' Result: {jsonrpc:2.0,id:42,result:1280} curl -X POST http://127.0.0.1:9998/jsonrpc -d '{ jsonrpc: 2.0,id: 42, method: DisplayInfo.height}' Result: {jsonrpc:2.0,id:42,result:720} Risks: None. Signed-off-by: [email protected]
RDKVREFPLT-1811 : [RPI][DAB] RDK Service displayinfo plugin - width and height support.
…_data_manager_set_tls_errors_policy() in 2.38
Reason for change: Allow service worker support to be enabled only for apps that need it Test Procedure: Confirm support is enabled/disabled using test page Risks: Low Priority: P1 Signed-off-by: Filipe Norte <[email protected]>
…WebKitBrowser implementation unloading
And make sure to use correct logging category.
WebKitBrowsrPlugin: cherry-pick approved changes from 24Q2 sprint
5a3f2c9
into
yuvaramachandran-gurusamy:main/Miracast
6 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.