1039 Commits

Author SHA1 Message Date
Alexander Fuhr
bc57937078 DirectorObjectForm: Add imports handling вот так 2015-06-26 15:56:55 +02:00
Alexander Fuhr
a663d571be IcingaObject: Add storeImports как то так 2015-06-26 15:55:16 +02:00
Alexander Fuhr
864b9ea55c Implement IcingaObjectImport to handle object imports 2015-06-26 15:54:00 +02:00
Alexander Fuhr
097b4dec25 Test commit overload 2015-06-26 14:30:57 +02:00
Alexander Fuhr
97b79e21fa Тест коммит на русском 2015-06-26 14:30:06 +02:00
Alexander Fuhr
a2da7581b0 Merge branch 'master' of git.icinga.org:icingaweb2-module-director 2015-06-26 10:40:22 +02:00
Alexander Fuhr
b1a7922873 Imports: Start with implementing the imports 2015-06-26 10:39:30 +02:00
Thomas Gelf
2021dc3479 DbObject: fix legacy method call 2015-06-25 08:45:36 +02:00
Alexander Fuhr
330c7b825e xMember: Delete the absolete Member classes 2015-06-24 15:34:24 +02:00
Alexander Fuhr
33ea3a9b34 IcingaObjectGroups: Fix typo in set() method 2015-06-24 14:57:04 +02:00
Thomas Gelf
fc2352fb1e QuickForm: improve submission detection
Still not complete
2015-06-24 14:54:14 +02:00
Thomas Gelf
72961586c5 show/object: render preview for stored objects only 2015-06-24 14:43:00 +02:00
Alexander Fuhr
3e54af435b README: Add how-to for postgresql database setup 2015-06-24 13:54:28 +02:00
Thomas Gelf
2ea2e51e00 psql: update schema for global zones 2015-06-24 13:50:58 +02:00
Thomas Gelf
b26172e0e9 IcingaZone: add support for global zones 2015-06-24 13:41:45 +02:00
Thomas Gelf
4094794743 schema/pgsql: remove superfluous comments 2015-06-24 13:07:37 +02:00
Thomas Gelf
c4ad06e5c0 GroupMemberForms: deprecated 2015-06-24 11:25:37 +02:00
Thomas Gelf
f8bd943181 Group membership: more magic 2015-06-24 11:25:22 +02:00
Thomas Gelf
f7270dc2a7 VarForms: deprecate them 2015-06-24 10:15:03 +02:00
Thomas Gelf
6b79737d36 Menu: remove customvar links 2015-06-24 10:14:03 +02:00
Thomas Gelf
b75029c5aa IcingaCommand,Service,User: support custom vars 2015-06-24 10:13:27 +02:00
Thomas Gelf
1bdeff3474 IcingaObject: add/fix customvar support 2015-06-24 10:13:06 +02:00
Thomas Gelf
9504f9a094 DirectorObjectForm: add basic customvar support
* Allow to add a single var each time
* Allow to modify existing vars
* Re-organize onSuccess code
* Add object helper method
2015-06-24 10:11:36 +02:00
Thomas Gelf
eb6fda1eb1 QuickForm: add onSetup helper 2015-06-24 10:07:30 +02:00
Thomas Gelf
8267e377ea CustomVariable: new helper methods 2015-06-24 10:07:01 +02:00
Thomas Gelf
ac5bfd32f3 CustomVariables: fix method calls 2015-06-24 09:43:48 +02:00
Thomas Gelf
a2790652ec CustomVariables: do not replace vars on modification 2015-06-24 09:42:50 +02:00
Alexander Fuhr
7aba7fdb5f pgsql.sql: fix missnamed fkey column 2015-06-23 17:15:30 +02:00
Thomas Gelf
1359e19820 mysql.sql: fix missnamed fkey column 2015-06-23 17:02:16 +02:00
Alexander Fuhr
da7cc607e5 Db: Fix checksum escaping :) 2015-06-23 16:45:25 +02:00
Thomas Gelf
a412a9fec2 Db: pgsql 2015-06-23 16:12:26 +02:00
Thomas Gelf
e7dbeef21c IcingaConfig: pgsql workaround :( 2015-06-23 16:10:57 +02:00
Thomas Gelf
ae6b7367dc IcingaConfig: generation time is INT (ms) 2015-06-23 16:07:34 +02:00
Thomas Gelf
ae4f80444a IcingaConfig: one more pgsql thingy 2015-06-23 16:05:34 +02:00
Thomas Gelf
0e4b781600 IcingaConfig: escape checksums for pgsql 2015-06-23 16:03:56 +02:00
Alexander Fuhr
040dbdbb99 DbObject: Fix wrong type comparison 2015-06-23 16:02:54 +02:00
Thomas Gelf
f1595738e3 Db: fix pgsql check 2015-06-23 15:24:05 +02:00
Thomas Gelf
9c5cd31357 IcingaConfig: escape binary checksums for pgsql 2015-06-23 15:13:34 +02:00
Alexander Fuhr
8333975662 GeneratedConfigTable: Fix group by error 2015-06-23 14:44:25 +02:00
Thomas Gelf
29820e05ac Util: fix pass-by-ref error 2015-06-23 14:38:37 +02:00
Thomas Gelf
676acf0740 Util: new helper class 2015-06-23 14:37:23 +02:00
Alexander Fuhr
2dcd1c2d78 DbObject: Add pg escape for checksum 2015-06-23 14:19:30 +02:00
Thomas Gelf
06935c442d IcingaConfig: pgsql workaround :( 2015-06-23 14:12:39 +02:00
Thomas Gelf
3087776f6b PosgreSQL: use ENCODE, not HEX 2015-06-23 13:28:14 +02:00
Thomas Gelf
6c8213f4db DbObject: do not insert id=NULL, fails on pgsql 2015-06-23 13:05:02 +02:00
Alexander Fuhr
bea63149c6 Db: Fix the where clause for the object_type 2015-06-23 12:56:59 +02:00
Alexander Fuhr
1f27c6cfbe Add PostgreSQL Schema that is fitting the MySQL Schema
refs #9442
2015-06-23 09:56:48 +02:00
Alexander Fuhr
548de3a49c MySQL Schema: Change timeout datatype from medium- to smallint 2015-06-22 16:44:24 +02:00
Thomas Gelf
110ecf65b8 GeneratedConfigTable: commit missing table 2015-06-18 11:03:18 +02:00
Thomas Gelf
32cca9d2c6 IcingaConfig: fix activity links 2015-06-18 11:01:45 +02:00