icingaweb2/library/Icinga/Data
Eric Lippmann d87788b9c1 Merge branch 'master' into feature/query-interfaces-6018
Conflicts:
	modules/monitoring/library/Monitoring/Backend/Ido/Query/ContactgroupQuery.php
2014-05-06 18:45:12 +02:00
..
DataArray Initial commit 2014-04-02 13:47:01 +02:00
Db Db: Implement missing fetch*() functions on connection level 2014-04-15 17:44:34 +02:00
BaseQuery.php Add interface "QueryInterface" implementing Browsable, Fetchable, Filterable, Limitable, Sortable, Countable (WIP) 2014-04-17 14:21:01 +02:00
Browsable.php Implement interface "Browsable" for classes providing page turning 2014-04-15 15:36:13 +02:00
Fetchable.php Add "Fetchable" interface for classes providing data retrieval 2014-04-15 15:40:07 +02:00
Filterable.php Add interface "Filterable" (WIP) 2014-04-15 16:20:11 +02:00
Limitable.php Implement "Limitable" interface for retrieving just a portion of a result set 2014-04-15 15:48:51 +02:00
PivotTable.php Fix sorting of pivot tables 2014-03-20 13:21:28 +01:00
QueryInterface.php Add interface "QueryInterface" implementing Browsable, Fetchable, Filterable, Limitable, Sortable, Countable (WIP) 2014-04-17 14:21:01 +02:00
Queryable.php Add interface "Queryable" (WIP) 2014-04-15 16:23:17 +02:00
ResourceFactory.php Icingaweb shoul work without optional extensions when they are not used 2014-04-28 17:13:40 +02:00
Selectable.php Replace DatasourceInterface with Selectable 2014-04-15 17:43:45 +02:00
Sortable.php Add interface "Sortable" defining how a result set can be sorted 2014-04-15 16:07:27 +02:00