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 5cf361f index.html dynamique avec angular. mais serveur avec thread et le client demande regulierement l'etat du serveur
new 7c31fec affichage des ip scannees
new 293d414 mise en place des websocket jusqu'au traitemenent des erreurs...
new d129a22 websocket en place pour la premiere detection
new 09d34dd nettoyage du code
new 7f264a9 suppression des controlleurs non utilisés
new 0b5c9d1 suppression de res.xml
The 6 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 0b5c9d122635d3d518d40f002148e2142a9217a7
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jan 29 16:02:36 2015 +0100
suppression de res.xml
commit 7f264a9598ffcf10704e7bdf93fb021594bae62d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jan 29 16:01:34 2015 +0100
suppression des controlleurs non utilisés
commit 09d34dd7fca6e32779a6a5f56738f00e91f078cd
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jan 29 15:59:31 2015 +0100
nettoyage du code
commit d129a22a2d8df344d9585e2e79348afd7553e9ad
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jan 29 15:44:22 2015 +0100
websocket en place pour la premiere detection
commit 293d414a66bd69593baf4e9d51d6a0ec7c97f181
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jan 29 15:23:20 2015 +0100
mise en place des websocket jusqu'au traitemenent des erreurs...
commit 7c31fec556ea660653e895b53ad2cce2b3671db6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jan 29 10:51:11 2015 +0100
affichage des ip scannees
Summary of changes:
.gitignore | 1 +
app/app.py | 82 ++++++++++++++++-----------------
app/detection_modules/nmap_detection.py | 34 +++++++-------
requirements.txt | 2 +-
res.xml | 10 ----
static/js/DetectCtrl.js | 44 ------------------
static/js/controllers/app.js | 27 -----------
static/js/controllers/detectCtrl.js | 36 +++++++++++++++
static/js/controllers/script.js | 70 ----------------------------
views/index.html | 4 +-
10 files changed, 98 insertions(+), 212 deletions(-)
delete mode 100644 res.xml
delete mode 100644 static/js/DetectCtrl.js
delete mode 100644 static/js/controllers/app.js
create mode 100644 static/js/controllers/detectCtrl.js
delete mode 100644 static/js/controllers/script.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 024851f Add .gitignore file
new cc27df3 reorganisation des modules python + index fonctionne partiellement avec angularJS
new 5cf361f index.html dynamique avec angular. mais serveur avec thread et le client demande regulierement l'etat du serveur
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 5cf361fc0f680ada9c4a246df27f68c44a86a0cb
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Jan 28 15:10:38 2015 +0100
index.html dynamique avec angular. mais serveur avec thread et le client demande regulierement l'etat du serveur
commit cc27df362b252e1425f353fad7de86c37ead1e24
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Jan 27 15:34:53 2015 +0100
reorganisation des modules python + index fonctionne partiellement avec angularJS
Summary of changes:
.gitignore | 3 +-
.../Nagios_detection.py => __init__.py} | 0
app/app.py | 126 ++++++++-----------
.../{SNMP_detection.py => __init__.py} | 0
.../{Nagios_detection.py => nagios_detection.py} | 0
app/detection_modules/nmap_detection.py | 140 +++++++++++++++++++++
.../{Nagios_detection.py => snmp_detection.py} | 0
.../{SSH_detection.py => ssh_detection.py} | 0
.../__init__.py} | 0
requirements.txt | 3 +-
res.xml | 76 +----------
static/js/controllers/script.js | 70 +++++++++++
views/index.html | 23 ++--
13 files changed, 283 insertions(+), 158 deletions(-)
copy app/{detection_modules/Nagios_detection.py => __init__.py} (100%)
rename app/detection_modules/{SNMP_detection.py => __init__.py} (100%)
copy app/detection_modules/{Nagios_detection.py => nagios_detection.py} (100%)
create mode 100644 app/detection_modules/nmap_detection.py
copy app/detection_modules/{Nagios_detection.py => snmp_detection.py} (100%)
rename app/detection_modules/{SSH_detection.py => ssh_detection.py} (100%)
rename app/{detection_modules/Nagios_detection.py => monitoring_modules/__init__.py} (100%)
create mode 100644 static/js/controllers/script.js
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.