20 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
174d86f0a0
Feat: entry sorting (#3494)
* refactor: typescript search actions, add tests avoid duplicate search

* refactor: switch from promise chain to async/await in loadEntries

* feat: add sorting, initial commit

* fix: set isFetching to true on entries request

* fix: ui improvments and bug fixes

* test: fix tests

* feat(backend-gitlab): cache local tree)

* fix: fix prop type warning

* refactor: code cleanup

* feat(backend-bitbucket): add local tree caching support

* feat: swtich to orderBy and support multiple sort keys

* fix: backoff function

* fix: improve backoff

* feat: infer sortable fields

* feat: fetch file commit metadata - initial commit

* feat: extract file author and date, finalize GitLab & Bitbucket

* refactor: code cleanup

* feat: handle github rate limit errors

* refactor: code cleanup

* fix(github): add missing author and date when traversing cursor

* fix: add missing author and date when traversing cursor

* refactor: code cleanup

* refactor: code cleanup

* refactor: code cleanup

* test: fix tests

* fix: rebuild local tree when head doesn't exist in remote branch

* fix: allow sortable fields to be an empty array

* fix: allow translation of built in sort fields

* build: fix proxy server build

* fix: hide commit author and date fields by default on non git backends

* fix(algolia): add listAllEntries method for alogolia integration

* fix: handle sort fields overflow

* test(bitbucket): re-record some bitbucket e2e tests

* test(bitbucket): fix media library test

* refactor(gitgateway-gitlab): share request code and handle 404 errors

* fix: always show commit date by default

* docs: add sortableFields

* refactor: code cleanup

* improvement: drop multi-sort, rework sort UI

* chore: force main package bumps

Co-authored-by: Shawn Erquhart <shawn@erquh.art>
2020-03-31 23:13:27 -04: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