-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add Docker packages and env variables for Git command completion #228
Merged
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
pan-apple
requested review from
anush-apple,
BroderickCarlin,
chrisdecenzo,
gerickson,
hawk248,
jelderton,
robszewczyk,
tpmanley and
woody-apple
as code owners
April 2, 2020 19:01
gerickson
approved these changes
Apr 2, 2020
BroderickCarlin
approved these changes
Apr 2, 2020
woody-apple
approved these changes
Apr 2, 2020
mkardous-silabs
referenced
this pull request
in mkardous-silabs/connectedhomeip
Nov 2, 2022
…silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/testbeds_split to silabs_1.0 Squashed commit of the following: commit df460890001e02c9e5e4fdb0a5f4169202d02fd4 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 14:22:53 2022 +0000 Pull request #228: modify test sequence Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
mkardous-silabs
referenced
this pull request
in mkardous-silabs/connectedhomeip
May 2, 2023
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this pull request
Oct 5, 2023
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this pull request
Jan 11, 2024
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
mkardous-silabs
referenced
this pull request
in mkardous-silabs/connectedhomeip
Jan 29, 2024
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
mkardous-silabs
referenced
this pull request
in mkardous-silabs/connectedhomeip
Jan 29, 2024
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
rcasallas-silabs
pushed a commit
to rcasallas-silabs/connectedhomeip
that referenced
this pull request
Jun 20, 2024
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
rcasallas-silabs
pushed a commit
to rcasallas-silabs/connectedhomeip
that referenced
this pull request
Jun 20, 2024
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
j-ororke
added a commit
to j-ororke/connectedhomeip
that referenced
this pull request
Jul 3, 2024
- Removed PICS from python RVC Clean and RVC Run tests - Replaced with commands and attributes gathered from DUT.
j-ororke
added a commit
to j-ororke/connectedhomeip
that referenced
this pull request
Jul 3, 2024
- Removed PICS from python RVC Clean and RVC Run tests - Replaced with commands and attributes gathered from DUT.
mykrupp
pushed a commit
to mykrupp/connectedhomeip
that referenced
this pull request
Jul 18, 2024
Merge in WMN_TOOLS/matter from feature/testbeds_split to silabs Squashed commit of the following: commit 652feed61d965cfce3897c3a65eeff2b9ddb2266 Author: Shadi Makdissi <[email protected]> Date: Thu Oct 27 09:07:20 2022 -0400 modify test sequence
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.
Problem
There are some Git utilities that make it easier to work with Git. For example, command completion, command prompt integration etc. The Docker containers are missing the required packages and their integration.
Summary of Changes
Added missing packages to
Dockerfile
. Updated.devcontainer
to add missing bindings.