This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
proxy.py
mirror of
https://github.com/abhinavsingh/proxy.py.git
Watch
1
Star
1
Fork
You've already forked proxy.py
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
develop
proxy.py
/
git-pre-commit
4 lines
29 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Move dashboard backend within proxy module, now ships via same pip package (#177) * Allow resources to load from http and ws when running w/o https * Move dashboard backend (dashboard.py) within proxy module. Now shipped with pip install proxy.py * Update ref to dashboard backend in github workflows * Add git-pre-commit hook file. Enable it by symlinking as .git/hooks/pre-commit * Also enable static server for dashboard serving
2019-11-15 21:29:48 +00:00
#!/bin/bash
Update outdated sections of the codebase (#670) * Remove autopep8, is redundant now after recent CI changes * Add pyenv .python-version to .gitignore * Update year * Add lib-pytest target so that pytest can run in isolation * Add git-push hook which will also run the lint. By default now git-pre-commit hook will only run pytest. * Update outdated sections of README * Update requirement to match setup.cfg install_requires * Deprecate proxy.start and TestCase.PROXY_PORT Proxy port during test is now available as self.PROXY.pool.flags.port. Also now TestCase utilize ephemeral port strategy instead of calling get_available_port utility method. * Rename to git-pre-push * Ideally public repo dont require CODECOV_TOKEN but codecov integration is broken since introduction of codecov-action@v2 (instead of codecov binary invocation) * Issue is possibly with codecov@v2 action, fallback to codecov. See https://github.com/abhinavsingh/proxy.py/runs/4110423084\?check_suite_focus\=true and https://github.com/codecov/uploader/issues/223 * Revert back to v2
2021-11-04 21:41:22 +00:00
make lib-pytest