2899 Commits

Author SHA1 Message Date
Thomas Gelf
3192700d3a SyncPropertyForm: coding style cleanup 2015-07-28 11:43:40 +02:00
Thomas Gelf
87958a693f SyncPropertyForm: run setup before mangling elements 2015-07-28 11:43:08 +02:00
Thomas Gelf
03ffbb1de6 DirectorObjectForm: allow access to our db 2015-07-28 11:40:45 +02:00
Thomas Gelf
d2d7565887 DirectorObjectForm: run setup() before object 2015-07-28 11:39:18 +02:00
Thomas Gelf
a8b2eeeaf7 DirectorObjectForm: pass db to object if no such 2015-07-28 11:38:21 +02:00
Thomas Gelf
38501e8e96 QuickForm: postpone setup() call 2015-07-28 11:37:08 +02:00
Thomas Gelf
570a0ac00a QuickForm: do not validate unsubmitted but sent
There is no clean way to clear errors detected by isValidPartial
afterwards, so we shouldn't call it
2015-07-28 11:35:53 +02:00
Thomas Gelf
d522cb8d2b DbObject: add hasConnection() helper method 2015-07-27 23:24:50 +02:00
Thomas Gelf
f300bdca89 list/importrun: render stats 2015-07-27 22:45:51 +02:00
Thomas Gelf
1b13d15070 Db: provide import statistics 2015-07-27 22:39:29 +02:00
Alexander Fuhr
a649712048 DirectorDatafieldForm: Extend the form with Fields 2015-07-27 17:25:09 +02:00
Alexander Fuhr
1400d3df97 DataTypeHook: Implement addSettingsFields... 2015-07-27 17:23:48 +02:00
Alexander Fuhr
510cdcdd33 RegisterHook: Register DataTypeDatalist Hook 2015-07-27 17:23:04 +02:00
Alexander Fuhr
0380e51087 DataTypeHook: Add DataType Hook Datalist 2015-07-27 17:22:21 +02:00
Alexander Fuhr
64eb1dff27 DataTypeHook: Register DataType Time Hook 2015-07-27 17:03:28 +02:00
Alexander Fuhr
9c938f1953 DataTypeTime: Add DataType Time Hook 2015-07-27 17:02:33 +02:00
Alexander Fuhr
af874afffd DirectorDataField: Rework the format save process 2015-07-27 15:52:35 +02:00
Alexander Fuhr
03009502a9 DataTypeHooks: Add name param to getFormElement() 2015-07-27 15:49:59 +02:00
Thomas Gelf
8427f5404d ImportsourceHookTable: wrapping import sources
This dummy table allows to preview all kind of input sources
2015-07-26 15:46:59 +02:00
Thomas Gelf
68e359cbc0 Sync: start to work with multiple datasources...
...working, but still unfinished
2015-07-26 15:46:25 +02:00
Thomas Gelf
87c1f8c121 Importsource: add preview link 2015-07-26 15:42:21 +02:00
Thomas Gelf
ce766df466 Db: allow access to dynamic imported rows query 2015-07-26 15:40:53 +02:00
Thomas Gelf
bc231f983b ImportrunTable: link to new controller 2015-07-26 15:40:14 +02:00
Thomas Gelf
ec80dc9d87 Importrun: allow to show it's rows 2015-07-26 15:39:37 +02:00
Thomas Gelf
c9e5f16d3e Import: exception for missing key column...
...but skip check for now
2015-07-26 15:38:29 +02:00
Thomas Gelf
666aafc842 QuickTable: lazy-load view everywhere 2015-07-26 15:37:01 +02:00
Thomas Gelf
22444f2792 Db: getImportrunRowsetChecksum helper method 2015-07-26 15:36:32 +02:00
Thomas Gelf
bd31d0e06d module.less: tables, just playing around 2015-07-26 15:35:21 +02:00
Thomas Gelf
fbc6adcab1 schema/mysql: larger import_source_setting 2015-07-24 16:18:59 +02:00
Thomas Gelf
1ffc032e26 Sync: dummy return value to succeed in controller
Fixes redirect unless we store a sync run history
2015-07-24 15:31:57 +02:00
Thomas Gelf
f05fa90fee Sync: fix purge mechanism 2015-07-24 15:31:57 +02:00
Thomas Gelf
f65e880aaa Sync: forbid sync access to existing templates 2015-07-24 15:31:57 +02:00
Thomas Gelf
7edc5f37b3 Sync: use a single db transaction 2015-07-24 15:31:57 +02:00
Thomas Gelf
1c5f83a6cf Sync: fail with missing key column
NB: might not work as expected, more fixes to come
2015-07-24 15:31:57 +02:00
Alexander Fuhr
e3f7af057f DirectorDatafieldForm: Implement the unfinished Hook usage 2015-07-24 15:30:29 +02:00
Thomas Gelf
fb85bcb572 module.less: just styles, playing around 2015-07-24 15:26:39 +02:00
Thomas Gelf
80b2974372 Import: ignore null properties for now 2015-07-24 15:26:09 +02:00
Thomas Gelf
61052be1f6 SyncpropertyTable: show labels, not ids 2015-07-24 15:25:04 +02:00
Thomas Gelf
b104b78dde ImportrunTable: pagination count workaround
Our generic "count" implementation is not yet able to cope whit this
2015-07-24 15:23:58 +02:00
Alexander Fuhr
6777911a07 ImportRowModifierSettings: just spaces 2015-07-24 15:05:38 +02:00
Alexander Fuhr
c868e13be5 run.php: Register string/numer hooks
refs #9715
2015-07-24 15:00:50 +02:00
Alexander Fuhr
4f5e0f5918 DataTypeString/Number-Hook: Add simple hooks
refs #9716
2015-07-24 15:00:50 +02:00
Alexander Fuhr
1e694f2d1b DataTypeHook: Add a Hook for DataType
refs #9715
2015-07-24 15:00:50 +02:00
Thomas Gelf
8715006f7e schema/mysql: allow for larger files
16MB vs 16KB
2015-07-24 11:23:21 +02:00
Thomas Gelf
753d9420c3 IcingaConfig: throw exception when missing 2015-07-24 10:58:02 +02:00
Thomas Gelf
747ea70a33 CustomVariables: use ->id, not ->getId 2015-07-24 10:57:05 +02:00
Thomas Gelf
6d9aaf73d9 SyncruleTable: add run link
refs #9731
2015-07-24 10:55:31 +02:00
Thomas Gelf
e16dce9880 syncrule/run: use new sync class 2015-07-24 10:55:05 +02:00
Thomas Gelf
bec233d940 HostTable: sort hosts 2015-07-24 10:54:42 +02:00
Thomas Gelf
826cafb476 SyncRule: add helper method fetching properties 2015-07-24 10:54:11 +02:00