-
Notifications
You must be signed in to change notification settings - Fork 23
feat(yeoman-ui): implement generator progress notifications #576
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
alex-gilin
merged 43 commits into
SAP:main
from
korotkovao:feat/yeoman-ui/generator-progress-notification
Aug 25, 2026
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0e61cc3
feat(yeoman-ui): implement generator progress notifications
korotkovao 47510da
fix(yeoman-ui): add .js extensions to test imports for ESM
korotkovao 480aefd
fix(yeoman-ui): add .js extension to external package import
korotkovao 814dd4f
chore(yeoman-ui): remove debug console.log statements
korotkovao 65f14e5
test(yeoman-ui): add comprehensive tests for project name feature
korotkovao f08d0ce
fix(yeoman-ui): remove problematic loggerWrapperMock from test setup
korotkovao 7fa25a5
fix(yeoman-ui): restore logger initialization in test setup
korotkovao a53cea8
fix(yeoman-ui): fix lodash import for ESM compatibility
korotkovao 040b8c7
fix(yeoman-ui): fix fs mock conflicts and remove incorrect tests
korotkovao 5b4b8e1
fix(yeoman-ui): replace all fsMock.expects with sandbox.stub
korotkovao a7a1a56
fix(yeoman-ui): fix ES module mocking and improve test coverage
korotkovao add6245
test(yeoman-ui): add tests for edge cases to improve coverage
korotkovao 3bf95cd
style(yeoman-ui): fix prettier formatting in test file
korotkovao cf568f2
chore(yeoman-ui): add clarifying comment
korotkovao b60e499
perf(yeoman-ui): reduce finalizing delay from 1000ms to 100ms
korotkovao fb39b26
fix(yeoman-ui): remove setTimeout to fix CI test timeout
korotkovao 595127e
refactor(yeoman-ui): simplify doGeneratorDone return
korotkovao 1044f04
test(yeoman-ui): add test to improve coverage to 92.02%
korotkovao 85e9502
fix(yeoman-ui): convert Thenable to Promise<void> in doGeneratorDone
korotkovao 41ee0c7
fix(yeoman-ui): add explicit return type annotation to then callback
korotkovao 3adb1cf
fix(yeoman-ui): use type assertion instead of Promise wrapper
korotkovao 02e31f2
fix(yeoman-ui): change return type to Thenable<any> to match implemen…
korotkovao 885319f
fix(yeoman-ui): update YouiEvents interface to return Thenable<any>
korotkovao 46622df
fix(yeoman-ui): stub fs.writeFileSync in tests to prevent CI failures
korotkovao c5206df
fix(yeoman-ui): stub WorkspaceFile methods to prevent CI filesystem e…
korotkovao f1b594f
feat(yeoman-ui): add VS Code setting, localization, and generator opt-in
korotkovao 1b710a6
feat(yeoman-ui): check generator option for progress notification opt-in
korotkovao e0fc041
fix(yeoman-ui): address code review issues
korotkovao e2ba3a4
feat(yeoman-ui): add VS Code setting for Application Info Page auto-open
korotkovao 9967137
feat(yeoman-ui): add frontend WebSocket handler and phase/analytics t…
korotkovao df2d017
Merge remote-tracking branch 'origin/main' into feat/yeoman-ui/genera…
korotkovao d093e12
fix(yeoman-ui): fix TypeScript types and remove async from sync methods
korotkovao 8b61e70
style(yeoman-ui): fix prettier formatting in yeomanui.ts
korotkovao e462baf
test(yeoman-ui): add coverage tests to reach 92% threshold
korotkovao 589d745
feat(yeoman-ui): add minimum visible duration for each progress phase
korotkovao cd7db22
fix(yeoman-ui): add required IBannerProps fields in test
korotkovao 094eab8
test(yeoman-ui): add frontend tests for generatorProgress method
korotkovao 38c6aa3
feat(yeoman-ui): add questionnaire control example to foodq generator
korotkovao f09ad35
feat(yeoman-ui): add 1-second delay to make Finalising phase visible
korotkovao cbbcd3b
fix(yeoman-ui): address code review feedback from AG
korotkovao afeb454
fix(yeoman-ui): remove ApplicationWizard.showGeneratorProgress setting
korotkovao d34141f
fix(yeoman-ui): improve async synchronization in phase order test
korotkovao e56702b
chore(yeoman-ui): address code review feedback
korotkovao 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
There are no files selected for viewing
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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.