Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Implement lookup attribute helpers for primitives | Abyss777 | |
2016-09-21 | - Add two functions to lookup attributes from device to server and from ↵ | Abyss777 | |
device to config - Removed constant | |||
2016-09-20 | Add parameter "report.ignoreOdometer" | Abyss777 | |
2016-09-16 | Use same code formatting for switches | Anton Tananaev | |
2016-08-25 | Made trips detector behavior configurable | Abyss777 | |
2016-08-24 | - Fixed optional odometer for wondex protocol | Abyss777 | |
- Do not use zero odometer values to calculateDistance | |||
2016-08-23 | - Fixed units of KEY_ODOMETER to meters in some protocols | Abyss777 | |
- Fixed some wrong using of odometer and distance - Waiting meters in ReportUtils.calculateDistance | |||
2016-08-20 | Removed rounding and BigDecimal for distance and averageSpeed | Abyss777 | |
2016-08-20 | - Renamed calculateFuel | Abyss777 | |
- Used int in BigDecimal constructor - Added extra space | |||
2016-08-19 | - Added trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes | |||
2016-08-14 | - Added rounding for some values | Abyss777 | |
- Some changes in casting objects - Renamed General to Summary | |||
2016-08-13 | - Split distance to distance and total distance | Abyss777 | |
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes | |||
2016-08-12 | Removed unused imports | Abyss777 | |
2016-08-12 | Removed unnecessary rounding | Abyss777 | |
2016-08-12 | Calculate summary distance with help of "odometer" or "distance" attribute | Abyss777 | |
2016-08-12 | - Removed decimal part | Abyss777 | |
- Fixed license header | |||
2016-08-12 | - Fixed casting ignition object to boolean | Abyss777 | |
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers | |||
2016-08-11 | - Enabled IgnitionEventHandler in pipeline | Abyss777 | |
- Added motorHours to SummaryReport - Added ignition to test-generator.py | |||
2016-08-08 | - Added deviceId in SummaryReport | Abyss777 | |
- Response bare array for application/json - Migrate to /api/reports/route in web-interface | |||
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-05 | Do not repeat header for every device | Abyss777 | |
2016-08-05 | - Moved GeneralReport to separate file | Abyss777 | |
- Removed unnecessary getOut function - Added methods sorting | |||
2016-08-05 | - Added distance rounding | Abyss777 | |
- Fixed charset | |||
2016-08-04 | General report implementation | Abyss777 | |
2016-08-04 | - Moved retrieving Accept to BaseResource | Abyss777 | |
- Added Events report - Removed deviceIds from csv | |||
2016-08-04 | - Added getGroupDevices to PermissionsManager | Abyss777 | |
- Implemented Route Report |