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

disable parameter rendering by default #370

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

apotterri
Copy link
Contributor

By default, parameters will no longer be rendered as strings by default.
To see the values of parameters, APPMAP_DISPLAY_PARAMS must be set to
"true".

Fixes #360.

By default, parameters will no longer be rendered as strings by default.
To see the values of parameters, APPMAP_DISPLAY_PARAMS must be set to
"true".
Cache the value computed for root_dir. Note that there are many tests
that expect to set root dir (by passing cwd to __init__), which show
that the cached value is managed correctly.

Also, cache is_appmap_repo. Its value is never reset.
@dustinbyrne dustinbyrne self-requested a review August 14, 2024 13:25
@dustinbyrne dustinbyrne merged commit 5122d76 into master Aug 15, 2024
2 checks passed
@dustinbyrne dustinbyrne deleted the no-display-params_20240812 branch August 15, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parameters are not rendered by default
2 participants