| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update gh action versions | engn33r | 2023-01-26 | 4 | -8/+8 |
| | | |||||
| * | Update codecov action to v3 | engn33r | 2022-10-26 | 1 | -1/+1 |
| | | |||||
| * | Add Python 3.11 to build CI, setup.py | engn33r | 2022-10-25 | 3 | -4/+4 |
| | | |||||
| * | Fix doctest CI errors | engn33r | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | Fix path for doctest CI | engn33r | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | Add doctest CI to sphinx docs | engn33r | 2022-08-25 | 1 | -0/+20 |
| | | |||||
| * | Linting improvements, improved flake8 linting CI cmd | engn33r | 2022-02-25 | 1 | -1/+1 |
| | | |||||
| * | Minor test improvements for better code coverage | engn33r | 2021-12-13 | 1 | -1/+11 |
| | | |||||
| * | Upgrade CodeCov GitHub Action to v2 | engn33r | 2021-10-13 | 1 | -1/+1 |
| | | |||||
| * | Update other CI tests for Python 3.10 | engn33r | 2021-10-07 | 3 | -3/+3 |
| | | |||||
| * | Merge branch 'master' into master | engn33r | 2021-10-08 | 1 | -3/+2 |
| |\ | |||||
| | * | Add & for code coverage | engn33r | 2021-08-13 | 1 | -1/+1 |
| | | | |||||
| | * | Add ampersand for background process | engn33r | 2021-08-13 | 1 | -2/+2 |
| | | | |||||
| * | | Add Python 3.10 to GitHub Action CI | engn33r | 2021-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | Improve usage of LOCAL_WS_SERVER_PORT | engn33r | 2021-08-14 | 2 | -2/+2 |
| | | | |||||
| * | | Improve unit tests with LOCAL_WS_SERVER_PORT variable | engn33r | 2021-08-13 | 2 | -0/+3 |
| | | | |||||
| * | | Add ampersand to background local server | engn33r | 2021-08-12 | 2 | -2/+2 |
| |/ | |||||
| * | Remove Python 3.6 from CI for local echo server | engn33r | 2021-08-11 | 1 | -2/+2 |
| | | |||||
| * | Fix python-socks dependency and replace echo.websocket.org in tests | engn33r | 2021-08-11 | 3 | -5/+13 |
| | | | | | | | | | The recent addition of python-socks required it to be a dependency. This was mentioned in #728. Additional changes were made to prevent python-socks from becoming a required dependency for every install, so now it is only required for SOCKS proxy usage. Additionally, because echo.websockets.org was experiencing downtime issues during this fix, echo.websockets.org was replaced in unit tests with a local echo server from the Python websockets library. This should speed up tests, avoid test errors cause by external website downtime, and reduce traffic to echo.websocket.org caused by this project. | ||||
| * | Revert #417 and reimplement proxy support with python-socks | engn33r | 2021-08-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | Due to the ongoing license change process in #697, PR #417 from @jhtitor needed to be removed. PR #417 added SOCKS proxy support using PySocks, which is the most popular Python SOCKS proxy and is used by libraries such as 'requests' and 'urllib3'. However, as of mid-2021, PySocks has not seen any activity since Sep 2019 and has several open issues. Because PySocks does not appear to be maintained and has no forks that are actively trying to replace the old repository, python-socks may be a better choice going forward. Although python-socks is a newer project, it has good code coverage and recent commits from earlier this year (2021). | ||||
| * | Remove numpy for performance boost | engn33r | 2021-06-08 | 1 | -15/+4 |
| | | |||||
| * | Improve wsaccel/numpy docs and code coverage | engn33r | 2021-05-31 | 1 | -2/+9 |
| | | |||||
| * | Fix flake8 linting FileNotFoundError detection | engn33r | 2021-05-31 | 1 | -2/+2 |
| | | |||||
| * | Remove HTTP proxy unit test from code coverage | engn33r | 2021-05-30 | 1 | -10/+0 |
| | | |||||
| * | Use python3/pip3 in GitHub Action workflows | engn33r | 2021-05-30 | 2 | -16/+18 |
| | | |||||
| * | Fix CI errors | engn33r | 2021-05-30 | 1 | -1/+0 |
| | | |||||
| * | Add working HTTP proxy unit tests | engn33r | 2021-05-30 | 1 | -1/+9 |
| | | |||||
| * | Fix no numpy coe coverage CI | engn33r | 2021-05-17 | 1 | -7/+8 |
| | | |||||
| * | Add code coverage for no numpy case | engn33r | 2021-05-17 | 1 | -2/+6 |
| | | |||||
| * | Add WEBSOCKET_CLIENT_CA_BUNDLE env var in better way | engn33r | 2021-05-17 | 2 | -2/+11 |
| | | |||||
| * | Remove WEBSOCKET_CLIENT_CA_BUNDLE env variable from CI | engn33r | 2021-05-17 | 1 | -1/+0 |
| | | |||||
| * | Improve _app.py, _http.py unit tests | engn33r | 2021-05-17 | 1 | -0/+1 |
| | | |||||
| * | Improve _abnf.py and _http.py test coverage | engn33r | 2021-05-16 | 1 | -1/+1 |
| | | |||||
| * | Remove six dependency and transition related code to Python3 | engn33r | 2021-05-05 | 2 | -2/+2 |
| | | |||||
| * | Fix #685 unittest requires internet | engn33r | 2021-05-05 | 1 | -1/+5 |
| | | |||||
| * | First pass removing Python 2 code, mostly six dependency | engn33r | 2021-05-04 | 2 | -2/+2 |
| | | |||||
| * | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -2/+7 |
| | | |||||
| * | Improve _abnf.py test coverage | engn33r | 2021-03-29 | 1 | -1/+1 |
| | | |||||
| * | Fix test_http.py import error | engn33r | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | Improve _http.py code coverage | engn33r | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | Fix yaml whitespace to use spaces not tabs | engn33r | 2021-03-22 | 1 | -1/+1 |
| | | |||||
| * | Enable TEST_WITH_INTERNET for code coverage CI action | engn33r | 2021-03-22 | 1 | -0/+2 |
| | | |||||
| * | Import pytest-cov for code coverage CI action | engn33r | 2021-03-22 | 1 | -1/+2 |
| | | |||||
| * | Use pytest for CI code coverage | engn33r | 2021-03-22 | 1 | -4/+2 |
| | | |||||
| * | Run all GitHub Actions on PRs | engn33r | 2021-03-22 | 2 | -2/+2 |
| | | |||||
| * | Replace TravisCI with GitHub Actions | engn33r | 2021-02-27 | 3 | -0/+73 |
