Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[Lib] Skill Middleware update to clear conv state when skill is cancelled #2441

Merged
merged 8 commits into from
Sep 30, 2019

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    576e85e View commit details
    Browse the repository at this point in the history
  2. Refactor Samples directories (#2437)

    * Move analytics to /docs/assets and update the Power BI doc with a download button
    
    * Move Android apps to /android/clients
    Deprecate the csharp simple speech app (replacing with kona client)
    Deprecrate the typescript webchat
    
    * Refactors assistants to
    /samples/csharp/assistants/EnterpriseAssistant.sln
    /samples/charp/assistants/HospitalityAssistant.sln
    
    Added build.props and .ruleset files to both
    
    * Move all csharp clients to a single solution.
    Rename assistant-ConsoleDirectLineSample to DirectLine.Web
    Rename assistant-WebTest to WebChatWithLinkedAccounts.Web
    Add. build.props and .ruleset
    
    * Update README.md
    ryanisgrig committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    0a74c16 View commit details
    Browse the repository at this point in the history
  3. Refactor Skill directories (#2435)

    * Skills:
    Remove src directory
    Move all tests to /skills/csharp/tests
    Rename all test projects as {SkillName}Tests
    Move Phone & Automotive Skill projects at same level as other experimentals
    
    * Update test namespaces to {Skill}.Tests
    Update TestBases to {Skill}TestBase
    
    * Fix ruleset reference
    
    * Reorder usings
    
    * Fix tabe spacings
    
    * Rename tests directories to match project names
    ryanisgrig committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    500f3a3 View commit details
    Browse the repository at this point in the history
  4. Refactor Libraries directories to SDK format (#2436)

    * Rename /libs to /libraries to match SDK
    Rename libraries solution to Microsoft.Bot.Builder.Solutions
    Extract test projects to /tests directories
    
    * Fix .snk file references
    
    * Update to:
    \sdk
        \csharp
            \build
            \libraries
                \microsoft.bot.builder.skills
                \microsoft.bot.builder.solutions
            \tests
                \microsoft.bot.builder.skills.tests
                \microsoft.bot.builder.solutions.tests
            Microsoft.Bot.Builder.Solutions.sln
    
    * Rename microsoft.bot.builder.skills to microsoft.bot.builder.solutions.skills
    Refactor typescript libraries to follow
    \sdk
        \typescript
            \libraries
                \botbuilder-skills
                \botbuilder-solutions
    
    Move .ps1 files to \build and update references within
    Update yaml files with new references (csharp and typescript)
    Remove VirtualAssistant.ruleset at root
    
    * Updated npm pack references from \build\outputpackages directory
    
    * Fix reference to Skills project in solution
    Rename Skills test folder to Microsoft.Bot.Builder.Solutions.Skills.Tests
    
    * Match botbuilder.solutions.skills.yml to new directory
    
    * Remove .snk file from /build directory as it is duplicated in /sdk/csharp/build
    
    * Move \yaml as subdirectory under \build
    
    * Fix ref to microsoft.bot.builder.solutions.skills directory
    ryanisgrig committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3ba2d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. skill fixes (#2449)

    * POI: align tests to code, update lu
    * Bing search: add locale to GetSearchResult, update lu
    xieofxie authored and ryanisgrig committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d6825be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f13bc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b30da0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    352120e View commit details
    Browse the repository at this point in the history