This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from 6ce6fa1 l'url détermine l'adresse du websocket dans le controlleur new 98c7577 séparation des controlleurs angular new d195dd8 séparation des controlleurs angular new 7f6bf28 séparation des controlleurs angular (scanCtrl ajouté) new 419b9f7 hostpage : bilan des check => OK new 4d7d99f hostpage : detection (ràf mettre en forme) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 4d7d99f13b57a5e6314bf490c66f1807a8a21d7b Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 2 18:05:59 2015 +0100 hostpage : detection (ràf mettre en forme) commit 419b9f75b2c2a84c5a91dae8e02490170e376241 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 2 17:16:25 2015 +0100 hostpage : bilan des check => OK commit 7f6bf28c6712f1dcea71cd66a8ba6b69030a6dd4 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 2 15:03:06 2015 +0100 séparation des controlleurs angular (scanCtrl ajouté) commit d195dd8ca8927dc09500ce056d9e0de07372d9c2 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 2 14:23:15 2015 +0100 séparation des controlleurs angular commit 98c7577d5babe9c4dbf21e80197ef9cfb2a536a6 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 2 14:04:23 2015 +0100 séparation des controlleurs angular Summary of changes: app/app.py | 7 +- app/modules/storage_modules/shelve_db.py | 41 ++-- static/js/controllers/dashboardCtrl.js | 141 +++++++++++ static/js/controllers/headCtrl.js | 117 +++++++++ static/js/controllers/hostPageCtrl.js | 21 ++ static/js/controllers/mainCtrl.js | 404 ------------------------------- static/js/controllers/scanCtrl.js | 22 ++ static/js/mumApp.js | 147 +++++++++++ views/dashboard.html | 3 +- views/hostpage.html | 215 ++++------------ views/index.html | 141 +++++------ 11 files changed, 590 insertions(+), 669 deletions(-) create mode 100644 static/js/controllers/dashboardCtrl.js create mode 100644 static/js/controllers/headCtrl.js create mode 100644 static/js/controllers/hostPageCtrl.js delete mode 100644 static/js/controllers/mainCtrl.js create mode 100644 static/js/controllers/scanCtrl.js create mode 100644 static/js/mumApp.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.