- May 11, 2017
-
-
Tom JORQUERA authored
Add yarn.lock See merge request !6
-
- May 10, 2017
-
-
Tom Jorquera authored
-
Tom JORQUERA authored
Configure Continuous Integration Closes #8 See merge request !5
-
Tom Jorquera authored
-
Tom Jorquera authored
Add `ci` to define a specific script for continuous integration
-
- May 09, 2017
-
-
Tom JORQUERA authored
Setup config See merge request !4
-
Tom JORQUERA authored
Fix package.json See merge request !3
-
Tom Jorquera authored
Fix styling issues identified by xo
-
Tom Jorquera authored
use spaces for indent setup jest env
-
Tom Jorquera authored
-
Tom Jorquera authored
Use jest for tests monitoring.
-
Tom Jorquera authored
Fix a typo in package.json
-
Sami BENHAMICHE authored
Implement robot injector mechanism Closes #7 See merge request !2
-
- May 05, 2017
-
-
Tom Jorquera authored
We now use the function defined in `lib/controller` to load the resources to inject into the client. The order of the "modules" to be loaded is defined as follow: - controller - lib - robot Each module corresponds to a specific folder in the `client` folder.
-
Tom Jorquera authored
This module allow to load all the files that must be injected into the client.
-
Tom Jorquera authored
We define three modules to be injected in the client: - controller: in charge of exposing the hubl.in functions as a unified API - lib: containing various libraries to be used by the robot - robot: containing the behavior of the robot itself Currently these modules only contain the base skeleton.
-
Tom Jorquera authored
Instead of a single controller file, `runner.run` now takes a list of source files that will be injected in the passed order.
-
Tom Jorquera authored
- `robotClientController.js` moved to `client/controller/controller.js` - `controller` renamed to `robotController` - changed some `var` to `const` - updated path to controller in `app.js`
-
Tom JORQUERA authored
Update package.json See merge request !1
-
- May 04, 2017
-
-
Tom Jorquera authored
`package.json` contained a lot of missing or incorrect info. Fixes this.
-
- May 03, 2017
-
-
Tom Jorquera authored
-
- Apr 25, 2017
-
-
Tom Jorquera authored
-