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

Merge release 0.21.2 into 0.22.x #484

Merged
merged 4 commits into from
Jul 26, 2022
Merged

Commits on Jul 20, 2022

  1. fix bug: #471

    when i access "/run/compare?base=xxx" page, Pagination is unavailable because of this bug.
    cause templates/runs/compare.twig  referencing a nonexistent value -> {{ helpers.pagination('run.compare', pagination, url_params) }}
    sunanzhi committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a2ae503 View commit details
    Browse the repository at this point in the history
  2. remove dead code

    sunanzhi committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    07d56e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    f2cbb74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #481 from sunanzhi/0.21.x

    Fix missing required parameter in RunController:274
    glensc authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    597eecc View commit details
    Browse the repository at this point in the history