Commit graph

1063 commits

Author SHA1 Message Date
Rodrigo Rodriguez
1e0a74b14a Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-02-05 09:15:41 -03:00
Rodrigo Rodriguez
03bc1ed352 new(admin.gbapp): DONT_DOWNLOAD option added. 2021-02-05 09:15:32 -03:00
Rodrigo
fd0e687e7b chore(release): 2.0.99 [skip ci]
## [2.0.99](https://github.com/GeneralBots/BotServer/compare/2.0.98...2.0.99) (2021-02-02)

### Bug Fixes

* **core.gbapp:** Fix in Spanish NLP. ([a9a2bf8](a9a2bf8fd0))
2021-02-02 18:47:52 +00:00
Rodrigo Rodriguez
792be00b6e Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-02-02 15:43:08 -03:00
Rodrigo Rodriguez
a9a2bf8fd0 fix(core.gbapp): Fix in Spanish NLP. 2021-02-02 15:43:02 -03:00
Rodrigo
bf66ba1d0c chore(release): 2.0.98 [skip ci]
## [2.0.98](https://github.com/GeneralBots/BotServer/compare/2.0.97...2.0.98) (2021-02-02)

### Bug Fixes

* **basic.gblib:** Spanish chars handling for NLP. ([62ef28d](62ef28d8ff))
2021-02-02 18:42:12 +00:00
Rodrigo Rodriguez
fb7347614e Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-02-02 15:37:42 -03:00
Rodrigo Rodriguez
62ef28d8ff fix(basic.gblib): Spanish chars handling for NLP. 2021-02-02 15:37:35 -03:00
Rodrigo
d858a3512a chore(release): 2.0.97 [skip ci]
## [2.0.97](https://github.com/GeneralBots/BotServer/compare/2.0.96...2.0.97) (2021-01-28)

### Bug Fixes

* **basic.gblib:** COPY and CONVERT fixed. ([30f3b36](30f3b36469))
* **basic.gblib:** More code instrumentation. ([fbd50f5](fbd50f50bc))
2021-01-28 11:50:52 +00:00
Rodrigo Rodriguez
41bffd0717 Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-28 08:45:52 -03:00
Rodrigo Rodriguez
fbd50f50bc fix(basic.gblib): More code instrumentation. 2021-01-28 08:45:29 -03:00
Rodrigo Rodriguez
30f3b36469 fix(basic.gblib): COPY and CONVERT fixed. 2021-01-28 08:42:06 -03:00
Rodrigo
4fc2fbc3b9 chore(release): 2.0.96 [skip ci]
## [2.0.96](https://github.com/GeneralBots/BotServer/compare/2.0.95...2.0.96) (2021-01-28)

### Bug Fixes

* **core.gbapp:** Sending text in .md is back again. ([119c069](119c06949a))
2021-01-28 11:02:35 +00:00
Rodrigo Rodriguez
d60b8b629f Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-28 07:57:35 -03:00
Rodrigo Rodriguez
119c06949a fix(core.gbapp): Sending text in .md is back again. 2021-01-28 07:57:30 -03:00
Rodrigo
6588b2f254 chore(release): 2.0.95 [skip ci]
## [2.0.95](https://github.com/GeneralBots/BotServer/compare/2.0.94...2.0.95) (2021-01-27)

### Bug Fixes

* **core.gbapp:** More logging on sendToMobile from MD. ([c8bf760](c8bf7606b1))
2021-01-27 21:59:14 +00:00
Rodrigo Rodriguez
cd2cdd66f7 Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-27 18:53:48 -03:00
Rodrigo Rodriguez
c8bf7606b1 fix(core.gbapp): More logging on sendToMobile from MD. 2021-01-27 18:52:56 -03:00
Rodrigo
a2eafa5b74 chore(release): 2.0.94 [skip ci]
## [2.0.94](https://github.com/GeneralBots/BotServer/compare/2.0.93...2.0.94) (2021-01-27)

### Bug Fixes

* **core.gbapp:** Missing await inserted on sendToMobile. ([43e70bb](43e70bbe41))
2021-01-27 21:45:44 +00:00
Rodrigo Rodriguez
43e70bbe41 fix(core.gbapp): Missing await inserted on sendToMobile. 2021-01-27 18:40:24 -03:00
Rodrigo Rodriguez
f976578cda Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-24 08:33:14 -03:00
Rodrigo Rodriguez
d3f0ef4de0 new(kb.gbapp): Whenever the bot is called with no text, start will be called. 2021-01-24 08:33:10 -03:00
Rodrigo
bf93941a91 chore(release): 2.0.93 [skip ci]
## [2.0.93](https://github.com/GeneralBots/BotServer/compare/2.0.92...2.0.93) (2021-01-20)

### Bug Fixes

* **basic.gblib:** COPY and CONVERT is now generating good JS. ([3f13609](3f13609d59))
2021-01-20 21:28:08 +00:00
Rodrigo Rodriguez
e8fc5dff63 Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-20 18:23:47 -03:00
Rodrigo Rodriguez
3f13609d59 fix(basic.gblib): COPY and CONVERT is now generating good JS. 2021-01-20 18:23:42 -03:00
Rodrigo
febb4453ad chore(release): 2.0.92 [skip ci]
## [2.0.92](https://github.com/GeneralBots/BotServer/compare/2.0.91...2.0.92) (2021-01-15)

