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

Creation flow #2482

Closed
wants to merge 67 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
4338c1f
Adds releases directory
cwhitten Mar 18, 2020
cbb5b4a
feat: Plugin loader and multi-user capabilities (#2023)
benbrown Mar 19, 2020
7128c09
fix: Replace Deprecated CosmosDB Interface in BotProject (#2307)
Mar 20, 2020
5d5d114
a11y: remove extra Link stuff from settings Nav (#2310)
beyackle Mar 20, 2020
be6f928
update doc (#2264)
Danieladu Mar 20, 2020
a953d80
fix: auto re-init data.json when schema updated (#2316)
boydc2014 Mar 20, 2020
2cf1676
chore: clean SDKTypes leak in indexer, dialogFactory (#2313)
yeze322 Mar 20, 2020
d2a2ab9
a11y: make SR read field descriptions on widgets (#2281)
beyackle Mar 22, 2020
854a81d
a11y: accessibility issues (#2155)
liweitian Mar 22, 2020
b6525eb
fix: fix SendActivity flikering issue by turning async Lg api call to…
yeze322 Mar 23, 2020
45f673c
fix: show choices when it's typed with string[] or expression (#2334)
yeze322 Mar 23, 2020
5886710
fix: lu file error in interruption sample (#2340)
VanyLaw Mar 23, 2020
3ca3cf9
fix: display object types correctly in SetProperties (#2335)
yeze322 Mar 23, 2020
374b6f2
feat: Add language parameter to deploy script (#2308)
MunozVictor Mar 23, 2020
1034aef
a11y: move FocusZone from NavItem to App (#2341)
beyackle Mar 23, 2020
5e6a9e9
a11y: resolve issues in Notifications page (#2343)
beyackle Mar 23, 2020
a41b3ee
fix: Make menu show when hovering over dialog name and change js->ts …
lei9444 Mar 24, 2020
314d4bf
feat: lg/lu editor support warning message style (#2289)
zhixzhan Mar 24, 2020
9e1dd65
feat: multi-locale bot file structure (#2164)
zhixzhan Mar 24, 2020
c640632
fix: fix Visual Editor nested flow flickering issue by improving layo…
yeze322 Mar 24, 2020
142ccec
a11y: add arialabel and make lg/lu nav operable by keyboard (#2147)
liweitian Mar 24, 2020
528a468
fixed (#2279)
alanlong9278 Mar 24, 2020
8d594d5
feat: Rewrite suggestions and diagnostics in LG LSP with latest LG AP…
cosmicshuai Mar 24, 2020
1906ccf
Search root dialog instead of hard code to main.dialog (#2349)
boydc2014 Mar 24, 2020
52452d2
fix: set luis recognizer type for dialog in formEditor (#2347)
alanlong9278 Mar 24, 2020
b23d3cf
fix: can't find referred lu files for publishing (#2358)
lei9444 Mar 25, 2020
277299c
fix: add disk names (#2274)
liweitian Mar 25, 2020
2cc7ec4
card suggestion in LG LSP (#2363)
cosmicshuai Mar 25, 2020
79973c0
fix: file serialization regressions (#2360)
zhixzhan Mar 25, 2020
cff5ffa
a11y: have screen-reader extract card titles from headers (#2367)
beyackle Mar 25, 2020
3069142
Revert "fix: add disk names (#2274)" (#2368)
cwhitten Mar 25, 2020
8b4eb57
a11y: use formError state in "New Dialog" form (#2369)
beyackle Mar 26, 2020
c7ca778
fix: lg resolver with locale (#2362)
zhixzhan Mar 26, 2020
23a84cb
fix: lu update section issue (#2272)
zhixzhan Mar 26, 2020
0a9a9ea
feat: add adaptive-form and extension packages (#2118)
a-b-r-o-w-n Mar 26, 2020
becea53
a11y: show editor errors on multi line (#2388)
beyackle Mar 26, 2020
c54d826
feat: Managed LU sample - updates to TodoBotWithLuis (#2284)
vishwacsena Mar 27, 2020
6f35dca
fix: deprecate editor.schema in favor of pure ui schema (#2389)
a-b-r-o-w-n Mar 27, 2020
65b6643
inline LU suggestion card (#2377)
cosmicshuai Mar 27, 2020
dc30228
fix: lu serialization from form component (#2403)
cwhitten Mar 27, 2020
7e9da2a
fix: use custom schema when creating new dialogs (#2405)
a-b-r-o-w-n Mar 27, 2020
173809c
fix behavior of object-array fields (#2407)
beyackle Mar 27, 2020
b8b6a18
fix expression field losing focus when error (#2408)
a-b-r-o-w-n Mar 28, 2020
14e718e
fix merge revert
zhixzhan Mar 30, 2020
01c0f70
fix: pass diagnostics to inline code editors (#2419)
a-b-r-o-w-n Mar 30, 2020
7f6a3bd
chore: merge stable into master
a-b-r-o-w-n Mar 30, 2020
c950c51
fix: highlight design page nav item (#2433)
liweitian Mar 30, 2020
f62dea0
fix: small typo on create from scratch page (#2434)
liweitian Mar 30, 2020
84b5f25
docs: fix broken link for getting started docs (#2431)
mchelen Mar 30, 2020
8af4d46
chore: remove duplicate file (#2438)
mchelen Mar 30, 2020
274d333
fix visual designer selection issue (#2439)
a-b-r-o-w-n Mar 30, 2020
85575f8
fix: Show disk name (#2412)
liweitian Mar 30, 2020
736498d
feat: support custom event type in EmitEvent Action (#2435)
a-b-r-o-w-n Mar 30, 2020
6407d7a
fix: fix empty model error in luis build while deploying (#2402)
Mar 30, 2020
a837b57
fix: Fix BotStatus and error message synchronize problem (#2359)
VanyLaw Mar 31, 2020
b6e4801
fix: failed to open OpenBot pop up after the first time the app start…
liweitian Mar 31, 2020
dc0c0b2
fix editor warning (#2446)
zhixzhan Mar 31, 2020
26ca27d
docs: update docs in readme to point to docs site (#2454)
zxyanliu Mar 31, 2020
2c5efb6
fix: make if/else language prompt work (#2442)
beyackle Mar 31, 2020
dc8be58
chore: '$type' -> '$kind' (#2333)
yeze322 Mar 31, 2020
abda9aa
fix: do not default to / when user has not saved any bots yet (#2466)
liweitian Apr 1, 2020
be2d064
fix: only register lg & lu languages once on the monaco instance (#2467)
beyackle Apr 1, 2020
e14850e
fix: fix issue rendering delete properties action (#2460)
a-b-r-o-w-n Apr 2, 2020
9f8e1a5
a11y: add callout to Onboarding toggle switch (#2390)
beyackle Apr 2, 2020
b1ce2e8
#2177 Fix template box text contrast ratio
corinagum Apr 2, 2020
656cae0
#2018 Fix creation flow dialog radio a11y
corinagum Apr 2, 2020
579d823
Remove extraneous aria-required from previous commit
corinagum Apr 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
Expand Down
4 changes: 2 additions & 2 deletions BotProject/Templates/CSharp/BotSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Microsoft.ApplicationInsights.Extensibility;
Expand All @@ -14,7 +14,7 @@ public class BotSettings

public string MicrosoftAppPassword { get; set; }

public CosmosDbStorageOptions CosmosDb { get; set; }
public CosmosDbPartitionedStorageOptions CosmosDb { get; set; }

public TelemetryConfiguration AppInsights { get; set; }

Expand Down
7 changes: 3 additions & 4 deletions BotProject/Templates/CSharp/ComposerBot.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System.Threading;
Expand All @@ -20,18 +20,17 @@ public class ComposerBot : ActivityHandler
private DialogManager dialogManager;
private readonly ConversationState conversationState;
private readonly IStatePropertyAccessor<DialogState> dialogState;
private readonly ISourceMap sourceMap;
private readonly string rootDialogFile;

public ComposerBot(ConversationState conversationState, UserState userState, ResourceExplorer resourceExplorer, BotFrameworkClient skillClient, SkillConversationIdFactoryBase conversationIdFactory)
public ComposerBot(ConversationState conversationState, UserState userState, ResourceExplorer resourceExplorer, BotFrameworkClient skillClient, SkillConversationIdFactoryBase conversationIdFactory, string rootDialog)
{
HostContext.Current.Set(skillClient);
HostContext.Current.Set(conversationIdFactory);
this.conversationState = conversationState;
this.userState = userState;
this.dialogState = conversationState.CreateProperty<DialogState>("DialogState");
this.resourceExplorer = resourceExplorer;
this.rootDialogFile = "Main.dialog";
this.rootDialogFile = rootDialog;
LoadRootDialogAsync();
}

Expand Down
Loading