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: jmespath/go-jmespath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: jmespath/go-jmespath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b0104c8
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Jun 29, 2020

  1. Standardize license

    This helps license identification tools identify the license, and applies the license correctly
    ajorg-aws committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    b89213a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    46f0ea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Merge pull request #54 from ajorg-aws/master

    Standardize license
    jamesls authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    17482ba View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Switch from travis to GitHub actions

    There's few housekeeping tasks I'd like to do with this repo
    but we need CI in place before making those changes.
    jamesls committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5ff2f1c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    6e3b2fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ci' into master

    PR #68
    
    * ci:
      Use go mod download instead of go get
      Switch from travis to GitHub actions
      Add github actions workflow
    jamesls committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    16a8ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79a7cd View commit details
    Browse the repository at this point in the history
  4. Fix lint issues with generated code

    Updated to the latest version of stringer and reran
    go generate.  We no longer need the special casing
    to ignore the generated files
    jamesls committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    054588b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0964bb View commit details
    Browse the repository at this point in the history
  6. Fix linting issues

    jamesls committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ee361fd View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix-lint' into master

    PR #69
    
    * fix-lint:
      Fix linting issues
      Add golangci-lint to lint checks
      Fix lint issues with generated code
      Fix error message flagged from linter
    jamesls committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b0104c8 View commit details
    Browse the repository at this point in the history
Loading