-
Notifications
You must be signed in to change notification settings - Fork 481
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
Merge from bot builder dev complete with history #5
Commits on Jul 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f8c6d9a - Browse repository at this point
Copy the full SHA f8c6d9aView commit details -
Add Microsoft.Bot.Connector and Sample connector echoBot (TODO: add C…
…onnector.Authentication and BotAuthenticationHanlder)
Configuration menu - View commit details
-
Copy full SHA for bf01473 - Browse repository at this point
Copy the full SHA bf01473View commit details
Commits on Aug 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2ae5370 - Browse repository at this point
Copy the full SHA 2ae5370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b36f0 - Browse repository at this point
Copy the full SHA 07b36f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56eaf01 - Browse repository at this point
Copy the full SHA 56eaf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b6a86 - Browse repository at this point
Copy the full SHA f9b6a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 430efec - Browse repository at this point
Copy the full SHA 430efecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8b2e2 - Browse repository at this point
Copy the full SHA 1a8b2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296bd2e - Browse repository at this point
Copy the full SHA 296bd2eView commit details
Commits on Aug 4, 2017
-
fix warning and add lock files
Tom Laird-McConnell committedAug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for d327d67 - Browse repository at this point
Copy the full SHA d327d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef60986 - Browse repository at this point
Copy the full SHA ef60986View commit details
Commits on Aug 5, 2017
-
Tom Laird-McConnell committed
Aug 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 356fb95 - Browse repository at this point
Copy the full SHA 356fb95View commit details
Commits on Aug 9, 2017
-
Tom Laird-McConnell committed
Aug 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 0fa2627 - Browse repository at this point
Copy the full SHA 0fa2627View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f0f08 - Browse repository at this point
Copy the full SHA a6f0f08View commit details
Commits on Aug 10, 2017
-
Tom Laird-McConnell committed
Aug 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 3fce7e6 - Browse repository at this point
Copy the full SHA 3fce7e6View commit details -
add storage provider stubbed out and change dynamiccontext to flexobject
Tom Laird-McConnell committedAug 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 01fb4d1 - Browse repository at this point
Copy the full SHA 01fb4d1View commit details
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fe3dab6 - Browse repository at this point
Copy the full SHA fe3dab6View commit details
Commits on Aug 17, 2017
-
add fi and storage implementations and unit tests around them
Tom Laird-McConnell committedAug 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 7e1ea04 - Browse repository at this point
Copy the full SHA 7e1ea04View commit details
Commits on Aug 20, 2017
-
add azure assembly with TableStorage implementation andunit tests
Tom Laird-McConnell committedAug 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 30d2c6d - Browse repository at this point
Copy the full SHA 30d2c6dView commit details
Commits on Aug 24, 2017
-
add translator stubbed out code,
clean up interface definitions for middleware
Tom Laird-McConnell committedAug 24, 2017 Configuration menu - View commit details
-
Copy full SHA for 8b21c27 - Browse repository at this point
Copy the full SHA 8b21c27View commit details
Commits on Sep 1, 2017
-
add comments for table storage unit tests
Tom Laird-McConnell committedSep 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 043c7ae - Browse repository at this point
Copy the full SHA 043c7aeView commit details
Commits on Sep 6, 2017
-
Cosmetic changes. All tests still pass.
Added in exception handling on public methods around parameters. General code cleanup and refactoring. Major changes coming in NEXT iteration with the removal of the crazy Dependepence Injection sytem that's there.
Configuration menu - View commit details
-
Copy full SHA for 310a0a5 - Browse repository at this point
Copy the full SHA 310a0a5View commit details
Commits on Sep 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8c72bce - Browse repository at this point
Copy the full SHA 8c72bceView commit details
Commits on Sep 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5eeafda - Browse repository at this point
Copy the full SHA 5eeafdaView commit details
Commits on Sep 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fe20533 - Browse repository at this point
Copy the full SHA fe20533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6aadc - Browse repository at this point
Copy the full SHA 1b6aadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fac192 - Browse repository at this point
Copy the full SHA 7fac192View commit details
Commits on Sep 21, 2017
-
Implemention of IntentRecognizerMiddleware, matching the semantics of
the JS version. Tests included.
Configuration menu - View commit details
-
Copy full SHA for 2cb362b - Browse repository at this point
Copy the full SHA 2cb362bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7973dc6 - Browse repository at this point
Copy the full SHA 7973dc6View commit details
Commits on Sep 22, 2017
-
Added RegularExpressionMiddleware and related tests. Updated BotContext
with needed methods, and brought up to parity with JS changes.
Configuration menu - View commit details
-
Copy full SHA for 8c20852 - Browse repository at this point
Copy the full SHA 8c20852View commit details
Commits on Sep 23, 2017
-
Added RegEx Recognizers to the sample apps, and increased the complexity
a bit to show handling multiple intents.
Configuration menu - View commit details
-
Copy full SHA for 36be560 - Browse repository at this point
Copy the full SHA 36be560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8569926 - Browse repository at this point
Copy the full SHA 8569926View commit details
Commits on Sep 26, 2017
-
Added base code for the Prague routing layer. Classes and Namespaces not
finalized, but basic functionality and tests are now present.
Configuration menu - View commit details
-
Copy full SHA for 94b34f9 - Browse repository at this point
Copy the full SHA 94b34f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98fe60a - Browse repository at this point
Copy the full SHA 98fe60aView commit details
Commits on Sep 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0e1be8d - Browse repository at this point
Copy the full SHA 0e1be8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43be82b - Browse repository at this point
Copy the full SHA 43be82bView commit details
Commits on Sep 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 66c2824 - Browse repository at this point
Copy the full SHA 66c2824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fdee3c - Browse repository at this point
Copy the full SHA 7fdee3cView commit details
Commits on Sep 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8a23d60 - Browse repository at this point
Copy the full SHA 8a23d60View commit details
Commits on Oct 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e75e6bf - Browse repository at this point
Copy the full SHA e75e6bfView commit details
Commits on Oct 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 11a054c - Browse repository at this point
Copy the full SHA 11a054cView commit details -
Created a defaulted OnReceive Delegate to Handled, to more closley al…
…ign with the Typescript code base.
Configuration menu - View commit details
-
Copy full SHA for 12de6b0 - Browse repository at this point
Copy the full SHA 12de6b0View commit details
Commits on Oct 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for be8afb5 - Browse repository at this point
Copy the full SHA be8afb5View commit details
Commits on Oct 6, 2017
-
Added in Dialog class to being moving on to prompts.
Rough copy of the Dialog classes in the JS implementaiton. Includes tests.
Configuration menu - View commit details
-
Copy full SHA for e8116ce - Browse repository at this point
Copy the full SHA e8116ceView commit details
Commits on Oct 9, 2017
-
Added ability to derive from the BotStateManager, aligning with the TS
behavior. This is required for customers such as Skype. Includes Tests.
Configuration menu - View commit details
-
Copy full SHA for cedbe85 - Browse repository at this point
Copy the full SHA cedbe85View commit details
Commits on Oct 12, 2017
-
Router or activity changes (#24)
* Introduced IRouterOrHandler interface and plumbed through * Full Async version of Routing & Handling.
Configuration menu - View commit details
-
Copy full SHA for 151d212 - Browse repository at this point
Copy the full SHA 151d212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c684bb - Browse repository at this point
Copy the full SHA 5c684bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 313489f - Browse repository at this point
Copy the full SHA 313489fView commit details
Commits on Oct 13, 2017
-
rewrite of testconnector to sync with nodejs
Tom Laird-McConnell committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for ab59ad0 - Browse repository at this point
Copy the full SHA ab59ad0View commit details -
changes based on code review feedback
Tom Laird-McConnell committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for f703c45 - Browse repository at this point
Copy the full SHA f703c45View commit details
Commits on Oct 16, 2017
-
add C# unit test fixes for keys
Tom Laird-McConnell committedOct 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 68a9141 - Browse repository at this point
Copy the full SHA 68a9141View commit details -
Tom Laird-McConnell committed
Oct 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 918b180 - Browse repository at this point
Copy the full SHA 918b180View commit details -
* Initial code for Rivescript Middleware * Added Rivescript project * Initial code for Rivescript Middleware * Added Rivescript project * Initial Implementation and Tests for the Rivescript integration. * Rivescipt Midddleware + Tests
Configuration menu - View commit details
-
Copy full SHA for cda7393 - Browse repository at this point
Copy the full SHA cda7393View commit details
Commits on Oct 17, 2017
-
Rename connector to Adapter (#36)
* rename all connnectors to adapters move adapters into folder Fix namespaces * removed unused usings * rename Connector to Adapter in node SDK
Configuration menu - View commit details
-
Copy full SHA for 6f7fd3b - Browse repository at this point
Copy the full SHA 6f7fd3bView commit details -
Updates Rivescript assemblies to reflect the Conenctor->Adapter chang…
…es (#37) Code reviewed in-person with Tom.
Configuration menu - View commit details
-
Copy full SHA for 47eb05c - Browse repository at this point
Copy the full SHA 47eb05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e0d33 - Browse repository at this point
Copy the full SHA 65e0d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e94df - Browse repository at this point
Copy the full SHA 38e94dfView commit details
Commits on Oct 18, 2017
-
Merge pull request #39 from Microsoft/MemoryStorageThreadSafe
Made Memory Storage provider thread safe
Tom Laird-McConnell authoredOct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 8306888 - Browse repository at this point
Copy the full SHA 8306888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4353e91 - Browse repository at this point
Copy the full SHA 4353e91View commit details
Commits on Oct 19, 2017
-
Initial Port of Javascript Router. Previous ports of the Prague code
were known to be changed. Current "Router" code is thought to be stable. Old code not yet removed, and will be dont it the next round of changes.
Configuration menu - View commit details
-
Copy full SHA for 4ee356e - Browse repository at this point
Copy the full SHA 4ee356eView commit details -
fix table storage tests to run on build server
Tom Laird-McConnell committedOct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 4365974 - Browse repository at this point
Copy the full SHA 4365974View commit details -
Added Additional Routing Rules: IfTrue, First, Best and related tests.
Depricated relevant older classes
Configuration menu - View commit details
-
Copy full SHA for dc79146 - Browse repository at this point
Copy the full SHA dc79146View commit details -
Merge pull request #53 from Microsoft/RoutingSyncWithJS
Routing sync with js
Tom Laird-McConnell authoredOct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for a3bdd95 - Browse repository at this point
Copy the full SHA a3bdd95View commit details
Commits on Oct 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b494ce5 - Browse repository at this point
Copy the full SHA b494ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc0d1e - Browse repository at this point
Copy the full SHA 7fc0d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fce1a2 - Browse repository at this point
Copy the full SHA 3fce1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d30d9 - Browse repository at this point
Copy the full SHA 04d30d9View commit details -
Refactor into package struture and generate Nuget on build (#60)
* fix misnamed package * refactor into proper assemblies and add nuget definitions * refactor into multiple assemblies and add nuget definitions * 2nd stage of merging chris' changes
Configuration menu - View commit details
-
Copy full SHA for d5a2ecf - Browse repository at this point
Copy the full SHA d5a2ecfView commit details
Commits on Oct 25, 2017
-
first crack fluent, builds and unit tests run , but no dialog or prompts
Tom Laird-McConnell committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 6185673 - Browse repository at this point
Copy the full SHA 6185673View commit details
Commits on Nov 6, 2017
-
initial implementation of csharp
Tom Laird-McConnell committedNov 6, 2017 Configuration menu - View commit details
-
Copy full SHA for bf07120 - Browse repository at this point
Copy the full SHA bf07120View commit details
Commits on Nov 11, 2017
-
CSharp TemplateManager with initial unit tests
Tom Laird-McConnell committedNov 11, 2017 Configuration menu - View commit details
-
Copy full SHA for b086f3a - Browse repository at this point
Copy the full SHA b086f3aView commit details
Commits on Nov 12, 2017
-
added unit tests for templating
Tom Laird-McConnell committedNov 12, 2017 Configuration menu - View commit details
-
Copy full SHA for af4daab - Browse repository at this point
Copy the full SHA af4daabView commit details -
Tom Laird-McConnell committed
Nov 12, 2017 Configuration menu - View commit details
-
Copy full SHA for cda5b4f - Browse repository at this point
Copy the full SHA cda5b4fView commit details
Commits on Nov 13, 2017
-
rename templateEngine to renderer
Tom Laird-McConnell committedNov 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 28a4ad2 - Browse repository at this point
Copy the full SHA 28a4ad2View commit details
Commits on Nov 29, 2017
-
Fix sample building on Linux (#102)
Fix project reference path to make case match so it builds on Linux.
Configuration menu - View commit details
-
Copy full SHA for 9b4784e - Browse repository at this point
Copy the full SHA 9b4784eView commit details
Commits on Nov 30, 2017
-
FlexObject Tests + Fixes (#106)
* FlexObject Bug Fixes. Updated to latest NewtonSoft JSON Initial analytics fragments for Middleware consumption * Code cleanup prior to checking. Removing commented out methods, sorting usings, etc. * Removed unnecessary attribute discovered on visual code inspetion prior to PR. * Removed no-longer used attribute found during CR.
Configuration menu - View commit details
-
Copy full SHA for b34a418 - Browse repository at this point
Copy the full SHA b34a418View commit details -
change to use published connector and use .netcore for all unit tests
Tom Laird-McConnell committedNov 30, 2017 Configuration menu - View commit details
-
Copy full SHA for cb09636 - Browse repository at this point
Copy the full SHA cb09636View commit details -
move everything into tests folder
Tom Laird-McConnell committedNov 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 07bd03e - Browse repository at this point
Copy the full SHA 07bd03eView commit details
Commits on Dec 2, 2017
-
Asp net core auth fixes (#109)
* Added in Auth to the EchoBot. Need to review with Tom in the morning. * Updated EchoBot to use latest ASP.Net Core2 auth and shared libraries
Configuration menu - View commit details
-
Copy full SHA for b1cea0e - Browse repository at this point
Copy the full SHA b1cea0eView commit details
Commits on Dec 3, 2017
-
Tom Laird-McConnell committed
Dec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 1fa9e2d - Browse repository at this point
Copy the full SHA 1fa9e2dView commit details
Commits on Dec 4, 2017
-
Tom Laird-McConnell committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 4309848 - Browse repository at this point
Copy the full SHA 4309848View commit details -
Tom Laird-McConnell committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for c5453c3 - Browse repository at this point
Copy the full SHA c5453c3View commit details -
update based on code review feedback
Tom Laird-McConnell committedDec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 34b4c55 - Browse repository at this point
Copy the full SHA 34b4c55View commit details -
Merge branch 'master' into tomsample
Tom Laird-McConnell committedDec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for d0caa07 - Browse repository at this point
Copy the full SHA d0caa07View commit details -
Tom Laird-McConnell committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for a0c2c17 - Browse repository at this point
Copy the full SHA a0c2c17View commit details
Commits on Dec 5, 2017
-
add a ton of comments to pipeline init
Tom Laird-McConnell committedDec 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 43bc100 - Browse repository at this point
Copy the full SHA 43bc100View commit details -
Tom Laird-McConnell committed
Dec 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 0a171d3 - Browse repository at this point
Copy the full SHA 0a171d3View commit details
Commits on Dec 6, 2017
-
make changes for code review and fix library paths for nuget 4.5 bug
Tom Laird-McConnell committedDec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 1d2182d - Browse repository at this point
Copy the full SHA 1d2182dView commit details -
update alarmbot to use datetime recognizer
Tom Laird-McConnell committedDec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 6f509ec - Browse repository at this point
Copy the full SHA 6f509ecView commit details -
split templates out into topicViews folder
Tom Laird-McConnell committedDec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 1f99117 - Browse repository at this point
Copy the full SHA 1f99117View commit details -
Tom Laird-McConnell committed
Dec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 246aa63 - Browse repository at this point
Copy the full SHA 246aa63View commit details -
Tom Laird-McConnell committed
Dec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for faae3b7 - Browse repository at this point
Copy the full SHA faae3b7View commit details -
bump version and add packages for publishing
Tom Laird-McConnell committedDec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 05d51f2 - Browse repository at this point
Copy the full SHA 05d51f2View commit details -
Tom Laird-McConnell committed
Dec 6, 2017 Configuration menu - View commit details
-
Copy full SHA for bc9e5ce - Browse repository at this point
Copy the full SHA bc9e5ceView commit details
Commits on Dec 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a1ea2c3 - Browse repository at this point
Copy the full SHA a1ea2c3View commit details -
Tom Laird-McConnell committed
Dec 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 184e603 - Browse repository at this point
Copy the full SHA 184e603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548a45e - Browse repository at this point
Copy the full SHA 548a45eView commit details -
Merge branch 'CLM-MessageStyler-CSharp' of https://github.com/Microso…
…ft/BotBuilder-Dev into CLM-MessageStyler-CSharp
Configuration menu - View commit details
-
Copy full SHA for 1a6d278 - Browse repository at this point
Copy the full SHA 1a6d278View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f3b81 - Browse repository at this point
Copy the full SHA d7f3b81View commit details
Commits on Dec 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 65821ff - Browse repository at this point
Copy the full SHA 65821ffView commit details -
Fixed ASP.Net Core2 MVC Sample that leverages DI. Use of Nuget Package
for AspNetCore, and changes to Auth model
Configuration menu - View commit details
-
Copy full SHA for 0381c1b - Browse repository at this point
Copy the full SHA 0381c1bView commit details
Commits on Dec 11, 2017
-
Tom Laird-McConnell committed
Dec 11, 2017 Configuration menu - View commit details
-
Copy full SHA for ea2f244 - Browse repository at this point
Copy the full SHA ea2f244View commit details -
Tom Laird-McConnell committed
Dec 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 5fa1a28 - Browse repository at this point
Copy the full SHA 5fa1a28View commit details -
Merge pull request #123 from Microsoft/tomlm/CardAlarmBot
Make Card version of alarmbot
Tom Laird-McConnell authoredDec 11, 2017 Configuration menu - View commit details
-
Copy full SHA for bfc1005 - Browse repository at this point
Copy the full SHA bfc1005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cac4e4 - Browse repository at this point
Copy the full SHA 5cac4e4View commit details
Commits on Dec 12, 2017
-
fix pipelines for proactive bots, add unit tests for proactive bots
Tom Laird-McConnell committedDec 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 9c81c8f - Browse repository at this point
Copy the full SHA 9c81c8fView commit details -
Tom Laird-McConnell committed
Dec 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 22f4137 - Browse repository at this point
Copy the full SHA 22f4137View commit details -
* Added Typing Helper, and set the stage for more. * Added Delay Methods * Added Tests around extension methods to context. * Moved to Async per code review feedback
Configuration menu - View commit details
-
Copy full SHA for fab3c8b - Browse repository at this point
Copy the full SHA fab3c8bView commit details -
Tom Laird-McConnell committed
Dec 12, 2017 Configuration menu - View commit details
-
Copy full SHA for d5d7e4a - Browse repository at this point
Copy the full SHA d5d7e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c4ca0 - Browse repository at this point
Copy the full SHA f0c4ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5e158 - Browse repository at this point
Copy the full SHA 7f5e158View commit details -
Merge pull request #134 from Microsoft/CLM-AddProactiveSample
Add proactive sample
Tom Laird-McConnell authoredDec 12, 2017 Configuration menu - View commit details
-
Copy full SHA for af49e98 - Browse repository at this point
Copy the full SHA af49e98View commit details
Commits on Jan 11, 2018
-
Migration to RussianDoll (.next()) style Middleware (#142)
* Initial working set of MiddlwareSet and realted tests. Not yet integrated into the Bot. * Integration of Russian Doll Middleware. Migration to IBotContext in place of BotContext Migration to IActivity in place of Activity. * Tests and Bugfixes to enable MiddlwareSet to be composed. * Simplification to internal middleware next() code * Moved RunPipeline() from MiddlewareSet to Bot. * removed legacy middleware implementation * All Tests passing * Fixed missing Test attribute * Made Middleware example async * Makes AlarmBot Work * Updates to AlarmBot-Cards
Configuration menu - View commit details
-
Copy full SHA for 812b313 - Browse repository at this point
Copy the full SHA 812b313View commit details
Commits on Jan 17, 2018
-
Clm remove custom logger (#145)
* Removed IBotLogger interface, in favor of using standard Tracing. * Removed no-longer-existing Console Connector. Not sure how this previously compiled. * Removed no-longer-used class from previous Middleware Implementation * Removed ancient no-longer-needed file
Configuration menu - View commit details
-
Copy full SHA for adc0f55 - Browse repository at this point
Copy the full SHA adc0f55View commit details
Commits on Jan 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a2b3cec - Browse repository at this point
Copy the full SHA a2b3cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20baa33 - Browse repository at this point
Copy the full SHA 20baa33View commit details