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

feat: detect "old" bots and migrate them to new runtime #6526

Merged
merged 77 commits into from
May 6, 2021

Commits on Mar 23, 2021

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

    benbrown committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    460453c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c8bfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    000b342 View commit details
    Browse the repository at this point in the history
  5. remove comments

    benbrown committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4f9808e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    024868d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b27254e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. close modal on submit

    benbrown committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7843021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8addeb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Mar 31, 2021

  1. address feedback

    benbrown committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3658147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a9cb5a View commit details
    Browse the repository at this point in the history
  3. add confirm modal

    benbrown committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    47fae76 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    68dc4fc View commit details
    Browse the repository at this point in the history
  2. Delete a.en-us.lu

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b5abb69 View commit details
    Browse the repository at this point in the history
  3. Delete a.en-us.qna

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    2479d54 View commit details
    Browse the repository at this point in the history
  4. Delete b.en-us.lu

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    e8169cc View commit details
    Browse the repository at this point in the history
  5. Delete b.en-us.qna

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d9e71f5 View commit details
    Browse the repository at this point in the history
  6. Delete bot1.en-us.lu

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    093811e View commit details
    Browse the repository at this point in the history
  7. Delete bot1.en-us.qna

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f5a89e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f600dd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3f4e9e View commit details
    Browse the repository at this point in the history
  10. Add missing parameters

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    414b47c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f187daf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42540e5 View commit details
    Browse the repository at this point in the history
  13. clarify types

    benbrown committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    db140f0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11dbdb2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f3d0ced View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    9bf1a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0b8ad View commit details
    Browse the repository at this point in the history
  3. Fix tests

    reduce redundant code
    benbrown committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e347d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cf91c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    b64606f View commit details
    Browse the repository at this point in the history
  2. fix migrate lint issue

    lei9444 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f8a6765 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    962d5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a64f2b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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

Commits on Apr 22, 2021

  1. plumb through the yeomanOptions parameter, required to set the locati…

    …on of the settings folder when migrating
    benbrown committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    92ae67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6284c35 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. feat: new validation pipeline - schema existence validation (#7001)

    * add placeholder for schema validator
    
    * add schema validator pipeline with mocked fn
    
    * add schema visitor
    
    * display diagnostics data in debug panel
    
    * revert sdk.ts
    
    * decrease schema diagnostic severity to 'Warning'
    
    * optmize path join logic
    
    * impl a unified walker covers SwitchCondition
    
    * fix lint error: use BaseSchema
    
    * feat: disable actions without schema
    
    * wrap in useEffect
    
    * optimization: avoid frequent recoil submission
    
    * optimization: aggregate paths rather than updatedDialog to reduce time complexity
    
    * chore: comments & var name
    
    * lint
    
    * add comments
    
    * defense undefined skip-level 'actions'
    
    * defense potential exceptions
    
    * get sdk.schema content correctly
    
    * fix lint
    
    * fix folder name case problem
    
    * Do not specify the luis endpoint key as a parameter to the runtime if no vlaue is present (#7240)
    
    (leaving this paramter blank causes issues on windows)
    
    * disable telemetry calls in the provision dialog while we investigate why telemetryclient is null (#7256)
    
    Co-authored-by: Geoff Cox (Microsoft) <gcox@microsoft.com>
    
    * prefer the botName field instead of the name field when managing connections (#7262)
    
    * fix: Empty Webchat inspector text and Disabling items in PVA context (#7241)
    
    * show floating notifications over eveything (#7269)
    
    Co-authored-by: Soroush <sorgh@microsoft.com>
    
    * Region for Microsoft Bot Channels Registration is now global (#7270)
    
    Co-authored-by: Ben Brown <benbro@microsoft.com>
    Co-authored-by: Soroush <hatpick@gmail.com>
    
    * fix: adjust package manager feeds (#7243)
    
    * Fix #7092: set default page size to 100 items
    
    * Fixes #6854: merge community feeds into main feed, sort by downloads
    
    * Fixes #7043: include any component tagged msbot-component
    
    * improve error handling
    
    * restore different checks for declarative only vs code driven components
    
    * refactor to use includes instead of indexOf
    
    Co-authored-by: Ben Yackley <61990921+beyackle@users.noreply.github.com>
    
    * fix: remodel About page (#7191)
    
    * remodel About page
    
    * add SHA to version
    
    * fixes from suggestion
    
    * get info from Electron and use it for Release field
    
    Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
    
    Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
    Co-authored-by: Ben Brown <benbro@microsoft.com>
    Co-authored-by: Geoff Cox (Microsoft) <gcox@microsoft.com>
    Co-authored-by: Srinaath Ravichandran <srinaath27@gmail.com>
    Co-authored-by: Soroush <hatpick@gmail.com>
    Co-authored-by: Soroush <sorgh@microsoft.com>
    Co-authored-by: Vamsi Modem <12182973+VamsiModem@users.noreply.github.com>
    Co-authored-by: Ben Yackley <61990921+beyackle@users.noreply.github.com>
    9 people committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    a4c1ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb2418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae55b50 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

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

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    00deeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aef551 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    000eca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    541c45c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae895e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a114bd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe68602 View commit details
    Browse the repository at this point in the history
  6. fix lint

    benbrown committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    cd36b16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21db3d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    f8d699f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be877bb View commit details
    Browse the repository at this point in the history
  3. do not migrate schema

    benbrown committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f342b87 View commit details
    Browse the repository at this point in the history
  4. - Adding field for runtime language

    - Fixing field population for runtime type
    pavolum committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    23f938a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9f3f86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5c1f45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35f6696 View commit details
    Browse the repository at this point in the history
  8. Fixing adaptive runtime name

    pavolum committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0d26615 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e97e42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8549d11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad59967 View commit details
    Browse the repository at this point in the history
  12. Fix default naming

    pavolum committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6278bab View commit details
    Browse the repository at this point in the history
  13. revert preload.js

    benbrown committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    88bc8a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3aad038 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b340bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c836d9d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    6e6ea91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15fde5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4a87d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb39a2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    8399207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b940d9 View commit details
    Browse the repository at this point in the history