8000 Comparing v0.38.0...v0.38.1 · go-faster/jx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: go-faster/jx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38.0
Choose a base ref
...
head repository: go-faster/jx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.38.1
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 24, 2022

  1. Configuration menu
    10000
    Copy the full SHA
    5bfcd2d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.5...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c1824e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from go-faster/dependabot/go_modules/github.co…

    …m/stretchr/testify-1.8.0
    
    chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
    ernado authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    aad4d90 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. fix: do not reference buffer for key if decoder is buffered

    Subsequent reads will change buffer and so, may overwrite the key.
    tdakkota committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ffea80f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from tdakkota/fix/object-reading

    fix: do not reference buffer for key if decoder is buffered
    ernado authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0dc2de2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ba1af View commit details
    Browse the repository at this point in the history
  4. test: add corpus

    ernado committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8fe1687 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    6344d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    763f90a View commit details
    Browse the repository at this point in the history
  3. test: don't fuzz on windows

    Ref: #52268
    ernado committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d71ae88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efaeb40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    6FDE
    Copy the full SHA
    340ba2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f5cf8d View commit details
    Browse the repository at this point in the history
Loading
0