-
Notifications
You must be signed in to change notification settings - Fork 14
Rebasing #2242
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
Open
balasaraswathy-n
wants to merge
21
commits into
feature/RDKEMW-7049
Choose a base branch
from
develop
base: feature/RDKEMW-7049
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+28
−27
Open
Rebasing #2242
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
63c2944
RDKEMW-9745 : btMgrBus crash with function BtrCore_BTGetPairedDevicei…
tharun-kumarv 2c3c1c3
RDKEMW-10480 : ctrlm release v1.1.6, xr-voice-sdk v1.0.7
dwolaver db77fb0
RDKEMW-10652: PowerStateBeforeReboot should return proper PowerState
yuvaramachandran-gurusamy 65b3770
Updating src revs
dwolaver 64cb361
RDKEMW-9838, RDKEMW-10390 : update tags of entservices-deviceanddispl…
arun-madhavan-013 b6baa2c
Merge branch 'develop' of github.com:rdkcentral/meta-middleware-gener…
yuvaramachandran-gurusamy cd027ea
RDKEMW-10652: Update pkgrev for entservices-deviceanddisplay
yuvaramachandran-gurusamy 0ec26d7
Merge pull request #2199 from rdkcentral/topic/RDKEMW-10652
rdkcm-rdke 79b0370
RDKEMW-9408: Avoid duplicate code (#2106)
neethuas379 87e43f7
RDKEMW-10269: Fix window x,y positioning (#2113)
madanagopalt 67584ca
RDKEMW-10367 : Rialto version upgrade (#2146)
rekhap2kandhavelan cbb6537
RDKEMW-10057: update entservices-apis pkgrev (#2219)
sajilal711 5912e1a
RDKEMW-10660: Adding T1 logging for ap_info_split details(#2225)
DevikaJaladi 4448917
RDKEMW-9536: AppManager getLoadedApps Not Working as Expected
sajilal711 5e30bb4
Merge pull request #1988 from rdkcentral/topic/RDKEMW-9536
rdkcm-rdke 661e734
Merge branch 'develop' into feature/RDKEMW-10480_ctrlm_v1.1.6_vsdk_v1…
dwolaver 1afb86c
Merge pull request #2196 from rdkcentral/feature/RDKEMW-10480_ctrlm_v…
rdkcm-rdke cb53a9f
Update auto_pr_creation_target_repo_caller.yml
Rocksta818 303bbcc
RDKEMW-10777 : Update src/pkg revisions for bluetooth mgr/core. (#2243)
natrajmuthusamy 2fc7afb
RDK-59276:[RDK-E] Transform rdkfwupgrader into library-driven archite…
mkadinti 01fb47a
RDK-59221: Upgrade to telemetry version 1.7.1 (#2260)
yogeswaransky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The wildcard pattern 'support/...' overlaps with 'support/..' since three-part versions would also match the four-part pattern. Consider removing line 8 ('support/..') and keeping only the more permissive pattern on line 9, or clarify if both patterns are needed for different matching behaviors.