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 515d017 app.py renommé en mum.py + le fichier de conf doit être passé en argument par ligne de commande + un argument en ligne de commande peut surcharger un champ du fichier de conf
new df5ffd6 fichier de conf ajouté de nouveau à git. il est nécessaire de faire une copie locale de ce fichier avant de le modifier => README mis à jour ainsi que script install.sh + paramètres du service ajoutés au fichier de conf
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 df5ffd6cb31fa95bec754d9115ece4860e24aa81
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 27 17:28:56 2015 +0100
fichier de conf ajouté de nouveau à git. il est nécessaire de faire une copie locale de ce fichier avant de le modifier => README mis à jour ainsi que script install.sh
+ paramètres du service ajoutés au fichier de conf
Summary of changes:
.gitignore | 2 +-
README | 17 +++++++++++------
app/mum.py | 12 +++++++-----
install.sh | 16 +---------------
mum.conf | 8 ++++++++
5 files changed, 28 insertions(+), 27 deletions(-)
create mode 100644 mum.conf
--
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 2d2c6ff qques changements dans l'affichage des groupes + affichage des abonnements dans la page User
new f27226f hostpage: bouton test de connection OK
new a8438f1 regex utilisée pour sms_url
new 515d017 app.py renommé en mum.py + le fichier de conf doit être passé en argument par ligne de commande + un argument en ligne de commande peut surcharger un champ du fichier de conf
The 3 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 515d017f2255bf8b30bdc28f4fa83d14931c5885
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 27 16:54:55 2015 +0100
app.py renommé en mum.py + le fichier de conf doit être passé en argument par ligne de commande + un argument en ligne de commande peut surcharger un champ du fichier de conf
commit a8438f1caec62e5117607d1617b6a2c041cdf3c0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 27 11:44:19 2015 +0100
regex utilisée pour sms_url
commit f27226f14d3b4949a18c7a29f37f7cd7c5dcae5f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 27 11:13:44 2015 +0100
hostpage: bouton test de connection OK
Summary of changes:
app/module_loader.py | 21 ++++++++----
app/modules/notification_modules/sms_notif.py | 3 +-
app/modules/storage_modules/shelve_db.py | 8 ++---
app/{app.py => mum.py} | 38 +++++++++++++++++++--
run.sh | 2 +-
static/js/controllers/headCtrl.js | 8 +++++
static/js/controllers/hostPageCtrl.js | 7 ++++
views/hostpage.html | 3 +-
views/profile.html | 49 +--------------------------
9 files changed, 75 insertions(+), 64 deletions(-)
rename app/{app.py => mum.py} (80%)
--
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 2379592 profile: modal pour visualiser les abonnements de l'utilisateur
new 2d2c6ff qques changements dans l'affichage des groupes + affichage des abonnements dans la page User
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 2d2c6ffdab92de0ad559be1fac1b00f9ae43a746
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 26 18:06:16 2015 +0100
qques changements dans l'affichage des groupes + affichage des abonnements dans la page User
Summary of changes:
run.sh | 2 +-
static/js/controllers/dashboardCtrl.js | 5 +--
static/js/controllers/groupCtrl.js | 9 +++-
static/js/controllers/hostPageCtrl.js | 2 +-
static/js/controllers/profileCtrl.js | 2 +-
static/js/controllers/usersCtrl.js | 41 ++++++++++++++++++
static/js/mumApp.js | 4 +-
views/groups.html | 18 +++++---
views/profile.html | 2 +-
views/users.html | 76 +++++++++++++++++++++++++++++++---
10 files changed, 139 insertions(+), 22 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 13ba585 notifications: corrigé bug d'affichage si plusieurs modules de notif chargés
new 51c4809 sms_notif = ok + correction bug subscription dans bdd + affichage traceback
new 2379592 profile: modal pour visualiser les abonnements de l'utilisateur
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 2379592f52a6df2aae3bc68aeb53ec7a953f7039
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 26 11:47:32 2015 +0100
profile: modal pour visualiser les abonnements de l'utilisateur
commit 51c4809f8e7a1ebb46c5aba2025953c95eda9d00
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 26 09:57:49 2015 +0100
sms_notif = ok + correction bug subscription dans bdd + affichage traceback
Summary of changes:
app/app.py | 2 +-
app/modules/storage_modules/shelve_db.py | 179 +++++++++++++++++++------------
static/js/controllers/profileCtrl.js | 61 ++++++++++-
views/profile.html | 71 +++++++++++-
4 files changed, 240 insertions(+), 73 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 0a32ad4 hostpage: correction du nom de l'OS possible
new 3eff4c3 restructuration des envois JSON
new 3e312ae js : tous les appels websocket ont une réponse appropriée
new 3dbc9ef profile: affichage et modif des parametres de l'utilisateur
new 13ba585 notifications: corrigé bug d'affichage si plusieurs modules de notif chargés
The 4 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 13ba585dc6f0c29b5b1bd5a63f52305570e87bfe
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 25 17:33:11 2015 +0100
notifications: corrigé bug d'affichage si plusieurs modules de notif chargés
commit 3dbc9efd1a3a198d99af2e21aa47e98c46ec0c5e
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 25 13:22:03 2015 +0100
profile: affichage et modif des parametres de l'utilisateur
commit 3e312ae0f34cc32c79619dc75a08ccb53389ef63
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 25 11:19:38 2015 +0100
js : tous les appels websocket ont une réponse appropriée
commit 3eff4c308f8a65005a94e2c3bdb8de23162a7068
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 25 10:51:14 2015 +0100
restructuration des envois JSON
Summary of changes:
app/app.py | 9 +-
app/module_loader.py | 8 +-
app/modules/notification_modules/sms_notif.py | 35 +++++
app/modules/storage_modules/shelve_db.py | 58 +++++++-
static/js/controllers/groupCtrl.js | 17 ++-
static/js/controllers/headCtrl.js | 36 ++---
static/js/controllers/hostPageCtrl.js | 93 ++++++++-----
static/js/controllers/notificationsCtrl.js | 70 ++++++----
static/js/controllers/profileCtrl.js | 48 +++++++
static/js/controllers/usersCtrl.js | 8 +-
static/js/mumApp.js | 4 +-
views/hostpage.html | 187 +++++---------------------
views/index.html | 8 +-
views/notifications.html | 27 ++--
views/profile.html | 27 ++--
15 files changed, 360 insertions(+), 275 deletions(-)
create mode 100644 app/modules/notification_modules/sms_notif.py
create mode 100644 static/js/controllers/profileCtrl.js
--
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 30f20df envoi de notification par e-mail fonctionnel (sans prendre en compte le nombre d'ittérations)
new bcd76ec correction de notif pour groupes
new 0a32ad4 hostpage: correction du nom de l'OS 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 0a32ad4ca731c7046a6a8ab8f36258bb0c35f735
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 24 15:13:05 2015 +0100
hostpage: correction du nom de l'OS possible
commit bcd76ecfa202045da3466b7682a590dcdd610096
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 24 11:51:37 2015 +0100
correction de notif pour groupes
Summary of changes:
app/app.py | 2 +-
app/modules/storage_modules/shelve_db.py | 39 +++++++++++++++++++++++++-------
static/js/controllers/hostPageCtrl.js | 9 +++++++-
views/hostpage.html | 7 ++++--
4 files changed, 45 insertions(+), 12 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 dc38845 notifications page : 'all' retiré de la liste des groupes + ajout de la sélection dans le titre
new 30f20df envoi de notification par e-mail fonctionnel (sans prendre en compte le nombre d'ittérations)
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 30f20df0170bef36e2f6e809e05c8f9c70a53768
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 24 11:41:21 2015 +0100
envoi de notification par e-mail fonctionnel (sans prendre en compte le nombre d'ittérations)
Summary of changes:
app/app.py | 2 +
app/module_loader.py | 51 ++++++++++++----
app/modules/monitoring_modules/disk.py | 2 +-
app/modules/monitoring_modules/memory.py | 2 +-
app/modules/monitoring_modules/ping.py | 2 +-
app/modules/monitoring_modules/updated_packages.py | 2 +-
app/modules/notification_modules/email_notif.py | 29 +++++----
app/modules/storage_modules/shelve_db.py | 71 +++++++++++++++++-----
install.sh | 3 +
9 files changed, 118 insertions(+), 46 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 1a2e74b notifications page : correction du code pour l'affichage des données de notification
new e3fb6b0 notifications page : bouton et action pour la désinscription d'un utilisateur ajoutés
new 2c2cdc0 notifications page : titre dynamique pour le modal d'inscription
new dc38845 notifications page : 'all' retiré de la liste des groupes + ajout de la sélection dans le titre
The 3 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 dc3884555b7cb10f08dff18dc1c85a914a67f74f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 20 17:02:27 2015 +0100
notifications page : 'all' retiré de la liste des groupes + ajout de la sélection dans le titre
commit 2c2cdc0c93ab4852e4634eca2c3592d1bf29b406
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 20 16:34:13 2015 +0100
notifications page : titre dynamique pour le modal d'inscription
commit e3fb6b0dc34fbffed7ca1abf2275c6121e40c56b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 20 16:25:59 2015 +0100
notifications page : bouton et action pour la désinscription d'un utilisateur ajoutés
Summary of changes:
static/js/controllers/notificationsCtrl.js | 30 +++++++++++++++++++++-
views/notifications.html | 41 ++++--------------------------
2 files changed, 34 insertions(+), 37 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 dea769f chargement dynamique des modules de notification
new 6099878 notifications page : affichage du tableau correspondant aux données de notification concerannt 1 utilisateur sur 1 groupe/hote et modification possible de ces données via formulaire
new 1a2e74b notifications page : correction du code pour l'affichage des données de notification
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 1a2e74b611d6c31a622915bf81a763e8cf1e0483
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 20 16:15:07 2015 +0100
notifications page : correction du code pour l'affichage des données de notification
commit 6099878d2c0586712e5329779aaf74816cef5000
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 20 15:20:31 2015 +0100
notifications page : affichage du tableau correspondant aux données de notification concerannt 1 utilisateur sur 1 groupe/hote et modification possible de ces données via formulaire
Summary of changes:
app/modules/storage_modules/shelve_db.py | 252 +++++++++++++++++++----------
static/js/controllers/notificationsCtrl.js | 63 +++++++-
views/notifications.html | 121 ++------------
3 files changed, 236 insertions(+), 200 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 017493c notifications page : possibilité d'ajouter un utilisateur à la liste des inscrits d'un groupe et d'un hôte
new dea769f chargement dynamique des modules de notification
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 dea769f40075d9b8052ccdc28778a49cc4fb3c87
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 19 16:38:18 2015 +0100
chargement dynamique des modules de notification
Summary of changes:
app/app.py | 3 +
app/module_loader.py | 40 +++-
app/modules/notification_modules/email_notif.py | 6 +-
static/js/controllers/headCtrl.js | 3 +
static/js/controllers/notificationsCtrl.js | 10 +
views/notifications.html | 271 ++++++++++++------------
6 files changed, 197 insertions(+), 136 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.