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

Create bf luis plugin #349

Merged
merged 24 commits into from
Nov 12, 2019
Merged

Create bf luis plugin #349

merged 24 commits into from
Nov 12, 2019

Commits on Nov 6, 2019

  1. bf-luis-cli plugin initial commit

    Jonathan Spruance (Insight Global) committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3230ba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Adding clone cmd

    Jonathan Spruance (Insight Global) committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    b97ad9d View commit details
    Browse the repository at this point in the history
  2. Deleting files

    Jonathan Spruance (Insight Global) committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    2e5fda9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Get values from config if not present in flags

    Jonathan Spruance (Insight Global) committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    427a58b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Add unit tests with HTTP mock

    Jonathan Spruance (Insight Global) committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    829c31b View commit details
    Browse the repository at this point in the history
  2. Lint fixes

    Jonathan Spruance (Insight Global) committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    763a0a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617ad6b View commit details
    Browse the repository at this point in the history
  4. Update readme

    Jonathan Spruance (Insight Global) committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    9d4310c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'create-bf-luis-plugin' of https://github.com/microsoft/…

    …botframework-cli into create-bf-luis-plugin
    Jonathan Spruance (Insight Global) committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    20f197e View commit details
    Browse the repository at this point in the history
  6. Move endpoint monkey patch into shared utils file so we only have to …

    …remove it once later
    Jonathan Spruance (Insight Global) committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    4050a10 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    cb78bf2 View commit details
    Browse the repository at this point in the history
  2. Convert utils filte to TS, lint fixes, read config dir refactor

    Jonathan Spruance (Insight Global) committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    108b0fd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'create-bf-luis-plugin' of https://github.com/microsoft/…

    …botframework-cli into create-bf-luis-plugin
    Jonathan Spruance (Insight Global) committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1129d5c View commit details
    Browse the repository at this point in the history
  4. Regenerate readme

    Jonathan Spruance (Insight Global) committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a53e2e5 View commit details
    Browse the repository at this point in the history
  5. Eliminate redundant var

    Jonathan Spruance (Insight Global) committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    12e747d View commit details
    Browse the repository at this point in the history
  6. Lint fix

    Jonathan Spruance (Insight Global) committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    bebbd00 View commit details
    Browse the repository at this point in the history
  7. Remove duplicate content from readme

    Jonathan Spruance (Insight Global) committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    de288bb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Update readme

    Jonathan Spruance (Insight Global) committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a60d8b9 View commit details
    Browse the repository at this point in the history
  2. Remove outer try catch

    Jonathan Spruance (Insight Global) committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c074556 View commit details
    Browse the repository at this point in the history
  3. Move input processing into utils file, add config filter and reducer

    Jonathan Spruance (Insight Global) committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e491eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    573d796 View commit details
    Browse the repository at this point in the history
  5. Only filter config if config

    Jonathan Spruance (Insight Global) committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    513a3f3 View commit details
    Browse the repository at this point in the history
  6. Update test mock to reflect input processing change

    Jonathan Spruance (Insight Global) committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a2a56de View commit details
    Browse the repository at this point in the history
  7. Remove space

    Jonathan Spruance (Insight Global) committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e019197 View commit details
    Browse the repository at this point in the history