-
Notifications
You must be signed in to change notification settings - Fork 243
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(amazonq): UTG build and execute for internal users. #5436
Open
laileni-aws
wants to merge
29
commits into
aws:feature/build-execute
Choose a base branch
from
laileni-aws:randal/build
base: feature/build-execute
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.
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
24a0832
add build-execute code
Randall-Jiang 4168e78
address comment
Randall-Jiang b5de261
create progress bar for fixing build failure
Randall-Jiang 9cf1786
fix the bug which might cause user can not execute the build command …
Randall-Jiang ca2c128
fix format error
Randall-Jiang 9151dce
correct the logic to send the telemetry
Randall-Jiang b5792bc
addressed comment
Randall-Jiang 5231789
nit
Randall-Jiang 9e323fe
addressing comments
Randall-Jiang 3601d49
add PATH
Randall-Jiang fc8d07b
add gradle file for groovy version of the gradle build script
Randall-Jiang d195b1a
fix UI error
Randall-Jiang 7e6a367
Fix lint errors
laileni-aws 2c3ddba
Merge branch 'feature/build-execute' into build-execute
laileni-aws 43dced6
Merge from Feature/build-execute
laileni-aws bc510d0
Merge branch 'feature/build-execute' into randal/build
laileni-aws 3c6c33c
Refactoring Build and execute
laileni-aws d139695
Revert "Refactoring Build and execute"
laileni-aws b257fed
Refactoring Build and execute
laileni-aws 1b76a80
Fixing build and execute command issue
laileni-aws e87fe92
Bug fixes in build and execute
laileni-aws 3e129b2
Progress bar cancel UX changes
laileni-aws 3dcde41
Fixes
laileni-aws 22b1e81
Merge branch 'feature/build-execute' into randal/build
laileni-aws 931fca3
Fixes
laileni-aws 27b22d5
Modified impl of progress bar cancel functionality and some UX change…
laileni-aws 6d039ae
Merge branch 'feature/build-execute' into randal/build
laileni-aws f7d450e
Minor fixes and refactoring in CTCChatController, CWSPRUTGChatManager…
laileni-aws e770e53
Removing commented code
laileni-aws 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
Prev
Previous commit
Removing commented code
- Loading branch information
commit e770e53817a5f575c7adb7b62eb7d907c9da0069
There are no files selected for viewing
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
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.
Leaving a TODO message makes sense but don't include the commented out code block
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.
Addressed comment!