Commit Graph

8 Commits

Author SHA1 Message Date
Abhinav Singh 09c9b63b5d
Fix homebrew formulae URL to install from git and not zip because of scm changes (#744) 2021-11-15 23:26:51 +05:30
Abhinav Singh d72ee2227d
`--enable-proxy-protocol` : HAProxy Protocol v1 (#735)
* Introduce `--haproxy-protocol` flag

* Complete proxy protocol v1 implementation, enable using `--enable-proxy-protocol` flag

* link checks

* Advertise support for haproxy protocol in readme

* Add make target `lib-scm-version`

* `make lib-version` is now `make lib-check`

* Dont enforce -dev part of version within README

* Add provision to update readme flags using check

* Wrap help text within console

* Add closing ticks

* Remove verbose logging and update homebrew formulae (may be fixed?)
2021-11-14 10:43:20 +05:30
Abhinav Singh 880c3c876e
Add tests for missing core modules (#674)
* Rename is_py3 to is_py2 for more logical guard

* Add stubs for missing tests, add few more tests for core modules

* Lint fixes

* Line too long fix

* Remove unnecessary KeyboardInterrupt

* Consistent workflow names

* Update homebrew formulae.  Doesnt seems to work now

* test_enable_dashboard and test_enable_events

* test_enable_dashboard and test_enable_events

* Fix problem where empty plugin string was passed as plugin module

* test_enable_devtools and remove redundant guards for None and "" which was there due to a bug
2021-11-05 13:50:50 +05:30
Abhinav Singh bcbae34230
Brew v2.2.0 release (#376) 2020-06-17 18:41:18 +05:30
Abhinav Singh e7aa8a28f7
TLS Interception Cert Generation (#362)
* Use common.pki for interception certificate generation

* Fix tests

* Dont use certificate fields that we dont need, it leads to certificate generation error on Ubuntu

* Prepare for v2.2.0

* npm audit fix
2020-06-09 12:07:00 +05:30
Abhinav Singh 7d779fe711
Update develop brew to use typing_extensions-3.7.4.2 (#327)
* Update develop brew to use typing_extensions-3.7.4.2

* npm audit fix
2020-04-06 17:31:58 +05:30
Abhinav Singh 01652f9c19
Update brew version to 2.0.0 (#245) 2019-12-25 17:37:14 -08:00
Abhinav Singh 7f9ffad6d4
Move homebrew under helper (#215) 2019-12-01 23:28:46 -08:00