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: percy/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.0
Choose a base ref
...
head repository: percy/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.29.1
Choose a head ref
  • 8 commits
  • 27 files changed
  • 3 contributors

Commits on Jul 24, 2024

  1. Add cookies in config for domSnapshot (#1669)

    * Add cookies in config for domSnapshot
    
    * Added test
    
    * Added test + handle edge case for cookies
    chinmay-browserstack authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e6b3ec4 View commit details
    Browse the repository at this point in the history
  2. Added logic to auto detect system level proxy (#1665)

    * Added logic to auto detect system level proxy
    
    * Fix import
    
    * Added tests + some refactoring
    
    * Fix coverage
    
    * Fix coverage
    
    * Add test for coverage
    
    * break into smaller functions
    
    * Adressed comments
    chinmay-browserstack authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ed3868d View commit details
    Browse the repository at this point in the history
  3. Detect and modify invalid URL characters (#1664)

    * feat: added invalid URL detection for snapshot & network urls
    
    * test: added test for snapshot urls for detecting snapshot url
    
    * test: added test for network urls
    
    * test: test fix
    
    * test: snapshot.test.js fix
    
    * test: coverage fix
    
    * test: coverage fix
    
    * fix: addressing comment
    feat: moved logging and trycatch handling to utils.js
    chore: Updated error/warning message for invalid URL's
    
    * test: test fix on assets discovery
    
    * test: added test for utils.js(decodeAndEncodeURLWithLogging)
    
    * chore: addressing comments, moving to function validateAndFixSnapshotUrl in snapshot.js
    
    * chore: lint fix
    this-is-shivamsingh authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a555427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d325b7b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. adding request url to proxying request error log (#1677)

    * adding request url to proxying request error log
    
    * adding test
    prklm10 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    58c7acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7608e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    ed69ff9 View commit details
    Browse the repository at this point in the history
  2. releasing stable v1.29.1 version (#1683)

    * releasing stable version
    
    * releasing stable version
    prklm10 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a2f1abd View commit details
    Browse the repository at this point in the history
Loading