Commit Graph

12353 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
f9dbdc1d7c wip: performance enhancements 2023-01-31 11:03:13 +08:00
Gabriel Horner
78506f22d0 Fix deftests that have confusing args that only apply to defn
Follow up to #8412 where we're accidentally copying
invalid forms from other tests
2023-01-30 10:56:06 -05:00
Brooks Rady
e7b511dc5b fix: normalize the case of property keys (#8412)
* fix: normalize the case of property keys

* chore: remove debugging print statement

* chore: remove unneeded file from diff

* Added tests for Org title parsing

---------

Co-authored-by: Bad3r <bad3r@protonmail.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-01-30 10:44:23 -05:00
Richard Garčár
a0226d443e Add Slovak language (#8464)
Co-authored-by: situ2001 <yongcong2001@outlook.com>
2023-01-30 10:24:43 -05:00
Gabriel Horner
bcaec408e6 Introduce keyword :fn to commands
Allows commands to invoke namespaces that previously caused circular
dependency issues
2023-01-30 14:56:35 +08:00
Gabriel Horner
92bec506ec Make all dev menu items into commands
Also add clear all notifications cmd
2023-01-30 14:56:35 +08:00
Gabriel Horner
1b1e68d8ac Add show ast at block and page level 2023-01-30 14:56:35 +08:00
situ2001
8ce08277a8 enhance(issue-template): add description to ask-pr 2023-01-30 12:11:47 +08:00
Gabriel Horner
dd006bf6b1 Add schema for #8429 and tweak comments 2023-01-25 16:57:34 -05:00
Bad3r
cdddabf19a fix: add missing user-config options (#8429)
* fix: add scheduled/future-days configuration option 🔨

* fix: add :journal/page-title-format configuration option 🔨

* fix: add :feature/enable-whiteboards? configuration option 🔨

* fix: add :custom-js-url configuration option 🔨

* fix: add :arweave/gateway configuration option 🔨
2023-01-25 16:56:36 -05:00
Konstantinos Kaloutas
07e62c81bb fix: disable onboarding on demo graph 2023-01-25 07:24:24 +08:00
Konstantinos
5487ca675f Fix (Whiteboards): paste type order (#8416)
* fix: set min width to tweet shape

* fix #8407

Co-authored-by: Bad3r <bad3r@protonmail.com>
2023-01-24 11:30:55 -05:00
situ2001
e2ff4b9600 fix: CodeMirror shortcuts cause page routing 2023-01-24 11:14:44 -05:00
Gabriel Horner
6ad521aea6 Allow keywords for macros - fix #8410 2023-01-23 15:09:06 -05:00
Andelf
df69d824ac fix(ui): stop click event propagation for pdf links 2023-01-23 11:25:15 -05:00
Yuexun Jiang
27bece47db feat: support dragging the PDF viewer head to move the window, #7187 (#8305)
* feat: support dragging the PDF viewer head to move the window, #7187

* Update src/main/frontend/extensions/pdf/pdf.css

Co-authored-by: Konstantinos <sprocketc@gmail.com>

* Update src/main/frontend/extensions/pdf/pdf.css

Co-authored-by: Konstantinos <sprocketc@gmail.com>

* Update src/main/frontend/extensions/pdf/pdf.css

Co-authored-by: Konstantinos <sprocketc@gmail.com>

* Update src/main/frontend/extensions/pdf/pdf.css

fix: comment

Co-authored-by: Konstantinos <sprocketc@gmail.com>
Co-authored-by: Konstantinos <konstantinos@logseq.com>
2023-01-23 11:13:03 -05:00
Bad3r
6bb925740e chore(dep): bump actions/checkout to v3.3.0 (#8393) 2023-01-21 21:10:19 +08:00
Gabriel Horner
d58a2a95dc Make optional fns section more readable 2023-01-20 17:28:55 -05:00
Gabriel Horner
0d60dfd953 Make first bb cmd more readable per Bad3r. Close #8394 2023-01-20 17:15:28 -05:00
Gabriel Horner
090d25b5e8 Merge pull request #8387 from logseq/ben/advanced-queries-relative-date-input
Enhancement: Add +/- syntax, (w)eek (m)onth (y)ear, and time support to query :inputs
2023-01-20 16:34:07 -05:00
Gabriel Horner
5ac1415726 Comments to describe unresolved behavior more explicitly 2023-01-20 16:19:19 -05:00
Gabriel Horner
8e47c327bf Merge branch 'master' into ben/advanced-queries-relative-date-input 2023-01-20 15:58:40 -05:00
Gabriel Horner
5fb73ebb4f Bump nbb-logseq to confirm branch is nbb compatible 2023-01-20 15:57:49 -05:00
Gabriel Horner
b08e079ab7 Update :commands in config schema - fixes #8403
Update malli to pull in :some schema
2023-01-20 15:55:24 -05:00
Ben Yorke
f1568dbe24 Pull out testing function for more test abstraction 2023-01-20 18:19:55 +01:00
Ben Yorke
6d1f26fa03 Abstract out helper fn for timestamp react-query-tests 2023-01-20 18:14:54 +01:00
ComanderP
4e72036812 Update European Portuguese translation
This commit changes the pt-PT translation of Logseq:
- Changed many keys that where translated to Brazilian Portuguese
  instead of European Portuguese
- Changed some parts of the translation to be more consistent
  with everything else
- Reordered the keys in the translation to match the order of the keys
  in the English translation
- Fixed the indentation in the translation
- Added 1 missing translation
2023-01-20 11:28:53 -05:00
Bad3r
89925cc764 fix(docker): migrate builder image from openjdk to eclipse-temurin 2023-01-20 23:04:06 +08:00
Ben Yorke
a2efbdb333 Add error test conditions 2023-01-20 13:07:29 +01:00
Ben Yorke
ba68a368f4 Add HHMMSS and HHMMSSmmm 2023-01-20 12:53:24 +01:00
Ben Yorke
b6c00254e8 Add tests for time related queries 2023-01-20 12:29:22 +01:00
Ben Yorke
4855a539f8 Added HHMM support and split out :relative-date-time 2023-01-20 10:36:05 +01:00
Bad3r
9f18a707aa enhance: use yarn config 2023-01-19 13:13:25 -05:00
Bad3r
dd53329483 Revert testing changes
This reverts commit 69ed077e39.
2023-01-19 13:13:25 -05:00
Bad3r
5077fd7780 change branch and release channel for testing 2023-01-19 13:13:25 -05:00
Bad3r
25284b819a enhance: increase network-timout in .yarnrc 2023-01-19 13:13:25 -05:00
Bad3r
ea952b3f46 revert testing changes 2023-01-19 13:13:25 -05:00
Bad3r
d668586930 use yarn release script 2023-01-19 13:13:25 -05:00
Bad3r
12e30a2e40 fix: add layers to image 2023-01-19 13:13:25 -05:00
Bad3r
de76612343 change branch and release channel for testing 2023-01-19 13:13:25 -05:00
Bad3r
016fd7bcc5 ehance: increase yarn install network timeout limit 2023-01-19 13:13:25 -05:00
Bad3r
09ac747d90 ehance: keep dockerfile in sync with .github pipelines 2023-01-19 13:13:25 -05:00
Gabriel Horner
e3b2995a2c Merge pull request #8279 from logseq/feat/tweet-shape
feat (whiteboards): add tweet shape
2023-01-19 10:26:56 -05:00
Gabriel Horner
f9604e1b07 Merge branch 'master' into feat/tweet-shape 2023-01-19 10:02:29 -05:00
rcmerci
f223ef535c fix(dev): bb gen-malli-kondo-config 2023-01-18 10:10:40 -05:00
Gabriel Horner
2889c2e998 Remove no longer needed backup/broken-config.edn
Users can no longer create broken configs in the app and are warned
if they do so outside of the app
2023-01-18 10:07:52 -05:00
Gabriel Horner
c804e051cc Add validation for repo config.edn
- Add test, task and schema for repo config.edn
- Also removed no longer needed temp fix
2023-01-18 10:07:52 -05:00
Ben Yorke
417630590a Add explicit tests for :+X-ms and :-X-ms 2023-01-18 14:40:12 +01:00
Ben Yorke
5e0d0d4bbe Remove extra date relatives 2023-01-18 14:22:33 +01:00
Ben Yorke
07f58f33d6 Refactor resolve-input to use simple query relative date syntax 2023-01-18 14:08:54 +01:00