GitHub Actions Filter Button

Filter Kata Containers passed or non-required checks.

Устаревшая версия за 20.02.2024. Перейдите к последней версии.

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • вер. 1.0.10 23.02.2024

    Release v1.0.10

    Changes include

    • There is no github icon for the non-gha checks, so the indexes of status element and details element are required to calculate dynamically.
    • GitHub updates periodly to restore the hidden checks. We need to update hidden to fit the above issue.
    • Change log level while status and details elements not found.
    • Fix reset hidden check issues.
  • вер. 1.0.9 23.02.2024

    Fix reset hidden check issues

    Count checks that weren't be hidden, instead of counting all checks.

  • вер. 1.0.9 23.02.2024

    Change log level while status and details elements not found

    Log level from debug to error.

  • вер. 1.0.9 23.02.2024

    Fix two filtering issues

    • There is no github icon for the non-gha checks, so the indexes of status element and details element are required to calculate dynamically.
    • GitHub updates periodly to restore the hidden checks. We need to update hidden to fit the above issue.
  • вер. 1.0.9 22.02.2024

    Release v1.0.9

  • вер. 1.0.8 22.02.2024

    Fix issues with suffix of issuecomment

    The button doesn't show up while the url has suffix of #issuecomment-{number}, e.g. "https://github.com/kata-containers/kata-containers/pull/5491#issuecomment-1959055471".

  • вер. 1.0.8 22.02.2024

    Release v1.0.8 (#3)

    Two changes

    • Remove negative value of filteredItems (#1)
    • Fix url change listener issues (#2)
  • вер. 1.0.7 22.02.2024

    Fix url change listener issues (#2)

    Add two event listeners, 'popstate' and 'hashchange', to fix the issue where url change events aren't triggered while going back.

  • вер. 1.0.7 22.02.2024

    Remove negative value of filteredItems (#1)

  • вер. 1.0.7 20.02.2024

    1.0.7: Show the button with suffix of discussion

  • вер. 1.0.6 20.02.2024

    1.0.6: Show the button with the suffix of pullrequestreview

    Show the button in the page, such as https://github.com/kata-containers/kata-containers/pull/9114#pullrequestreview-1889523980

  • вер. 1.0.5 20.02.2024

    1.0.5: Fix a filtered issue

    If there is no items after filtering, the if condition,checks.length == 0, prevent restoring checks.

  • вер. 1.0.4 20.02.2024

    1.0.4: Fix an url match issue

  • вер. 1.0.3 20.02.2024

    1.0.3: Fix some issues

  • вер. 1.0.2 20.02.2024

    1.0.2: Fix the issue where the button doesn't show up sometimes

    The button is inserted to body instead of check summary div, which is able to fix the issue where the button doesn't show up sometimes.

  • вер. 1.0.1 20.02.2024

    1.0.1: Enhance stability

    The changes include

    • Remove a check for the status of pull request.
    • Add more debug logs.
    • Remove unnecessary CSS selectors.
  • вер. 1.0.0 18.02.2024

    Release v1.0.0

  • вер. 2024-02-18 18.02.2024

    Update main.js

  • вер. 2024-02-08 08.02.2024 Imported from URL
  • вер. 2024-02-08 08.02.2024 Imported from URL
  • вер. 2024-02-07 07.02.2024
  • вер. 2024-02-06 06.02.2024