Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/botframework-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.14
Choose a base ref
...
head repository: microsoft/botframework-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.15
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 66 files changed
  • 5 contributors

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    be9cd6c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Add range in diagnostic of reserved prebuilt entity name (#1260)

    * add diagnostic range
    
    * remove only
    Shuai Wang authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    cbf708d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. use addbatch when there's no existing blu file (#1263)

    * use addbatch when there's no existing blu file
    
    * Update build.ts
    
    fixed eslint error
    tsuwandy authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    cf471cf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. syncLabelResolverEx should return after addBatch (#1266)

    * Update build.ts
    
    Return after addBatch
    
    * Update create.test.ts
    tsuwandy authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f16ca8f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    eb38bc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. fix ambiguous duplicate bug (#1269)

    * fix ambiguous duplicate bug
    
    * add a unit test
    
    * make ambugious result more descriptive
    hcyang authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    ead1751 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Fix import and entity issues (#1274)

    * Fixes #1270 #1271 #1272 #1273
    
    * Address review comments and fix spacing.
    Change basemodel in script.
    
    * Fix type annotation.
    
    * Fix style error.
    
    * Fix type
    Chris McConnell authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bf1f054 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    40549ca View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. change luis app list max number to 500 (#1282)

    Shuai Wang authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    6321dcc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Fix #1289 (#1290)

    The fix was to make the error reporting better.
    In this case a proxy error would return a string
    which we would then treat as an object.
    
    Also cleaned up a few lint issues.
    
    Co-authored-by: Chris McConnell <chrimc>
    Chris McConnell authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7a936c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Surface lu parser error (#1291)

    * surface parsing error to bf cli users
    
    * added tests
    
    * fixed lint errors
    
    * Update orchestratorhelper.ts
    
    * Update orchestratorhelper.ts
    
    fixed lint error
    tsuwandy authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b688652 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Use a Map as a cache (#1296)

    hcyang authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e4d38fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb2cdb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Refactor of LU parser and LU raw parse API (#1285)

    * Refactor of LU parser and LU raw parse API
    
    * Exposing raw lu parsing
    
    * Adding fixtures for new test
    
    * Removing console.log
    
    * Adding missing fixture file
    
    * Addressing PR comments
    munozemilio authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c1c0528 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Remove None/Unknown consolidation (#1299)

    * no None/Unknown consolidation
    
    * Remove silent error processing
    
    * create can read a default, non-existent snapshot BLU file
    
    * LUn parsing without LUIS validation
    hcyang authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    20a3f98 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Fix luis:cross-train generate incorrect culture info from file names (#…

    …1300)
    
    * fix locale from file incorrectly parse to luis app
    
    * fix qna cross train test cases
    Shuai Wang authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a9a92a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Throw error if no connection to luis endpoint (#1303)

    * add throw ENOTFOUND error
    
    * retrigger
    Shuai Wang authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    edcf63e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Cherry pick qna fix for escaped new lines in prompt display text (#1310)

    * Escape new lines in prompt display text (#1308)
    
    * support escape char in qna prompt (#1309)
    
    Co-authored-by: Shuai Wang <shuwan@microsoft.com>
    munozemilio and Shuai Wang authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    dbf56c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Cherry picked changes from main branch (#1314)

    * Update orchestratorhelper.ts
    
    fixed off by one error
    
    * added qna file with \n in it
    
    parsing should be ok!
    
    * Update orchestratorhelper.test.ts
    
    add
    
    * Update orchestratorhelper.ts
    
    removed normalized tabs on qna file
    
    * Update create.ts
    
    use input path given from --in, otherwise use one specified in the orchestratorsettings.json
    
    * Update create.ts
    
    fixed lint errors
    tsuwandy authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2bd0fb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fix for 1316 -- bf orchestrator:create error when passing in .dispatc…

    …h file as input (#1317) (#1319)
    
    * fix for bug 1316
    
    fix for bug 1316
    
    * fixed failed test
    tsuwandy authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    405c178 View commit details
    Browse the repository at this point in the history
Loading