Skip to content
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: J2Program/wit-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wit-ai/wit-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 13 files changed
  • 12 contributors

Commits on Nov 26, 2016

  1. Idiomatic Ruby Cleanups (wit-ai#14)

    * Move Wit exception wrapper inside namespace
    
    Also, inherit from StandardError instead of Exception. See http://stackoverflow.com/questions/10048173/why-is-it-bad-style-to-rescue-exception-e-in-ruby#10048406
    
    * Move Wit constants inside Wit namespace
    
    * Move global methods to private methods within Wit
    
    Libraries should not define global methods
    
    * Move #__run_actions within private code area
    
    * Version bump for Exception class name change
    bklang authored and blandinw committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    9824de7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. added crud operations methods (wit-ai#18)

    Jonghun Yu authored and blandinw committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    71e3f95 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. refocus on NLP + deprecate converse

    Willy Blandin committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    57bdeb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Added verbosity and number of entities as parameters for message (wit…

    …-ai#24)
    
    * Added boolean and number of entities as parameters for message
    
    * Added boolean and number of entities as parameters for message
    
    * Revert examples modification
    oniken authored and blandinw committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    c9cc5fc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Sunset stories (wit-ai#26)

    * sunsetting stories: removing converse and run_actions
    Aleka C authored and blandinw committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    c590b81 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    6f788a4 View commit details
    Browse the repository at this point in the history
  2. update legal info

    stopachka committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    835d3d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Create issue_template.md

    jtliao authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    f894650 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. add privacy and terms

    jtliao authored May 5, 2020
    Configuration menu
    Copy the full SHA
    994a9be View commit details
    Browse the repository at this point in the history
  2. Update CODE_OF_CONDUCT.md

    jtliao authored May 5, 2020
    Configuration menu
    Copy the full SHA
    ed14b17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fdb23 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

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

Commits on May 27, 2020

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

Commits on Jun 25, 2020

  1. adds a couple of methods to support the creation and training of the …

    …app (wit-ai#31)
    
    * adds create_new_app to the gem
    
    * adds train to post to /utterances.
    modifies set_new_app_token to defaulted to false.
    records the changes in the README.
    
    * renames train to post_utterances
    
    * fixes a typo
    
    Co-authored-by: Basem Ezzat <[email protected]>
    socertis and Basem Ezzat authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    de85e85 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Set up ShipIt

    fbshipit-source-id: 6144704fe557bc7b5b6442ff5cb3efd2bd3892f7
    patapizza committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f2680e1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. update ruby encoder to encode more special characters

    Reviewed By: patapizza
    
    Differential Revision: D36182881
    
    fbshipit-source-id: 15a8493a02209c4090ff6a5d04d4bec8324b0489
    Jacob Johnson authored and facebook-github-bot committed May 6, 2022
    Configuration menu
    Copy the full SHA
    194f399 View commit details
    Browse the repository at this point in the history
Loading