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: incorrect interval reported on the Sources list page #1610

Merged
merged 1 commit into from
Mar 4, 2022

Commits on Mar 4, 2022

  1. fix: incorrect interval reported on the Sources list page

    == UI
    
    * Utility function to convert `interval` to string, that way we have to
      change only in one place if we want to change the format.
    
    == Backend
    
    * Fix interval calculation on `HelmRepository` and `GitRepository`.
      The issues was: `.Minutes()` and `.Seconds()` return with the value of
      the whole interval, not just the minutes/seconds parts.
    yitsushi committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c0995da View commit details
    Browse the repository at this point in the history