Skip to content
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: Runtime + Deployment: Azure function support (preview version) #2923

Merged
merged 107 commits into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
917d55f
split the configuration as object
VanyLaw Apr 17, 2020
ea63c3b
fix deployment script, change settings path
Apr 17, 2020
f983141
fix bugs in deploy script and change credential type:
VanyLaw Apr 19, 2020
1be2ea2
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw Apr 19, 2020
88913c6
finish gethistory, getstatus, update history and status after publish
VanyLaw Apr 20, 2020
80f097e
add some code comments for clarity
benbrown Apr 21, 2020
72e2074
more code comments
benbrown Apr 21, 2020
92a035f
more code comments for clarity
benbrown Apr 21, 2020
ef6200f
add login script and hash the config as folder name
VanyLaw Apr 22, 2020
c6f043c
fix conflict
VanyLaw Apr 22, 2020
fb8bc82
add bot deploy package build into lib build
VanyLaw Apr 23, 2020
a6e0f45
fix conflict
VanyLaw Apr 23, 2020
455b1f4
split the provision part out of composer
VanyLaw Apr 23, 2020
2965613
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw Apr 24, 2020
ccb3516
fix luis appid unfound error
Apr 24, 2020
b4c4544
fix typo
Apr 24, 2020
96dac2e
Merge branch 'master' into qika/luisfix
cwhitten Apr 24, 2020
289329b
polish
VanyLaw Apr 26, 2020
89ad619
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw Apr 26, 2020
fa1f7e0
use bot root to config the path of settings
Apr 26, 2020
b7d4a09
Merge branch 'qika/luisfix' of https://github.com/microsoft/BotFramew…
Apr 26, 2020
4ba7e17
differ bot to different layer
Apr 26, 2020
2a50531
change the order of loading settings
Apr 26, 2020
3debaf4
remove customizeConfiguration object in config
VanyLaw Apr 26, 2020
1fadb22
use project files instead dataDir, remove cred file and provisionResu…
VanyLaw Apr 27, 2020
bed80c4
update schema
VanyLaw Apr 27, 2020
ab25d87
change login and provision script, from save file to output to console
VanyLaw Apr 27, 2020
50d9d5a
add comment
benbrown Apr 27, 2020
1b9d780
Merge branch 'wenyluo/azure' of github.com:microsoft/BotFramework-Com…
benbrown Apr 27, 2020
4575055
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown Apr 27, 2020
01eda4f
fix merge conflict
benbrown Apr 27, 2020
6be07e0
format resulting profile
benbrown Apr 27, 2020
a2e6684
add comment about security
benbrown Apr 27, 2020
ebd17fb
use Bearer token auth when doing zipdeploy
benbrown Apr 27, 2020
3a4ce80
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw Apr 28, 2020
28d19c2
move provision out of composer, and make sure it not depend on intern…
VanyLaw Apr 28, 2020
0038555
add provision subfields schema
VanyLaw Apr 28, 2020
39559d7
use token replace the credential
VanyLaw Apr 28, 2020
31587c0
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown Apr 28, 2020
c013942
fix output of token
benbrown Apr 28, 2020
b4ab009
Merge branch 'wenyluo/azure' of github.com:microsoft/BotFramework-Com…
benbrown Apr 28, 2020
099d44e
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown Apr 28, 2020
dd22ff6
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw Apr 29, 2020
2a6d21f
change the error message when token expire
VanyLaw Apr 29, 2020
4a479d8
add provision error details, add configurable
Apr 29, 2020
da0f0f6
Merge branch 'wenyluo/azure' of https://github.com/microsoft/BotFrame…
Apr 29, 2020
f1327d2
update schema require and log message return
VanyLaw Apr 29, 2020
08adf7b
Merge branch 'wenyluo/azure' of https://github.com/microsoft/BotFrame…
VanyLaw Apr 29, 2020
0048b4a
fix parse
Apr 29, 2020
63b3249
Merge branch 'wenyluo/azure' of https://github.com/microsoft/BotFrame…
VanyLaw Apr 29, 2020
7a709f4
fix template
Apr 29, 2020
a79c0bb
Merge branch 'wenyluo/azure' of https://github.com/microsoft/BotFrame…
VanyLaw Apr 29, 2020
0a288e0
update schema and provision script
VanyLaw Apr 29, 2020
c8936bd
fix provision luis configurable
VanyLaw Apr 29, 2020
203582e
detail the token's error handle
VanyLaw Apr 29, 2020
418690b
Merge branch 'wenyluo/azure' of github.com:microsoft/BotFramework-Com…
benbrown Apr 29, 2020
0db1838
Merge branch 'wenyluo/azure' of github.com:microsoft/BotFramework-Com…
benbrown Apr 29, 2020
5e1f0d0
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown Apr 29, 2020
d428f6e
Add support for using the ejected runtime code instead of the built i…
benbrown Apr 29, 2020
ddb492e
Make it optional to persist the history to disk.
benbrown Apr 29, 2020
6c3a227
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown Apr 29, 2020
72a03dc
move provision script into shared asset folder that is copied into al…
benbrown Apr 29, 2020
f1a53b1
add to readme
benbrown Apr 29, 2020
a605ccf
more readme
benbrown Apr 29, 2020
421ba26
more readme
benbrown Apr 29, 2020
7916c04
clean up tmp folder after publish completes or fails
benbrown Apr 29, 2020
a8ef620
remove empty config in provision and appPassword in provision result,…
VanyLaw Apr 30, 2020
20e614c
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw Apr 30, 2020
b2e0d21
add token error handle when zipdeploy fail
VanyLaw Apr 30, 2020
aa67614
improve output of provision script:
benbrown Apr 30, 2020
28b69ee
improve output
benbrown Apr 30, 2020
8805ab3
Merge remote-tracking branch 'origin/master' into wenyluo/azure
VanyLaw May 1, 2020
f38555e
remove webManagerClient and use token instead
VanyLaw May 1, 2020
5f897e7
clean up the order of fields, remove unused fields from profile
benbrown May 1, 2020
2cd96c1
use publisher description rather than package name
benbrown May 1, 2020
2694ffd
feat: Runtime refactor, new directory structure and Azure Function in…
carlosscastro May 1, 2020
99a2359
add an optional instructions field to the publish plugin so we ca nex…
benbrown May 1, 2020
f3d8374
Merge branch 'wenyluo/azure' of github.com:microsoft/BotFramework-Com…
benbrown May 1, 2020
5e748ad
merge master
benbrown May 1, 2020
2993d4a
merge commit
benbrown May 1, 2020
5403cea
Merge branch 'master' into wenyluo/azure
benbrown May 4, 2020
af1b00d
fix linter warning
benbrown May 4, 2020
faff839
create space for azure functions publish
benbrown May 4, 2020
b409399
Runtime + Deployment: Azure function support (preview version)
carlosscastro May 6, 2020
0a64fd1
Deploy plugin: Scripts package lock
carlosscastro May 6, 2020
53683f1
Remove package lock to make build happy
carlosscastro May 6, 2020
9fed353
Plugins: attempt non-concurrent yarn install to avoid yarn known inte…
carlosscastro May 6, 2020
9f76caf
Plugin provision script: Remove functions script, add param and unify…
carlosscastro May 7, 2020
3188f0c
Azure functions runtime: Correct configuration precedence
carlosscastro May 7, 2020
25c51d1
Merge branch 'master' into ccastro/azure-functions
benbrown May 8, 2020
26f473a
Merge branch 'master' of github.com:microsoft/BotFramework-Composer i…
benbrown May 8, 2020
60c6be7
latest schema from master
benbrown May 8, 2020
52a85c6
little deltas
benbrown May 8, 2020
bb6efea
Functions: Add declarative component registration
carlosscastro May 8, 2020
aa1c45f
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 9, 2020
0856966
Merge branch 'master' into ccastro/azure-functions
benbrown May 11, 2020
2eafd16
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 11, 2020
6c9a6b5
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 11, 2020
6211023
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 11, 2020
a4d17c6
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 11, 2020
686e50f
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 11, 2020
2c791a1
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 11, 2020
fdaee76
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 12, 2020
4656e42
Merge branch 'master' into ccastro/azure-functions
carlosscastro May 12, 2020
de2db6c
Merge branch 'master' into ccastro/azure-functions
benbrown May 12, 2020
a48546e
Merge branch 'master' into ccastro/azure-functions
cwhitten May 12, 2020
9e24352
Merge branch 'master' into ccastro/azure-functions
cwhitten May 12, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@
"dependencies": {
"cross-env": "^6.0.3"
}
}
}
6 changes: 6 additions & 0 deletions Composer/plugins/azureFunctionsPublish/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
lib
publishHistory.txt
publishBots
cred.txt
provisionResult.json
Loading