19 Commits

Author SHA1 Message Date
Erez Rokah
41e82c2280
test: fix cypress tests (#4951) 2021-02-11 17:21:40 +02:00
Vladislav Shkodin
141a2eba56
refactor: convert function expressions to declarations (#4926) 2021-02-08 20:01:21 +02:00
Erez Rokah
cb2ad687ee
Feat: multi content authoring (#4139) 2020-09-20 20:30:46 +03:00
Kancer (Nilay) Gökırmak
6b8fa3fc45
feat: allow setting editorial workflow PR label prefix (#4181) 2020-09-06 21:13:46 +03:00
renovate[bot]
2a4787f1ff
chore(deps): lock file maintenance (#4210) 2020-08-26 11:58:50 +03:00
Erez Rokah
784c1fe480
fix(proxy-server): change request logging level to debug (#3993) 2020-07-07 18:26:43 +03:00
Erez Rokah
3e0d0886d9
feat(proxy-server): allow setting proxy log level (#3989) 2020-07-06 18:50:39 +03:00
Erez Rokah
af7bbbd9a9
Feat: nested collections (#3716) 2020-06-18 10:11:37 +03:00
Erez Rokah
49098de27f
fix: move common api functions to a separate file (#3511) 2020-04-01 11:44:39 +03:00
Erez Rokah
4e1e5a9bd5
feat(proxy-server): export proxy middlewares (#3361) 2020-03-02 14:42:29 +01:00
Erez Rokah
8d67de0e68
fix(proxy-server): add missing labels to file collections (#3250) 2020-02-13 15:45:36 +02:00
Erez Rokah
3678053f0c
fix(proxy-server): better handle files based collections (#3237) 2020-02-12 09:56:42 +02:00
Erez Rokah
4b8c941da1
Fix: proxy fs on windows (#3229) 2020-02-11 12:48:02 +02:00
Erez Rokah
4522739231
fix: fs proxy info action (#3225) 2020-02-10 20:06:43 +02: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
renovate[bot]
b71c496d97
chore(deps): update dependency @types/hapi__joi to v16.0.9 (#3185) 2020-02-03 01:32:34 -08:00
Erez Rokah
22df7f7ae1
fix(proxy-server): fix entriesByFiles implementation (#3161) 2020-01-28 14:07:27 -08:00
Erez Rokah
48afa8dfe4
test(backend-proxy-e2e): stabilize backend proxy tests (#3133) 2020-01-23 18:15:15 +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