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 375
feat: introduce the package library extension #3563
Merged
Merged
Changes from all commits
Commits
Show all changes
123 commits
Select commit
Hold shift + click to select a range
2b3b476
add import endpoint
benbrown 8c1281a
ne dependency
benbrown 1550e33
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown d1b4c43
t pushMerge branch 'master' of github.com:microsoft/BotFramework-Comp…
benbrown 2451a27
add support for getting a github project
benbrown c7b7660
allow import from github
benbrown 93e0893
fix issue with internal reference
benbrown 945f3cb
add support for nuget packages
benbrown 09d63c0
new deps
benbrown 87bc3a2
Merge branch 'main' of github.com:microsoft/BotFramework-Composer int…
benbrown 584f77e
semi-functional UI for importing assets from the web, some error chec…
benbrown c60d8ac
Ability to add, update, remove declarative libraries
benbrown fdc43a7
allow plugins to provide assets to appear in the library
benbrown 3d82601
remove add route
benbrown e3b2ec1
sample libs
benbrown edcaff0
merge main, refactor for recoil
benbrown d6b1d1a
additional error handling
benbrown 9fd3891
Merge branch 'main' of github.com:microsoft/BotFramework-Composer int…
benbrown ede3e7f
Merge branch 'main' of github.com:microsoft/BotFramework-Composer int…
benbrown 8225aa9
allow categories of available libraries
benbrown 9920b16
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 2c72222
implement package manipulation using bf cli
benbrown 3e50990
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 56a2d16
functioning install from npm or nuget
benbrown 2739329
exlcude version flag if not specified
benbrown 176d354
update to latest bf-dialog
benbrown c9c59a5
fix typos
benbrown 171dae3
specify path to schema
benbrown 64e9a34
add confirmation if the merge process detects a conflict
benbrown 58d3599
detect ejected
benbrown b677afd
Merge branch 'main' into benbrown/importfromweb
a-b-r-o-w-n 0c34d67
update lockfile
a-b-r-o-w-n e30065c
wrap test controller in editor extension
a-b-r-o-w-n a044f01
[wip] move asset library into extension
a-b-r-o-w-n 637c427
move some components into ui-shared
a-b-r-o-w-n 74e5801
add more apis to extension client
a-b-r-o-w-n cb781c6
add fabric to window
a-b-r-o-w-n 62cdc23
fix build script
a-b-r-o-w-n 640ce1f
disable if not ejected
benbrown e038c9a
do not show installed list when disabled
benbrown 864088a
Merge remote-tracking branch 'origin/abrown/asset-library-extension' …
benbrown 5f74387
exit with error if error in any extensions
a-b-r-o-w-n 3596ce6
add navigateTo to application context
a-b-r-o-w-n 12f83f6
Merge branch 'abrown/asset-library-extension' of https://github.com/m…
benbrown 89aa2e3
move asset library wholy into its own extension~
benbrown 5b6da64
use results of import/remove to update the ui instead of reprocessing
benbrown e5c7fa8
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 15edffc
merge master
benbrown 6f61410
add confirm api to application context
a-b-r-o-w-n 3879238
use the confirm api
a-b-r-o-w-n fefd311
fix types resolution for sample-ui-plugin
a-b-r-o-w-n be69db7
add recently used list to the asset library
benbrown e03c4d3
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 284ec64
remove old version of library files
benbrown 3e15545
aggregate all the UI strings at the top for ease of editing
benbrown 09e4831
fix test
benbrown 7ca0fcb
add key field to default config
benbrown bb16bdd
show only compatible packages
benbrown 9de9327
add missing field to test file
benbrown 4573a33
yarn file
benbrown e9b8efd
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 580ce41
finish merge
benbrown ef5e81e
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown a97035b
Merge branch 'main' into benbrown/importfromweb
benbrown 09c96ad
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 08a262a
refactor ui to use tabs
benbrown 27267c8
Merge branch 'benbrown/importfromweb' of https://github.com/microsoft…
benbrown 56cbb0c
learn more links
benbrown 5b64b48
add readme
benbrown 398b06f
readme updates
benbrown 74412c8
readme updates
benbrown 2c3b12e
extract a few ui strings
benbrown c8d1be0
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 19a82bb
more readme
benbrown c18990c
more readme
benbrown b710366
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 4304d7b
latest rc
benbrown 73693dc
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 002c30a
add key to runtime settings
a-b-r-o-w-n b00fa01
move extension context to server package
a-b-r-o-w-n 27aa43b
update ExtensionContext imports
a-b-r-o-w-n 7e7b6ad
pass extension context to ext manager
a-b-r-o-w-n 9c56184
fix server launch config
a-b-r-o-w-n 8119ad1
move extension manager to server
a-b-r-o-w-n a120871
do not update lockfiles when building extensions
a-b-r-o-w-n 5f0dcd3
do not pass extension context when loading
a-b-r-o-w-n b910413
remove unused import
a-b-r-o-w-n dcf8413
Merge branch 'main' into abrown/ext-context
a-b-r-o-w-n 27dfd61
fix typescript error
a-b-r-o-w-n 30498e4
fix test failure
a-b-r-o-w-n ad37aa9
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 0f55dec
Merge branch 'benbrown/importfromweb' into abrown/ext-context
a-b-r-o-w-n 6bc13d8
add missing type imports
a-b-r-o-w-n 20b70f4
remove duplicate property
a-b-r-o-w-n 32ce7c3
Merge branch 'benbrown/importfromweb' into abrown/ext-context
a-b-r-o-w-n 75e3c81
remove obsolete api
a-b-r-o-w-n d12d94f
Merge branch 'abrown/ext-context' into benbrown/importfromweb
benbrown 0bd197b
add ExtensionRegistration type
a-b-r-o-w-n 193f799
update extension references to ExtensionRegistration
a-b-r-o-w-n 2a3cfef
pass dataDir to registration
a-b-r-o-w-n 64cbe7f
use axios library instead of @types
a-b-r-o-w-n 91bdd7a
use same version of axios in types and client
a-b-r-o-w-n a0e2c13
Merge branch 'abrown/ext-context' of https://github.com/microsoft/Bot…
benbrown 01559c7
Merge branch 'main' into benbrown/importfromweb
benbrown f96aef5
Update readme.md
300e86a
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 4749117
fix issue with extensions
benbrown 5f5e23b
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 4072b33
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 9aa47a5
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 9b59e7a
small adjustments due to extension boundary change
benbrown 99630fb
fix test
benbrown ebc0516
remove some unused code
benbrown f6d0965
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 4de22d9
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
benbrown 96fa96f
move strings into component. add types to internal state.
benbrown 915005e
Add cards to list of package features
benbrown aee8fbc
add instructions for using a JS custom action
benbrown 3b17fd5
add typing for telemetry setting
benbrown 0d1ff91
remove mocked enum
benbrown c186e04
Merge branch 'main' into benbrown/importfromweb
a-b-r-o-w-n 4169efc
fix main js
benbrown 736ed73
Merge branch 'benbrown/importfromweb' of https://github.com/microsoft…
benbrown 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
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
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.
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.