- 30 May, 2012 1 commit
-
-
Thomas Lechauve authored
-
- 28 May, 2012 1 commit
-
-
Thomas Lechauve authored
Further it will be integrate in vifib web application
-
- 25 May, 2012 2 commits
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
Both are used for dashboard page
-
- 24 May, 2012 4 commits
-
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
on firefox, window.location.hash decode uri component automatically so current regular expression for instance url did not work anymore
-
Thomas Lechauve authored
It seems that on Firefox, data received from an ajax response is not automatically parse to an object if it's a JSON string
-
- 23 May, 2012 1 commit
-
-
Thomas Lechauve authored
-
- 22 May, 2012 4 commits
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
- 21 May, 2012 2 commits
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
You can now change the state of an instance with buttons. There is also an autorefresh every 30 seconds to update all parameters in the instance's form.
-
- 18 May, 2012 1 commit
-
-
Thomas Lechauve authored
Supported: refresh when an instance is modified or created
-
- 16 May, 2012 1 commit
-
-
Thomas Lechauve authored
other features: error handler with showing over bootstrap interface. loading animation during an ajax request
-
- 11 May, 2012 4 commits
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
- 07 May, 2012 1 commit
-
-
Thomas Lechauve authored
-
- 04 May, 2012 2 commits
-
-
Thomas Lechauve authored
The fake server has been commented so instance information page won't appear anymore.
-
Thomas Lechauve authored
-
- 03 May, 2012 2 commits
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
- 24 Apr, 2012 2 commits
-
-
Thomas Lechauve authored
-
Thomas Lechauve authored
-
- 20 Apr, 2012 3 commits
-
-
Thomas Lechauve authored
Currently do a simple ajax call over sinonJS server and display data received.
-
Thomas Lechauve authored
Javascript : jQuery 1.7.2, Modernizr 2.5.3, SlapOs plugin Test : SinonJS 1.3.2 CSS : Bootstrap
-
Thomas Lechauve authored
Also modified all tests to use slapos plugin new structure
-
- 19 Apr, 2012 1 commit
-
-
Thomas Lechauve authored
-
- 18 Apr, 2012 1 commit
-
-
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.
-
- 11 Apr, 2012 3 commits
-
-
Thomas Lechauve authored
This tests are usefull to check if a browser support or not cross-domain requests
-
Thomas Lechauve authored
Forgot to add modified files
-
Thomas Lechauve authored
We need to store persistence data (mainly host ip). Both, local storage(html5) and cookies were implemented, but only one is used in an instance.
-
- 06 Apr, 2012 3 commits
-
-
Thomas Lechauve authored
Try to have only one library for pc browser and mobile browser
-
Thomas Lechauve authored
This first version contains: The library (static/js/slapOs.js): A jQuery plugin which permit to discuss with a slapOs master. All methods are listed here: <http://packages.python.org/slapos.core/rest.html> library tests (static/js/test.js): For slapOs tests, we used others libraries: Qunit for units tests SinonJs to simulate server responses (no need a real server) a Flask server (server.py): A real server to principally test cross-domain requests with ajax methods and some html files to test all of it
-
Thomas Lechauve authored
-
- 05 Apr, 2012 1 commit
-
-
Łukasz Nowak authored
-