-
Notifications
You must be signed in to change notification settings - Fork 733
feat(feature dev): Add setting to allow Q to run code and test commands #5853
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
Merged
jpinkney-aws
merged 1 commit into
aws:feature/q-dev-execution
from
willyyhuang:wlsun/add-auto-build-feature-opt-in-out
Nov 12, 2024
Merged
feat(feature dev): Add setting to allow Q to run code and test commands #5853
jpinkney-aws
merged 1 commit into
aws:feature/q-dev-execution
from
willyyhuang:wlsun/add-auto-build-feature-opt-in-out
Nov 12, 2024
Conversation
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 pull request modifies code in src/ but no tests were added/updated. Confirm whether tests should be added or ensure the PR description explains why tests are not required. |
13eb178 to
39f4bc4
Compare
afcfa35 to
d987ed4
Compare
|
d987ed4 to
07d2d3f
Compare
packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
jpinkney-aws
reviewed
Nov 6, 2024
packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
9c5a9d8 to
f1cf313
Compare
f1cf313 to
dc3b7e6
Compare
packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
chengoramazon
approved these changes
Nov 7, 2024
433a97d to
3faa157
Compare
3faa157 to
3e73034
Compare
jpinkney-aws
reviewed
Nov 8, 2024
jpinkney-aws
approved these changes
Nov 12, 2024
e23c61d
into
aws:feature/q-dev-execution
20 of 25 checks passed
karanA-aws
pushed a commit
to karanA-aws/aws-toolkit-vscode
that referenced
this pull request
Jan 17, 2025
…ds (aws#5853) Q /dev team is launching a new feature: Allow Q to execute build/test based on customer's configuration 🎉🎉 We have made a couple tweaks to incorporate the user experience - Added a new setting to allow Q to run code and test commands per project  - Added a pre-filled prompt option for customer to generate a configuration for this feature - Added a couple follow up buttons throughout the /dev flow and added logic around them  - Updated copies - Updated `codefileExtensions` set
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
Q /dev team is launching a new feature: Allow Q to execute build/test based on customer's configuration 🎉🎉
Solution
We have made a couple tweaks to incorporate the user experience
codefileExtensionssetLicense: I confirm that my contribution is made under the terms of the Apache 2.0 license.