[vz-dev] [volkszaehler/volkszaehler.org] 46fcd3: Simplify directory structure
GitHub
noreply at github.com
Tue Sep 8 10:20:43 CEST 2015
Branch: refs/heads/master
Home: https://github.com/volkszaehler/volkszaehler.org
Commit: 46fcd33c781daf396397b358b4414c32c7750201
https://github.com/volkszaehler/volkszaehler.org/commit/46fcd33c781daf396397b358b4414c32c7750201
Author: andig <cpuidle at gmx.de>
Date: 2015-06-15 (Mon, 15 Jun 2015)
Changed paths:
M .travis.yml
M composer.json
A lib/Controller/AggregatorController.php
A lib/Controller/CapabilitiesController.php
A lib/Controller/ChannelController.php
A lib/Controller/Controller.php
A lib/Controller/DataController.php
A lib/Controller/EntityController.php
A lib/Definition/Definition.php
A lib/Definition/EntityDefinition.json
A lib/Definition/EntityDefinition.php
A lib/Definition/PropertyDefinition.json
A lib/Definition/PropertyDefinition.php
A lib/Definition/README.md
A lib/Interpreter/AggregatorInterpreter.php
A lib/Interpreter/CounterInterpreter.php
A lib/Interpreter/DataIterator.php
A lib/Interpreter/Interpreter.php
A lib/Interpreter/MeterInterpreter.php
A lib/Interpreter/SQL/MySQLAggregateOptimizer.php
A lib/Interpreter/SQL/MySQLOptimizer.php
A lib/Interpreter/SQL/PostgreSQLOptimizer.php
A lib/Interpreter/SQL/SQLOptimizer.php
A lib/Interpreter/SQL/SQLiteOptimizer.php
A lib/Interpreter/SensorInterpreter.php
A lib/Model/Aggregate.php
A lib/Model/Aggregator.php
A lib/Model/Channel.php
A lib/Model/Data.php
A lib/Model/Entity.php
A lib/Model/Property.php
A lib/Router.php
A lib/Util/Aggregation.php
A lib/Util/Configuration.php
A lib/Util/ConsoleApplication.php
A lib/Util/Debug.php
A lib/Util/JSON.php
A lib/Util/Random.php
A lib/Util/UUID.php
A lib/View/CSV.php
A lib/View/JSON.php
A lib/View/JpGraph.php
A lib/View/View.php
A lib/View/XML.php
R lib/Volkszaehler/Controller/AggregatorController.php
R lib/Volkszaehler/Controller/CapabilitiesController.php
R lib/Volkszaehler/Controller/ChannelController.php
R lib/Volkszaehler/Controller/Controller.php
R lib/Volkszaehler/Controller/DataController.php
R lib/Volkszaehler/Controller/EntityController.php
R lib/Volkszaehler/Definition/Definition.php
R lib/Volkszaehler/Definition/EntityDefinition.json
R lib/Volkszaehler/Definition/EntityDefinition.php
R lib/Volkszaehler/Definition/PropertyDefinition.json
R lib/Volkszaehler/Definition/PropertyDefinition.php
R lib/Volkszaehler/Definition/README.md
R lib/Volkszaehler/Interpreter/AggregatorInterpreter.php
R lib/Volkszaehler/Interpreter/CounterInterpreter.php
R lib/Volkszaehler/Interpreter/DataIterator.php
R lib/Volkszaehler/Interpreter/Interpreter.php
R lib/Volkszaehler/Interpreter/MeterInterpreter.php
R lib/Volkszaehler/Interpreter/SQL/MySQLAggregateOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/MySQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/PostgreSQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/SQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/SQLiteOptimizer.php
R lib/Volkszaehler/Interpreter/SensorInterpreter.php
R lib/Volkszaehler/Model/Aggregate.php
R lib/Volkszaehler/Model/Aggregator.php
R lib/Volkszaehler/Model/Channel.php
R lib/Volkszaehler/Model/Data.php
R lib/Volkszaehler/Model/Entity.php
R lib/Volkszaehler/Model/Property.php
R lib/Volkszaehler/Router.php
R lib/Volkszaehler/Util/Aggregation.php
R lib/Volkszaehler/Util/Configuration.php
R lib/Volkszaehler/Util/ConsoleApplication.php
R lib/Volkszaehler/Util/Debug.php
R lib/Volkszaehler/Util/JSON.php
R lib/Volkszaehler/Util/Random.php
R lib/Volkszaehler/Util/UUID.php
R lib/Volkszaehler/View/CSV.php
R lib/Volkszaehler/View/JSON.php
R lib/Volkszaehler/View/JpGraph.php
R lib/Volkszaehler/View/View.php
R lib/Volkszaehler/View/XML.php
M misc/tools/doctrine.php
A phpunit.xml
A test/AggregationPerformanceTest.php
A test/AggregationTest.php
A test/ChannelTest.php
A test/CounterTest.php
A test/Data.php
A test/DataPerformance.php
A test/EntityTest.php
A test/FormatTest.php
A test/GroupTest.php
A test/MeterTest.php
A test/Middleware.php
A test/ProtocolTest.php
R test/README.md
A test/RawTest.php
A test/SensorTest.php
A test/SetupPerformanceData.php
R test/Tests/AggregationPerformanceTest.php
R test/Tests/AggregationTest.php
R test/Tests/ChannelTest.php
R test/Tests/CounterTest.php
R test/Tests/Data.php
R test/Tests/DataPerformance.php
R test/Tests/EntityTest.php
R test/Tests/FormatTest.php
R test/Tests/GroupTest.php
R test/Tests/MeterTest.php
R test/Tests/Middleware.php
R test/Tests/ProtocolTest.php
R test/Tests/RawTest.php
R test/Tests/SensorTest.php
R test/Tests/SetupPerformanceData.php
R test/phpunit.xml
Log Message:
-----------
Simplify directory structure
Commit: 12db9786d4628a7fa3ff6403631191f5aacaee9b
https://github.com/volkszaehler/volkszaehler.org/commit/12db9786d4628a7fa3ff6403631191f5aacaee9b
Author: andig <cpuidle at gmx.de>
Date: 2015-09-08 (Tue, 08 Sep 2015)
Changed paths:
M .travis.yml
M composer.json
A lib/Controller/AggregatorController.php
A lib/Controller/CapabilitiesController.php
A lib/Controller/ChannelController.php
A lib/Controller/Controller.php
A lib/Controller/DataController.php
A lib/Controller/EntityController.php
A lib/Definition/Definition.php
A lib/Definition/EntityDefinition.json
A lib/Definition/EntityDefinition.php
A lib/Definition/PropertyDefinition.json
A lib/Definition/PropertyDefinition.php
A lib/Definition/README.md
A lib/Interpreter/AggregatorInterpreter.php
A lib/Interpreter/CounterInterpreter.php
A lib/Interpreter/DataIterator.php
A lib/Interpreter/Interpreter.php
A lib/Interpreter/MeterInterpreter.php
A lib/Interpreter/SQL/MySQLAggregateOptimizer.php
A lib/Interpreter/SQL/MySQLOptimizer.php
A lib/Interpreter/SQL/PostgreSQLOptimizer.php
A lib/Interpreter/SQL/SQLOptimizer.php
A lib/Interpreter/SQL/SQLiteOptimizer.php
A lib/Interpreter/SensorInterpreter.php
A lib/Model/Aggregate.php
A lib/Model/Aggregator.php
A lib/Model/Channel.php
A lib/Model/Data.php
A lib/Model/Entity.php
A lib/Model/Property.php
A lib/Router.php
A lib/Util/Aggregation.php
A lib/Util/Configuration.php
A lib/Util/ConsoleApplication.php
A lib/Util/Debug.php
A lib/Util/JSON.php
A lib/Util/Random.php
A lib/Util/UUID.php
A lib/View/CSV.php
A lib/View/JSON.php
A lib/View/JpGraph.php
A lib/View/View.php
A lib/View/XML.php
R lib/Volkszaehler/Controller/AggregatorController.php
R lib/Volkszaehler/Controller/CapabilitiesController.php
R lib/Volkszaehler/Controller/ChannelController.php
R lib/Volkszaehler/Controller/Controller.php
R lib/Volkszaehler/Controller/DataController.php
R lib/Volkszaehler/Controller/EntityController.php
R lib/Volkszaehler/Definition/Definition.php
R lib/Volkszaehler/Definition/EntityDefinition.json
R lib/Volkszaehler/Definition/EntityDefinition.php
R lib/Volkszaehler/Definition/PropertyDefinition.json
R lib/Volkszaehler/Definition/PropertyDefinition.php
R lib/Volkszaehler/Definition/README.md
R lib/Volkszaehler/Interpreter/AggregatorInterpreter.php
R lib/Volkszaehler/Interpreter/CounterInterpreter.php
R lib/Volkszaehler/Interpreter/DataIterator.php
R lib/Volkszaehler/Interpreter/Interpreter.php
R lib/Volkszaehler/Interpreter/MeterInterpreter.php
R lib/Volkszaehler/Interpreter/SQL/MySQLAggregateOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/MySQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/PostgreSQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/SQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/SQLiteOptimizer.php
R lib/Volkszaehler/Interpreter/SensorInterpreter.php
R lib/Volkszaehler/Model/Aggregate.php
R lib/Volkszaehler/Model/Aggregator.php
R lib/Volkszaehler/Model/Channel.php
R lib/Volkszaehler/Model/Data.php
R lib/Volkszaehler/Model/Entity.php
R lib/Volkszaehler/Model/Property.php
R lib/Volkszaehler/Router.php
R lib/Volkszaehler/Util/Aggregation.php
R lib/Volkszaehler/Util/Configuration.php
R lib/Volkszaehler/Util/ConsoleApplication.php
R lib/Volkszaehler/Util/Debug.php
R lib/Volkszaehler/Util/JSON.php
R lib/Volkszaehler/Util/Random.php
R lib/Volkszaehler/Util/UUID.php
R lib/Volkszaehler/View/CSV.php
R lib/Volkszaehler/View/JSON.php
R lib/Volkszaehler/View/JpGraph.php
R lib/Volkszaehler/View/View.php
R lib/Volkszaehler/View/XML.php
M misc/tools/doctrine.php
A phpunit.xml
A test/AggregationPerformanceTest.php
A test/AggregationTest.php
A test/ChannelTest.php
A test/CounterTest.php
A test/Data.php
A test/DataPerformance.php
A test/EntityTest.php
A test/FormatTest.php
A test/GroupTest.php
A test/MeterTest.php
A test/Middleware.php
A test/ProtocolTest.php
R test/README.md
A test/RawTest.php
A test/SensorTest.php
A test/SetupPerformanceData.php
R test/Tests/AggregationPerformanceTest.php
R test/Tests/AggregationTest.php
R test/Tests/ChannelTest.php
R test/Tests/CounterTest.php
R test/Tests/Data.php
R test/Tests/DataPerformance.php
R test/Tests/EntityTest.php
R test/Tests/FormatTest.php
R test/Tests/GroupTest.php
R test/Tests/MeterTest.php
R test/Tests/Middleware.php
R test/Tests/ProtocolTest.php
R test/Tests/RawTest.php
R test/Tests/SensorTest.php
R test/Tests/SetupPerformanceData.php
R test/phpunit.xml
Log Message:
-----------
Merge branch 'psr4' of https://github.com/andig/volkszaehler.org into andig-psr4
Commit: 2e12ef853d3613a9036c9725a0bcbb2b549bc647
https://github.com/volkszaehler/volkszaehler.org/commit/2e12ef853d3613a9036c9725a0bcbb2b549bc647
Author: andig <cpuidle at gmx.de>
Date: 2015-09-08 (Tue, 08 Sep 2015)
Changed paths:
M .travis.yml
M composer.json
A lib/Controller/AggregatorController.php
A lib/Controller/CapabilitiesController.php
A lib/Controller/ChannelController.php
A lib/Controller/Controller.php
A lib/Controller/DataController.php
A lib/Controller/EntityController.php
A lib/Definition/Definition.php
A lib/Definition/EntityDefinition.json
A lib/Definition/EntityDefinition.php
A lib/Definition/PropertyDefinition.json
A lib/Definition/PropertyDefinition.php
A lib/Definition/README.md
A lib/Interpreter/AggregatorInterpreter.php
A lib/Interpreter/CounterInterpreter.php
A lib/Interpreter/DataIterator.php
A lib/Interpreter/Interpreter.php
A lib/Interpreter/MeterInterpreter.php
A lib/Interpreter/SQL/MySQLAggregateOptimizer.php
A lib/Interpreter/SQL/MySQLOptimizer.php
A lib/Interpreter/SQL/PostgreSQLOptimizer.php
A lib/Interpreter/SQL/SQLOptimizer.php
A lib/Interpreter/SQL/SQLiteOptimizer.php
A lib/Interpreter/SensorInterpreter.php
A lib/Model/Aggregate.php
A lib/Model/Aggregator.php
A lib/Model/Channel.php
A lib/Model/Data.php
A lib/Model/Entity.php
A lib/Model/Property.php
A lib/Router.php
A lib/Util/Aggregation.php
A lib/Util/Configuration.php
A lib/Util/ConsoleApplication.php
A lib/Util/Debug.php
A lib/Util/JSON.php
A lib/Util/Random.php
A lib/Util/UUID.php
A lib/View/CSV.php
A lib/View/JSON.php
A lib/View/JpGraph.php
A lib/View/View.php
A lib/View/XML.php
R lib/Volkszaehler/Controller/AggregatorController.php
R lib/Volkszaehler/Controller/CapabilitiesController.php
R lib/Volkszaehler/Controller/ChannelController.php
R lib/Volkszaehler/Controller/Controller.php
R lib/Volkszaehler/Controller/DataController.php
R lib/Volkszaehler/Controller/EntityController.php
R lib/Volkszaehler/Definition/Definition.php
R lib/Volkszaehler/Definition/EntityDefinition.json
R lib/Volkszaehler/Definition/EntityDefinition.php
R lib/Volkszaehler/Definition/PropertyDefinition.json
R lib/Volkszaehler/Definition/PropertyDefinition.php
R lib/Volkszaehler/Definition/README.md
R lib/Volkszaehler/Interpreter/AggregatorInterpreter.php
R lib/Volkszaehler/Interpreter/CounterInterpreter.php
R lib/Volkszaehler/Interpreter/DataIterator.php
R lib/Volkszaehler/Interpreter/Interpreter.php
R lib/Volkszaehler/Interpreter/MeterInterpreter.php
R lib/Volkszaehler/Interpreter/SQL/MySQLAggregateOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/MySQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/PostgreSQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/SQLOptimizer.php
R lib/Volkszaehler/Interpreter/SQL/SQLiteOptimizer.php
R lib/Volkszaehler/Interpreter/SensorInterpreter.php
R lib/Volkszaehler/Model/Aggregate.php
R lib/Volkszaehler/Model/Aggregator.php
R lib/Volkszaehler/Model/Channel.php
R lib/Volkszaehler/Model/Data.php
R lib/Volkszaehler/Model/Entity.php
R lib/Volkszaehler/Model/Property.php
R lib/Volkszaehler/Router.php
R lib/Volkszaehler/Util/Aggregation.php
R lib/Volkszaehler/Util/Configuration.php
R lib/Volkszaehler/Util/ConsoleApplication.php
R lib/Volkszaehler/Util/Debug.php
R lib/Volkszaehler/Util/JSON.php
R lib/Volkszaehler/Util/Random.php
R lib/Volkszaehler/Util/UUID.php
R lib/Volkszaehler/View/CSV.php
R lib/Volkszaehler/View/JSON.php
R lib/Volkszaehler/View/JpGraph.php
R lib/Volkszaehler/View/View.php
R lib/Volkszaehler/View/XML.php
M misc/tools/doctrine.php
A phpunit.xml
A test/AggregationPerformanceTest.php
A test/AggregationTest.php
A test/ChannelTest.php
A test/CounterTest.php
A test/Data.php
A test/DataPerformance.php
A test/EntityTest.php
A test/FormatTest.php
A test/GroupTest.php
A test/MeterTest.php
A test/Middleware.php
A test/ProtocolTest.php
R test/README.md
A test/RawTest.php
A test/SensorTest.php
A test/SetupPerformanceData.php
R test/Tests/AggregationPerformanceTest.php
R test/Tests/AggregationTest.php
R test/Tests/ChannelTest.php
R test/Tests/CounterTest.php
R test/Tests/Data.php
R test/Tests/DataPerformance.php
R test/Tests/EntityTest.php
R test/Tests/FormatTest.php
R test/Tests/GroupTest.php
R test/Tests/MeterTest.php
R test/Tests/Middleware.php
R test/Tests/ProtocolTest.php
R test/Tests/RawTest.php
R test/Tests/SensorTest.php
R test/Tests/SetupPerformanceData.php
R test/phpunit.xml
Log Message:
-----------
Merge branch 'andig-psr4'
Compare: https://github.com/volkszaehler/volkszaehler.org/compare/042066694494...2e12ef853d36
More information about the volkszaehler-dev
mailing list