|
|
d41459a5cd
|
log unhandled error
|
2024-03-06 12:04:16 +08:00 |
|
|
|
289f1cf5e2
|
better error message
|
2024-03-06 11:54:41 +08:00 |
|
|
|
c346ba8703
|
do not throw error if failed to find tokens
|
2024-03-06 11:47:17 +08:00 |
|
|
|
4a70291898
|
add directionality to the SearchItem and Article Grahql type in the schema
|
2024-03-04 13:23:52 +08:00 |
|
|
|
0e46dc2302
|
save dir in the database
|
2024-03-04 12:28:51 +08:00 |
|
|
|
08e5caddc2
|
retry export-item job if fails
|
2024-03-01 15:03:01 +08:00 |
|
|
|
e33cf465fe
|
throw error if export-item job fails
|
2024-03-01 15:00:28 +08:00 |
|
|
|
a337e0e39d
|
reduce export-item job priority to 50
|
2024-03-01 14:52:49 +08:00 |
|
|
|
a74377556b
|
Merge pull request #3596 from omnivore-app/fix/web-layout-fixes
Small layout fixes for mobile
|
2024-02-29 18:20:33 +08:00 |
|
|
|
2636524642
|
fix typo
|
2024-02-29 16:35:52 +08:00 |
|
|
|
c3e8173e5e
|
fix search results for archived items which state is not archived
|
2024-02-29 16:34:55 +08:00 |
|
|
|
34ee75c555
|
Dont re-run summarize job
|
2024-02-29 15:50:25 +08:00 |
|
|
|
531f23fc4c
|
Merge pull request #3591 from omnivore-app/feat/summaries
Summaries
|
2024-02-29 14:35:12 +08:00 |
|
|
|
a116d944e7
|
fix tests
|
2024-02-28 17:24:02 +08:00 |
|
|
|
3af62d5d89
|
fix typo
|
2024-02-28 17:13:11 +08:00 |
|
|
|
7567e3d0f6
|
* return only count if size is 0 because limit 0 is not allowed in typeorm
|
2024-02-28 16:57:15 +08:00 |
|
|
|
6861d271bd
|
Clean up assertions in summary job
|
2024-02-28 15:49:24 +08:00 |
|
|
|
0382fb4913
|
Fix comparison of library item state
|
2024-02-28 15:34:36 +08:00 |
|
|
|
692a992e77
|
Remove some debug, clean up summaries
|
2024-02-28 15:18:23 +08:00 |
|
|
|
c20d8e6b4d
|
Add summaries, display accont features
|
2024-02-28 15:14:32 +08:00 |
|
|
|
bbe6204b91
|
summaries
|
2024-02-28 15:12:09 +08:00 |
|
|
|
0369a39f08
|
replace $set with $set_once
|
2024-02-26 18:14:10 +08:00 |
|
|
|
41aa976625
|
flush remaining events when server exits
|
2024-02-26 17:28:28 +08:00 |
|
|
|
d26a2f403d
|
replace segment with posthog
|
2024-02-26 16:47:04 +08:00 |
|
|
|
c13896aeb2
|
Merge pull request #3567 from omnivore-app/feature/feed-summary
feature/feed summary
|
2024-02-26 12:19:57 +08:00 |
|
|
|
33fa36710f
|
Merge pull request #3568 from omnivore-app/feat/rules-delete-item-rule
Add a rule to delete items
|
2024-02-26 12:13:40 +08:00 |
|
|
|
7db7099822
|
fix tests
|
2024-02-23 19:43:43 +08:00 |
|
|
|
6b0cefe190
|
add representation column to the highlight table and gql schema which is either CONTENT or FEED_CONTENT
|
2024-02-23 17:14:52 +08:00 |
|
|
|
67f54a1372
|
add fetchContent resolver to the function list
|
2024-02-23 15:44:53 +08:00 |
|
|
|
49d1ae5037
|
fix bug
|
2024-02-23 15:32:41 +08:00 |
|
|
|
510cd18b17
|
use json_agg to aggregate enum in db
|
2024-02-23 14:54:37 +08:00 |
|
|
|
90c049506d
|
Add a rule to delete items
|
2024-02-23 14:42:10 +08:00 |
|
|
|
df0bda9cb2
|
fix a typo
|
2024-02-23 14:21:34 +08:00 |
|
|
|
f4b6e470f2
|
replace fetch_content with fetch_content_type as a enum: ALWAYS, NEVER, WHEN_EMPTY
|
2024-02-23 14:19:22 +08:00 |
|
|
|
08e4bed146
|
rename preview_content to feed_content in library_item table and gql schema
|
2024-02-23 12:53:39 +08:00 |
|
|
|
61e9ab3a17
|
Merge pull request #3566 from omnivore-app/perf/optimize-slow-query
perf/optimize slow query
|
2024-02-23 12:53:05 +08:00 |
|
|
|
8ce7550582
|
create an index for upload_file_id in library_item table
|
2024-02-23 11:33:48 +08:00 |
|
|
|
7c7d594b91
|
use low priority queue if user saved 5 items in the last minute. previously it was created
|
2024-02-23 10:17:18 +08:00 |
|
|
|
b947100278
|
increase batch size to 100
|
2024-02-22 20:23:37 +08:00 |
|
|
|
f541b8f8ca
|
export at most 1000 most recent items
|
2024-02-22 20:22:37 +08:00 |
|
|
|
06c922d940
|
fix image error by reverting the change in excluded list of compilation
|
2024-02-22 16:51:54 +08:00 |
|
|
|
6af6f8ac6c
|
delete log
|
2024-02-22 15:40:09 +08:00 |
|
|
|
f47f4c1c47
|
fix tests
|
2024-02-22 15:23:53 +08:00 |
|
|
|
fb576a58a0
|
initial export
|
2024-02-22 15:20:24 +08:00 |
|
|
|
f94267ee1a
|
enqueue export job
|
2024-02-22 13:38:51 +08:00 |
|
|
|
8b848912c9
|
fix tests
|
2024-02-22 12:03:58 +08:00 |
|
|
|
34db7bb2d8
|
create a job for exporting item to integrations
|
2024-02-22 11:55:51 +08:00 |
|
|
|
649ccc692b
|
log unknown job when getting priority
|
2024-02-22 09:23:32 +08:00 |
|
|
|
ce19218e15
|
get queue priority from a table
|
2024-02-21 22:01:04 +08:00 |
|
|
|
927394e07c
|
fix: save url operation is delayed
|
2024-02-21 17:54:08 +08:00 |
|