### Bug Fixes

* **basic.gblib:** CONVERT keyword coded. ([9b1eae2](9b1eae2972))
2021-01-15 22:26:14 +00:00
Rodrigo Rodriguez
8614ff4a8e Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-15 19:21:51 -03:00
Rodrigo Rodriguez
9b1eae2972 fix(basic.gblib): CONVERT keyword coded. 2021-01-15 19:21:27 -03:00
Rodrigo
88643150b1 chore(release): 2.0.91 [skip ci]
## [2.0.91](https://github.com/GeneralBots/BotServer/compare/2.0.90...2.0.91) (2021-01-15)

### Bug Fixes

* **basic.gblib:** COPY is now target recursive. ([4048e72](4048e724d1))
* **basic.gblib:** Extraction of copy command in regexp. ([e4be160](e4be1600f0))
2021-01-15 14:55:41 +00:00
Rodrigo Rodriguez
e4be1600f0 fix(basic.gblib): Extraction of copy command in regexp. 2021-01-15 11:50:43 -03:00
Rodrigo Rodriguez
4048e724d1 fix(basic.gblib): COPY is now target recursive. 2021-01-15 11:48:18 -03:00
Rodrigo Rodriguez
ebbda4ed1a Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-15 08:46:37 -03:00
Rodrigo Rodriguez
d106158ba6 new(basic.gblib): New COPY keyword working. 2021-01-15 08:46:28 -03:00
Rodrigo
1415d9005a chore(release): 2.0.90 [skip ci]
## [2.0.90](https://github.com/GeneralBots/BotServer/compare/2.0.89...2.0.90) (2021-01-13)

### Bug Fixes

* **basic.gblib:** Fix in Hear call to endDialog. ([c91d5f0](c91d5f0453))
2021-01-13 16:41:49 +00:00
Rodrigo Rodriguez
2a46d6d0dd Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-13 13:37:03 -03:00
Rodrigo Rodriguez
c91d5f0453 fix(basic.gblib): Fix in Hear call to endDialog. 2021-01-13 13:36:44 -03:00
Rodrigo
9888edb801 chore(release): 2.0.89 [skip ci]
## [2.0.89](https://github.com/GeneralBots/BotServer/compare/2.0.88...2.0.89) (2021-01-12)

### Bug Fixes

* **basic.gblib:** Fixed get token from BASIC methods. ([6399c2d](6399c2dd0f))
2021-01-12 21:38:40 +00:00
Rodrigo Rodriguez
133e714637 Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-12 18:33:59 -03:00
Rodrigo Rodriguez
6399c2dd0f fix(basic.gblib): Fixed get token from BASIC methods. 2021-01-12 18:33:21 -03:00
Rodrigo
97fd84b8cb chore(release): 2.0.88 [skip ci]
## [2.0.88](https://github.com/GeneralBots/BotServer/compare/2.0.87...2.0.88) (2021-01-08)

### Bug Fixes

* **all:** Improvements on debugging output. ([eb194f6](eb194f6885))
2021-01-08 16:08:11 +00:00
Rodrigo Rodriguez
b77a4b099b Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-08 13:03:54 -03:00
Rodrigo Rodriguez
eb194f6885 fix(all): Improvements on debugging output. 2021-01-08 13:03:44 -03:00
Rodrigo
279c906800 chore(release): 2.0.87 [skip ci]
## [2.0.87](https://github.com/pragmatismo-io/BotServer/compare/2.0.86...2.0.87) (2021-01-08)

### Bug Fixes

* **core.gbapp:** Trying to fix Config.xlsx access from customer. ([c2a51ff](c2a51ff832))
2021-01-08 15:59:42 +00:00
Rodrigo Rodriguez
34e9e9e384 Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-08 12:54:57 -03:00
Rodrigo Rodriguez
c2a51ff832 fix(core.gbapp): Trying to fix Config.xlsx access from customer. 2021-01-08 12:54:51 -03:00
Rodrigo
3dd6da8697 chore(release): 2.0.86 [skip ci]
## [2.0.86](https://github.com/pragmatismo-io/BotServer/compare/2.0.85...2.0.86) (2021-01-08)

### Bug Fixes

* **admin.gbapp:** Trying to fix .gbot deployment error. ([63b2a57](63b2a577b2))
2021-01-08 00:19:12 +00:00
Rodrigo Rodriguez
d38c629940 Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-07 21:15:01 -03:00
Rodrigo Rodriguez
63b2a577b2 fix(admin.gbapp): Trying to fix .gbot deployment error. 2021-01-07 21:14:53 -03:00
Rodrigo
d794181477 chore(release): 2.0.85 [skip ci]
## [2.0.85](https://github.com/pragmatismo-io/BotServer/compare/2.0.84...2.0.85) (2021-01-07)

### Bug Fixes

* **admin.gbapp:** Removal of download during deployment of .gbot packages. ([f4d5cf9](f4d5cf92d2))
2021-01-07 22:46:40 +00:00
Rodrigo Rodriguez
41e39eceae Merge branch 'master' of https://github.com/GeneralBots/BotServer into master 2021-01-07 19:42:08 -03:00