Commit graph

568 commits

Author SHA1 Message Date
Joao Antonio Ferreira
2035c7c4e7 fix(kb.gbapp): Use of await style call 2019-10-16 23:22:21 -03:00
Joao Antonio Ferreira
654dd0b041 WIP: apenas README 2019-10-10 08:21:54 -03:00
Joao Antonio Ferreira
e8d3bbe493 fix(basic): Adicionando .env no .gitignore e desabilitando suporte a linguagem BASIC por default 2019-10-10 07:40:15 -03:00
Rodrigo
177b70a62b chore(release): 1.7.2 [skip ci]
## [1.7.2](https://github.com/pragmatismo-io/BotServer/compare/1.7.1...1.7.2) (2019-08-30)

### Bug Fixes

* **basic:** Fix default bot.vbs missing parenthesis in code. ([8501002](https://github.com/pragmatismo-io/BotServer/commit/8501002))
2019-08-30 17:56:51 +00:00
82da27b398 Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-08-30 14:51:24 -03:00
a82dea958d fix(basic): Fix default bot.vbs missing parenthesis in code. 2019-08-30 14:50:57 -03:00
Rodrigo
6e07ff169f chore(release): 1.7.1 [skip ci]
## [1.7.1](https://github.com/pragmatismo-io/BotServer/compare/1.7.0...1.7.1) (2019-08-30)

### Bug Fixes

* **whatsapp.gblib:** Multi-turn dialog fixed in BASIC processing. ([4689bfb](https://github.com/pragmatismo-io/BotServer/commit/4689bfb))
2019-08-30 17:14:17 +00:00
34bc3aa46a Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-08-30 14:07:53 -03:00
a60d351172 fix(whatsapp.gblib): Multi-turn dialog fixed in BASIC processing. 2019-08-30 14:06:01 -03:00
Rodrigo
6053ab70ae chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/pragmatismo-io/BotServer/compare/1.6.0...1.7.0) (2019-08-29)

### Bug Fixes

* **whatsapp.gblib:** BASIC enabled with Promises. ([47df1f1](https://github.com/pragmatismo-io/BotServer/commit/47df1f1))
* **whatsapp.gblib:** BASIC is disabled again. ([fa9f260](https://github.com/pragmatismo-io/BotServer/commit/fa9f260))
* **whatsapp.gblib:** BASIC is disabled again. ([4828a33](https://github.com/pragmatismo-io/BotServer/commit/4828a33))
* **whatsapp.gblib:** User can say the activation code as the first message. ([3f6668d](https://github.com/pragmatismo-io/BotServer/commit/3f6668d))
* **whatsapp.gblib:** Web can show images again and working directory on startup being created. ([8d512ca](https://github.com/pragmatismo-io/BotServer/commit/8d512ca))
* **whatsapp.gblib:** Work directory being created now on startup. ([ca98965](https://github.com/pragmatismo-io/BotServer/commit/ca98965))

### Features

* **core.gbapp:** New bot management (CRUD) from SharePoint packages. ([9a961e7](https://github.com/pragmatismo-io/BotServer/commit/9a961e7))
* **kb.gbapp:** TSV are replaced with MS Excel files, to store tabular information. ([246b222](https://github.com/pragmatismo-io/BotServer/commit/246b222))
* **sharepoint:** SharePoint deployPackage added. ([ae73cf8](https://github.com/pragmatismo-io/BotServer/commit/ae73cf8))
* **whatsapp.gblib:** Image will be send as a message and md can be read easily on the phone. ([2b4fb68](https://github.com/pragmatismo-io/BotServer/commit/2b4fb68))
* **whatsapp.gblib:** Now Whatsapp will display markdown from .gbkb including images. ([faa5ec7](https://github.com/pragmatismo-io/BotServer/commit/faa5ec7))
* **whatsapp.gblib:** Same chat-api provider now shared between instances and deploy improvements. ([b2da413](https://github.com/pragmatismo-io/BotServer/commit/b2da413))
* **whatsapp.gblib:** Switch from Whatsapp channel which bot to talk to with the same number. ([650779e](https://github.com/pragmatismo-io/BotServer/commit/650779e))
* **whatsapp.gblib:** Switch from Whatsapp channel which bot to talk to with the same number. ([cb3d241](https://github.com/pragmatismo-io/BotServer/commit/cb3d241))
2019-08-29 23:05:55 +00:00
63449dbe55 fix(whatsapp.gblib): BASIC enabled with Promises. 2019-08-29 19:59:58 -03:00
43bd1402b3 fix(whatsapp.gblib): BASIC is disabled again. 2019-08-26 16:16:29 -03:00
7a9ef6f4b1 fix(whatsapp.gblib): BASIC is disabled again. 2019-08-26 16:14:41 -03:00
4404412b11 fix(whatsapp.gblib): Work directory being created now on startup. 2019-08-26 13:34:29 -03:00
d2563a9cbb fix(whatsapp.gblib): Web can show images again and working directory on startup being created. 2019-08-26 13:21:52 -03:00
b33ccdb8b2 feat(whatsapp.gblib): Image will be send as a message and md can be read easily on the phone. 2019-08-24 19:44:16 -03:00
e931111a41 feat(whatsapp.gblib): Now Whatsapp will display markdown from .gbkb including images. 2019-08-24 18:46:04 -03:00
487cfede35 feat(kb.gbapp): TSV are replaced with MS Excel files, to store tabular information. 2019-08-24 12:22:52 -03:00
caf98c5487 fix(whatsapp.gblib): User can say the activation code as the first message. 2019-08-23 14:36:47 -03:00
780bd888af feat(whatsapp.gblib): Switch from Whatsapp channel which bot to talk to with the same number. 2019-08-23 02:23:00 -03:00
fbe074be0d feat(whatsapp.gblib): Switch from Whatsapp channel which bot to talk to with the same number. 2019-08-22 19:36:23 -03:00
c944752d23 feat(whatsapp.gblib): Same chat-api provider now shared between instances and deploy improvements. 2019-08-22 17:28:11 -03:00
e136a99678 feat(core.gbapp): New bot management (CRUD) from SharePoint packages. 2019-08-22 01:54:30 +00:00
bb5d8b3150 Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-08-21 21:05:39 +00:00
e527d8fa69 feat(sharepoint): SharePoint deployPackage added. 2019-08-21 21:04:55 +00:00
Rodrigo
701ac8f9fb chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/pragmatismo-io/BotServer/compare/1.5.5...1.6.0) (2019-08-21)

### Features

* **boot:** Bot now can be run with VSCode F5 after cloning from git. ([29d90db](https://github.com/pragmatismo-io/BotServer/commit/29d90db))
2019-08-21 16:22:11 +00:00
cf2886007c Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-08-21 16:16:24 +00:00
Rodrigo
c4aa06b3b9 feat(boot): Bot now can be run with VSCode F5 after cloning from git. 2019-08-21 16:15:52 +00:00
Rodrigo
a7bf628f34 chore(release): 1.5.5 [skip ci]
## [1.5.5](https://github.com/pragmatismo-io/BotServer/compare/1.5.4...1.5.5) (2019-07-23)

### Bug Fixes

* **kb.gbapp:** Improvement on translate ([bc56a1d](https://github.com/pragmatismo-io/BotServer/commit/bc56a1d))
2019-07-23 14:41:39 +00:00
Paulo Henrique (pragmatismo.io)
665be8733e Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-07-23 11:35:32 -03:00
Paulo Henrique (pragmatismo.io)
9bb3be3409 fix(kb.gbapp): Improvement on translate 2019-07-23 11:31:52 -03:00
Rodrigo
f6ed7caf55 chore(release): 1.5.4 [skip ci]
## [1.5.4](https://github.com/pragmatismo-io/BotServer/compare/1.5.3...1.5.4) (2019-07-19)

### Bug Fixes

* **kb.gbapp:** NLP scoring added again. ([c83a5f9](https://github.com/pragmatismo-io/BotServer/commit/c83a5f9))
2019-07-19 16:43:49 +00:00
Paulo Henrique (pragmatismo.io)
d303ddf1ac Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-07-19 13:36:45 -03:00
Paulo Henrique (pragmatismo.io)
7b65999683 fix(kb.gbapp): NLP scoring added again. 2019-07-19 13:35:11 -03:00
Rodrigo
191e16d912 chore(release): 1.5.3 [skip ci]
## [1.5.3](https://github.com/pragmatismo-io/BotServer/compare/1.5.2...1.5.3) (2019-07-18)

### Bug Fixes

* **core.gbapp:** Deployer now imports UTF-8 .tsv files. ([daf0741](https://github.com/pragmatismo-io/BotServer/commit/daf0741))
2019-07-18 23:51:34 +00:00
Paulo Henrique (pragmatismo.io)
596ab4c303 Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-07-18 20:44:38 -03:00
Paulo Henrique (pragmatismo.io)
3b263a070e fix(core.gbapp): Deployer now imports UTF-8 .tsv files. 2019-07-18 20:42:08 -03:00
Rodrigo
d25a276ac5 chore(release): 1.5.2 [skip ci]
## [1.5.2](https://github.com/pragmatismo-io/BotServer/compare/1.5.1...1.5.2) (2019-07-18)

### Bug Fixes

* **core.gbapp:** Redeploy command now fixed. ([d68da40](https://github.com/pragmatismo-io/BotServer/commit/d68da40))
2019-07-18 22:28:57 +00:00
Paulo Henrique (pragmatismo.io)
e7b9d7ff5c Merge branch 'master' of https://github.com/GeneralBots/BotServer 2019-07-18 19:21:13 -03:00
Paulo Henrique (pragmatismo.io)
ae3754cba9 fix(core.gbapp): Redeploy command now fixed. 2019-07-18 19:19:38 -03:00
Rodrigo
feaca1e9c7 chore(release): 1.5.1 [skip ci]
## [1.5.1](https://github.com/pragmatismo-io/BotServer/compare/1.5.0...1.5.1) (2019-07-18)

### Bug Fixes

* **kb.gbapp:** Answers in text in case of Whatsapp channel. ([4f994b1](https://github.com/pragmatismo-io/BotServer/commit/4f994b1))
2019-07-18 21:29:54 +00:00
Paulo Henrique (pragmatismo.io)
e8df2becbf fix(kb.gbapp): Answers in text in case of Whatsapp channel. 2019-07-18 18:15:45 -03:00
Rodrigo
959b947cde chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/pragmatismo-io/BotServer/compare/1.4.0...1.5.0) (2019-07-04)

### Features

* **core.gbapp:** New global quit keywords. ([15cd8d6](https://github.com/pragmatismo-io/BotServer/commit/15cd8d6))
2019-07-04 18:20:55 +00:00
Rodrigo Rodriguez (pragmatismo.io)
806656bc28 feat(core.gbapp): New global quit keywords. 2019-07-04 15:14:26 -03:00
Rodrigo
a9e4a5d2ca chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/pragmatismo-io/BotServer/compare/1.3.10...1.4.0) (2019-06-28)

### Bug Fixes

* **whatsapp.gblib:** Service latency due to res.end missing call. ([82dcfac](https://github.com/pragmatismo-io/BotServer/commit/82dcfac))

### Features

* **core.gbapp:** Development options added (ngrok) ([223801d](https://github.com/pragmatismo-io/BotServer/commit/223801d))
* **security.gblib:** Phone field and conversation refeerence. ([46261d7](https://github.com/pragmatismo-io/BotServer/commit/46261d7))
2019-06-28 14:24:21 +00:00
Rodrigo Rodriguez (pragmatismo.io)
e943af4a85 fix(whatsapp.gblib): Service latency due to res.end missing call. 2019-06-28 11:17:41 -03:00
Rodrigo Rodriguez (pragmatismo.io)
3670cf4a21 feat(security.gblib): Phone field and conversation refeerence. 2019-06-27 09:22:32 -03:00
Rodrigo Rodriguez (pragmatismo.io)
5357a07e4f feat(core.gbapp): Development options added (ngrok) 2019-06-26 13:18:15 -03:00
eb01c2bc44 Update WhatsappDirectLine.ts 2019-06-23 07:25:59 -03:00
3d50dc96df Update WhatsappDirectLine.ts 2019-06-23 07:24:35 -03:00