summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Enables resumption test disabled previously"revert-604-fix/resumption_test_enabledAGaliuzov2016-06-171-2/+4
|
* Merge pull request #604 from dev-gh/fix/resumption_test_enabledAGaliuzov2016-06-171-4/+2
|\ | | | | Enables resumption test disabled previously
| * Enables resumption test disabled previouslyAndrey Oleynik2016-06-161-4/+2
| | | | | | | | Relates-to: APPLINK-22716
* | Merge pull request #607 from LevchenkoS/fix/Resolve_Qt_build_issuesAndrew Byzhynar2016-06-164-14/+16
|\ \ | | | | | | Resolve Qt build issues
| * | Resolve Qt build issuesLevchenko2016-06-164-14/+16
|/ / | | | | | | | | | | | | | | | | | | | | | | - `const` variables are moved to anonymous namespace from next classes: - `CommandImplTest`; - `CommandRequestImplTest`; - Removed unnecessary library includes from `CMakeLists.txt` files related to commands unit tests. Resolves: APPLINK-25431
* | Merge pull request #609 from AByzhynar/fix/Fix_script_building_OpenSSLArtem Nosach2016-06-161-1/+3
|\ \ | | | | | | Fix script building OpenSSL
| * | Fix script building OpenSSLiAndrew52016-06-161-1/+3
|/ / | | | | | | | | | | | | Changed script which builds OpenSSL from sources Added checkout to stable commit Related: APPLINK:25463
* | Merge pull request #595 from Kozoriz/feature/Move_policy_handler_tests_from_pasaAGaliuzov2016-06-161-65/+71
|\ \ | | | | | | Add OnVehicleDataUpdated test
| * | Add OnVehicleDataUpdated testKozoriz2016-06-161-65/+71
| | | | | | | | | | | | | | | | | | | | | Test only for add coverage, because this method dont do anything. Related to: APPLINK-22709
* | | Merge pull request #594 from Kozoriz/feature/Add_five_tests_for_message_helperAGaliuzov2016-06-161-1/+112
|\ \ \ | |_|/ |/| | Add five tests for message helper
| * | Correctives after reviewKozoriz2016-06-151-50/+51
| | |
| * | Add five tests for message helperKozoriz2016-06-131-1/+111
| |/ | | | | | | | | | | | | Tests moved from pasa repo. All tests which we have in pasa, will be added to GENIVI. Related to : APPLINK-22710
* | Merge pull request #598 from ↵AGaliuzov2016-06-155-4/+42
|\ \ | | | | | | | | | | | | AGritsevich/Fix/SDL_does_not_send_LAUNCH_APP_to_mobile Fix APP_LAUNCH request
| * | Fix APP_LAUNCH requestAnton Hrytsevich2016-06-145-4/+42
| | | | | | | | | | | | | | | SDL doesn't look for id in list of app waiting to be registered. Closes-bug: [APPLINK-25275](https://adc.luxoft.com/jira/browse/APPLINK-25275)
* | | Merge pull request #599 from ↵AGaliuzov2016-06-155-20/+9
|\ \ \ | | | | | | | | | | | | | | | | VProdanov/fix/Core_dump_when_app_is_at_LIMITED_and_stop_connection_or_ignition_off Fix_core_dump_when_app_is_in_LIMITED_and_ignition_off_is_sent
| * | | Fix_core_dump_when_app_is_in_LIMITED_and_ignition_off_is_sentVProdanov2016-06-145-20/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for the coredump was a string destructor call after the string was already destructed. After checking the address in memory where we were dummped the involved strings were discovered. The apperant reason for the double destruction in doubled linking of the same string in static and dynamic library. Related-Issue: APPLINK-22355
* | | Merge pull request #593 from OHerasym/fix/readme-committers-contributing-filesArtem Nosach2016-06-151-9/+153
|\ \ \ | | | | | | | | Update README.md
| * | | Update README.mdOleh Herasym2016-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | Update link to QT Framework Related: APPLINK-25183
| * | | Update README.mdOleh Herasym2016-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | Fix typo errors related: APPLINK-25183
| * | | Update README.mdOleh Herasym2016-06-131-1/+1
| | | | | | | | | | | | Change subtitle "Not required steps" to "Optional steps"
| * | | Update README.mdOleh Herasym2016-06-101-9/+153
| | | | | | | | | | | | | | | | | | | | | | | | 1. Add Windows build steps 2. Add QT build steps Related: APPLINK-25183
* | | | Fix start service repeat sequence (#588)Anatoliy2016-06-152-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix retry sequence for NaviStartStreaming/AudioStartStream requests. Issue: APPLINK-24863 * Fix logger usage Issue: APPLINK-24863
* | | | Merge pull request #591 from OHerasym/feature/add-build-scriptsArtem Nosach2016-06-142-0/+14
|\ \ \ \ | |_|/ / |/| | | Add WIN & QT build scripts
| * | | Add WIN & QT build scriptsHerasym2016-06-142-0/+14
|/ / / | | | | | | | | | | | | | | | | | | 1. Add WIN platform build & run tests script 2. Add QT platform build & run tests script Related: APPLINK-25165
* | | Merge pull request #574 from Kozoriz/fix/Correct_test_coverage_sectionArtem Nosach2016-06-131-2/+9
|\ \ \ | | | | | | | | Correct test coverage section
| * | | Update test coverage sectionKozoriz2016-06-101-2/+9
| | | |
* | | | Merge pull request #582 from LevchenkoS/feature/Tools_for_test_CommandsAnton Hrytsevich2016-06-109-0/+1347
|\ \ \ \ | | | | | | | | | | Create tools to test commands
| * | | | Create tools to test commandsLevchenko2016-06-109-0/+1347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Been done: - Added specific abstract classes for commands testing (CommandsTest and CommandRequestTest); - Been added unit tests for base command classes (CommandImpl, CommandRequestImpl, CommandResponseImpl); - Been added unit tests for next mobile response commands: - ListFilesResponse - ReadDIDResponse - AlertManeuverResponse - AlertResponse - SubscribeButtonResponse Related to: APPLINK-24911
* | | | | Merge pull request #589 from ↵Andrew Byzhynar2016-06-107-268/+924
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | LevchenkoS/feature/Divide_HMICapabilities_into_interface_and_implementation Divide `HMICapabilities` into interface and implementation
| * | | | Divide `HMICapabilities` into interface and implementationLevchenko2016-06-097-268/+924
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Been done: - `HMICapabilities` class divided into interface and implementation; - New amendments to the dependent files, in accordance with the change of `HMICapabilities` class; - Created `MockHMICapabilities` class; - Changed `HMICapabilities` class to `HMICapabilities` interface in `ApplicationManagerImpl` class; - Removed unnecessary `virtual inline` modifiers from `HMICapabilitiesImpl` class; - Corrected coding style to all changed files; Resolves: APPLINK-24911
* | | | Merge pull request #581 from ↵AGaliuzov2016-06-102-3/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | dtrunov/fix/GetWayPoints_SDL_does_not_resend_appID_and_wayPointType_in_GetWayPoints_rps_to_HMI SDL does not resend appID and wayPointType in GetWayPoints rps to HMI
| * | | | SDL does not resend appID and wayPointType in GetWayPoints rps to HMIdtrunov2016-06-092-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add parameters in mobile command Closes bug [APPLINK-23766](https://adc.luxoft.com/jira/browse/APPLINK-23766)
* | | | | Merge pull request #569 from ↵AGaliuzov2016-06-091-239/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AGritsevich/fix/SDL_doesnt_send_OnSystemRequest_Querry_apps Fix manual send SystemRequest(QUERY_APP) from mobile app
| * | | | | Fix manual send SystemRequest(QUERY_APP) from mobile appAnton Hrytsevich2016-06-091-239/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was implemented not approved req-t that change current rules to validate Json file. Excess code was deleted and created link in req-ts. Closes-bug: [APPLINK-24365](https://adc.luxoft.com/jira/browse/APPLINK-24365)
* | | | | Merge pull request #584 from anosach-luxoft/fix/minor-fix-for-win-buildAnton Hrytsevich2016-06-091-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Minor fix for MSVC build
| * | | | Specify namespace explicitelyArtem Nosach2016-06-091-1/+1
| |/ / / | | | | | | | | | | | | Related-issues: APPLINK-22713, APPLINK-22716
* | | | Merge pull request #575 from ↵Artem Nosach2016-06-092-0/+28
|\ \ \ \ | |/ / / |/| | | | | | | | | | | AByzhynar/feature/Create_script_counting_DISABLED_tests_amount Create script counting DISABLED tests amount
| * | | Create script counting DISABLED tests amountiAndrew52016-06-072-0/+28
| |/ / | | | | | | | | | | | | | | | | | | Created bash script which counts all DISABLED unit tests amount and shows it Changed settings in travis.yml file to execute script Related issue: APPLINK-24966
* | | Merge pull request #570 from anosach-luxoft/feature/stable-backmerge-buildArtem Nosach2016-06-08859-38072/+27727
|\ \ \ | |/ / |/| | Add Windows and Qt support for SDL core
| * | Fix style issueArtem Nosach2016-06-081-2/+1
| | |
| * | Merge pull request #54 from dev-gh/fix/enable_disabled_testsArtem Nosach2016-06-088-80/+68
| |\ \ | | | | | | | | Fix and enables some previously disabled tests
| | * | Enables TM unit testsAndrey Oleynik2016-06-084-20/+15
| | | | | | | | | | | | | | | | Related-issues: APPLINK-22713, APPLINK-22716
| | * | Enables some policy tests disabled during portingAndrey Oleynik2016-06-084-60/+53
| | | | | | | | | | | | | | | | Related-issues: APPLINK-22713, APPLINK-22716
| * | | Merge pull request #53 from OHerasym/fix/logger-dont-save-log-fileArtem Nosach2016-06-083-1/+6
| |\ \ \ | | |/ / | |/| | Fix logger doesn't save log file
| | * | Fix saving log file issueHerasym Oleh2016-06-083-1/+6
| | | | | | | | | | | | | | | | Related: APPLINK-22713, APPLINK-22716
| * | | Merge pull request #52 from dev-gh/fix/disable_some_testsArtem Nosach2016-06-082-10/+15
| |\ \ \ | | | | | | | | | | Fix and disables some unit tests
| | * | | Disables ResumptionSqlQueryTests due to SEGFAULTAndrey Oleynik2016-06-081-1/+3
| | | | | | | | | | | | | | | | | | | | Related-issues: APPLINK-22713, APPLINK-22716
| | * | | Enables PolicyHandler tests, but w/o some failing testsAndrey Oleynik2016-06-082-9/+12
| |/ / / | | | | | | | | | | | | Related-issues: APPLINK-22713, APPLINK-22716
| * | | Merge pull request #51 from anosach-luxoft/fix/Enable-posix-testsArtem Nosach2016-06-0811-158/+113
| |\ \ \ | | |/ / | |/| | Enable posix tests
| | * | Enable utils testsArtem Nosach2016-06-081-2/+2
| | | | | | | | | | | | | | | | Related-issues: APPLINK-22713, APPLINK-22716