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 ce0339e global_conf: affichage des modules par block et changement de conf possible
new ca647b1 corrigé un bug lors de la suppresion d'un hôte
The 1 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 ca647b19fc21515dd3916f40119b15d1c82e511a
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Apr 2 10:57:04 2015 +0200
corrigé un bug lors de la suppresion d'un hôte
Summary of changes:
app/process_monitoring.py | 2 --
static/js/controllers/hostPageCtrl.js | 7 +++++--
static/js/controllers/notificationsCtrl.js | 14 +++++++-------
static/js/controllers/profileCtrl.js | 6 +++---
static/js/controllers/usersCtrl.js | 8 ++++----
views/settings.html | 4 +---
6 files changed, 20 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 9af4a08 surcharge des modules de monitoring
new e90937d champ 'global_conf' maintenant présent dans la bdd. le contenu est initialisé au lancement de l'appli selon les modules chargés
new ce0339e global_conf: affichage des modules par block et changement de conf possible
The 2 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 ce0339efd7a35d377b6d1c2df1c279d2c1ae9e7d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Apr 2 10:24:21 2015 +0200
global_conf: affichage des modules par block et changement de conf possible
commit e90937d482b0f16f55e538c52eddc1dd8dcaaf1a
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 1 16:00:43 2015 +0200
champ 'global_conf' maintenant présent dans la bdd. le contenu est initialisé au lancement de l'appli selon les modules chargés
Summary of changes:
app/modules/monitoring_modules/ping.py | 4 +-
app/modules/storage_modules/shelve_db.py | 204 +++++++++++++++----------------
app/mum.py | 1 +
app/process_monitoring.py | 8 +-
static/js/controllers/groupCtrl.js | 4 +-
static/js/controllers/hostPageCtrl.js | 10 +-
static/js/controllers/settingsCtrl.js | 106 +++++++++++++++-
views/index.html | 1 +
views/settings.html | 200 ++++++++++--------------------
9 files changed, 286 insertions(+), 252 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 925de3c hostpage: le champ pour corriger l'os détecté est un menu déroulant.
new a7dbf94 notifications: bilan de toutes les notif
new 9af4a08 surcharge des modules de monitoring
The 2 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 9af4a08881702be613fe21aae23e0b22504e5fd5
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 1 11:54:05 2015 +0200
surcharge des modules de monitoring
commit a7dbf94ba8a9d0c9df769f27f7f18478583f28cb
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 31 10:58:05 2015 +0200
notifications: bilan de toutes les notif
Summary of changes:
app/module_loader.py | 79 ++++++++++++----------
app/modules/monitoring_modules/disk.py | 74 +++++++-------------
app/modules/monitoring_modules/memory.py | 72 +++++++-------------
app/modules/monitoring_modules/ping.py | 59 ++++++----------
app/modules/monitoring_modules/updated_packages.py | 38 +++--------
app/mum.py | 34 ++++++----
static/js/controllers/headCtrl.js | 3 +
static/js/controllers/hostPageCtrl.js | 4 +-
static/js/controllers/notificationsCtrl.js | 33 ++++++++-
static/js/controllers/settingsCtrl.js | 3 +
static/js/mumApp.js | 4 +-
views/hostpage.html | 5 +-
views/notifications.html | 41 +++++++++++
13 files changed, 226 insertions(+), 223 deletions(-)
create mode 100644 static/js/controllers/settingsCtrl.js
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.