Skip to content
  1. Dec 12, 2016
  2. Dec 09, 2016
  3. Dec 08, 2016
  4. Dec 02, 2016
  5. Dec 01, 2016
  6. Nov 30, 2016
  7. Nov 29, 2016
  8. Nov 25, 2016
  9. Nov 24, 2016
  10. Nov 23, 2016
  11. Nov 21, 2016
  12. Nov 17, 2016
  13. Nov 16, 2016
  14. Nov 15, 2016
    • spacewoox's avatar
      Refactoring css (#461) · 7e361d64
      spacewoox authored
      * remove useless css files
      
      * pod structure for components css files
      
      * refactoring css + color
      
      * jshint
      
      * remove useless files
      
      * add heartbeat animation
      
      * fix jshint
      
      * fix drag and drop animation
      
      * remove useless code
      
      * add checkbox
      
      * remove runlater in draggable zone
      
      * remove conflict file
      
      * reduce code complexity in draggable zone component
      7e361d64
    • corentindrouet's avatar
      90e5c4d0
    • corentindrouet's avatar
      Add size per image (#480) · 2970e2b9
      corentindrouet authored
      * Add backend part of adding size for images.
      Creating an image set his instancesSize to the default value in config.
      Creating instances will take the size specified in image.instancesSize.
      
      * Add front-end part of adding a size per image
      
      * Fix instances size of the different drivers,
      Make test corresponding to the update of machine size per image.
      
      * Delete configurations variable, replaced by instancesSize.
      
      * Fixe name/indentation
      
      * Update migration script
      
      * Add informations for users.
      
      * Readme update
      
      * If machine have no flavor, it is recreated.
      
      * Fix some bug when updating size.
      Add column size on machines index page, and machine details pages.
      Add the possibility to change default instances size for new images.
      Update nanocloud api doc.
      
      * Add tests to validate adding instances size per image.
      
      * Add more visibility
      
      * eslint, update timeout on machines service units tests.
      
      * Update wording
      2970e2b9
  15. Nov 14, 2016
  16. Nov 08, 2016
    • Antoine Leblanc's avatar
      0bb77d48
    • corentindrouet's avatar
      Fix plaza patch function (#469) · 1c751a84
      corentindrouet authored
      1c751a84
    • corentindrouet's avatar
      Add the possibility to add apps on groups. (#459) · 1ebfdc65
      corentindrouet authored
      * Add the option to add apps on groups
      
      * Add migration script.
      It automatically associate all apps of an image to the group associated on
      to image.
      
      * App populate with groups
      
      * App tests now test if the app1 included on group1, is correctly retrieve,
      but not the app2, who isn't included on group1.
      Group test now test to add an remove apps from a group.
      
      * Update documentation on ImageController
      
      * eslint update
      
      * Add a column "Number of applications"
      and add more visibility to the code
      
      * Auto select all application of an image, when it is selected, with a
      warning saying users can access all they want through windows
      1ebfdc65
  17. Nov 07, 2016
  18. Nov 02, 2016
  19. Oct 31, 2016
    • Romain Soufflet's avatar
      Add automatic deployment scripts (#362) · b8ac4b0b
      Romain Soufflet authored
      * Add ansible scripts to deploy Nanocloud
      
      * Add a script and a new docker-compose file to deploy several PR
      
      * Fix directory detection so users can run this script from anywhere
      
      * Restore branch "master" after deploying a PR
      
      * Change guacamole.properties to call right backend
      
      * Create a new frontend volum for each PullRequest.
      
      * Add configuration file
      v2.1.1
      b8ac4b0b
  20. Oct 28, 2016
  21. Oct 27, 2016
    • corentindrouet's avatar
      Update manual driver, for being available on 2.1.0. (#427) · 7bc0cee3
      corentindrouet authored
      * Add the default image to all machine created with manual driver
      
      * Add machine id to sessions.
      When going to machine, check sessions to know in use machines.
      Little refactoring of machine expiration template
      
      * Update session test.
      
      * Fix image was not show on machine page
      7bc0cee3