Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getappmap/appmap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.6
Choose a base ref
...
head repository: getappmap/appmap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.7
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 15, 2024

  1. fix: disable parameter rendering by default

    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".
    apotterri authored and dustinbyrne committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    91f1364 View commit details
    Browse the repository at this point in the history
  2. fix: cache Env.root_dir, is_appmap_repo

    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.
    apotterri authored and dustinbyrne committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5122d76 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.1.7 [skip ci]

    ## [2.1.7](v2.1.6...v2.1.7) (2024-08-15)
    
    ### Bug Fixes
    
    * cache Env.root_dir, is_appmap_repo ([5122d76](5122d76))
    * disable parameter rendering by  default ([91f1364](91f1364))
    semantic-release-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8a602f4 View commit details
    Browse the repository at this point in the history
Loading