Commit Graph

15002 Commits (76ebf19364f1ce250a421993f998aa9e40a39286)

Author SHA1 Message Date
Tienson Qin 76ebf19364 feat: class children area 2024-03-26 10:16:40 -04:00
Tienson Qin ab8f5a77d2 fix: don't show tags for classes 2024-03-26 10:16:40 -04:00
Tienson Qin 55d7ef95dc fix: :class/parent instead of block/namespace 2024-03-26 10:16:40 -04:00
Gabriel Horner 5d11aaf4a6 fix: property type not showing existing value 2024-03-26 09:55:25 -04:00
Gabriel Horner fc751725f0 fix: can't set class property type
also remove unused bindings
2024-03-26 09:45:05 -04:00
rcmerci 2bb43dc6c5 enhance(rtc): retry rtc-start if graph is not ready yet(still creating) 2024-03-26 20:14:38 +08:00
rcmerci 02c53b7435 refactor(rtc): replace rtc-upload-graph with rtc-async-upload-graph 2024-03-26 18:38:08 +08:00
rcmerci 3cd31f1571 refactor(rtc): add async-upload-graph 2024-03-26 17:40:45 +08:00
Tienson Qin 7ae3a70c39 fix: db changes doesn't create rtc ops 2024-03-26 16:58:04 +08:00
charlie e40064e0c0 enhance(ui): polish the page info editor 2024-03-26 15:24:03 +08:00
Tienson Qin dd63079aa4 fix: can't delete remote graph 2024-03-26 14:49:40 +08:00
Tienson Qin cf9131afa6 fix: refresh repos after downloading a remote graph 2024-03-26 14:40:28 +08:00
Tienson Qin 4281214074 fix: check current repo and remove cloud icon if there's no repo yet 2024-03-26 14:24:45 +08:00
Gabriel Horner eb621e191d chore: remove attribute that hasn't been used
almost 3 years. Removed it because otherwise we should make it
valid for a db graph
2024-03-25 17:21:10 -04:00
Gabriel Horner 51828ee8fe fix: invalid ident ns when creating new graph 2024-03-25 17:13:32 -04:00
Gabriel Horner 9b8540921e enhance: more property helper fns uses db-ident
instead of name
2024-03-25 16:34:51 -04:00
Gabriel Horner 8296426614 fix: lookup hardcoded db names by db/ident
also fix lint
2024-03-25 10:07:24 -04:00
Gabriel Horner dd1b0ea5f0 enhance: validate :db/ident namespaces
also add test for a new graph to be valid under malli-schema
2024-03-25 08:56:55 -04:00
Tienson Qin eaf9fc0d33 fix: use :schema keyword to get datascript db's schema 2024-03-24 17:47:59 +08:00
Tienson Qin ab5022066a fix: use persisted db schema instead of the current one in code 2024-03-24 15:20:34 +08:00
rcmerci 3c50e7c03c chore: these testcases have fixed 2024-03-23 15:40:41 +08:00
rcmerci 2bb4b0e08d test(rtc): create namespace/page cause CONFLICT pages (part 2) 2024-03-23 15:40:41 +08:00
rcmerci 67049b1c58 fix(rtc): fix empty-page? 2024-03-23 15:40:41 +08:00
Gabriel Horner 0615d62b08 fix: query table v2 rows show page ref names 2024-03-22 16:59:05 -04:00
Gabriel Horner 390c626897 fix: replace db-content fn with more specific one 2024-03-22 16:45:43 -04:00
Gabriel Horner 70b43ec71f fix: invalid schema with new rtc graph 2024-03-22 13:46:50 -04:00
Gabriel Horner 1198123513 fix: closed values for date property no longer available
Detected by failing db-graph-test CI job. Confirmed
that issue from 3b57fa626c
hasn't regressed
2024-03-22 12:36:14 -04:00
rcmerci cd9ee01895 fix(rtc): create namespace/page cause CONFLICT pages (part 1) 2024-03-22 21:42:57 +08:00
charlie 18a1655cac enhance(plugin): support custom daemon renderer from the plugin sdk 2024-03-22 15:25:02 +08:00
Tienson Qin e8fbfb146b fix: don't use lazy-visible for references 2024-03-22 13:13:32 +08:00
Tienson Qin 18079d7e84 fix: only manager can delete remote graph
Fixes LOG-3118
2024-03-22 12:29:31 +08:00
Gabriel Horner 429b257ee9 fix: query table rows should show page ref names
instead of special ids. Also tweaked page delete message to
remove needless contraction
2024-03-21 17:05:36 -04:00
Gabriel Horner 62ff0d9d8b fix more lints 2024-03-21 14:16:18 -04:00
Gabriel Horner e3b67a9d9a fix lints 2024-03-21 12:35:28 -04:00
Gabriel Horner ca1eec1237 Merge remote-tracking branch 'origin/feat/db' into feat/db 2024-03-21 12:24:23 -04:00
Gabriel Horner 073ae34730 Merge branch 'master' into feat/db 2024-03-21 12:13:01 -04:00
charlie 9e84bd44f2 enhance(plugin): export experiments scope components 2024-03-22 00:09:37 +08:00
charlie 53125d6315 enhance(plugin): support custom routes from the plugin sdk 2024-03-21 19:07:16 +08:00
charlie bd26d0db0e fix(ui): the confirm dialog to uninstall plugin 2024-03-21 19:03:34 +08:00
charlie 527a8b177e enhance(ui): polish the plugins modal 2024-03-21 19:03:34 +08:00
Tienson Qin efc083afab fix: clear interval to avoid multiple intervals on dev mode
Code modifications will trigger :will-mount again which results in
multiple intervals.
2024-03-21 18:00:59 +08:00
Tienson Qin 7799f8372a fix: no need to close db after it's downloaded 2024-03-21 17:42:55 +08:00
Tienson Qin 1cad8aa9bd enhance: batch refresh UI after applying remote blocks change
Fixes LOG-3114
2024-03-21 17:38:36 +08:00
Tienson Qin eae35d60e4 fix: rebuild block refs & path-refs after downloading a remote graph
Fixes LOG-3115
2024-03-21 16:45:00 +08:00
Tienson Qin a0ada93bb8 fix: typo 2024-03-21 16:01:28 +08:00
Tienson Qin c079f00daf fix: page/block refs lost after syncing from the server 2024-03-21 15:43:17 +08:00
Andelf 185b5c2dd8 fix(search): fine tune page title search strategy 2024-03-21 14:47:59 +08:00
Tienson Qin afd9bd14da fix: blocks indice wasn't built after downloading a remote graph
fixes LOG-3117
2024-03-21 14:11:48 +08:00
Tienson Qin f814216042 fix: display online users only 2024-03-20 22:09:17 +08:00
rcmerci 8997072f2e refactor(rtc): rename get-online-info -> get-users-info 2024-03-20 22:06:09 +08:00