proxy.py/proxy/common
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 Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
constants.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
flag.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
logger.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
pki.py Add a `--unix-socket-path` flag (#697) 2021-11-08 01:11:46 +05:30
plugins.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
types.py Fix the `typing_extensions` runtime dependency version (#641) 2021-10-31 08:31:34 +05:30
utils.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
version.py v3.4.0 (#638) 2021-10-30 04:32:05 +05:30