Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reddit/baseplate.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1b4
Choose a base ref
...
head repository: reddit/baseplate.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.1b5
Choose a head ref
  • 10 commits
  • 137 files changed
  • 6 contributors

Commits on Nov 1, 2024

  1. 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>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c5ee245 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    37d9552 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e4bb960 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    67a1a06 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bbe0ce8 View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c389674 View commit details
    Browse the repository at this point in the history
  7. Migrate to Ruff (#984)

    * 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
    chriskuehl authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c5b7ca9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. 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]>
    RyanBalfanz and chriskuehl authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    69e7d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 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]>
    3 people authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6f4d891 View commit details
    Browse the repository at this point in the history
  2. v2.7.1b5

    chriskuehl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    60c859d View commit details
    Browse the repository at this point in the history
Loading