Commit Graph

2837 Commits

Author SHA1 Message Date
5bd272dde0 use one queue with different priority for fetching content of rss feed item or saved url 2024-08-21 12:24:35 +08:00
e41ccf7a8f deduplicate content fetch jobs 2024-08-21 12:24:35 +08:00
08fbb8aebf use different queues for fast,slow and rss content fetch jobs 2024-08-21 12:24:35 +08:00
016775aadb fix tests 2024-08-21 12:24:35 +08:00
87b4ec503e enqueue content-fetch task to the queue 2024-08-21 12:24:35 +08:00
d2c16624c3 Add tests for shortcuts service 2024-08-20 17:05:13 +08:00
deaa0e8856 Use an upsert for the default shortcuts 2024-08-20 16:41:04 +08:00
160d690589 fix: do not select content from database for update since api 2024-08-19 10:21:24 +08:00
19ed5501f6 fix: select readable_content from library_item table if content is requested by search api 2024-08-19 10:09:42 +08:00
626c456364 fix: select readable_content from library_item table if content is requested by update since api 2024-08-19 10:00:38 +08:00
26c7e95a00 update folder 2024-08-16 16:50:46 +08:00
accab510a7 if only rank orders are present, add saved at order 2024-08-16 15:15:11 +08:00
173691048b perf: remove additional order by clause to use the correct order index 2024-08-15 22:10:36 +08:00
32097de62f perf: reduce number of column returned by search query 2024-08-15 21:24:57 +08:00
3a07b21ec7 perf: stop serving content in search and update since api 2024-08-15 21:09:40 +08:00
efb1feb86a perf: compress response body 2024-08-15 20:44:08 +08:00
7c7a55e475 Stop support for old plugin clients 2024-08-14 19:31:23 +08:00
cff44b83a8 fix: total count cache should be fixed for pagination 2024-08-14 16:10:41 +08:00
c9aa90b3ae more debugging logs 2024-08-14 13:04:29 +08:00
8b9ab287d7 add debugging logs 2024-08-14 13:00:53 +08:00
4bf3e4ba0f delete count cache after bulk action or empty trash 2024-08-14 12:59:52 +08:00
4fcf025611 update cache when user is updated 2024-08-14 12:24:35 +08:00
4c992f74ec Merge pull request #4260 from omnivore-app/perf/cache-api-response
perf/cache api response
2024-08-14 11:32:19 +08:00
e0b1a01f8f Set a max age on CORs requests 2024-08-14 10:19:17 +08:00
45fdc0d474 cache shortcuts for 600 seconds 2024-08-14 10:18:11 +08:00
e05ff942b1 cache features for 600 seconds 2024-08-14 10:09:37 +08:00
bcdff19a3d cache total count of library items in page info only 2024-08-14 09:40:59 +08:00
81ff5a05f9 extend count cache ttl to 600 seconds 2024-08-14 09:40:59 +08:00
d00a76ca3f hash args in the cache key 2024-08-14 09:40:59 +08:00
c2ec95845e request count of library items only when needed 2024-08-14 09:40:59 +08:00
6f6e42eeda Fix typo 2024-08-13 23:51:59 +08:00
588f7d0fdc Use a separate section for search so we can better control the folder 2024-08-13 23:38:18 +08:00
de62dcfe43 add highlightsCount to the searchItem graphql type 2024-08-13 17:59:28 +08:00
3fe22e0f8e Merge pull request #4215 from omnivore-app/feature/exporter
create a cloud run service for the exporter
2024-08-13 17:20:44 +08:00
62ecbccd34 fix tests 2024-08-13 12:08:53 +08:00
d633b8c1c3 cache total count of library items in 60 seconds 2024-08-13 10:52:28 +08:00
ee039833ac remove hidden home section resolver 2024-08-08 13:06:51 +08:00
41b6a27601 disable digest-score and update-home jobs 2024-08-08 12:54:33 +08:00
b5629e5f9f remove home resolvers 2024-08-08 12:53:28 +08:00
4de6cfc1f8 fix: return markdown content for the old clients when highlighted markdown is requested 2024-08-07 09:34:35 +08:00
64cf10205b fix tests 2024-08-06 14:44:15 +08:00
322f736fe0 stop storing original html in the database 2024-07-31 19:14:38 +08:00
bdae03ef95 Merge pull request #4221 from omnivore-app/fix/content-fetch-error
improve content-fetch
2024-07-25 13:40:14 +08:00
156feb8e17 rate limit save url action in redis: max 5 save urls in a minute 2024-07-25 13:08:38 +08:00
ee5e66d9b3 Merge pull request #4075 from omnivore-app/feature/posts
feat: posts api
2024-07-25 11:42:35 +08:00
465e5dc7d1 Add an index of columns user_id and created_at to the library_item table for counting query 2024-07-25 11:18:52 +08:00
6f12b5e406 reduce bulk action batch size to 50 2024-07-25 10:54:21 +08:00
dee421d3c8 add hour rate limiter middleware to the api router and allows max 600 requests per hour 2024-07-24 16:24:49 +08:00
6776cdf1cd check if there are more than five items "created" within a minute instead of "saved" 2024-07-24 15:59:22 +08:00
95657e3d3e queue email sending jobs in exporter and importer 2024-07-21 11:11:29 +08:00