- 24 Jul, 2017 1 commit
-
-
Valérian STG_CAZANAVE authored
-
- 19 Jul, 2017 2 commits
-
-
Valérian STG_CAZANAVE authored
Node version has been changed to 8-alpine because Java 8 was not available in node:7.10
-
Valérian STG_CAZANAVE authored
-
- 16 Jun, 2017 3 commits
-
-
Tom JORQUERA authored
hublot now uses fake media sources Closes #28 See merge request !23
-
Tom JORQUERA authored
hublot now uses fake media sources for its audio and video.
-
Tom JORQUERA authored
The project now provides facilities to launch a standalone selenium server from the project root.
-
- 13 Jun, 2017 14 commits
-
-
Tom JORQUERA authored
Issue 23 Closes #23 and #24 See merge request !22
-
Tom JORQUERA authored
Robot will now stop recording and close websocket when a participant leaves the room.
-
Tom JORQUERA authored
robot now checks for participants that have already joined the room and record them on start.
-
Tom JORQUERA authored
There was a (non-problematic) typo in `should start transcribing stream on user connection after start` test in `robot.test`. Fixed it.
-
Tom JORQUERA authored
implement reco behavior Closes #15 See merge request !21
-
Tom JORQUERA authored
robot now displays reco. as chat messages
-
Tom JORQUERA authored
The client controller now exposes a function to send a chat message via hublin.
-
Tom JORQUERA authored
Add base64-encoded avatar of hublot
-
Tom JORQUERA authored
-
Tom JORQUERA authored
client: define and implement libReco Closes #3 and #13 See merge request !20
-
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.
-
- 07 Jun, 2017 1 commit
-
-
Tom JORQUERA authored
client: add libArchive feature Closes #4 and #14 See merge request !17
-
- 06 Jun, 2017 2 commits
-
-
Tom JORQUERA authored
robot now initialize lib.archive on start
-
Tom JORQUERA authored
Add client lib to archive transcripts of meetings.
-
- 29 May, 2017 1 commit
-
-
Tom JORQUERA authored
Fixes some issues with project setup Closes #19 and #20 See merge request !15
-
- 24 May, 2017 3 commits
-
-
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.
-
- 23 May, 2017 5 commits
-
-
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.
-
- 22 May, 2017 1 commit
-
-
Sami BENHAMICHE authored
client: Add first version of robot behavior Closes #11 See merge request !12
-
- 19 May, 2017 1 commit
-
-
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.
-
- 18 May, 2017 2 commits
-
-
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
-
- 17 May, 2017 1 commit
-
-
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
-
- 16 May, 2017 3 commits
-
-
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.
-