paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
957 stars 329 forks source link

Add variables username/password, fix update language pipeline + fix bug train #179

Closed huberrom closed 5 years ago

huberrom commented 5 years ago

3 main changes :

Add variables for the username and the password, instead of hard coded
The language pipeline wasn't updated
We had a bug with a training : after deleting / updating the bot quite a lot, expressions id were too high, which led to a bug because the http request was too long.

A few changes with indents and logger info to error

huberrom commented 5 years ago

I don't why there are all the previous commit, but the PR is not that big.

Linked to #168

huberrom commented 5 years ago

See #182