Commit graph

11424 commits

Author SHA1 Message Date
Hongbo Wu
e3ffafd623
Merge pull request #4142 from omnivore-app/fix/score-client
increase score api timeout to 20 seconds
2024-07-04 18:01:47 +08:00
Hongbo Wu
df5d0cad9f
Merge pull request #4147 from omnivore-app/fix/utils
copy utils in docker
2024-07-04 17:32:33 +08:00
Hongbo Wu
f0016eec38 copy utils in docker 2024-07-04 16:59:08 +08:00
Hongbo Wu
8c2a59eb1f
Merge pull request #4140 from omnivore-app/use-omnivore-utils
use omnivore utils
2024-07-04 16:25:16 +08:00
Hongbo Wu
649463b785 only disconnect redis message queue client if it is different from cache client 2024-07-04 16:09:32 +08:00
Jackson Harper
ca7800f1c1
Merge pull request #4144 from omnivore-app/release/android-0.220.0
Android 0.220.0 release
2024-07-04 13:49:00 +08:00
Jackson Harper
c18acb2c83 Android 0.220.0 release 2024-07-04 13:34:47 +08:00
Jackson Harper
e1694c98ee
Merge pull request #4135 from omnivore-app/feat/original-url-feature
Add original_url to score service calls
2024-07-04 13:12:39 +08:00
Jackson Harper
adaff63999
Merge pull request #4143 from omnivore-app/fix/android-syncing
Fix crash on android when saving items
2024-07-04 12:58:33 +08:00
Jackson Harper
2b461e01a6
Merge pull request #4141 from kuosandys/fix-highlights-order
Fix highlights order in notebooks
2024-07-04 12:58:07 +08:00
Hongbo Wu
0a1b7345e9 add timeout 2024-07-04 12:56:28 +08:00
Hongbo Wu
e9dcdc6dd1 fix: word count in CJK languages 2024-07-04 12:28:01 +08:00
Jackson Harper
0b80d9a37d Fix crash on Android when saving items 2024-07-04 12:12:45 +08:00
Jackson Harper
19981645db Update permissions for android syncing 2024-07-04 12:01:52 +08:00
Hongbo Wu
56032b0765 increase score api timeout to 20 seconds 2024-07-04 10:32:09 +08:00
Sandy S Kuo
04868c1fd9
fix: sort by highlight location when highlight position is equal 2024-07-03 20:55:14 +02:00
Sandy S Kuo
547dccab64
refactor: use common sortHighlights function 2024-07-03 20:47:27 +02:00
Hongbo Wu
d9596baecc fix tests 2024-07-03 22:24:09 +08:00
Hongbo Wu
bbc7b5e600 use @omnivore/utils in import-handler 2024-07-03 22:20:27 +08:00
Hongbo Wu
59c826fd5e use @omnivore/utils in content-fetch 2024-07-03 21:58:22 +08:00
Hongbo Wu
0800a1661e use @omnivore/utils in text-to-speech-handler 2024-07-03 21:48:07 +08:00
Hongbo Wu
c4f00c657e
Merge pull request #4136 from omnivore-app/fix/pdf-handler
fix: pdf handler sends update-content-job to the wrong redis
2024-07-02 15:36:40 +08:00
Hongbo Wu
b1ba2d3f26 fix Dockerfile 2024-07-02 15:25:51 +08:00
Hongbo Wu
edefa988e7 fix tests 2024-07-02 15:00:51 +08:00
Hongbo Wu
0d15833511 update inbound-email-handler to use @omnivore/utils to create redis connection 2024-07-02 14:59:42 +08:00
Hongbo Wu
4844f9eac2 fix pdf handler sends update-content-job to the wrong redis 2024-07-02 14:43:46 +08:00
Jackson Harper
b23e257206 Add original_url to score service calls 2024-07-02 13:58:15 +08:00
Jackson Harper
2223fde82c
Merge pull request #4134 from omnivore-app/release/android-0.218.0
Android release 0.218.0
2024-07-02 13:52:26 +08:00
Jackson Harper
2802e7f94b
Merge pull request #4127 from omnivore-app/fix/digest-score-initial-load
Refresh data outside of main because flask loads this script in production
2024-07-02 13:52:09 +08:00
Jackson Harper
b0103965f2 Android release 0.218.0 2024-07-02 13:46:40 +08:00
Jackson Harper
2f9e107043
Merge pull request #4129 from omnivore-app/feat/android-offline-pdf
WIP: download android PDFs for offline to internal storage
2024-07-02 11:33:11 +08:00
Hongbo Wu
e90a02be0d
Merge pull request #4132 from omnivore-app/dependabot/npm_and_yarn/bullmq-5.8.3
Bump bullmq from 5.1.3 to 5.8.3
2024-07-02 10:13:38 +08:00
dependabot[bot]
1ffcebd0b4
Bump bullmq from 5.1.3 to 5.8.3
Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 5.1.3 to 5.8.3.
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](https://github.com/taskforcesh/bullmq/compare/v5.1.3...v5.8.3)

---
updated-dependencies:
- dependency-name: bullmq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 21:17:24 +00:00
Jackson Harper
09db09f85d Skip download of PDFs that are already downloaded 2024-07-01 23:56:00 +08:00
Hongbo Wu
d3042db6d7
Merge pull request #4130 from omnivore-app/fix/notion
fix: a better error message on web if notion database is not found
2024-07-01 22:40:50 +08:00
Jackson Harper
8e4e49e151 WIP: download android PDFs for offline to internal storage 2024-07-01 18:12:38 +08:00
Hongbo Wu
a680cbc9c9 show an error message on web if notion database is not found 2024-07-01 18:11:08 +08:00
Hongbo Wu
ee70f6603a return not_found if database is not found in notion 2024-07-01 17:42:19 +08:00
Jackson Harper
a5a4974de9 Refresh data outside of main because flask loads this script in production 2024-07-01 16:12:33 +08:00
Hongbo Wu
b3c2e34c10
Merge pull request #4126 from omnivore-app/fix/digest-score-client-fallback
fix: returns a stub score (0) for "each item" in case score api throws an error
2024-07-01 15:39:10 +08:00
Hongbo Wu
67af18a105 fix: returns a stub score (0) in case score api throws an error 2024-07-01 15:27:16 +08:00
Jackson Harper
08c884b793
Merge pull request #4045 from omnivore-app/dependabot/npm_and_yarn/grpc/grpc-js-1.8.22
Bump @grpc/grpc-js from 1.8.21 to 1.8.22
2024-07-01 14:02:45 +08:00
Jackson Harper
966d75f290
Merge pull request #4053 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3 in /pkg/admin
2024-07-01 14:02:00 +08:00
Jackson Harper
2edbd0a66f
Merge pull request #4125 from omnivore-app/fix/ios-18-viewer
Update deps to resolve iOS18 issues
2024-07-01 14:01:33 +08:00
Jackson Harper
8ccce365e4 Update deps to resolve iOS18 issues 2024-07-01 13:54:14 +08:00
Hongbo Wu
01f0f4d398
Merge pull request #4124 from omnivore-app/fix/digest-score-client
fix: returns a stub score (0) in case score api throws an error
2024-07-01 12:21:50 +08:00
Hongbo Wu
70829a6b88 remove initial observation 2024-07-01 12:08:56 +08:00
Hongbo Wu
ad88cbaea8 observe failed digest-score api call lantency in prometheus too 2024-07-01 12:05:48 +08:00
Hongbo Wu
550cef241c observe digest-score api lantency in prometheus 2024-07-01 12:01:42 +08:00
Hongbo Wu
9f7065c5c3 do not update library item score if 0 2024-07-01 11:51:57 +08:00