1. 11 May, 2012 3 commits
  2. 07 May, 2012 1 commit
  3. 04 May, 2012 2 commits
  4. 03 May, 2012 2 commits
  5. 24 Apr, 2012 2 commits
  6. 20 Apr, 2012 3 commits
  7. 19 Apr, 2012 1 commit
  8. 18 Apr, 2012 1 commit
    • Thomas Lechauve's avatar
      Ajax request error handler added to plugin · 540e5b0b
      Thomas Lechauve authored
      statusEvent parameter added to request method. It define what's happen
      when a non expected response occured from ajax request. Each API methods
      can define it's own statusEvent but by default if no statusEvent is
      provided then statusDefault is called. statusDefault can be overwritted
      in the user interface application.
      540e5b0b
  9. 11 Apr, 2012 3 commits
  10. 06 Apr, 2012 3 commits
  11. 05 Apr, 2012 6 commits
  12. 04 Apr, 2012 5 commits
  13. 03 Apr, 2012 1 commit
    • Łukasz Nowak's avatar
      Optimise a bit. · b6df1552
      Łukasz Nowak authored
      As this is called in a loop, only try to find delivery lines for occupied
      partitions.
      
      Otherwise two queries lasting 0.3s each will be called in order to result with
      None.
      b6df1552
  14. 02 Apr, 2012 3 commits
  15. 30 Mar, 2012 4 commits
    • Łukasz Nowak's avatar
      Add new BT5 required on production system. · e5b9c331
      Łukasz Nowak authored
      e5b9c331
    • Łukasz Nowak's avatar
      c9fbfcf2
    • Yingjie Xu's avatar
      Remove duplicated scripts. · 4d0ce18e
      Yingjie Xu authored
      4d0ce18e
    • Łukasz Nowak's avatar
      Follow changes and simplify. · 3f1b8ec1
      Łukasz Nowak authored
      The KVM ordering interface has extremely simplified - customer is just one
      click away from instance, so modify test to follow it.
      
      Simplify test:
      
       * drop all server side scripts and rewrite AJAX calls to use already
         implemented SoftwareInstance_getStatus
       * where required implement client (browser) side analysis of data instead of
         relying on server side implementation (eg. fetching path of Software
         Instance)
       * avoid big pauses; pause just once (as client side logic to know when
         Software Instance is indexed would be cumbersome and complicated and anyway
         10s to index object is really long and shall be treat as failure)
       * flatten macros into main test for readability and beacuse they become
         oneliners
      3f1b8ec1