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

Fix UNSUPPORTED_RESOURCE result code for images #450

Commits on Nov 2, 2020

  1. Fix UNSUPPORTED_RESOURCE result code for images

    Make HMI to respond with the proper result code in case when
    STATIC image is received. Also removed redundant and
    commented code to make things cleaner.
    AKalinich-Luxoft committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    651c5b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    b54600d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0eb87 View commit details
    Browse the repository at this point in the history
  3. Fix response params forwarding

    There was noticed a regression that HMI does not forward
    params in case of error. This is because of complicated and
    wrong logic of calculation of some corner cases.
    To avoid that, condition was reformatted as a more readable
    separate function.
    AKalinich-Luxoft committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    124372e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    3fef8dc View commit details
    Browse the repository at this point in the history