Skip to content
Snippets Groups Projects
  1. May 17, 2017
    • samy's avatar
      Fix callback tests and replace test descriptions · 780b67b6
      samy authored
      Replace test descriptions 'should not call callback with actual status' with 'should not call callback with incorrect value of status'
      Replace test description 'should not call callback with actual final' with 'should not call callback when final value is incorrect'
      Replace 'toHaveBeenCalledWith' with 'toHaveBeenCalled()' to test that the callback has not been called at all
      780b67b6
  2. May 16, 2017
  3. May 15, 2017
  4. May 11, 2017
  5. May 10, 2017
  6. May 09, 2017
  7. May 05, 2017
    • Tom Jorquera's avatar
      Uses `controller.loadAll` to load the client resources · 43a5f415
      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.
      43a5f415
    • Tom Jorquera's avatar
      Add `lib/controller` · 7a26dd36
      Tom Jorquera authored
      This module allow to load all the files that must be injected into the client.
      7a26dd36
    • Tom Jorquera's avatar
      Add skeletons for client modules · 10d984d0
      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.
      10d984d0
    • Tom Jorquera's avatar
      Runner now take a list of source files to inject · 6d9b93bb
      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.
      6d9b93bb
    • Tom Jorquera's avatar
      Move and clean robot client controller · 184de96b
      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`
      184de96b
    • Tom JORQUERA's avatar
      Merge branch 'master' into 'master' · 48723b83
      Tom JORQUERA authored
      Update package.json
      
      See merge request !1
      48723b83
  8. May 04, 2017
  9. May 03, 2017
  10. Apr 25, 2017
Loading