Skip to content
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: abhinavsingh/proxy.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.4rc3
Choose a base ref
...
head repository: abhinavsingh/proxy.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.4rc4
Choose a head ref
  • 17 commits
  • 33 files changed
  • 6 contributors

Commits on Aug 13, 2022

  1. Ability to customize path to openssl using --openssl flag (#1257)

    * Ability to customize path to openssl using `--openssl` flag.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    abhinavsingh and pre-commit-ci[bot] authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    7b48431 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. pip prod(deps): bump types-setuptools from 63.4.0 to 64.0.1 (#1261)

    Bumps [types-setuptools](https://github.com/python/typeshed) from 63.4.0 to 64.0.1.
    - [Release notes](https://github.com/python/typeshed/releases)
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-setuptools
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3b3a3c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Bump actions/cache from 3.0.7 to 3.0.8 (#1264)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.0.7...v3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    5e02436 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    e69afad View commit details
    Browse the repository at this point in the history
  2. Update npm deps

    abhinavsingh committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    c200e63 View commit details
    Browse the repository at this point in the history
  3. Honor ca-file for reverse proxy upstream connections (#1283)

    * Make reverse proxy honor ca-file flag
    
    * Add stupid logging
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Remove print statements
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Trigger build
    
    Co-authored-by: Dmitriy Volk <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    4ee982a View commit details
    Browse the repository at this point in the history
  4. Update README.md flags

    abhinavsingh committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    9fbef5d View commit details
    Browse the repository at this point in the history
  5. pip prod(deps): bump autopep8 from 1.6.0 to 1.7.0 (#1262)

    Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/hhatto/autopep8/releases)
    - [Commits](hhatto/autopep8@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: autopep8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d89b986 View commit details
    Browse the repository at this point in the history
  6. Revert "pip prod(deps): bump autopep8 from 1.6.0 to 1.7.0" (#1285)

    Revert "pip prod(deps): bump autopep8 from 1.6.0 to 1.7.0 (#1262)"
    
    This reverts commit d89b986.
    abhinavsingh authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    a457d86 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Trigger build

    abhinavsingh committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    f3827fd View commit details
    Browse the repository at this point in the history
  2. Fix broken build (#1301)

    * Pin `tox==3.25.1`
    
    * Ignore B027
    
    * Use `ubuntu-20.04` not latest due to https://github.com/actions/setup-python/issues/544\#issuecomment-1320295576
    
    * More `-20.04`
    
    * 3.6.15
    
    * ubuntu-20.04
    
    * Remove hardcoded `-latest`
    abhinavsingh authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    8e25cd7 View commit details
    Browse the repository at this point in the history
  3. pip prod(deps): bump types-requests from 2.28.8 to 2.28.11.5 (#1294)

    Bumps [types-requests](https://github.com/python/typeshed) from 2.28.8 to 2.28.11.5.
    - [Release notes](https://github.com/python/typeshed/releases)
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    5a55040 View commit details
    Browse the repository at this point in the history
  4. Bump actions/cache from 3.0.8 to 3.0.11 (#1287)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.0.8...v3.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    4b66efe View commit details
    Browse the repository at this point in the history
  5. Bump certifi from 2021.10.8 to 2022.12.7 in /docs (#1300)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](certifi/python-certifi@2021.10.08...2022.12.07)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    87ebb93 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Log raw bytes for invalid request line (#1313)

    * Log raw bytes for invalid request line
    
    * Upgrade isort to fix https://results.pre-commit.ci/run/github/12228178/1677045066.rNmdqVF5RLehPuIVg48STQ
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * `.. spelling:word-list::`
    
    * Ignore `PT027`
    
    * Keep using `.. spelling::`
    
    * Pin to `sphinxcontrib-spelling == 7.7.2` as v8 causes deprecation warning issues
    
    * Pin to 7.2.0
    
    * 7.2.1
    
    * `7.7.0` had last success
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    abhinavsingh and pre-commit-ci[bot] authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4a2eb93 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    93f6fd6 View commit details
    Browse the repository at this point in the history
  2. Support plugins defined as inner classes (#1318)

    * Support plugins defined as inner classes
    
    * Prefer __qualname__ over __name__ for classes
    
    ---------
    
    Co-authored-by: Abhinav Singh <[email protected]>
    alexey-pelykh and abhinavsingh authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f3d19ff View commit details
    Browse the repository at this point in the history
Loading