- Nov 07, 2017
-
-
Yoann HOUPERT authored
-
- Oct 31, 2017
-
-
Yoann HOUPERT authored
Client notifies server when ending See merge request !41
-
Tom Jorquera authored
Server now exposes a callback for the client to notifies it when finished. This allows the server to clean up the registry. Careful, this introduces #65 when debugging.
-
Sami BENHAMICHE authored
Resolve "Check mocking framework" Closes #54 See merge request !42
-
- Oct 30, 2017
-
-
samy authored
-
samy authored
-
samy authored
-
samy authored
add sinon to 'live-reco-test.js' to mock XMLHttpRequest delete console.logs from tests
-
samy authored
-
Tom JORQUERA authored
add server disconnect function Closes #59 See merge request !40
-
Yoann HOUPERT authored
-
Tom JORQUERA authored
Add server-side controller with client registry See merge request !39
-
- Oct 26, 2017
-
-
Tom Jorquera authored
The server controller now check that there is no client registered for the given room before creating one.
-
Tom Jorquera authored
Since it handles client creation, the controller now manager the registry. Add corresponding tests.
-
Tom Jorquera authored
The (currently very basic) client creation logic is now into a dedicated (actual) `controller` module. This will allow for cleaner dev and (especially) tests.
-
Tom Jorquera authored
Server-side module `controller` used a confusing name not actually reflecting its purpose. Rename it to the more accurate `loader` name.
-
Tom Jorquera authored
This will allows to easily create multiple clients later.
-
Tom Jorquera authored
First step to handle multiple, non-conflicting clients connecting to different rooms.
-
- Oct 25, 2017
-
-
Tom Jorquera authored
`xo` was the only package not to be fixed to an exact version. Fix (hoho) this.
-
Tom Jorquera authored
yarn.lock update was long overdue. Some old dependencies were not removed.
-
- Oct 24, 2017
-
-
Tom JORQUERA authored
Dockerfile: replace ENTRYPOINT by CMD See merge request !38
-
Tom Jorquera authored
Make it easier to override the default command.
-
Tom JORQUERA authored
Dockerfile: add yarn.lock before running `yarn install` Closes #61 See merge request !37
-
Tom Jorquera authored
fix #61
-
Tom JORQUERA authored
update dockerignore and gitignore Closes #60 See merge request !36
-
Tom Jorquera authored
`models` should not be versioned or added to the container added a lot of useless files to .dockerignore fix #60
-
Tom JORQUERA authored
Hublot sbenhamiche#33 Closes #33 See merge request !35
-
samy authored
-
samy authored
-
samy authored
-
samy authored
-
Tom JORQUERA authored
Issue 55 - Manage reconnection Allow the bot to reconnect to a conference with a proper initialisation state Closes #56 See merge request !34
-
Yoann HOUPERT authored
-
Tom Jorquera authored
-
- Oct 20, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Oct 19, 2017
-
-
Tom JORQUERA authored
Add LICENSE file and headers Closes #49 See merge request !33
-
Tom Jorquera authored
fix #49
-