8000 Tags · Polymer/koa-karma-proxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Polymer/koa-karma-proxy

Tags

koa-karma-proxy@1.0.0-pre.5

Toggle koa-karma-proxy@1.0.0-pre.5's commit message
Updated version to 1.0.0-pre.5, package-lock.json and CHANGELOG.md

koa-karma-proxy@1.0.0-pre.4

Toggle koa-karma-proxy@1.0.0-pre.4's commit message
Updated package.json/package-lock.json

koa-karma-proxy@1.0.0-pre.3

Toggle koa-karma-proxy@1.0.0-pre.3's commit message
updated package-lock.json

koa-karma-proxy@1.0.0-pre.1

Toggle koa-karma-proxy@1.0.0-pre.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.0.0-pre.1 (#2)

* WIP commit.  Totes doesnt work because I have a variable being returned before it is assigned in the start function.

* Now koa-karma-proxy promises the servers and their ports.

* Updated the CLI.  Next job is to add argument flags/options.

* WIP commit trying to get karma tests to actually run with the koa-karma-proxy-cli... something isn't picking up.

* Upgraded koa-proxy to the one that doesn't include a .git/index file.

* WIP got the CLI working as desired with a --proxyFile argument too.

* Make the test scripts better.

* WIP added license header to files and .clang-format file.

* Add .travis.yml

* Renamed koa-karma-proxy.ts to karma-proxy.ts and koa-karma-proxy-cli.ts to cli.ts etc.

* Added a random factor to exponential back-off to avoid port binding races on parallel test runs.

* Renamed upsFactor to upstreamProxyServerFactory

* Refining and tightening up the port stuff and layout of the start function.

* Got the middleware working again. Phew.

* Add some documentation to karma.proxy.js

* Updated README to show --proxyFile and also how to await ports from the start method.

* Added comments for public stuff.

* WIP
0