Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proxy testing #75

Merged
merged 23 commits into from
Oct 9, 2015
Merged

Add proxy testing #75

merged 23 commits into from
Oct 9, 2015

Commits on Sep 24, 2013

  1. Add first pass at proxy testing

    This adds mitmproxy as a requirement, but does not yet use it.
    rmccue committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    0141afb View commit details
    Browse the repository at this point in the history
  2. Only install mitmproxy locally

    rmccue committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    2cd3e8f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2014

  1. Configuration menu
    Copy the full SHA
    70ee888 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2014

  1. Configuration menu
    Copy the full SHA
    e0e8554 View commit details
    Browse the repository at this point in the history
  2. Actually add the proxy tests

    rmccue committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    6d026ea View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Merge branch 'master' into proxy-tests

    Conflicts:
    	.travis.yml
    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    259b8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5f135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    501ab85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0f0715 View commit details
    Browse the repository at this point in the history
  5. Use $HOME instead of ~

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    19842f3 View commit details
    Browse the repository at this point in the history
  6. Avoid using empty on a constant

    This errors out on old PHP.
    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    5cfba5f View commit details
    Browse the repository at this point in the history
  7. Cache dependencies

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    d7e87d3 View commit details
    Browse the repository at this point in the history
  8. Actually run the proxy tests

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    c2a9a82 View commit details
    Browse the repository at this point in the history
  9. Use correct variable name

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    a59b2c5 View commit details
    Browse the repository at this point in the history
  10. Remove pipe from $ARGS

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    89cffe3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1dd041 View commit details
    Browse the repository at this point in the history
  12. Manually add PIP directory

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    047ebfb View commit details
    Browse the repository at this point in the history
  13. Add some PIP debugging

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    bb6e906 View commit details
    Browse the repository at this point in the history
  14. Remove PIP debugging

    rmccue committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    4e4bccb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Use port 9002 for proxy tests

    9000 is used as default by php-fpm/HHVM for FastCGI.
    rmccue committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    71f2dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59e72a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0cc3b View commit details
    Browse the repository at this point in the history
  4. Fix dumb spelling error

    rmccue committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    50f3497 View commit details
    Browse the repository at this point in the history