Commit Graph

829 Commits

Author SHA1 Message Date
Thomas Gelf a971063ea1 SyncPropertyForm: allow to set SyncRule 2015-11-02 09:32:05 +01:00
Thomas Gelf 326a88fc81 Sync: cleanup 2015-11-02 09:29:03 +01:00
Thomas Gelf 5f333b0ea7 Import: always store dictionaries ordered 2015-11-02 09:25:39 +01:00
Thomas Gelf b7cd26b597 DirectorObjectForm: new helper method hasObject() 2015-11-02 09:24:58 +01:00
Thomas Gelf f90f70894a SyncruleController: pass rule id when adding props 2015-11-02 09:24:22 +01:00
Thomas Gelf ccf47171fe DbObject: re-order method checks when setting 2015-11-02 09:23:41 +01:00
Thomas Gelf 8433a57bc6 SyncpropertyTable: correct "add" link 2015-11-02 09:23:07 +01:00
Thomas Gelf 7370bf34bb SyncRule: remove obsolete commented code 2015-11-02 09:22:32 +01:00
Thomas Gelf 857acd65b2 SyncProperty: remove obsolete comment 2015-11-02 09:11:40 +01:00
Thomas Gelf e73413fc25 SyncProperty: new setter method, fix tabs 2015-11-02 09:11:13 +01:00
Thomas Gelf 9d111d0db0 CustomVariableDictionary: always store an object 2015-11-01 00:57:02 +01:00
Thomas Gelf 0c121cf4fe CustomVariableString: immediate false for non-strings 2015-11-01 00:54:43 +01:00
Thomas Gelf 4510ab3c42 SyncruleTable: provide sync state classes 2015-10-31 00:01:25 +01:00
Thomas Gelf c94e652011 css: prepare new styles for table.syncrules 2015-10-30 23:57:09 +01:00
Thomas Gelf a2e061cae3 QuickTable: allow for more flexibility with classes 2015-10-30 23:36:17 +01:00
Thomas Gelf b41ca7826e Sync: allow to determine expected modifications 2015-10-30 23:34:27 +01:00
Thomas Gelf d25e28c137 Forms: no dtdd wrapper for fieldsets 2015-10-29 17:21:52 +01:00
Thomas Gelf b1620f91cb js: show collapsed form element count 2015-10-29 17:20:28 +01:00
Thomas Gelf 10d7c1c8a0 css: adjust legend margins 2015-10-29 17:20:16 +01:00
Thomas Gelf 8cba3d2a92 js/module.js: added JS for collapsible fieldsets 2015-10-28 22:55:04 +01:00
Thomas Gelf 139b52079f Import: allow for simple objects (hashes, dicts) 2015-10-28 22:31:37 +01:00
Thomas Gelf e317b7cf6d DbObject: add prefetch support 2015-10-28 22:31:10 +01:00
Thomas Gelf 1d2cc2b12d QuickTable: quick & dirty way to render objects 2015-10-28 22:29:25 +01:00
Thomas Gelf 06f9477bc1 IcingaCommand: fix magic PluginDir prefix 2015-10-28 22:28:43 +01:00
Thomas Gelf 7298092e97 CustomVariable: add support for creating new types 2015-10-28 22:27:53 +01:00
Thomas Gelf 5886765e37 CustomVariableNumber: new type for ints and floats 2015-10-28 22:27:24 +01:00
Thomas Gelf 51813557c9 CustomVariableBoolean: add a new custom var type 2015-10-28 22:27:01 +01:00
Thomas Gelf 73b01b8cb5 CustomVariableDictionary: fix storage and more 2015-10-28 22:26:38 +01:00
Thomas Gelf 353427fa1a CustomVariableNull: store to db as json 2015-10-28 22:24:34 +01:00
Thomas Gelf c9c960d86a css: fieldset legends, should become collapsible 2015-10-28 22:23:26 +01:00
Thomas Gelf a64d7d3072 schema/mysql: fix copy & paste errors 2015-10-26 12:36:36 +01:00
Thomas Gelf 82a893b06c DbObject: add loadWithAutoIncId 2015-10-26 12:05:37 +01:00
Thomas Gelf 11892d3e78 DirectorActivityLog: imports, not groups 2015-10-26 11:42:38 +01:00
Thomas Gelf b411c6135a css: do not highlight rows without link 2015-10-26 10:57:56 +01:00
Alexander A. Klimov 2771e1131d ImportCommand: fix typo
Signed-off-by: Thomas Gelf <thomas@gelf.net>
2015-10-26 10:56:03 +01:00
Alexander A. Klimov 6dbc4e2e83 ShowController: add missing use statement
Signed-off-by: Thomas Gelf <thomas@gelf.net>
2015-10-22 07:37:22 +02:00
Thomas Gelf 1bbd07efe1 Import: use IcingaException, add a TODO 2015-10-21 07:45:08 +02:00
Thomas Gelf 9ec520c788 Sync: start code cleanup
We want to store sync history and show sync previews, code needs to
be prepared for those tasks
2015-10-20 23:29:29 +02:00
Thomas Gelf 29206188bf ActionController: provide api to all controllers 2015-10-20 22:47:06 +02:00
Thomas Gelf c4e5e9dd9c Controllers: remove obsolete use statements 2015-10-20 22:43:33 +02:00
Thomas Gelf 2c9abaf764 Controllers: namespace all of them 2015-10-20 22:34:04 +02:00
Thomas Gelf 62a0f5f9c2 Sync: indentation 2015-10-20 22:22:58 +02:00
Thomas Gelf fc5976b5f8 Sync: use IcingaException 2015-10-20 22:21:48 +02:00
Alexander A. Klimov d389c41e62 Correct database name in README.md
Signed-off-by: Thomas Gelf <thomas@gelf.net>
2015-10-20 22:09:21 +02:00
Thomas Gelf ce973a20c1 ListController: be more careful on cleanup
Still incomplete
2015-10-16 23:01:56 +02:00
Thomas Gelf 87f26f182d inspect/status: test dummy 2015-10-16 23:00:30 +02:00
Thomas Gelf 7ec900bf9d inspect/type: still ugly, debug-only 2015-10-16 22:57:48 +02:00
Thomas Gelf ccf8e6fa78 IcingaCommandArgument: first rendering implementation 2015-10-16 18:42:38 +02:00
Thomas Gelf 0a0015f96a DirectorDeploymentLog: adjust object to fit schema 2015-10-16 18:42:11 +02:00
Thomas Gelf 72c76134f6 CoreApi: add getStatus() method 2015-10-16 18:41:53 +02:00