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

Some cleanup related to code generations #159

Merged
merged 9 commits into from
Apr 20, 2023
Merged

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    e8f44e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a1220 View commit details
    Browse the repository at this point in the history
  3. Use tools.go again

    It allows dependabot to bump the dependencies for tools, which is better
    than putting the versions in a bash script and never bumping them.
    triarius committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c098332 View commit details
    Browse the repository at this point in the history
  4. Check code generation in CI

    triarius committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e60b1bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9371daf View commit details
    Browse the repository at this point in the history
  6. Make some tests black boxes

    triarius committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c4df24f View commit details
    Browse the repository at this point in the history
  7. Use go run for mockgen

    triarius committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    cb8cea2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81447db View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Unversion golang container used for code generation step

    It's not necessary to pin the version as this is a job that does not
    produce artefacts that we ship, and go's compatibility promise should
    mean that any future version of go should be able to compile this code.
    triarius committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c9a13b8 View commit details
    Browse the repository at this point in the history