Maximilian Hils
977385ceab
docs: Server.peername
may be None, refs #5904
2023-02-04 01:01:01 +01:00
dependabot[bot]
dfeddcf4ad
Bump install-pinned/black from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d ( #5899 )
...
* Bump install-pinned/black
Bumps [install-pinned/black](https://github.com/install-pinned/black ) from 9101a4d68e870eaaaae21c412d1d879b93c9afcb to 13c8a20eb904ba800c87f0b34ccfd932ac2ff81d.
- [Release notes](https://github.com/install-pinned/black/releases )
- [Commits](9101a4d68e...13c8a20eb9
)
---
updated-dependencies:
- dependency-name: install-pinned/black
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* [autofix.ci] apply automated fixes
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-02-01 23:08:09 +00:00
dependabot[bot]
317b7a2be2
Bump install-pinned/yesqa ( #5903 )
...
Bumps [install-pinned/yesqa](https://github.com/install-pinned/yesqa ) from a1262fbe567d4c0b3445afade67b90f3bba2c9a2 to 4af1e53e86a56db346a03ece9e89c19bfd0e5d0e.
- [Release notes](https://github.com/install-pinned/yesqa/releases )
- [Commits](a1262fbe56...4af1e53e86
)
---
updated-dependencies:
- dependency-name: install-pinned/yesqa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 22:20:13 +00:00
dependabot[bot]
985a77e77d
Bump install-pinned/reorder_python_imports ( #5901 )
...
Bumps [install-pinned/reorder_python_imports](https://github.com/install-pinned/reorder_python_imports ) from 515035fd9eb355713f61dee238b17a04ce01f4d2 to 946c8bbd8fe048a3bee76063c90c938d5a59a9aa.
- [Release notes](https://github.com/install-pinned/reorder_python_imports/releases )
- [Commits](515035fd9e...946c8bbd8f
)
---
updated-dependencies:
- dependency-name: install-pinned/reorder_python_imports
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 22:18:07 +00:00
dependabot[bot]
5859d998f3
Bump docker/setup-buildx-action ( #5902 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 165fe681b849eec43aaa64d786b9ec53e690475f to 11e8a2e2910826a92412015c515187a2d6750279.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](165fe681b8...11e8a2e291
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 22:18:02 +00:00
dependabot[bot]
8683f8392c
Bump install-pinned/autoflake ( #5900 )
...
Bumps [install-pinned/autoflake](https://github.com/install-pinned/autoflake ) from 1a248450153f02b75d051acf6c2a05df8c797666 to 19ecc14a8688d57cca9dc6cfd705f16f200ff097.
- [Release notes](https://github.com/install-pinned/autoflake/releases )
- [Commits](1a24845015...19ecc14a86
)
---
updated-dependencies:
- dependency-name: install-pinned/autoflake
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 22:14:05 +00:00
Sujal Singh
89d688e9fc
temporary fix for unhandled AlternativeServiceAvailable event ( #5898 )
...
* temporary fix for unhandled AlternativeServiceAvailable event
* [autofix.ci] apply automated fixes
* better log message for AlternativeServiceAvailable service
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-02-01 18:05:09 +01:00
Sujal Singh
e3a7941913
add delete shortcut to delete flows in mitmweb ( #5896 )
2023-01-30 13:59:21 +01:00
stephenspol
849a3c33cb
Removed escaping string to get real raw view ( #5894 )
...
* Removed escaping string to get real raw view
* [autofix.ci] apply automated fixes
* Updated changelog
* extend tests
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2023-01-29 10:56:39 +00:00
Maximilian Hils
0c4549f4cc
fix lint errors
2023-01-25 02:15:48 +01:00
Maximilian Hils
83c57dc53e
fix timestamp_start
docstring, refs #5884
2023-01-25 01:40:48 +01:00
Sujal Singh
4ebccfa236
add fedora certificate installation instructions ( #5885 )
2023-01-19 10:43:39 +01:00
Sean Flanigan
5df439b7e8
Add enhancements for contrib/mitmproxywrapper.py ( #5883 )
...
* Add options for mitmweb and random port
* Clean up proxy settings on ^C
* [autofix.ci] apply automated fixes
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-01-18 09:02:04 +01:00
Maximilian Hils
121368654f
Adopt Dependabot ( #5879 )
2023-01-15 22:31:10 +00:00
Maximilian Hils
3cdb8efc5e
add all-greens
2023-01-15 23:22:11 +01:00
Maximilian Hils
f0fbaf3bd8
use reusable tox workflow
2023-01-15 23:22:11 +01:00
Maximilian Hils
3b35b5d675
clarify license for vendored code ( #5872 )
2023-01-15 17:13:48 +00:00
Maximilian Hils
8801bdd28b
urwid -> urwid-mitmproxy ( #5871 )
2023-01-15 16:46:55 +00:00
Maximilian Hils
47e0695069
Remove workaround for tornado 6.1 ( #5870 )
...
* remove workaround for tornado 6.1
* remove patch references
2023-01-15 17:36:32 +01:00
Sean Flanigan
2bf96678ae
Adapt contrib/mitmproxywrapper.py to Python 3 strings ( #5866 )
...
* Adapt mitmproxywrapper.py to Python 3 strings
This fixes errors like this one:
`TypeError: memoryview: a bytes-like object is required, not 'str'`
* [autofix.ci] apply automated fixes
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-01-13 10:04:13 +01:00
Bernhard M. Wiedemann
d06afcc1f9
Fix tests after 2037 ( #5852 )
...
Background:
As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future.
The usual offset is +16 years, because that is how long I expect some software will be used in some places.
This showed up failing tests in our package build.
See https://reproducible-builds.org/ for why this matters.
2023-01-06 22:37:55 +01:00
Igor Talankin
385633874c
Added a command for appending flows to server replay list ( #5851 )
...
* Added a command to append flows to replay server list
* Added changelog entry for `replay.server.add`
* Update CHANGELOG.md
Co-authored-by: Maximilian Hils <github@maximilianhils.com>
2023-01-06 15:49:54 +00:00
dependabot[bot]
e3f5897400
Bump install-pinned/pyupgrade from 847ef2b8aa35a3817372540b887f4130d864d6b7 to 423622e7c2088eeba495a591385ec22074284f90 ( #5840 )
...
* Bump install-pinned/pyupgrade
Bumps [install-pinned/pyupgrade](https://github.com/install-pinned/pyupgrade ) from 847ef2b8aa35a3817372540b887f4130d864d6b7 to 423622e7c2088eeba495a591385ec22074284f90.
- [Release notes](https://github.com/install-pinned/pyupgrade/releases )
- [Commits](847ef2b8aa...423622e7c2
)
---
updated-dependencies:
- dependency-name: install-pinned/pyupgrade
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* [autofix.ci] apply automated fixes
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-01-02 22:23:55 +01:00
dependabot[bot]
e640fdfa23
Bump install-pinned/reorder_python_imports ( #5842 )
...
Bumps [install-pinned/reorder_python_imports](https://github.com/install-pinned/reorder_python_imports ) from 7365755886d8ef6679e1b77457975a8698842af6 to 515035fd9eb355713f61dee238b17a04ce01f4d2.
- [Release notes](https://github.com/install-pinned/reorder_python_imports/releases )
- [Commits](7365755886...515035fd9e
)
---
updated-dependencies:
- dependency-name: install-pinned/reorder_python_imports
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 22:20:26 +01:00
dependabot[bot]
979e789928
Bump install-pinned/yesqa ( #5841 )
...
Bumps [install-pinned/yesqa](https://github.com/install-pinned/yesqa ) from cf847492077eea907797bac45e68f87801d4de31 to a1262fbe567d4c0b3445afade67b90f3bba2c9a2.
- [Release notes](https://github.com/install-pinned/yesqa/releases )
- [Commits](cf84749207...a1262fbe56
)
---
updated-dependencies:
- dependency-name: install-pinned/yesqa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 22:20:14 +01:00
dependabot[bot]
f0650a6694
Bump install-pinned/black ( #5839 )
...
Bumps [install-pinned/black](https://github.com/install-pinned/black ) from 70a27391ba5875c09596f067be1e331d0e81947b to bcf144213c4943c1f2078a257fa566cebec36107.
- [Release notes](https://github.com/install-pinned/black/releases )
- [Commits](70a27391ba...bcf144213c
)
---
updated-dependencies:
- dependency-name: install-pinned/black
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 22:20:05 +01:00
Maximilian Hils
2a3eca2589
use latest codecov uploader ( #5845 )
2023-01-02 22:13:12 +01:00
gpiechnik2
12960c0494
har: don't set pages
2022-12-17 14:32:38 +01:00
Maximilian Hils
1536e537ad
readme: fix nits
2022-12-15 17:50:43 +01:00
Sabin Dcoster
bbb5080e98
Add loop as a parameter in DumpMaster ( #5790 )
...
* Add loop as a parameter in DumpMaster
* [autofix.ci] apply automated fixes
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2022-12-03 16:33:36 +00:00
dependabot[bot]
689ca0c1b5
Bump install-pinned/autoflake ( #5785 )
...
Bumps [install-pinned/autoflake](https://github.com/install-pinned/autoflake ) from 32877f5112ce1c5b8b30cf57d70593a53d5fca87 to 95c53f821b204037c1be14d45d810032e8ddfdcb.
- [Release notes](https://github.com/install-pinned/autoflake/releases )
- [Commits](32877f5112...95c53f821b
)
---
updated-dependencies:
- dependency-name: install-pinned/autoflake
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 09:43:41 +01:00
dependabot[bot]
4099822e49
Bump install-pinned/black ( #5784 )
...
Bumps [install-pinned/black](https://github.com/install-pinned/black ) from dde5aed720bc458e86d99144d4d0c1f6c8e08844 to 70a27391ba5875c09596f067be1e331d0e81947b.
- [Release notes](https://github.com/install-pinned/black/releases )
- [Commits](dde5aed720...70a27391ba
)
---
updated-dependencies:
- dependency-name: install-pinned/black
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 09:43:31 +01:00
dependabot[bot]
daa703c740
Bump TrueBrain/actions-flake8 from 2.1 to 2.2 ( #5783 )
...
Bumps [TrueBrain/actions-flake8](https://github.com/TrueBrain/actions-flake8 ) from 2.1 to 2.2.
- [Release notes](https://github.com/TrueBrain/actions-flake8/releases )
- [Commits](c2deca24d3...c120815866
)
---
updated-dependencies:
- dependency-name: TrueBrain/actions-flake8
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 09:43:17 +01:00
dependabot[bot]
f3ba7ce33c
Bump install-pinned/reorder_python_imports ( #5782 )
...
Bumps [install-pinned/reorder_python_imports](https://github.com/install-pinned/reorder_python_imports ) from 97c3e89c53ae5513cc41716e876e26daff8bbdd6 to 7365755886d8ef6679e1b77457975a8698842af6.
- [Release notes](https://github.com/install-pinned/reorder_python_imports/releases )
- [Commits](97c3e89c53...7365755886
)
---
updated-dependencies:
- dependency-name: install-pinned/reorder_python_imports
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 09:43:01 +01:00
dependabot[bot]
ef1a03181b
Bump install-pinned/yesqa ( #5781 )
...
Bumps [install-pinned/yesqa](https://github.com/install-pinned/yesqa ) from b7b1c5e133f5f516905ae35645a082f751ffa216 to cf847492077eea907797bac45e68f87801d4de31.
- [Release notes](https://github.com/install-pinned/yesqa/releases )
- [Commits](b7b1c5e133...cf84749207
)
---
updated-dependencies:
- dependency-name: install-pinned/yesqa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 09:42:49 +01:00
dependabot[bot]
55f7193936
Bump docker/setup-qemu-action from 1.2.0 to 2.1.0 ( #5768 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1.2.0 to 2.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](27d0a4f181...e81a89b173
)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 14:09:41 +00:00
dependabot[bot]
d2af9b6163
Bump install-pinned/autoflake ( #5770 )
...
Bumps [install-pinned/autoflake](https://github.com/install-pinned/autoflake ) from fa3c1715169ac36d903ee9d492d64beb5cad331f to 32877f5112ce1c5b8b30cf57d70593a53d5fca87.
- [Release notes](https://github.com/install-pinned/autoflake/releases )
- [Commits](fa3c171516...32877f5112
)
---
updated-dependencies:
- dependency-name: install-pinned/autoflake
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 15:01:51 +01:00
dependabot[bot]
a7aed48eab
Bump install-pinned/black ( #5771 )
...
Bumps [install-pinned/black](https://github.com/install-pinned/black ) from 81e6dbf82145462d413a6662dd703fa382edeb11 to dde5aed720bc458e86d99144d4d0c1f6c8e08844.
- [Release notes](https://github.com/install-pinned/black/releases )
- [Commits](81e6dbf821...dde5aed720
)
---
updated-dependencies:
- dependency-name: install-pinned/black
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 15:01:36 +01:00
dependabot[bot]
f58c5cfa82
Bump install-pinned/yesqa ( #5772 )
...
Bumps [install-pinned/yesqa](https://github.com/install-pinned/yesqa ) from b752c9eed899985c6df094e35d7a5a5bd1b94acb to b7b1c5e133f5f516905ae35645a082f751ffa216.
- [Release notes](https://github.com/install-pinned/yesqa/releases )
- [Commits](b752c9eed8...b7b1c5e133
)
---
updated-dependencies:
- dependency-name: install-pinned/yesqa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 15:01:23 +01:00
Maximilian Hils
2155599c30
ci: don't run for dependabot branches ( #5775 )
2022-11-29 14:59:52 +01:00
dependabot[bot]
0b89aede38
Bump actions/download-artifact from 2 to 3 ( #5769 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 14:39:38 +01:00
Maximilian Hils
d44c2e9341
Merge pull request #5646 from mhils/autofix
...
Add Autofix.ci
2022-11-29 14:38:00 +01:00
autofix-ci[bot]
8c2428c9d3
[autofix.ci] apply automated fixes
2022-11-29 13:28:41 +00:00
Maximilian Hils
8361c81cdf
add autofix.ci
2022-11-29 14:27:35 +01:00
Maximilian Hils
e6cb337994
add dependabot.yml
2022-11-29 13:53:22 +01:00
Maximilian Hils
8b74cbed72
Merge pull request #5435 from meitinger/quic
...
Add QUIC support.
2022-11-28 18:58:13 +01:00
Maximilian Hils
d0f297f6a5
update mitmweb assets
2022-11-28 18:51:24 +01:00
Maximilian Hils
9a41fe08eb
display quic as such in the ui
2022-11-28 18:51:23 +01:00
Maximilian Hils
5ec4bbf496
don't persist connection state, fix #5524
2022-11-28 18:18:49 +01:00
Maximilian Hils
30135ea36a
fix nits
2022-11-28 17:30:41 +01:00