This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
feat: Bot Project Schema Update #4431
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
51b33db
Added schema for bot project support
40f8661
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
308e392
Add 1.0 botproject schema
b98e1fa
Fix typo
b046925
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
c56e1b1
Updated gitignore
b78d118
Typo fixed
828bee2
Merge branch 'main' into srravich/bot-projects-schema
cwhitten ccf5f88
Merge branch 'main' into srravich/bot-projects-schema
srinaath e9f525a
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
c791838
Merge branch 'srravich/bot-projects-schema' of https://github.com/mic…
5576163
Following sdk.schema approach to specificy object type using ref
bc20752
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
0a688c4
Fix schema
1f8a9c4
Removed workspace references.
6970cc5
Relative path support
84f0a50
Update operations on Bot project file
e6ef1d2
Updated tests for removing workspace reference
1339b15
Removed manifest update operation
975952e
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
64cc847
Cleared logs
29a7fd2
Merge branch 'main' into srravich/bot-projects-schema
cwhitten 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
28 changes: 0 additions & 28 deletions
28
Composer/packages/lib/shared/__tests__/fileUtils/index.test.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
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.
You sure you can use this module on the browser?
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.
Great catch. @hatpick and me had an offline conversation about this.
#4437 This would be the ticket that should do a cleanup of the path module throughout our codebase in non node context