[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (713a914 -> cf11b73)
From: |
Mathieu Othacehe |
Subject: |
master updated (713a914 -> cf11b73) |
Date: |
Mon, 14 Sep 2020 08:35:34 -0400 (EDT) |
mothacehe pushed a change to branch master.
from 713a914 Add missing SQL upgrade files.
new 43ed854 database: Export procedures.
new cf11b73 Add metrics support.
Summary of changes:
Makefile.am | 7 +-
bin/cuirass.in | 12 ++-
src/cuirass/database.scm | 3 +
src/cuirass/http.scm | 25 +++++-
src/cuirass/metrics.scm | 199 ++++++++++++++++++++++++++++++++++++++++++++++
src/cuirass/templates.scm | 78 +++++++++++++++++-
src/schema.sql | 8 ++
src/sql/upgrade-11.sql | 11 +++
src/static/js/chart.js | 7 ++
9 files changed, 346 insertions(+), 4 deletions(-)
create mode 100644 src/cuirass/metrics.scm
create mode 100644 src/sql/upgrade-11.sql
create mode 100644 src/static/js/chart.js
- master updated (713a914 -> cf11b73),
Mathieu Othacehe <=