4 Commits

Author SHA1 Message Date
renovate[bot]
847bd8e444
chore(deps): update dependency webpack-node-externals to v2 (#4271)
* chore(deps): update dependency webpack-node-externals to v2

* fix: use allowlist

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
2020-09-07 13:25:01 +03:00
Erez Rokah
4e1e5a9bd5
feat(proxy-server): export proxy middlewares (#3361) 2020-03-02 14:42:29 +01:00
Erez Rokah
7cbb94b919
build(proxy_server): cleanup dependencies, add bin entry (#3137) 2020-01-25 18:13:32 +02:00
Erez Rokah
7e8084be87 chore: add proxy backend (#3126)
* feat(backends): add proxy backend

* feat: add proxy server initial commit

* fix: move from joi to @hapi/joi

* test: add joi validation tests

* feat: proxy server initial implementations

* test: add tests, fix build

* chore: update yarn.lock

* build: fix develop command

* fix(back-proxy): fix bugs

* test(backend-proxy): add cypress tests

* chore: cleanup

* chore: support node 10

* chore: code cleanup

* chore: run cypress on ubuntu 16.04

* test(e2e): fix proxy backend cypress tests

* chore: don't start proxy server on yarn develop
2020-01-22 16:47:34 -05:00