Skip to content
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

restore state of csa workflows from v1.4-branch #46

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a1bafe1
[NXP] fix on network build issue, add wifi diagnostics status code (#…
Martin-NXP Oct 3, 2024
2651245
zap regen (#35894)
andy31415 Oct 3, 2024
cc6c773
Add ability to report endpoint device types in the DataModel::Provide…
andy31415 Oct 3, 2024
6bb8645
[SVE] TC-MCORE-FS-1.3: Bump the DUT timeout for newly added device (#…
samadDotDev Oct 3, 2024
9ae53c5
Camera webrtc provider cluster (#35779)
gmarcosb Oct 3, 2024
dc3fcc8
[Fabric-Admin] Refactor to use API methods instead of PushCommand (2/…
yufengwangca Oct 4, 2024
a3b5eaa
Removing dead XPC methods (#35904)
woody-apple Oct 4, 2024
965a377
Add debug messages to the delegate callbacks for test033_TestMTRDevic…
nivi-apple Oct 4, 2024
3ffe083
Fixing exception with calling into a dead XPC object (#35908)
woody-apple Oct 4, 2024
79fcb91
lighting-app: Remove OccupancySensing Server (#35893)
soares-sergio Oct 4, 2024
27b5f3a
Fix duplicate CI runs for both push and pull_request events (#35880)
vatsalghelani-csa Oct 4, 2024
22c488b
AutoRelockTime wait will happen when Pics is enabled (#35891)
Harshith-GRL Oct 4, 2024
6f728a5
Remove provisional status of Fabric Sync bits to align with the spec …
yufengwangca Oct 4, 2024
3d882e9
fixing the additional advertising on the 91x (#35913)
chirag-silabs Oct 4, 2024
33b1f22
Remove legacy thread for RPC test (#35909)
yufengwangca Oct 4, 2024
ad57f01
Fix empty report feedback loop (#35899)
mkardous-silabs Oct 4, 2024
5cf80d7
Cleanup extra namespace prefix (#35911)
yufengwangca Oct 4, 2024
78f489d
[Silabs] Enabling custom board support for matter (#35809)
fuxiaoming-lumi Oct 4, 2024
8e0b710
[ICD] Make optional spec checks mandatory with the launch of LongIdle…
mkardous-silabs Oct 8, 2024
3ff8a03
Add missing feature map bit (#35915) (#35966)
mkardous-silabs Oct 8, 2024
7bd3451
merge csa conflicts
mykrupp Oct 9, 2024
0b2a891
[Silabs] Refactor Sensor code (#35979) (#35992)
mkardous-silabs Oct 9, 2024
17940c7
Merge 1.4 (#44)
mykrupp Oct 10, 2024
def663e
restore state of csa workflows from v1.4-branch
mykrupp Oct 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,634 changes: 1,634 additions & 0 deletions .github/.wordlist.txt

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions .github/ISSUE_TEMPLATE/001-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
name: "\U0001F41B Bug report"
description: Create a report to help Matter
title: "[BUG] "
labels: [bug, "needs triage"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: |
Please list reproduction steps step by step.
Place shell commands between ```.
Attach logs as files instead of pasting them in.
1.
2.
3.
...
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
validations:
required: true
- type: dropdown
attributes:
label: Platform
description: What platforms are affected?
multiple: true
options:
- ameba
- android
- cc13x2_cc26x2
- darwin
- efr32
- esp32
- freeRTOS
- IMX8
- k32w
- nrf
- python
- raspi
- vscode
- windows
- other
- core
validations:
required: true
- type: input
id: platform-versions
attributes:
label: Platform Version(s)
description: "What platform version(s) are affected [optional]"
placeholder: "eg: 1.0.1, N/A"
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: markdown
attributes:
value: "Thanks for submitting a bug!"
98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/002-1.0-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
name: "\u0030\u20e3 1.0 Issue"
description: Create an issue that is required for Matter 1.0 release
title: "[1.0] "
labels: [bug, "V1.0", "needs triage"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: |
Please list reproduction steps step by step.
Place shell commands between ```.
Attach logs as files instead of pasting them in.
1.
2.
3.
...
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
validations:
required: true
- type: dropdown
attributes:
label: Platform
description: What platforms are affected?
multiple: true
options:
- ameba
- android
- cc13x2_cc26x2
- darwin
- efr32
- esp32
- freeRTOS
- IMX8
- k32w
- nrf connect
- nrf
- python
- raspi
- vscode
- windows
- other
- core
validations:
required: true
- type: input
id: platform-versions
attributes:
label: Platform Version(s)
description: "What platform version(s) are affected [optional]"
placeholder: "eg: 1.0.1, N/A"
- type: dropdown
attributes:
label: Type
description: What type of issue is this?
multiple: true
options:
- Test Improvement
- Common Cluster Logic
- Spec Compliance Issue
- Security Issue
- Platform Issue
- Core SDK Memory Issue
- Core SDK Crash
- Core SDK Performance Improvement
- Core SDK Interopability Issue
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: markdown
attributes:
value: "Thanks for helping us get to 1.0!"
98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/003-1.1-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
name: "\u0031\u20e3 1.1 Issue"
description: Create an issue that is required for Matter 1.1 release
title: "[1.1] "
labels: [bug, "V1.1", "needs triage"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: |
Please list reproduction steps step by step.
Place shell commands between ```.
Attach logs as files instead of pasting them in.
1.
2.
3.
...
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
validations:
required: true
- type: dropdown
attributes:
label: Platform
description: What platforms are affected?
multiple: true
options:
- ameba
- android
- cc13x2_cc26x2
- darwin
- efr32
- esp32
- freeRTOS
- IMX8
- k32w
- nrf connect
- nrf
- python
- raspi
- vscode
- windows
- other
- core
validations:
required: true
- type: input
id: platform-versions
attributes:
label: Platform Version(s)
description: "What platform version(s) are affected [optional]"
placeholder: "eg: 1.1, N/A"
- type: dropdown
attributes:
label: Type
description: What type of issue is this?
multiple: true
options:
- Test Improvement
- Common Cluster Logic
- Spec Compliance Issue
- Security Issue
- Platform Issue
- Core SDK Memory Issue
- Core SDK Crash
- Core SDK Performance Improvement
- Core SDK Interopability Issue
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: markdown
attributes:
value: "Thanks for helping us get to 1.1!"
98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/004-1.2-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
name: "\u0032\u20e3 1.2 Issue"
description: Create an issue that is required for Matter 1.2 release
title: "[1.2] "
labels: [bug, "V1.2", "needs triage"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information.
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: |
Please list reproduction steps step by step.
Place shell commands between ```.
Attach logs as files instead of pasting them in.
1.
2.
3.
...
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc"
validations:
required: true
- type: input
attributes:
label: GitHub hash of the SDK that was being used
description: Hash of the GitHub SDK used
validations:
required: true
- type: dropdown
attributes:
label: Platform
description: What platforms are affected?
multiple: true
options:
- ameba
- android
- cc13x2_cc26x2
- darwin
- efr32
- esp32
- freeRTOS
- IMX8
- k32w
- nrf connect
- nrf
- python
- raspi
- vscode
- windows
- other
- core
validations:
required: true
- type: input
id: platform-versions
attributes:
label: Platform Version(s)
description: "What platform version(s) are affected [optional]"
placeholder: "eg: 1.2, N/A"
- type: dropdown
attributes:
label: Type
description: What type of issue is this?
multiple: true
options:
- Test Improvement
- Common Cluster Logic
- Spec Compliance Issue
- Security Issue
- Platform Issue
- Core SDK Memory Issue
- Core SDK Crash
- Core SDK Performance Improvement
- Core SDK Interopability Issue
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: markdown
attributes:
value: "Thanks for helping us get to 1.2!"
Loading
Loading