7 Commits

Author SHA1 Message Date
Daniel Lautzenheiser
799c7e6936
feat: v4.0.0 (#1016)
Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Co-authored-by: Mathieu COSYNS <64072917+Mathieu-COSYNS@users.noreply.github.com>
2024-01-03 15:14:09 -05:00
Daniel Lautzenheiser
0b64464611
Feature/single package (#1) 2022-09-28 22:04:00 -04:00
CommanderRoot
ad82a0f0bc
chore: remove all .substring() usage (#6352)
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-30 14:25:12 +03:00
Erez Rokah
ea22e679b6
test(e2e): use predictable branch name in proxy backend tests (#5131) 2021-03-18 14:31:59 +02:00
Erez Rokah
3e0d0886d9
feat(proxy-server): allow setting proxy log level (#3989) 2020-07-06 18:50:39 +03:00
Erez Rokah
31dbd72273
feat(proxy-server): add local fs middleware and make it the default (#3217) 2020-02-10 11:07:52 -05: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