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

Add transformation test make target and docs #1722

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on May 23, 2024

  1. Add transformation test make target and docs

    This PR adds make targets for transformation tests, as well as usage
    docs.
    
    Some other things were fixed incidentally:
    * Running the `precommit_update` target yielded numerous files missing
      license headers
    * Fixed warnings in `transformation_test.go`
    
    Signed-off-by: braydonk <[email protected]>
    braydonk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f7aecdd View commit details
    Browse the repository at this point in the history
  2. remove unintended function

    braydonk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    33a760b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73e5155 View commit details
    Browse the repository at this point in the history
  4. change error name from cmdErr to err

    I think this makes more sense, and also fixes a typo I had here
    previously that caused the tests to fail.
    braydonk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    79127e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb99ab View commit details
    Browse the repository at this point in the history
  6. Just kidding that doesn't work

    This reverts commit dbb99ab.
    braydonk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    91c0397 View commit details
    Browse the repository at this point in the history
  7. consolidate build scripts

    braydonk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cfcc68f View commit details
    Browse the repository at this point in the history
  8. reword gitignore comments

    braydonk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a4b98df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65cfc75 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    f1d154e View commit details
    Browse the repository at this point in the history
  2. remove unnecessary var

    braydonk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e87fa1e View commit details
    Browse the repository at this point in the history
  3. move shared lib comment

    braydonk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0572082 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d2aeac View commit details
    Browse the repository at this point in the history
  5. properly quote ldflag

    braydonk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    34654d8 View commit details
    Browse the repository at this point in the history
  6. set me free from bash hell

    braydonk committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e1164e0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    78fbf64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b94c571 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. change P variable to FILE

    braydonk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ea76294 View commit details
    Browse the repository at this point in the history
  2. fix outdated comment

    braydonk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c66ca2d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    4ed4297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0194ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0800d03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db4c79 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. merge master

    braydonk committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    eb5d8ef View commit details
    Browse the repository at this point in the history
  2. update some goldens

    braydonk committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2853765 View commit details
    Browse the repository at this point in the history
  3. fix dev-doc grammar

    braydonk committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6e0c84a View commit details
    Browse the repository at this point in the history