- 10 Nov, 2017 2 commits
-
-
samy authored
-
Tom JORQUERA authored
Resolve "REST API for hublot control" Closes #35 See merge request !46
-
- 07 Nov, 2017 5 commits
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Tom JORQUERA authored
selenium arg give has argument Closes #52 See merge request !44
-
Yoann HOUPERT authored
Reduce eslint bloc size
-
Yoann HOUPERT authored
-
- 31 Oct, 2017 3 commits
-
-
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
-
- 30 Oct, 2017 8 commits
-
-
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
-
- 26 Oct, 2017 6 commits
-
-
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.
-
- 25 Oct, 2017 2 commits
-
-
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.
-
- 24 Oct, 2017 14 commits
-
-
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
-