- 28 Mar, 2018 1 commit
-
-
Yoann HOUPERT authored
-
- 27 Mar, 2018 1 commit
-
-
Yoann HOUPERT authored
-
- 12 Mar, 2018 1 commit
-
-
Maxime FRERE authored
-
- 14 Nov, 2017 6 commits
-
-
Tom JORQUERA authored
proxy: add proxy workaround for SSL issue See merge request !53
-
Tom JORQUERA authored
-
Tom JORQUERA authored
Replace selenium by puppeteer Closes #64 and #65 See merge request !52
-
Tom JORQUERA authored
Big overhaul replacing selenium by puppeteer. This does not work for now due to problems with SSL being a requirement for external endpoints.
-
Tom JORQUERA authored
[66] fix undefined value when receiving reco Closes #66 See merge request !48
-
Tom JORQUERA authored
`config` => `clientConfig` fix #66
-
- 10 Nov, 2017 7 commits
-
-
Yoann HOUPERT authored
rename path api Closes #69 See merge request !47
-
Yoann HOUPERT authored
-
Tom JORQUERA authored
54-Refactor-libArchive-API-clean Closes #54 See merge request !45
-
samy authored
-
samy authored
-
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.
-