- Jun 13, 2017
-
-
samy authored
Extract keywords and propose recommendation links based on transcription segments which are sent by the participants
-
Tom Jorquera authored
Allow chromium to access insecure content. This is required for now as not all external services expose secured endpoints. This should not cause a problem in practice, but is still bad. We should ensure that this will not be needed in the future. See issue #22.
-
Tom JORQUERA authored
fix external lib loading issue Closes #21 See merge request !18
-
Tom Jorquera authored
The external libs would not get loaded before running the behavior functions that required them. Move loading function call and add timeout to force them to get loaded before robot start.
-
- Jun 07, 2017
-
-
Tom JORQUERA authored
client: add libArchive feature Closes #4 and #14 See merge request !17
-
- Jun 06, 2017
-
-
Tom Jorquera authored
robot now initialize lib.archive on start
-
Tom Jorquera authored
Add client lib to archive transcripts of meetings.
-
- May 29, 2017
-
-
Tom JORQUERA authored
Fixes some issues with project setup Closes #19 and #20 See merge request !15
-
- May 24, 2017
-
-
Tom Jorquera authored
`yarn.lock` resolved packages with linagora GSO internal proxy registry. This is not good if someone from outside GSO want to build the project. Removing it.
-
Tom Jorquera authored
`test` stage is defined by default. No need to specify. (also job `test` is not the same than stage `test`)
-
Tom Jorquera authored
Add `docker` tag to `.gitlab-ci.yml` to ensure CI is runned with docker-enabled runners.
-
- May 23, 2017
-
-
Tom JORQUERA authored
client: Add mechanism for loading external resources Closes #11 See merge request !14
-
Tom JORQUERA authored
runner: replace parallel loading of resources with sequential one Closes #17 See merge request !13
-
Tom Jorquera authored
-
Tom Jorquera authored
Add `client/external.js` which load third-party scripts passed into the `externalLibs` array of the client config object.
-
Tom Jorquera authored
The runner would load all the client resource files in parallel, causing errors intermittently due to some resources depending on other ones. This behavior was incorrect. Runner to uses `resolveSequentially` that ensure that each resource is loaded in order.
-
- May 22, 2017
-
-
Sami BENHAMICHE authored
client: Add first version of robot behavior Closes #11 See merge request !12
-
- May 19, 2017
-
-
Tom Jorquera authored
Implement first version of robot behavior. Currently, the robot listen for new participants and, when a participant connect, start speech recognition. The results of speech recognition are displayed in the console. The robot requires the `start()` method to be called to begin. This method is automatically called by the runner after loading all the modules.
-
- May 18, 2017
-
-
Sami BENHAMICHE authored
Add speech-to-text function to hublot client side Closes #6 See merge request !8
-
samy authored
Replace description test with meaningful descriptions
-
- May 17, 2017
-
-
samy authored
Replace test descriptions 'should not call callback with actual status' with 'should not call callback with incorrect value of status' Replace test description 'should not call callback with actual final' with 'should not call callback when final value is incorrect' Replace 'toHaveBeenCalledWith' with 'toHaveBeenCalled()' to test that the callback has not been called at all
-
- May 16, 2017
-
-
Tom JORQUERA authored
lib/controller: ignore test files Closes #12 See merge request !11
-
samy authored
Extract conference participants audio streems, and sending them to Kaldi server to transcription using websockets
-
Tom Jorquera authored
`lib/controller` now ignore test files. Not ignoring test files would means that the runner would try to load them into the client resulting in errors. Update tests to check this behavior. Fixes #12.
-
Sami BENHAMICHE authored
client config is now set globally via config file Closes #10 See merge request !10
-
Tom Jorquera authored
Client config is now defined in `config.json` and injected by the runner into the client side. This allows to pass a single unified config object to each client-side script. Refactor previous system into this. Fixes #10
-
Sami BENHAMICHE authored
Add editorconfig file Closes #9 See merge request !9
-
Tom JORQUERA authored
client: Update controller API Closes #5 See merge request !7
-
Tom Jorquera authored
fixes #9
-
- May 15, 2017
-
-
Tom Jorquera authored
-
- May 11, 2017
-
-
Tom JORQUERA authored
Add yarn.lock See merge request !6
-
Tom Jorquera authored
Update controller API according to #1 Fixes #5
-
- May 10, 2017
-
-
Tom Jorquera authored
-
Tom JORQUERA authored
Configure Continuous Integration Closes #8 See merge request !5
-
Tom Jorquera authored
-
Tom Jorquera authored
Add `ci` to define a specific script for continuous integration
-
- May 09, 2017
-
-
Tom JORQUERA authored
Setup config See merge request !4
-
Tom JORQUERA authored
Fix package.json See merge request !3
-
Tom Jorquera authored
Fix styling issues identified by xo
-
Tom Jorquera authored
use spaces for indent setup jest env
-