Thomas Gelf
21dcadd143
Db: remove unused properties
2021-08-16 06:17:46 +02:00
Thomas Gelf
ece50a0947
InspectPackages: new feature
...
fixes #1995
2019-10-17 03:18:00 +02:00
Thomas Gelf
2615446572
ScheduledDowntime: initial implementation
...
refs #347
2019-04-11 02:34:14 +02:00
Thomas Gelf
6377ed61cc
DbObject: remove binary column magic
...
Binary columns must be configured explicitly, binary keys are now also
possible
fixes #1702
2018-11-14 12:24:31 +01:00
Thomas Gelf
cf6e4536ea
Util: drop bin2hex/hex2bin helpers
...
We dropped support for PHP 5.3, this is no longer required
2018-10-30 15:32:17 +01:00
Thomas Gelf
44425d4407
Db: throw original exception when rollback fails
2018-09-04 11:08:37 +02:00
Thomas Gelf
1733d6d520
Db: fix timezone issues
...
fixes #1332
fixes #1270
2018-07-13 09:43:27 +02:00
Thomas Gelf
67763dc5a9
ImportExport: add fail-safe import, WIP
2018-06-11 17:16:01 +02:00
Marc DeTrano
6bea1eff41
Implement Icinga Dependency Configuration.
2017-09-28 11:01:27 +02:00
Thomas Gelf
75ca51e85b
TimeperiodtemplateController: initial import
...
fixes #1028
2017-07-27 11:01:34 +02:00
Thomas Gelf
cca4092151
Deployment: move logic to dedicated classes
...
Extended DirectorDeploymentLog, new DeploymentInfo class
2017-07-20 08:22:31 +02:00
Thomas Gelf
242bff4011
KickstartHelper: handle renamed master
...
* fix zone cleanup
* delete obsolete endpoints
* re-structure code
* remove obsolete Db helper
fixes #842
2017-03-13 22:06:10 +01:00
Thomas Gelf
8687ecaeeb
Db: cosmetics
2016-12-16 12:23:47 +01:00
Thomas Gelf
7dd2ac6b83
IcingaService: enum service vars, not host vars
...
fixes #13359
2016-11-30 09:33:29 +01:00
Thomas Gelf
ee0def7d2b
Lots of files: make IDE users happy
2016-11-01 18:28:36 +01:00
Thomas Gelf
82c5b10eef
Db: do not let the db adapter handle binary...
...
...data as this causes problems with Postgres and quoteBinary
2016-10-09 13:47:37 +00:00
Thomas Gelf
1bc4a397a8
CustomVariableCache: optionally use digest()...
...
...for PostgreSQL in case pgcrypto is installed. Also add related hint to the
installation documentation
2016-10-09 12:43:04 +00:00
Thomas Gelf
29231ef8c8
config/deployments: collect uncollected stages...
...
...if any when refreshing the history
refs #11979
2016-09-09 07:21:32 +00:00
Thomas Gelf
336257680c
Settings: remove settings logic from DB...
...
...and keep helper method for easy instantiation
2016-08-27 13:20:03 +00:00
Thomas Gelf
c2f3609cc6
DirectorObjectForm: provide event command for...
...
...hosts and services
fixes #12117
fixes #12126
2016-07-20 17:53:19 +02:00
Thomas Gelf
d4a680a6b9
ImportRun: take over specific logic from Db
2016-07-13 10:19:03 +02:00
Thomas Gelf
5cc28ac4a6
Db: improve master zone detection
...
This also speeds up config generation
2016-06-29 20:59:37 +02:00
Thomas Gelf
e4784880de
Db: just a space
2016-05-25 12:28:07 +02:00
Markus Frosch
b2b2140dcf
Db: Add enumCommandTemplates
...
Needed by Sync
2016-05-24 17:21:57 +02:00
Thomas Gelf
d5b3f25de9
Db: quote data before passing to pgsql
2016-05-23 15:40:12 +02:00
Thomas Gelf
d5e021658c
Db: provide enumDeployedConfigs
2016-05-02 10:45:04 +02:00
Thomas Gelf
f2dc9c59e5
DirectorObjectForm: provide check_period element
2016-03-27 23:58:44 +02:00
Thomas Gelf
d2eed4fff3
Db: listExternal should not fail with no data
...
refs #11448
2016-03-25 14:09:31 +01:00
Thomas Gelf
d1aafd7a4a
Db: do nothing on no setting change
2016-03-24 13:23:41 +01:00
Thomas Gelf
e35aa18230
Db: add new helper listing external objects...
...
...of a given type
2016-03-21 19:12:55 +01:00
Thomas Gelf
e4ed5eb04d
Db: optional filter for fetchImportedRowsetRows
2016-03-18 13:43:15 +01:00
Thomas Gelf
01659f3505
config/activities: (un)deployed rows, icons, style
2016-03-16 22:45:29 +01:00
Thomas Gelf
6243fa33ff
Db: and once again
2016-03-15 17:55:59 +01:00
Thomas Gelf
289939a1bb
Db: still trying to work around AI
2016-03-15 17:48:37 +01:00
Thomas Gelf
d7b0b18cdf
Db: workaround for ZF super intelligent aliasing
2016-03-15 17:41:52 +01:00
Thomas Gelf
ead2bf8fb0
Db: show pending deployments when never deployed
2016-03-13 22:27:47 +01:00
Thomas Gelf
471dea40ca
Index: show notification summaries
2016-03-12 02:05:26 +01:00
Thomas Gelf
b6dc8e5faf
Db, DirectorObjectForm: support notifications
2016-03-11 09:07:22 +01:00
Thomas Gelf
faf40ec970
Db: style
2016-03-09 09:46:10 +01:00
vbalkanov
a94843ef12
Db: Fix error in fetchActivityLogEntry($checksum)
...
Signed-off-by: Thomas Gelf <thomas@gelf.net>
2016-03-09 09:21:34 +01:00
Thomas Gelf
9ede46f839
Import: various fixes for PostgreSQL
...
refs #11315
2016-03-05 20:01:31 +01:00
Thomas Gelf
9ae4553546
Db: indentation
2016-03-03 01:47:32 +01:00
Thomas Gelf
44b9142165
Db: add 'master' fallback for single-zone setups
...
This makes life easier for many users with simple setups as it would
silently use a single non-global zone as the preferred deployment
zone per default.
fixes #11228
2016-03-02 23:32:25 +01:00
Thomas Gelf
06452dc78e
overview: highlight missing deployment endpoint
2016-03-02 22:51:50 +01:00
Thomas Gelf
d24b2a9642
Db: add more information to no-endpoint error
2016-03-02 22:26:42 +01:00
Thomas Gelf
eb957ad5e4
ShowController: move binary transformation to db
2016-03-02 21:54:38 +01:00
Thomas Gelf
a8a1f5b310
Db: fetchActivityLogChecksumById non-binary fetch
2016-03-02 21:47:37 +01:00
Thomas Gelf
eecb3cddf0
Db: fetch less binary data
2016-03-02 21:40:12 +01:00
Thomas Gelf
3d4052fa0c
Db: fix checksum collisions for Postgres tests
2016-03-02 20:46:36 +01:00
Thomas Gelf
2865efde3f
Db: add idPgsql helper method
2016-03-02 13:42:37 +01:00