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

Make results' limits configurable (fixes #347) #1331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 21, 2021

  1. Make rendering limits configurable.

    There were several places in code with hardcoded limits for items rendered on charts. It was really inconvenient for the end-user who had to rebuild the entire project to make limits configurable.
    
    This fix moves the actual configuration into an Aggregator interface which is implemented by key plugins. Moreover, a user can now control the limits via ALLURE_RESULTS_LIMIT env variable that could be set before report's generation. Note that a newly added method was intentionally made static as some of the APIs that adjust the limits are also static.
    sskorol committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    50c63b0 View commit details
    Browse the repository at this point in the history