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

Renamed BeginSkill action again #2215

Merged
merged 2 commits into from
May 8, 2020
Merged

Renamed BeginSkill action again #2215

merged 2 commits into from
May 8, 2020

Conversation

Stevenic
Copy link
Contributor

@Stevenic Stevenic commented May 8, 2020

Renamed BeginSkillDialog => BeginSkill

@Stevenic Stevenic requested a review from stevengum May 8, 2020 19:15
Copy link
Contributor

@cleemullins cleemullins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.
BeginSkillDialog is what we agreed on.

@stevengum
Copy link
Member

Related to feedback on microsoft/botbuilder-dotnet#3891

@@ -35,7 +35,7 @@ export class AdaptiveDialogComponentRegistration implements ComponentRegistratio
this.registerBuilder('Microsoft.AdaptiveDialog', new AdaptiveTypeBuilder(AdaptiveDialog, this._resourceExplorer, {
'generator': new LanguageGeneratorConverter()
}));
this.registerBuilder('Microsoft.BeginSkillDialog', new AdaptiveTypeBuilder(BeginSkillDialog, this._resourceExplorer, {
this.registerBuilder('Microsoft.BeginSkillDialog', new AdaptiveTypeBuilder(BeginSkill, this._resourceExplorer, {
Copy link
Contributor

@tomlm tomlm May 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.registerBuilder('Microsoft.BeginSkillDialog', new [](start = 8, length = 55)

Microsoft.BeginSkill #Closed

Copy link
Contributor

@tomlm tomlm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@cleemullins cleemullins dismissed their stale review May 8, 2020 20:15

adfadsfadf

@Stevenic Stevenic merged commit 1f4cef9 into 4.9 May 8, 2020
@Stevenic Stevenic deleted the stevenic/rename-begin-skill branch May 8, 2020 20:16
Stevenic added a commit that referenced this pull request May 8, 2020
* Add Dialog / PageView telemetry (#2145)

* Update app insights package version

* Add PageView logging

* move TelemetryView helper to botTelemetryClient.ts

* remove telemetry Extensions class, harden helper method, add tests

Co-authored-by: Steven Gum <[email protected]>

* move botbuilder-lg and adaptive-expressions out of preview (#2190)

* move botbuilder-lg and adaptive-expressions out of preview

* correct set-version script in preview packages

* restore preview packages to using Version instead of PreviewPackageVersion

* Fixed issues with AdaptiveSkillDialog (#2196)

and added unit tests

* [Cherry-pick] timex and formatX functions (#2200)

* [PORT] [Expression] Add more timex builtin functions (#2187)

* add more timex function

* fix typo

* fix typo

* Add formatNumber, parseEpoch and parseTicks. (#2198)

* Add formatNumber, parseEpoch and parseTicks.

* Switch to ESNext like other packages.
Switch ticks to bigInt.
Add tests.

Co-authored-by: Shuai Wang <[email protected]>

Co-authored-by: Hongyang Du (hond) <[email protected]>
Co-authored-by: Chris McConnell <[email protected]>
Co-authored-by: Shuai Wang <[email protected]>

* Updated packages to target ES6 (#2204)

* Switch adaptive-expressions to es6 (#2205)

* Drop back to es5 and add bigint support.

* Fix test script.

* Fix test script.

* Remove adaptive.

* Remove space.

* Remove changes to package.json.

* update adaptive-expressions target to es5 for initial testing

* Push es5.

Co-authored-by: stevengum <[email protected]>

* Renamed AdaptiveSkillDialog to BeginSkillDialog (#2212)

* Renamed BeginSkill action again (#2215)

* Renamed BeginSkill action again

* update component registration

Co-authored-by: Gary Pretty <[email protected]>
Co-authored-by: Steven Gum <[email protected]>
Co-authored-by: Dong Lei <[email protected]>
Co-authored-by: Hongyang Du (hond) <[email protected]>
Co-authored-by: Chris McConnell <[email protected]>
Co-authored-by: Shuai Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants