-
Notifications
You must be signed in to change notification settings - Fork 149
Comparing changes
Open a pull request
base repository: go-openapi/runtime
base: v0.26.0
head repository: go-openapi/runtime
compare: v0.26.2
- 11 commits
- 78 files changed
- 4 contributors
Commits on Dec 7, 2023
-
* updated go version requirement to go1.19 * updated dependencies, excepted: * yaml (upgrade to v3 deferred to another PR) * otel (upgrade is breaking: deferred to another PR) * ci: updated linting rules, in line with other go-openapi repos * exception: disabled the "nilerr" linter, which currently crashes for this repo * ci:updated github actions, in line with other go-openapi repos * doc: updated README links and badges * major relinting of all test code * relinting non-test code is deferred to another PR (hopefully with less changes) * changes to non-test code are limited to: * addition of (temporary) nolint directives * gofmt/typos in comments * unused params TODO in forthcoming PRs: * [ ] upgrade to yaml/v3 * [ ] upgrade OTEL packages * [ ] gradually remove most "nolint" directives in non-test code * [ ] complete test refactoring: some nolint directives have been added to skip more complex refacoring (e.g. duplicate code) Signed-off-by: Frederic BIDON <fredbi@yahoo.com>Configuration menu - View commit details
-
Copy full SHA for e4cc157 - Browse repository at this point
Copy the full SHA e4cc157View commit details
Commits on Dec 8, 2023
-
Merge pull request #269 from fredbi/chore/update-linting
chore: relint & update
Configuration menu - View commit details
-
Copy full SHA for 381952b - Browse repository at this point
Copy the full SHA 381952bView commit details -
upgraded opentelemetry client to OTEL v1.17.0
* NOTE: otel v1.17.0 is the last version supporting go1.19. more recent otel packages (now v1.21.0) require go1.20. Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 1d20135 - Browse repository at this point
Copy the full SHA 1d20135View commit details -
* fixes #245 Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 337c930 - Browse repository at this point
Copy the full SHA 337c930View commit details -
added check to prevent HasContent() to panic after the reader is
closed * fixes #268 Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 1af6e90 - Browse repository at this point
Copy the full SHA 1af6e90View commit details -
This phase applies trivial relinting fixes, to keep the amount of changes reviewable. Non-trivial fixes are deferred to a follow-up PR. Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 42df208 - Browse repository at this point
Copy the full SHA 42df208View commit details -
test: refactored tests for authenticators
* addressed code duplication in tests * used sub tests to improve readability * covered a few additional edged cases (passing unexpected types, empty realm) Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 4bad8c4 - Browse repository at this point
Copy the full SHA 4bad8c4View commit details
Commits on Dec 9, 2023
-
Merge pull request #274 from fredbi/chore/linting-phase2
chore: relinting, continued
Configuration menu - View commit details
-
Copy full SHA for 8e5f477 - Browse repository at this point
Copy the full SHA 8e5f477View commit details -
Merge pull request #275 from fredbi/chore/linting-phase3
test: refact tests for authenticators
Configuration menu - View commit details
-
Copy full SHA for 7c81d43 - Browse repository at this point
Copy the full SHA 7c81d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adaa35 - Browse repository at this point
Copy the full SHA 5adaa35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6b268 - Browse repository at this point
Copy the full SHA 7c6b268View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.26.0...v0.26.2