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

add actionBasedMessagingExtension from samples repo, update .gitignore #1225

Merged
merged 2 commits into from
Sep 27, 2019

Conversation

stevengum
Copy link
Member

@stevengum stevengum commented Sep 27, 2019

Fixes: #1225

Description

Adding messaging-extension-action/ into botbuilder/tests/teams.

(Note this is not the final form, as the TeamsActivityHandler and ActivityHandler classes are updating, see #1223)

@coveralls
Copy link

coveralls commented Sep 27, 2019

Pull Request Test Coverage Report for Build 80964

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.485%

Totals Coverage Status
Change from base Build 80557: 0.0%
Covered Lines: 4460
Relevant Lines: 4977

💛 - Coveralls

Copy link
Contributor

@tsuwandy tsuwandy left a comment

Choose a reason for hiding this comment

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

Thanks @stevengum!

import { BotFrameworkAdapter } from 'botbuilder';

// This bot's main dialog.
import { TeamsActionExtensionBot } from './teamsActionExtensionBot';
Copy link
Contributor

Choose a reason for hiding this comment

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

Bot is called ActionBasedMessagingExtensionBot on C# side, shall we keep them consistent naming wise? Perhaps renamed the C# one?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll rename this one to ActionBasedMessagingBot, to keep it consistent with the already checked-in scenario in C#. I'm going to add *.zip files to the .gitignore in this PR so we don't check in any zipped up manifests with credentials

Copy link
Contributor

@daveta daveta left a comment

Choose a reason for hiding this comment

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

Nice!

@stevengum
Copy link
Member Author

@daveta and @tsuwandy I applied the feedback and the build is ongoing right now. This scenario isn't functioning right now as the signatures differ in the TeamsActivityHandler it expects versus the signatures I wrote it with.

@stevengum stevengum changed the title add messaging-extension-action from samples repo add actionBasedMessagingExtension from samples repo, update .gitignore Sep 27, 2019
@stevengum stevengum merged commit ce71539 into master Sep 27, 2019
@stevengum stevengum deleted the stgum/scenarios branch September 27, 2019 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.6 4.6 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants