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

[Botskills][TypeScript] Implement Skill CLI Tool #1085

Merged
merged 33 commits into from
May 2, 2019

Commits on Apr 3, 2019

  1. Add first spike for Skill CLI Tool

    David Favretto committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8690f3c View commit details
    Browse the repository at this point in the history
  2. Fix issues

    David Favretto committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    873433e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Remove '--prefix' argument

    David Favretto committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    5a49dc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    ee7c2e2 View commit details
    Browse the repository at this point in the history
  2. Continue implementing CLI Tool

    David Favretto committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    1e6d16d View commit details
    Browse the repository at this point in the history
  3. Fix TSLint warning and add comment

    David Favretto committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    c938a2d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Rename tool, modularize logic in botskills-connect

    David Favretto committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    54b372c View commit details
    Browse the repository at this point in the history
  2. Add botskills-list logic

    David Favretto committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    237ca16 View commit details
    Browse the repository at this point in the history
  3. Add initial documentation

    David Favretto committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    53ab158 View commit details
    Browse the repository at this point in the history
  4. Fix TSLint warnings and refactor a message

    David Favretto committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b99ddf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Implement Logger, replace all console.log for using Logger

    David Favretto committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    112448f View commit details
    Browse the repository at this point in the history
  2. Add botskills disconnect logic

    David Favretto committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    4e2ea29 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Add detailed documentation for each command

    David Favretto committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f67e01d View commit details
    Browse the repository at this point in the history
  2. Add TSLint as prebuild task

    David Favretto committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    55a2989 View commit details
    Browse the repository at this point in the history
  3. Move README file, add links to commands' documentation

    David Favretto committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    28ae615 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Implement remote skill manifest invocation, add new option to disting…

    …uish path from url
    David Favretto committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    1a406dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3db5e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Implement functionality to update dispatch, add documentation, update…

    … models
    David Favretto committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5719645 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

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

Commits on Apr 23, 2019

  1. Start refactor of structure, refactor connectSkills

    David Favretto committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c390693 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Refactor disconnect, fix logger in connect

    David Favretto committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    a05059d View commit details
    Browse the repository at this point in the history
  2. Update documentation

    David Favretto committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    16fd092 View commit details
    Browse the repository at this point in the history
  3. Finish updating and fixing latest changes for connecting and disconne…

    …cting a skill
    David Favretto committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    fb38ab9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Refactor list command, unify skillManifest models

    David Favretto committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    bf5c484 View commit details
    Browse the repository at this point in the history
  2. Start implementation for authentication

    David Favretto committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    22cbb56 View commit details
    Browse the repository at this point in the history
  3. Add index for exposing tool functionality as library

    David Favretto committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    529988b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Add 'cs' and 'ts' argument to commands, customize paths on the assist…

    …ant languages
    David Favretto committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    8767a8d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    9c06edc View commit details
    Browse the repository at this point in the history
  2. Clean comments, move models to models folder

    David Favretto committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    d9e22cc View commit details
    Browse the repository at this point in the history
  3. Add logic to keep existent Reply URLs in the app

    David Favretto committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    67e0c51 View commit details
    Browse the repository at this point in the history
  4. Fix few TSLint warnings

    David Favretto committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    27466bd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    42e72bf View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into southworks/skill-cli-tool

    David Favretto committed May 2, 2019
    Configuration menu
    Copy the full SHA
    c890a9f View commit details
    Browse the repository at this point in the history