Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
cb7b15402b fix: shouldn't hide markers/priorities for db graphs
Fixes LOG-3090
2024-08-03 15:21:41 +08:00
Tienson Qin
390b44985c chore: bump mldoc to 1.5.9 2024-08-03 15:19:51 +08:00
Tienson Qin
a85fcdb842 Merge branch 'feat/db' into refactor/boolean-not-ref-type 2024-08-03 15:10:53 +08:00
Gabriel Horner
8653f0616b fix: schema graph generation with description property 2024-08-03 00:27:21 -04:00
Gabriel Horner
eb63add1f0 enhance: provide a built-in description property
that is used by properties and closed values and can easily be used by
other blocks. Also removes :block/schema for closed values and schema
:description for properties which helps get away from data modeling debt
of :block/schema
2024-08-03 00:13:13 -04:00
Tienson Qin
8155d06d22 fix: properties on a property page don't load correctly
Fixes LOG-3202
2024-08-03 07:09:16 +08:00
Tienson Qin
ea0a26e744 Merge branch 'feat/db' into refactor/boolean-not-ref-type 2024-08-03 04:48:54 +08:00
Tienson Qin
5869681598 Migrate checkbox ref type to non-ref type 2024-08-03 04:45:02 +08:00
Tienson Qin
b2f1f79b3d fix: graph-parser tests 2024-08-03 04:11:38 +08:00
Gabriel Horner
f9a0ae0353 enhance(dev): no more renamed schema.org classes
class uniqueness was based on the old assumption of :block/name being
unique. This is no longer required for db graphs and case sensitive classes
and properties are now supported
2024-08-02 15:05:39 -04:00
Tienson Qin
09ad9d6d97 fix: outliner tests 2024-08-03 00:51:08 +08:00
Tienson Qin
fb681d3b12 fix: move [?p ?prop ?pv] to the front 2024-08-03 00:05:31 +08:00
Tienson Qin
870ff095aa fix: db rules tests 2024-08-02 23:54:39 +08:00
Tienson Qin
3a9fc0628e fix: db test 2024-08-02 23:22:32 +08:00
Tienson Qin
04e32b33d2 fix: more outdated :page type 2024-08-02 22:37:08 +08:00
Tienson Qin
227437f852 fix: replace outdated :page type with :node type 2024-08-02 10:36:07 -04:00
Gabriel Horner
0769583183 fix: more missed renames of :page to :node type
from #11433
2024-08-02 10:34:35 -04:00
Tienson Qin
55f211be16 fix: query-dsl tests 2024-08-02 22:34:04 +08:00
Tienson Qin
914a21c47e fix: replace outdated :page type with :node type 2024-08-02 22:14:37 +08:00
Tienson Qin
d1ef3fbeec enhance: use identity to avoid multiple vals binding error 2024-08-02 21:44:20 +08:00
Tienson Qin
36e3366a74 enhance: dynamic query in :property rule depends on db/valueType 2024-08-02 21:35:06 +08:00
Tienson Qin
bb365b0171 fix: task rule uses :property-ref-type 2024-08-02 20:54:10 +08:00
Tienson Qin
e743091909 fix: :property dsl query 2024-08-02 19:42:43 +08:00
charlie
0cc30cadbf fix(ui): incorrect checkbox value for the task marker 2024-08-02 17:16:45 +08:00
charlie
0e1829e634 fix(plugin): package.json item cause ui error #11449 2024-08-02 15:14:59 +08:00
charlie
169f678889 enhance(ui): repos dropdown 2024-08-02 11:43:50 +08:00
charlie
daaac276a6 fix(test): api unit tests 2024-08-02 10:29:06 +08:00
Gabriel Horner
2d50f565ea chore: mv table property idents to their own ns
table feature will grow with time and could benefit from its own ns
2024-08-01 17:12:00 -04:00
Gabriel Horner
d3e934d338 fix: sorting :node columns like :block/tags 2024-08-01 14:08:37 -04:00
Gabriel Horner
0c4f6b22eb chore: remove event no longer used in the frontend 2024-08-01 12:02:42 -04:00
Gabriel Horner
636e395d96 fix gp tests from #11433 2024-08-01 11:51:27 -04:00
Gabriel Horner
9a934421e5 Fix :default :one property not editable when set to empty-placeholder 2024-08-01 11:40:24 -04:00
charlie
e32561a621 enhance(ui): polish icon size for the heading block 2024-08-01 17:24:25 +08:00
rcmerci
4e3211f815 fix(rtc): typo in merge-update-ops 2024-08-01 17:12:18 +08:00
charlie
7226378b16 enhance(ui): polish details of the command popups 2024-08-01 16:44:22 +08:00
charlie
ea58da6083 enhance(ui): simplify codes for modals 2024-08-01 16:28:36 +08:00
Tienson Qin
8c81895ff7 refactor: don't store :checkbox as ref type 2024-08-01 13:06:47 +08:00
charlie
e0e19c6f27 enhance(ux): more shui popups for the editor commands 2024-08-01 12:02:12 +08:00
charlie
685df8c87f fix: typo 2024-08-01 12:01:01 +08:00
Tienson Qin
76f7baedd3 fix: remove repeated clause 2024-08-01 11:43:48 +08:00
Tienson Qin
a727b8b241 fix: toggle properties 2024-08-01 11:26:14 +08:00
Tienson Qin
bf0e838e96 fix: can't edit :default cells when its value is the placeholder 2024-08-01 11:14:44 +08:00
Gabriel Horner
d5e7243f40 fix: clicking on an empty :node many or :date many fails
hard in table. Also display date-picker for empty :date :many to allow
for more input
2024-07-31 17:29:27 -04:00
Gabriel Horner
0c03b7a1f2 enhance: object names in table appear as links 2024-07-31 16:08:38 -04:00
Gabriel Horner
2e13c9758b enhance: add a table for property pages
that display all nodes for the current property.
Property pages now behave like classes and display a table instead of blocks.
Also update linter to include objects ns
2024-07-31 15:25:03 -04:00
Tienson Qin
d26e620a82 refactor: update :block/type to cardinality one instead of many 2024-07-31 19:35:26 +08:00
rcmerci
43bfeddd49 fix(rtc): fix rollback fn 2024-07-31 19:08:48 +08:00
rcmerci
1cf4ba95cc fix(rtc): update :block/type wrong when download-graph 2024-07-31 18:32:49 +08:00
Tienson Qin
afa574601f fix: use ldb/page? to detect if a block is a page 2024-07-31 17:42:12 +08:00
Tienson Qin
dafa090fdc enhance: show icons for class, property and node 2024-07-31 17:30:31 +08:00