icingaweb2/library/Icinga
Thomas Gelf db3accc704 Data\Db: rename Query and Connection to Db...
Class names in namespaces should not be chosen as once we didn't have
such. The fact that we already did "use Db\Connection as DbConnection"
is the best hint that naming was wrong.

So this patch renames Db\Connection to Db\DbConnection and does the
same with DbQuery. DbQuery has been adjusted to fit our new SimpleQuery
and to handle the new Filter implementation.
2014-06-06 06:43:13 +00:00
..
Application Data\DataArray: use SimpleQuery and new interfaces 2014-06-06 06:21:35 +00:00
Authentication Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
Chart Inline\PieChart: code style 2014-05-20 23:29:13 +00:00
Cli bootstrapping: play nice with duplicate modules 2014-06-04 23:37:36 +00:00
Config IniWriter: Delete nested properties 2014-05-02 09:26:17 +02:00
Data Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
Exception lib: Add AuthenticationException for exceptions thrown during authentication 2014-06-02 14:07:59 +02:00
File Merge remote-tracking branch 'origin/master' into feature/query-interfaces-6018 2014-06-06 05:32:54 +00:00
Filter Fix that queryfilters are being ignored by the parser 2014-03-19 09:11:25 +01:00
Logger Config: Remove base path subsitution 2014-06-02 14:54:31 +02:00
Protocol Data\BaseQuery: rename to Data\SimpleQuery 2014-05-07 11:55:35 +00:00
Test Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
User Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
Util Refactor the timeSincePrefix and timeUntilPrefix functions 2014-05-29 13:03:10 +02:00
Web Dashboard: Better implementation of handling errors 2014-06-05 16:07:40 +02:00
User.php Add test for Icinga\User 2014-04-28 14:06:39 +02:00