Commit Graph

72 Commits (bcffcd7661b5d25b37050a389c76c45a30645fa3)

Author SHA1 Message Date
Gabriel Horner a7b230d71d Organize testing helpers and namespaces
Start a helper ns and put test specific namespaces under frontend.test.
2022-03-10 15:43:07 +08:00
Andelf 46d9cbaa5f fix(dev): sourcemap path in electron while dev 2022-03-09 18:06:08 +08:00
Gabriel Horner 7f78c8d933 Rewrite tests from #4382 to use with-redefs
No need to have set-marker impl copied with with-redefs. Move tests to
its corresponding test ns
2022-03-02 15:52:03 -05:00
charlie dee179f5f5 enhance(dev): remove sync static files in development to decrease cup usage 2022-03-01 20:42:52 +08:00
Gabriel Horner 50e5764369 Fix --exclude option
Subtle annoying bug with symbol. Also allos multiple exclude options
2022-02-28 16:27:22 +08:00
rcmerci 2748f95e84 fix: sourcemap cannot load when developing 2022-02-25 12:20:17 +08:00
Gabriel Horner 35d2023e24 Add shadow test runner that provides most test-runner like options 2022-02-24 22:45:52 +08:00
Tienson Qin 982eba9396 refactor: remove i18n tongue context 2022-02-08 17:31:32 +08:00
Gabriel Horner 2f86f6859e Remove unnecessary additional target thanks to cmdline option 2022-01-22 00:01:11 +08:00
Gabriel Horner 558784a8bd Add shadow build for auto testing 2022-01-22 00:01:11 +08:00
Andelf 3d12402b6a fix(build): rm parser-worker patch 2021-12-26 10:50:58 +08:00
Andelf 7bd30a6204 refactor(dev): use global dev-http in shadow-cljs 2021-12-22 10:40:58 +08:00
Andelf f80af25b94 enhance: format build cfgs, reorder module deps 2021-12-22 10:40:58 +08:00
Tienson Qin 53aa6afcac chore: update github workflow 2021-11-18 18:23:11 +08:00
Tienson Qin a461913b50 release: simple optimization 2021-11-18 17:42:21 +08:00
Tienson Qin 05c999e4fc release: optimizations none for debugging 2021-11-18 16:47:49 +08:00
Tienson Qin 3888dcb027 fix: graph view empty 2021-11-18 12:04:39 +08:00
charlie d7ae5d8fd4 fix(dev): import cljs runtime scripts for parser worker base on file:// 2021-08-19 17:16:51 +08:00
Tienson Qin e87f83c395
Use web workers to speed up parsing (#2655)
* wip: use web workers to speed up parsing

* chore: uncomment forget.config.js

* fix: parser pool initialization

* fix: extract parser-worker

* fix: can't run the parser worker in the release mode

* fix: extract async tests

* fix: dsl query async test

* fix: img path in dev mode
2021-08-18 17:02:40 +08:00
Tienson Qin 0ad7d2b2c8 fix: publishing asset path 2021-07-30 18:57:03 +08:00
rcmerci 57af1823a7 add card preview & score help info 2021-07-22 12:07:04 +08:00
rcmerci 211d907a51 feat(srs): init 2021-07-22 12:07:04 +08:00
Tienson Qin 08162a85fc fix: source-map-detail-level 2021-07-16 18:35:54 +08:00
Tienson Qin 6cc567442c debug: trying to fix sourcemaps not working on electron 2021-07-16 18:30:31 +08:00
Tienson Qin 5a41300e80
Graph revamp (#2372)
Graph revamp
2021-07-06 23:48:58 +08:00
Tienson Qin bf3f3da81d feat: add workspaces for UI prototype 2021-06-08 15:01:41 +08:00
Weihua Lu 8cd118b5e6 fix: remove unneeded compiler option 2021-05-27 10:51:36 +08:00
Weihua Lu 87b65ec220 feat: posthog instrument module 2021-05-27 10:51:36 +08:00
Tienson Qin 4e333eb78e fix: Deleting embedded blocks deletes source material
close #1836 #1652
2021-05-13 16:47:33 +08:00
Tienson Qin bda01b6428 fix: production release 2021-04-10 19:49:50 +08:00
defclass b37eb4a121 chore(compile): generate source map when compiling 2021-03-12 18:54:10 +08:00
Tienson Qin 3605ed53e3 fix: both encryption and excalidraw not working on Electron 2021-03-11 00:30:39 +08:00
Tienson Qin 92ad0296e6 feat: switch to use Excalidraw api 2021-03-10 23:32:49 +08:00
Tienson Qin 3f774a9a4f
Merge branch 'master' into encryption 2021-02-23 12:26:15 +08:00
Tienson Qin fd3fe1e571 chore: disable source-map temporally 2021-02-20 13:07:50 +08:00
Kan-Ru Chen 52d14546bd feat(encryption): lazy-load encryption library 2021-02-10 16:03:28 +09:00
defclass f75bf5e1b7 Revert "Merge pull request #1158 from logseq/refacotor/add-cljs-env"
This reverts commit d82555a6f9, reversing
changes made to df1da263ac.
2021-02-02 21:32:34 +08:00
defclass 8d868bf842 Merge remote-tracking branch 'upstream/master' into refacotor/add-cljs-env 2021-02-02 14:45:54 +08:00
Tienson Qin ca973f6560 chore: add devtools for electron 2021-01-20 11:00:24 +08:00
Tienson Qin deeb97a0b5 feat: add electron core 2021-01-20 09:41:30 +08:00
Tienson Qin 53f799de80 feat: electron wip
Copy the code from defclass/electron to build ipc layer
2021-01-20 09:41:30 +08:00
Tienson Qin 58d7b1d0bf chore: upgrade shadow-cljs
fix #1087
2021-01-18 22:45:56 +08:00
defclass 073df06617 chore(env): add cljs env 2021-01-18 17:46:19 +08:00
Tienson Qin 3dbe12d956 chore: disable :fn-deprecated warning 2020-12-30 18:40:58 +08:00
Tienson Qin 2baa71baf8 fix(test): bump version of react and react-dom
also, fixed keyboards on datepicker
2020-12-21 19:27:44 +08:00
Tienson Qin 0d96ce6a15 fix(ci): closure define NODETEST 2020-12-21 19:27:44 +08:00
charlie 4e1e3b3df5 refactor: improve development experience of styles 2020-12-15 16:08:13 +08:00
Tienson Qin 7bebe97e42 fix: :source-map should be in :compiler-options 2020-12-08 14:19:51 +08:00
Tienson Qin 41cc273c13 chore: add source-map 2020-12-08 14:09:45 +08:00
Tienson Qin 552ec6d1fa refactor: no need for the backend jar and pg 2020-12-02 21:57:16 +08:00