Commit graph

135 commits

Author SHA1 Message Date
Hongbo Wu
7add606b55 break save page into different db transactions from one big transaction to reduce lock time 2024-08-23 18:18:06 +08:00
Hongbo Wu
016775aadb fix tests 2024-08-21 12:24:35 +08:00
Hongbo Wu
62ecbccd34 fix tests 2024-08-13 12:08:53 +08:00
Hongbo Wu
322f736fe0 stop storing original html in the database 2024-07-31 19:14:38 +08:00
Hongbo Wu
a9ebcd33e4 add mark as seen to the bulk action 2024-05-29 17:07:19 +08:00
Hongbo Wu
f92c6ef5a1 lint test file 2024-05-16 12:03:41 +08:00
Hongbo Wu
950b42899d fix mock cloud storage 2024-05-15 15:53:42 +08:00
Hongbo Wu
8034e18825 fix tests 2024-05-10 16:40:55 +08:00
Jackson Harper
d3d181c33e Remove unneed import 2024-03-14 12:48:56 +08:00
Jackson Harper
e9b15ebb06 Dont process youtube videos in this test 2024-03-14 12:48:56 +08:00
Hongbo Wu
4a70291898 add directionality to the SearchItem and Article Grahql type in the schema 2024-03-04 13:23:52 +08:00
Hongbo Wu
a116d944e7 fix tests 2024-02-28 17:24:02 +08:00
Hongbo Wu
af24856603 resolve conflicts after rebasing 2024-02-21 14:29:21 +08:00
Hongbo Wu
abfa15e56f revert soft deletes all the labels and highlights attached to the deleted item 2024-02-21 14:16:21 +08:00
Hongbo Wu
242e6e0fa3 delete all the labels and highlights attached to the item when item was deleted 2024-02-21 13:52:39 +08:00
Hongbo Wu
afd4d2a397 fix: duplicate key value violates unique constraint "library_item_pkey" by getting the item by user_id and md5(url) for update before upserting the item 2024-02-19 11:35:43 +08:00
Hongbo Wu
03f89d890e fix tests 2024-02-08 10:42:37 +08:00
Hongbo Wu
250d9089b3 fix tests 2024-02-06 16:53:32 +08:00
Hongbo Wu
e980be7771 skip test 2024-02-02 14:14:41 +08:00
Jackson Harper
3ecbd3f434 Need to force this test to overwrite the cached value 2024-02-01 09:59:42 +08:00
Hongbo Wu
1b8111b907 wait until all jobs are done in test 2024-01-31 19:10:57 +08:00
Hongbo Wu
5e883cb2ba running worker in the test 2024-01-31 17:45:49 +08:00
Hongbo Wu
58d384f4f6 fix pdf saving 2024-01-29 14:11:07 +08:00
Jackson Harper
202d19c9d3 Fix api status mapping 2024-01-21 14:11:53 +08:00
Hongbo Wu
f81ad17fb1 fix tests 2024-01-10 18:07:58 +08:00
Hongbo Wu
554c4cee12 add test cases 2024-01-03 18:26:07 +08:00
Hongbo Wu
b348fae677 fix multi-select bulk action api 2023-12-29 18:42:07 +08:00
Hongbo Wu
55518139fb generate raw sql because postgres does not support prepared statements in DO blocks 2023-12-29 09:53:23 +08:00
Hongbo Wu
881626d35a fix type of highlight is null from update since api 2023-12-28 16:55:23 +08:00
Hongbo Wu
2b886d7e68 return highlights in update since api response 2023-12-28 14:03:07 +08:00
Hongbo Wu
7a2cf6c6fe fix sort by word count not working 2023-12-18 10:40:10 +08:00
Hongbo Wu
4d41117d8b ignore sort:score since we always order by score when doing fulltext search 2023-12-11 11:54:56 +08:00
Hongbo Wu
dc9268d668 add test cases 2023-12-08 17:05:24 +08:00
Hongbo Wu
618a5dc6a8 add test cases 2023-12-06 22:23:32 +08:00
Hongbo Wu
3c67d1911c fix tests 2023-12-05 12:31:26 +08:00
Hongbo Wu
022d0f9e66
Merge pull request #3159 from omnivore-app/fix/nested-labels
feat: wildcard search for labels and nested labels
2023-11-23 21:44:44 +08:00
Hongbo Wu
da2b3c6895 add test cases 2023-11-23 21:34:35 +08:00
Hongbo Wu
7c56dc2cba add test cases 2023-11-23 21:33:04 +08:00
Hongbo Wu
e26ed0b6f0 add RSS label to the following feed items 2023-11-17 18:26:00 +08:00
Hongbo Wu
c5a97c7a41 change archive and trash from folder to state 2023-11-17 13:51:33 +08:00
Hongbo Wu
59bbc5562b fix tests 2023-11-10 22:37:14 +08:00
Hongbo Wu
adf13131db add folder to library_item table 2023-11-10 17:34:46 +08:00
Hongbo Wu
67bfca726b add test cases 2023-10-26 22:15:33 +08:00
Hongbo Wu
d480d53151 fix: site scoped search not working for domain and hostname
* alter site_name_tsv to include hostname and domain
* add test cases
2023-10-26 22:10:35 +08:00
Hongbo Wu
c2092e0e5d
Merge pull request #2995 from omnivore-app/fix/item-id-update
fix: library item id could be updated if a different client request id supplied in save page api payload
2023-10-24 15:24:18 +08:00
Hongbo Wu
f497c0ac5b add test cases 2023-10-23 21:43:01 +08:00
Hongbo Wu
f18ea7a7ce ignore position check if force = true in reading progress api payload 2023-10-23 20:57:20 +08:00
Hongbo Wu
27b352f9ae fix: updates since api returns error for android client if invalid date is supplied 2023-10-23 19:07:47 +08:00
Hongbo Wu
e94a61a9bc fix: library item id could be updated if a different client request id supplied in save page api payload 2023-10-23 17:44:38 +08:00
Hongbo Wu
4d255a12a7 add test cases 2023-10-23 15:47:21 +08:00