proxy.py/proxy/core/ssh
Abhinav Singh db8da4f398
Fix `--enable-dashboard` flags (#707)
* Expose within __all__

* Enable `--numprocesses=auto` for `pytest.ini`

* make lib-lint

* Also consider `--plugins` flag when bootstrapping plugins

* Add `from .dashboard import ProxyDashboard` in top-level `__init__.py` to make `ProxyDashboard` flags auto discoverable

* Move `--enable-dashboard` to top-level

* Move logging utility within `Logger` class

* Consider comma separated --plugin and --plugins during discover_plugins

* Refactor plugin related utilities in Plugins module

* mypy and lint

* Fix unused import

* Safe to use tempdir on Github actions to avoid race conditions???

* pki (generically disk based file) based tests are flaky on macOS under parallel execution
2021-11-08 21:42:43 +05:30
..
__init__.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
client.py Response parser now reaches COMPLETE even when no body is expected (#220) 2019-12-02 19:18:43 -08:00
tunnel.py Add a `--unix-socket-path` flag (#697) 2021-11-08 01:11:46 +05:30