-
Notifications
You must be signed in to change notification settings - Fork 180
Comparing changes
Open a pull request
base repository: reddit/baseplate.py
base: v2.7.1b4
head repository: reddit/baseplate.py
compare: v2.7.1b5
- 10 commits
- 137 files changed
- 6 contributors
Commits on Nov 1, 2024
-
Bump actions/cache from 4.0.2 to 4.1.2 (#1018)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...6849a64) --- updated-dependencies: - dependency-name: actions/cache 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 c5ee245 - Browse repository at this point
Copy the full SHA c5ee245View commit details -
Bump actions/checkout from 4.2.0 to 4.2.2 (#1017)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout 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 37d9552 - Browse repository at this point
Copy the full SHA 37d9552View commit details -
Bump actions/setup-python from 5.2.0 to 5.3.0 (#1016)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- updated-dependencies: - dependency-name: actions/setup-python 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 e4bb960 - Browse repository at this point
Copy the full SHA e4bb960View commit details -
Bump boto3 from 1.35.46 to 1.35.53 (#1015)
Bumps [boto3](https://github.com/boto/boto3) from 1.35.46 to 1.35.53. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.46...1.35.53) --- updated-dependencies: - dependency-name: boto3 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 67a1a06 - Browse repository at this point
Copy the full SHA 67a1a06View commit details -
Bump pytest-cov from 5.0.0 to 6.0.0 (#1014)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development 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 bbe0ce8 - Browse repository at this point
Copy the full SHA bbe0ce8View commit details -
Bump types-setuptools from 75.2.0.20241019 to 75.2.0.20241025 (#1013)
Bumps [types-setuptools](https://github.com/python/typeshed) from 75.2.0.20241019 to 75.2.0.20241025. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development 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 c389674 - Browse repository at this point
Copy the full SHA c389674View commit details -
* Replace flake8, black, reorder-python-imports with Ruff * Apply automated Ruff lint fixes * Temporarily disable E501 Will come back to this, just want to make sure Ruff isn't breaking anything first with the existing changes. * Manual lint fixes * Revert "Temporarily disable E501" This reverts commit f593bb0. * Manual E501 lint fixes * Set target-version = "py39" and re-run linter
Configuration menu - View commit details
-
Copy full SHA for c5b7ca9 - Browse repository at this point
Copy the full SHA c5b7ca9View commit details
Commits on Nov 7, 2024
-
Add secrets fetcher tests where none existed before (#1019)
* Add secrets fetcher sidecar tests * Add pyfakefs * fix AttributeError: module 'datetime' has no attribute 'UTC' on python < 3.11 * fix AssertionError: 'root' != 'vscode' on CI * clean up tests * Remove incomplete test `sets_mode` * Update tests/unit/sidecars/secrets_fetcher_tests.py Co-authored-by: Chris Kuehl <[email protected]> * Use autospec=True when patching VaultClientFactory * Test setting file group ownership using the group database entry from the OS group ID --------- Co-authored-by: Chris Kuehl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69e7d4f - Browse repository at this point
Copy the full SHA 69e7d4fView commit details
Commits on Nov 12, 2024
-
tracing: Only decode the traceparent and tracestate headers (#1021)
* otelctx: Only decode the traceparent and tracestate headers We all change the UnicodeDecodeError exception to be a debug message. This really shouldn't happen oncee we are restricting the headers to tracestate and traceparent though. * tracing: Inject legacy headers into tracing context as well. * Move W3C header list to top-level constant * Emit debug-level log for UnicodeDecodeError --------- Co-authored-by: Trevor Riles <[email protected]> Co-authored-by: Chris Kuehl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f4d891 - Browse repository at this point
Copy the full SHA 6f4d891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c859d - Browse repository at this point
Copy the full SHA 60c859dView 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 v2.7.1b4...v2.7.1b5