Commit Graph

6 Commits

Author SHA1 Message Date
Tienson Qin
6aba8c3241 Improve long page editing performance (#3855)
* Remove expensive parsing when saving files

* Add limit to page blocks query

* Don't collapse block's body to make it compatible with other tools

* Alert if there're unsaved changes when switching graphs

* DB schema migration for :block/collapsed? from it's property

Co-authored-by: Andelf <andelf@gmail.com>
2022-01-18 10:37:31 +08:00
Andelf
ddbe7cabeb test(e2e): refine condition wait 2022-01-17 17:26:42 +08:00
Andelf
f5be683963 test(e2e): allow test with newly opened graph 2022-01-17 17:26:42 +08:00
Peng Xiao
17b5cdb9e8 feat: add a secret global flag to load graph progammtically (#3531)
* feat: add a secret global flag to load graph from a user defined dir

* fix: use LOGSEQ_OVERWRITE_OPEN_DIR env var to overwrite the openning graph dir

* e2e: add a test for load & check saved graph data

* fix: should also pass in process.env for testing fixtures

* feat: new way to set open dir folder

* fix: e2e

* fix: remove playwright global flag check

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-01-05 21:05:05 +08:00
Andelf
aaceac2c96 test(e2e): monitor error logs 2021-12-25 13:41:22 +08:00
Andelf
147b2ccf70 test(e2e): refactor using fixtures 2021-11-30 11:05:48 +08:00