- Nov 14, 2017
-
-
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
-
- Nov 10, 2017
-
-
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
-
- Nov 07, 2017
-
-
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
-
- 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
-