Commit Graph

124 Commits

Author SHA1 Message Date
Thomas Gelf cf4dccc817 Notification: add fields support
fixes #12642
2016-10-13 14:34:25 +00:00
Thomas Gelf d7a53ac19f schema: add more sync object types
fixes #11361
2016-10-12 08:50:58 +00:00
Thomas Gelf 63fca7143c schema: add icinga_service_set_inheritance...
...and fix NULL constraints
2016-10-12 08:07:51 +00:00
Thomas Gelf 1a03cea5d7 schema: add service set tables 2016-10-12 07:03:51 +00:00
Thomas Gelf 8d1cd64b64 schema/mysql.sql: fix typo
Thanks @dgoetz!
2016-10-06 11:07:49 +00:00
Thomas Gelf c4c5706a62 schema/mysql: case insensitive datalist entry names 2016-10-05 17:49:24 +00:00
Thomas Gelf 0e133daa8b schema: fix legacy booleans stored as strings
fixes #12526
2016-09-23 16:22:35 +00:00
Markus Frosch a90595a004 IcingaHostGroup: Add apply statements 2016-09-09 08:32:42 +00:00
Thomas Gelf 4d34a8ade1 schema/mysql: case sensitive varnames
fixes #11911
2016-09-09 06:59:13 +00:00
Markus Frosch 421c154e08 schema: ensure last_error_message is stored as TEXT 2016-09-09 06:41:00 +00:00
Thomas Gelf b47c7be3d5 IcingaService: add use_var_overrides 2016-09-08 15:01:19 +00:00
Thomas Gelf 13ed701436 schema: migrations for range properties 2016-08-31 16:24:40 +00:00
Thomas Gelf fbf4400ad2 schema: command argument_name should not be null
fixes #11554
fixes #11918
2016-08-26 07:02:15 +00:00
Thomas Gelf eab8b5c9ba schema: shorten history large deployment logs...
...and free related disk space
2016-07-26 13:50:42 +02:00
Thomas Gelf 439757d464 IcingaHost: introduce API keys 2016-07-26 09:52:55 +02:00
Thomas Gelf 634d9e07b6 schema: raise schema versions for new installations
Forgot to commit & push migration 99, sorry :p
2016-07-22 18:11:47 +02:00
Thomas Gelf 8d2f546a2e schema: provide target_property for modifiers
refs #11949
2016-07-20 13:15:05 +02:00
Thomas Gelf 44d9392e70 schema/mysql.sql: fix ordering 2016-05-21 00:27:45 +02:00
Thomas Gelf 9c31a51a18 schema/mysql: add timeperiod support for jobs 2016-05-20 15:58:08 +02:00
Thomas Gelf f6a9e3b149 schema/mysql: apply_to for notifications 2016-05-20 15:51:10 +02:00
Thomas Gelf 5f165a59c7 schema/mysql: add state columns for import sources 2016-04-22 15:26:23 +02:00
Thomas Gelf c494c808ca schema/mysql: add job tables 2016-04-22 11:40:15 +02:00
Thomas Gelf e01cfeabef schema/mysql: extend sync rule 2016-04-22 11:12:29 +02:00
Thomas Gelf 9db04c35ef schema/mysql: allow no null var names
fixes #11518
2016-04-05 23:53:10 +02:00
Thomas Gelf 19d56fc546 schema: add notification assign type column
thnx @spillerm

refs #11452
2016-03-27 19:11:28 +02:00
Thomas Gelf e8cfeb74cc schema: add assign type column 2016-03-23 02:35:37 +01:00
Thomas Gelf c7578bd7ef schema: allow for required arguments 2016-03-21 02:44:50 +01:00
Thomas Gelf ad8469a34c schema/mysql: allow to apply notifications 2016-03-18 14:10:53 +01:00
Thomas Gelf a3c089e6c6 schema: add tables for notification user(group)s 2016-03-15 22:23:21 +01:00
Thomas Gelf 247ef41483 schema: add notification assignment tables 2016-03-12 01:56:59 +01:00
Thomas Gelf d3130d0494 schema: remove usergroup zone_id for now 2016-03-09 20:36:39 +01:00
Thomas Gelf 09e7a93b22 schema/mysql: remove obsolete comma 2016-03-06 13:59:46 +01:00
Thomas Gelf f76ca5fe0d schema/mysql: forgot to raise migration version 2016-03-06 00:38:26 +01:00
Thomas Gelf f37671c2c0 schema: align PostgreSQL and MySQL sync types 2016-03-05 20:34:24 +01:00
Thomas Gelf 804a30f8d4 schema: add user fields 2016-03-01 05:12:27 +01:00
Thomas Gelf 665fd6a0ff schema/mysql: add missing notification tables 2016-02-29 23:45:31 +01:00
Thomas Gelf 62c1aec917 IcingaUser: remove obsolete states stub 2016-02-29 18:29:18 +01:00
Thomas Gelf b2311130ba schema/mysql: fix too restrictive primary key 2016-02-29 17:34:16 +01:00
Thomas Gelf 83d2047a23 schema/mysql: delete services on host deletion
We would otherwise create host-less service-aliens
2016-02-29 15:41:55 +01:00
Thomas Gelf df60644786 schema/mysql: add new user event filter tables 2016-02-29 15:35:11 +01:00
Thomas Gelf e64e72cb52 schema/mysql: more checksums for more history voodoo 2016-02-27 18:13:21 +01:00
Thomas Gelf 56dd2b44c4 schema/mysql: fix timeperiod relation name 2016-02-27 01:23:47 +01:00
Thomas Gelf 915b776e37 mysql/schema: add notification table 2016-02-27 01:12:44 +01:00
Thomas Gelf f0cf938ddc schema/mysql: delete ranges on time period deletion 2016-02-26 14:11:47 +01:00
Thomas Gelf ccc6274be5 schema/mysql: add hints to file header 2016-02-26 09:14:07 +01:00
Thomas Gelf 92f54dbae2 schema/mysql: storing what we know makes life easier 2016-02-24 12:20:48 +01:00
Thomas Gelf ab5bc8035d schema/mysql: sync_run.duration_ms might be null
This allows us to store sync_run stats without a duration in the sync
transaction while updating duration afterwards. This way the commit
duration makes part of our measurement.
2016-02-24 11:23:01 +01:00
Thomas Gelf 42e87476fb schema/mysql: add sync_run history table 2016-02-24 10:50:57 +01:00
Thomas Gelf f03503492a schema/mysql: re-create import modifier tables 2016-02-17 22:12:00 +01:00
Thomas Gelf c3ac57ede0 schema/mysql: forgot to raise schema version 2016-02-17 15:37:35 +01:00