-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(feature dev): Add setting to allow Q to run code and test commands #5853
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 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. |
willyyhuang
changed the title
feature(feature dev): Add setting to opt in/out of QSDA auto build feature
feat(feature dev): Add setting to opt in/out of QSDA auto build feature
Oct 24, 2024
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
2 times, most recently
from
October 25, 2024 15:47
13eb178
to
39f4bc4
Compare
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
from
November 5, 2024 18:24
afcfa35
to
d987ed4
Compare
|
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
from
November 6, 2024 15:33
d987ed4
to
07d2d3f
Compare
willyyhuang
changed the title
feat(feature dev): Add setting to opt in/out of QSDA auto build feature
feat(feature dev): Add setting to allow Q to run code and test commands
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
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
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
2 times, most recently
from
November 6, 2024 19:05
9c5a9d8
to
f1cf313
Compare
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
from
November 6, 2024 20:50
f1cf313
to
dc3b7e6
Compare
packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
chengoramazon
approved these changes
Nov 7, 2024
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
2 times, most recently
from
November 7, 2024 18:21
433a97d
to
3faa157
Compare
willyyhuang
force-pushed
the
wlsun/add-auto-build-feature-opt-in-out
branch
from
November 7, 2024 18:48
3faa157
to
3e73034
Compare
jpinkney-aws
reviewed
Nov 8, 2024
jpinkney-aws
approved these changes
Nov 12, 2024
jpinkney-aws
merged commit Nov 12, 2024
e23c61d
into
aws:feature/q-dev-execution
20 of 25 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.
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
codefileExtensions
setLicense: I confirm that my contribution is made under the terms of the Apache 2.0 license.