Louistiti
029381e325
fix(server): skip Pipenv locking until they fix it
2019-03-31 17:57:14 +08:00
Louistiti
87f53c9136
docs: add What is Leon able to do?
section in the readme
2019-03-31 17:57:14 +08:00
Louistiti
16a9372e05
docs: open-source != open source
2019-03-31 17:57:14 +08:00
Louistiti
8100aa90a0
chore(package/trend): French translations for the GitHub module answers
2019-03-31 17:28:36 +08:00
Louistiti
1ba72b45b8
test(package/trend): GitHub module done
2019-03-28 20:51:20 +08:00
Louistiti
8997d69174
feat(package/trend): complete dedicated answers according to the technology and given time
2019-03-28 20:33:05 +08:00
Louistiti
5001c775ce
refactor(server): transform code
property output to a codes
list
2019-03-28 19:37:07 +08:00
Louistiti
7c6f3922f2
feat(package/trend): GitHub module done
2019-03-24 23:26:53 +08:00
Louistiti
3c0883716e
feat(package/trend): be able to choose a limit and a date range for the GitHub module
2019-03-24 21:16:38 +08:00
Louistiti
9d026b94ef
feat(package/trend): format GitHub results in one message
2019-03-24 17:34:05 +08:00
Louistiti
5baec07455
feat(package/trend): simple GitHub module results
2019-03-24 15:25:47 +08:00
Louistiti
14de24f6dd
Merge remote-tracking branch 'origin/trend-package' into trend-package
2019-03-24 08:39:15 +08:00
Louistiti
a91a7da13e
refactor(web app): be able to display HTML in the chat bubbles
2019-03-24 08:31:57 +08:00
Louistiti
3441629e3c
feat(package/trend): list GitHub trends in HTML raw
2019-03-24 08:31:57 +08:00
Louistiti
f406a5a098
feat(package/trend): expressions dataset and structure
2019-03-24 08:31:57 +08:00
Louistiti
ca1c237924
Merge branch 'allow-html-output' into develop
2019-03-24 08:29:07 +08:00
Louistiti
ec3f02dfaf
feat: allow HTML output
2019-03-24 08:17:40 +08:00
Louistiti
c73dc8c729
refactor(web app): be able to display HTML in the chat bubbles
2019-03-24 07:29:31 +08:00
Louistiti
6b932e947f
feat(package/trend): list GitHub trends in HTML raw
2019-03-23 14:01:03 +08:00
Louistiti
f54c2272b4
feat(package/trend): expressions dataset and structure
2019-03-23 08:32:38 +08:00
Louistiti
82ebbee568
Merge branch 'nlu-improvement' into develop
2019-03-17 11:06:28 +08:00
Louistiti
0987e7c28e
test(server): add broken classifier test for NLU
2019-03-16 08:41:26 +08:00
Louistiti
7929634b05
test(server): fix brain executions
2019-03-16 07:50:30 +08:00
Louistiti
c263466a5d
test(server): refactor fallbacks query
2019-03-13 08:47:18 +08:00
Louis Grenard
9273517925
Merge pull request #55 from PeterDaveHello/patch-1
...
Remove `apk update` in Dockerfile
2019-03-10 10:03:18 +08:00
Louis Grenard
239a523e97
Merge branch 'develop' into patch-1
2019-03-10 10:01:47 +08:00
Louistiti
c8a68ab02e
fix: Leon was not fully installed with Docker if a .env
file was existing
2019-03-10 09:47:37 +08:00
Peter Dave Hello
e3baea9571
Remove apk update
in Dockerfile
...
With `--no-cache` on `apk add`, there is no need to do `apk update`
2019-03-09 17:46:39 +08:00
Louistiti
fdbb90ae05
test(package/leon): greeting use the right brain execution
2019-03-07 08:39:14 +08:00
Louistiti
80f9155840
test: fixed sequential execution due to the new NLU implementation
2019-03-05 08:38:18 +08:00
Louistiti
f0628a7d7d
refactor(package/checker): use NLP entities to find domain names in isitdown module
2019-03-02 17:26:25 +08:00
Louistiti
e0e6b7dee4
refactor(server): added query object sample for standalone module execution
2019-03-02 17:10:22 +08:00
Louistiti
7d5a35c9fc
refactor(server): use full query object path as child process arg
2019-03-02 16:41:35 +08:00
Louistiti
fb987b5e30
refactor(server): give query object file in child process arg
2019-03-02 12:54:25 +08:00
Louistiti
6585db718c
feat: NLU improvement with node-nlp
2019-02-28 22:08:37 +08:00
Louistiti
aff32be78e
build: release 1.0.0-beta.1
2019-02-24 18:12:28 +08:00
Louistiti
dd31d8174c
chore: upgrade jest-extended to the latest version
2019-02-24 17:47:54 +08:00
Louistiti
5474b6eccc
chore: upgrade Jest to the latest version
2019-02-24 17:44:10 +08:00
Louistiti
1d559070e2
style: improve LC_ALL and LANG comment
2019-02-24 16:49:14 +08:00
Louistiti
3165814036
style: add explicit comment for LC_ALL and LANG env variables
2019-02-24 16:46:19 +08:00
Louistiti
0d3caceafd
Merge branch 'envify' into develop
2019-02-24 15:46:41 +08:00
Louistiti
577dbc27fd
chore: move envify to the dev dependencies
2019-02-24 15:36:31 +08:00
ctombumila37
a438d6f942
fix(web app): enable environment variables
...
Enable environment variables by pulling in 'envify' as a dependency.
'envify' loads a file named '.env' lying in the leon root directory and
replaces any occurence of process.env.FOO by the corresponding entry in
'.env'.
2019-02-24 15:20:03 +08:00
Louis Grenard
b30286e9b2
Merge pull request #39 from acidjames/patch-1
2019-02-24 14:44:01 +08:00
Louis Grenard
d00e11d6e3
Merge branch 'develop' into patch-1
2019-02-24 14:46:55 +08:00
Louis Grenard
5c80146d93
Merge pull request #9 from Antoinebr/develop
2019-02-23 21:35:52 +08:00
Louistiti
209760dba7
feat: add Docker support
2019-02-23 21:27:28 +08:00
Louis Grenard
4f61965441
Merge branch 'develop' into develop
2019-02-23 21:13:41 +08:00
James
e1ca6a7b32
README.md : some few typo corrections
2019-02-23 11:39:06 +01:00
Louis Grenard
d0ca87dff7
docs: update README to make the reader genderless
2019-02-20 21:13:41 +08:00