-
Notifications
You must be signed in to change notification settings - Fork 102
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
Update comments in generated code to align with Go standards #131
base: master
Are you sure you want to change the base?
Commits on Feb 17, 2023
-
Change generated code comment to match common Go
According to https://golang.org/s/generatedcode the generated Go code should have a comment matches the following regexp: ``` ^// Code generated .* DO NOT EDIT\.$ ```
Configuration menu - View commit details
-
Copy full SHA for c02dd54 - Browse repository at this point
Copy the full SHA c02dd54View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a07f39f - Browse repository at this point
Copy the full SHA a07f39fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744948e - Browse repository at this point
Copy the full SHA 744948eView commit details
Commits on Mar 2, 2024
-
Setup dependabot (uber-go#140)
Create dependabot.yml
Configuration menu - View commit details
-
Copy full SHA for d41736f - Browse repository at this point
Copy the full SHA d41736fView commit details -
Reference workflow actions by SHA (uber-go#141)
This solves uber-go#139 by referencing actions by sha rather than directly by version. We also update all of the actions we use at the same time.
Configuration menu - View commit details
-
Copy full SHA for e4fc414 - Browse repository at this point
Copy the full SHA e4fc414View commit details -
Bump codecov/codecov-action from 3.1.1 to 3.1.4 (uber-go#147)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@d9f34f8...eaaf4be) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 614fdf7 - Browse repository at this point
Copy the full SHA 614fdf7View commit details -
Reference fossa workflow actions by SHA (uber-go#148)
This references fossa workflow actions by SHA, which uber-go#141 missed.
Configuration menu - View commit details
-
Copy full SHA for 345bda0 - Browse repository at this point
Copy the full SHA 345bda0View commit details -
Bump actions/checkout from 4.0.0 to 4.1.1 (uber-go#149)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1e31de5...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b72184 - Browse repository at this point
Copy the full SHA 1b72184View commit details -
Bump honnef.co/go/tools from 0.3.3 to 0.4.6 in /tools (uber-go#143)
Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.3.3 to 0.4.6. - [Release notes](https://github.com/dominikh/go-tools/releases) - [Commits](dominikh/go-tools@v0.3.3...v0.4.6) --- updated-dependencies: - dependency-name: honnef.co/go/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2a8ef6 - Browse repository at this point
Copy the full SHA c2a8ef6View commit details -
Bump actions/cache from 3.3.2 to 3.3.3 (uber-go#150)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@704facf...e12d46a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ad4cde - Browse repository at this point
Copy the full SHA 4ad4cdeView commit details -
Bump actions/cache from 3.3.3 to 4.0.0 (uber-go#152)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@e12d46a...13aacd8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6fcaa0d - Browse repository at this point
Copy the full SHA 6fcaa0dView commit details -
Bump codecov/codecov-action from 3.1.4 to 3.1.5 (uber-go#153)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@eaaf4be...4fe8c5f) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4945af - Browse repository at this point
Copy the full SHA d4945afView commit details -
Change generated code comment to match common Go
According to https://golang.org/s/generatedcode the generated Go code should have a comment matches the following regexp: ``` ^// Code generated .* DO NOT EDIT\.$ ```
Configuration menu - View commit details
-
Copy full SHA for c0c7699 - Browse repository at this point
Copy the full SHA c0c7699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a69a0e - Browse repository at this point
Copy the full SHA 4a69a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee429a8 - Browse repository at this point
Copy the full SHA ee429a8View commit details