Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDL-0296] Possibility to update video streaming capabilities during ignition cycle #3468

Commits on Jul 23, 2020

  1. Temporary commit to change URL of rpc_spec repository

    IGapchuk authored and LitvinenkoIra committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    fa49029 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Change rpc_spec reference according to the new changes in the rpc_spe…

    …c repo
    IGapchuk authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    decd04a View commit details
    Browse the repository at this point in the history
  2. Add the new OnAppCapabilityUpdated RPC with appropriate types to the …

    …HMI_API
    IGapchuk authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    9ea01b6 View commit details
    Browse the repository at this point in the history
  3. Add the smart objects keys for the new parameters

    IGapchuk authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    36e891b View commit details
    Browse the repository at this point in the history
  4. Add OnAppCapabilityUpdatedNotification and BCOnAppCapabilityUpdatedNo…

    …tification
    IGapchuk authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ec4bef8 View commit details
    Browse the repository at this point in the history
  5. Add Unit tests for the OnAppCapabilityUpdated RPCs

    IGapchuk authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e2ac645 View commit details
    Browse the repository at this point in the history
  6. Fix code generation for recursive structures

    Currently InterfaceGenerator is not able to generate recursive structures
    i.e. one or several structure attributes have its own type e.g.:
    struct VideoStreamingCapability {
      ...
        VideoStreamingCapability
        additionalVideoStreamingCapabilities;
    }
    because structure type
    fully defined only when all of it attributes are defined.
    Otherwise param with type of structure will have AlwaysFalseSchema for
    validation so this param will never be validated successfully.
    
    With this commit InterfaceGenerator is able to handle such
    problem.
    YarikMamykin authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    7a0ba7a View commit details
    Browse the repository at this point in the history
  7. Update OnBCSystemCapabilityUpdatedNotificationFromHMITest Unit tests

    Add the checking of the SystemCapabilityType::VIDEO_STREAMING in the message
    and setting it into the HMICapabilities.
    IGapchuk authored and LitvinenkoIra committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    94577fc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    359d596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2f1ef View commit details
    Browse the repository at this point in the history
  3. Update Unit tests for OnSystemCapabilityUpdated notifications

    IGapchuk authored and LitvinenkoIra committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    995f8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Add app_id to OnAppCapabilityUpdated notification to HMI

    LitvinenkoIra committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    95eca48 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Updates during code review

    LitvinenkoIra committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    36f2f37 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge remote-tracking branch 'origin/develop' into feature/0296_possi…

    …bility_to_update_video_streaming_capabilities
    LitvinenkoIra committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    752f3bc View commit details
    Browse the repository at this point in the history
  2. Update logger

    LitvinenkoIra committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a36ff38 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Update link to rpc_spec

    LitvinenkoIra committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    27459b0 View commit details
    Browse the repository at this point in the history
  2. Return back the driverDistractionCapability that was missed during co…

    …nflicts resolving
    LitvinenkoIra committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    9b7293b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5393355 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into feature/0296_possi…

    …bility_to_update_video_streaming_capabilities
    LitvinenkoIra committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4c733a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge remote-tracking branch 'origin/develop' into feature/0296_possi…

    …bility_to_update_video_streaming_capabilities
    LitvinenkoIra committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    ddb936b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge remote-tracking branch 'origin/develop' into feature/0296_possi…

    …bility_to_update_video_streaming_capabilities
    LitvinenkoIra committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    437ca22 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Updates during code review

    LitvinenkoIra committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8212d63 View commit details
    Browse the repository at this point in the history
  2. Update link to rpc_spec

    LitvinenkoIra committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d51b003 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    868eccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a06d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from LuxoftSDL/feature/0296_possibility_to_up…

    …date_video_streaming_capabilities_testing
    
    Fix resolutions switching on streaming
    AKalinich-Luxoft authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    89e27c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccce573 View commit details
    Browse the repository at this point in the history
  5. Update rpc_spec

    dboltovskyi committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1f278a7 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'smart/develop' into feature/0296_possib…

    …ility_to_update_video_streaming_capabilities
    dboltovskyi committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3396fd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Mark function as deprecated

    LitvinenkoIra committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3d6a459 View commit details
    Browse the repository at this point in the history
  2. Updates during code review

    LitvinenkoIra committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f0de706 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge remote-tracking branch 'origin/develop' into feature/0296_possi…

    …bility_to_update_video_streaming_capabilities
    LitvinenkoIra committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    177f079 View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespaces

    LitvinenkoIra committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    31b0e74 View commit details
    Browse the repository at this point in the history
  3. Update link to rpc_spec

    LitvinenkoIra committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    bfade9a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'smart/develop' into feature/0296_possib…

    …ility_to_update_video_streaming_capabilities
    dboltovskyi committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    b6c98a4 View commit details
    Browse the repository at this point in the history
  5. Update rpc_spec

    dboltovskyi committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    73f73ce View commit details
    Browse the repository at this point in the history