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 the errors in the dashboard for the AIO installation #2118

Merged
merged 14 commits into from
Mar 10, 2023

Commits on Mar 7, 2023

  1. Add some retries to the API Token downloading

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a4cbfd3 View commit details
    Browse the repository at this point in the history
  2. Add a retry for the dashboard initialization

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b29110f View commit details
    Browse the repository at this point in the history
  3. Remove debug statements and add double-quotes to the TOKEN

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f457a3c View commit details
    Browse the repository at this point in the history
  4. Adequate the changes to 4.3.10

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2566efb View commit details
    Browse the repository at this point in the history
  5. Add logger to the getToken retrying

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2c43422 View commit details
    Browse the repository at this point in the history
  6. Change retry logs to INFO and remove common_curl

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    db0b6fa View commit details
    Browse the repository at this point in the history
  7. Add the retries in the case of curl error for the token download

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    abedaa9 View commit details
    Browse the repository at this point in the history
  8. Change the type of http request used based on the version

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bbf3031 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Remove double-quotes in curls

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5026814 View commit details
    Browse the repository at this point in the history
  2. Add the changes of 4.4 done to the installer builder

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f3dce9e View commit details
    Browse the repository at this point in the history
  3. Changed double-quoting on changes in the dashboard initialization

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2a90671 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Add option to specify pre-release repository on the builder and corre…

    …ct help commentary for argument --development
    
    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    81187fc View commit details
    Browse the repository at this point in the history
  2. Unify the use of double-quotes

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    63ab264 View commit details
    Browse the repository at this point in the history
  3. Increased retries and times for the sleep

    Signed-off-by: Miguel Verdaguer Velázquez <[email protected]>
    verdx committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3a47f1b View commit details
    Browse the repository at this point in the history