Commit Graph

12223 Commits

Author SHA1 Message Date
Tienson Qin
84f09e01dc fix: heading level 2023-08-01 20:39:01 +08:00
Tienson Qin
2913af2d96 fix: order list 2023-08-01 20:14:49 +08:00
Tienson Qin
3cc7977d93 fix: heading 2023-08-01 19:16:44 +08:00
Tienson Qin
dbcd082f08 wip: handle built-in properties 2023-08-01 19:03:16 +08:00
Tienson Qin
3333f890ea fix: entity fn calls 2023-08-01 14:46:48 +08:00
Tienson Qin
8ed57c04c9 fix: page add-property! for db based graphs 2023-08-01 14:18:36 +08:00
Tienson Qin
3ec4c6bedd remove handler.editor.property 2023-08-01 13:59:06 +08:00
Gabriel Horner
81ae67cdbe Add timestamp support to sort-by for db graphs 2023-07-31 16:34:33 -04:00
Gabriel Horner
8e360405d6 Fix sort-by for user properties with db graphs
sort-by-queries test passes except for timestamps.
Had to introduce another query to resolve property uuids.
Made it as efficient as possible with datoms and pull.
Refactored load-test-files to support journal files and
allow page and block properties from one file
2023-07-31 16:07:23 -04:00
Gabriel Horner
316759eab3 chore: use data- prefix for more intention revealing names
data- is a common prefix for indicating an attribute's content is used
to store data for the html app
2023-07-28 16:04:41 -04:00
Gabriel Horner
1d8c1716bf Allow pages to add/edit/delete their own properties 2023-07-28 16:04:12 -04:00
Gabriel Horner
0b09b6af56 Fix db lint 2023-07-28 10:46:40 -04:00
Gabriel Horner
84b80e8b76 Fix electron code breaking db deps again
Introduced by last commit /cc @rcmerci. This has happened previously at
0c533a9032 and
8a1c54173b. Please run `yarn test` in
deps/db to catch this
2023-07-28 10:27:24 -04:00
rcmerci
be7cb85e35 update some rtc related ns 2023-07-28 18:52:51 +08:00
Gabriel Horner
28692201f0 Render more property val types in query table
Add support for ref (single/many) and many non-ref
2023-07-27 17:39:57 -04:00
Gabriel Horner
0ad7796b19 Fix db lints 2023-07-27 16:45:11 -04:00
Gabriel Horner
dca3b3198d Fix query table not rendering for db graphs
Also cleanup result-table component, shui specific setup shouldn't be run
by v1 tables and vice versa
2023-07-27 16:34:20 -04:00
Gabriel Horner
cd4059c890 Add support for page property queries
page-property-queries test passes
2023-07-27 11:57:10 -04:00
Gabriel Horner
6cd3b18ed9 Add missing ns docstrings 2023-07-27 10:51:46 -04:00
Gabriel Horner
7bca841afe Fix lints again to try to keep branch as green as possible 2023-07-27 10:15:27 -04:00
Tienson Qin
1671f540fb Move property-edit to file-based.property
Also, util.property -> file-based.property.util
2023-07-27 11:47:08 +08:00
Gabriel Horner
4a5dd5bd83 Allow dsl-query tests to run from existing :block/content
Generate :file/blocks from content thus allowing more tests to run
under db graph. Also loosened a couple query-dsl tests to pass
with db graphs without sacrificing test accuracy
2023-07-26 16:07:41 -04:00
Gabriel Horner
05fdd179de fix property type not selected in form's dropdown 2023-07-26 10:25:35 -04:00
Gabriel Horner
2bd7a8d496 Fix querying for multi non-ref vals and single page-ref
Also fixed db lint
2023-07-25 17:27:43 -04:00
Gabriel Horner
3f52860cf1 Fix perf issue with property rules for db graphs
Use multiple clauses instead as confirmed by perf test.
Using multiple clauses made rule preparation for d/q more complex
so introduced extract-rules
2023-07-25 17:20:17 -04:00
Gabriel Horner
e9fecfa280 Fix property rules for advanced queries with db graphs
and provide a rules var just for db graphs.
Also simplify query-dsl db-graph support as query-dsl/parse-query
doesn't need to know about db graphs for how it's used
2023-07-25 13:53:18 -04:00
Gabriel Horner
01ff0e9a16 Save multi value properties as sets
Sets are easier to query
2023-07-24 16:56:53 -04:00
Gabriel Horner
0ca7d1a4de Fix multi-valued properties and enable first property graph test
Run db prop test with: DB_GRAPH=1 node static/tests.js -i focus
2023-07-24 16:42:36 -04:00
Gabriel Horner
4920b3a98e Fix lints and fix graph-parser cljs tests
not running due to missing db dep
2023-07-24 14:06:57 -04:00
Gabriel Horner
40237b912f Remove nonexistent :block/unordered from test 2023-07-24 12:32:08 -04:00
Gabriel Horner
5f91e6cf0f Merge branch 'master' into feat/db 2023-07-24 12:21:19 -04:00
Gabriel Horner
8836ba7db8 Merge pull request #9907 from logseq/enhance/resource-handling
Enhance (dev): 3rd party resource handling
2023-07-24 11:13:26 -04:00
Andelf
219b118c7b fix(mobile): refer policy of img tag
Fix #9860
2023-07-24 22:33:57 +08:00
Gabriel Horner
ba53bf297c Remove last use of :block/unordered
This was coming directly from the block's ast so it was harder to trace
2023-07-24 10:26:02 -04:00
Gabriel Horner
2b90b0462a Remove explicit :block/unordered that should already be deleted 2023-07-24 10:26:02 -04:00
ROCKTAKEY
ece07dee90 enhance: Add Japanese translation 2023-07-24 09:59:51 -04:00
Konstantinos Kaloutas
3bce831027 remove height rule 2023-07-24 13:35:57 +03:00
Konstantinos Kaloutas
8a668ef04b Revert "fix blocks' dnd and tests"
This reverts commit 36335106b4.
2023-07-24 13:11:54 +03:00
Konstantinos Kaloutas
bc58b95040 Revert "fix typo"
This reverts commit 110cd4a109.
2023-07-24 13:11:38 +03:00
Konstantinos Kaloutas
da6ee479a2 Revert "fix typo"
This reverts commit 8df2bec8e0.
2023-07-24 13:11:25 +03:00
Konstantinos Kaloutas
a5d2137748 overflow fix 2023-07-24 13:02:46 +03:00
Gabriel Horner
b46959f670 Fix: basic property queries not working
{{query (property :foo "bar")}} and {{query (property :foo)}} should now
work
2023-07-21 17:27:03 -04:00
Konstantinos Kaloutas
8df2bec8e0 fix typo 2023-07-21 19:48:46 +03:00
Konstantinos Kaloutas
110cd4a109 fix typo 2023-07-21 19:44:01 +03:00
Konstantinos Kaloutas
36335106b4 fix blocks' dnd and tests 2023-07-21 19:25:29 +03:00
Konstantinos Kaloutas
8e4cb9c7b1 fix mhchem 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
7d6aae0c08 handle mhchem 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
86d3cad507 handle shepherd.js 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
9fd3deb39e handle reveal.js 2023-07-21 10:07:06 -04:00
ingepettersen
183e153ead Updated Norwegian translations (#9905)
* Update Norwegian translation

* Update two strings

* Update Norwegian translation
2023-07-21 09:15:27 -04:00