[Pkg-nagios-changes] [pkg-icinga-web] branch master updated (1662678 -> 6a4d77c)
Markus Frosch
lazyfrosch-guest at moszumanska.debian.org
Wed Feb 19 15:52:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
lazyfrosch-guest pushed a change to branch master
in repository pkg-icinga-web.
from 1662678 changelog for 1.10.0-2
new a65c068 Imported Upstream version 1.10.1
new 359bdab Merge tag 'upstream/1.10.1'
new a85c19d Added database schema updates for 1.10.1
new 0d47dfe Added lintian override for irrelevant privacy-breach-donation
new f6c0957 Bumped standards to 3.9.5
new 6a4d77c Added updated watch file for GitHub releases
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.
Summary of changes:
Makefile.in | 1 +
app/modules/Api/actions/ApiCommandAction.class.php | 13 ++--
app/modules/Api/config/views/host.xml | 23 ++++---
app/modules/Api/config/views/hostgroups.xml | 4 +-
app/modules/Api/config/views/overview.xml | 12 ++++
app/modules/Api/config/views/service.xml | 6 +-
app/modules/Api/config/views/servicegroups.xml | 4 +-
.../lib/console/IcingaConsoleCommandInterface.php | 2 +-
.../datastore/IcingaApiDataStoreModel.class.php | 2 +-
.../IcingaStoreTargetModifierModel.class.php | 2 +-
.../Api/models/Views/ApiDQLViewModel.class.php | 3 +
.../config/AppKitExtJSDataStoreWriter.class.php | 2 +-
app/modules/AppKit/lib/js/AppKitNavBar.js | 2 +-
.../AppKit/lib/js/icinga/grid/GridFactory.js | 16 ++---
.../AppKit/lib/js/icinga/store/StoreFactory.js | 10 +--
.../AppKit/models/Auth/DispatchModel.class.php | 8 ++-
.../models/Auth/Provider/AuthKeyModel.class.php | 2 +-
.../ModuleInstaller/ModuleValidatorModel.class.php | 2 +-
app/modules/Cronks/config/javascript.xml | 26 +++++---
.../xml/grid/icinga-open-problems-template.xml | 78 +++++++++++-----------
.../Cronks/lib/js/Cronk/grid/CommandHandler.js | 31 +++++----
.../renderer/bc_customColumnPerfdataSanatized.js | 11 +++
.../Cronks/lib/js/Cronk/util/CronkOpener.js | 4 +-
app/modules/Cronks/lib/js/Cronk/util/CronkUtil.js | 6 +-
.../lib/js/Icinga/Cronks/System/PortalView.js | 4 +-
.../lib/js/Icinga/Cronks/util/FilterTypes/Base.js | 8 +--
.../Cronks/util/FilterTypes/FieldProvider.js | 10 +--
.../js/Icinga/Cronks/util/FilterTypes/Status.js | 4 +-
app/modules/Web/lib/js/SimpleDataProvider.js | 2 +-
app/modules/Web/lib/js/StatusData.js | 2 +-
configure | 20 +++---
debian/control | 2 +-
debian/icinga-web.lintian-overrides | 2 +
debian/rules | 2 +
debian/watch | 4 +-
doc/CHANGELOG-1.10 | 34 ++++++++++
doc/README.RHEL | 10 +--
doc/README.SUSE | 10 +--
doc/VERSION | 2 +-
etc/apache2/icinga-web.conf.in | 4 ++
etc/conf.d/module_appkit.xml | 8 ++-
etc/make/version.m4 | 4 +-
etc/schema/mysql.sql | 4 +-
etc/schema/oracle.sql | 4 +-
etc/schema/pgsql.sql | 9 ++-
etc/schema/sqlite.sql | 2 +-
.../updates/mysql/mysql_v1-10-0_to_1-10-1.sql | 7 ++
.../updates/oracle/oracle_v1-10-0_to_v1-10-1.sql | 13 ++++
.../updates/pgsql/pgsql_v1-10-0_to_v1-10-1.sql | 8 +++
icinga-web.spec | 60 ++++++++++-------
lib/agavi/Makefile.in | 2 +-
lib/raphael/Makefile.in | 4 --
52 files changed, 328 insertions(+), 187 deletions(-)
create mode 100644 app/modules/Cronks/lib/js/Cronk/grid/renderer/bc_customColumnPerfdataSanatized.js
create mode 100644 etc/schema/updates/mysql/mysql_v1-10-0_to_1-10-1.sql
create mode 100644 etc/schema/updates/oracle/oracle_v1-10-0_to_v1-10-1.sql
create mode 100644 etc/schema/updates/pgsql/pgsql_v1-10-0_to_v1-10-1.sql
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga-web.git
More information about the Pkg-nagios-changes
mailing list