Commit graph

11262 commits

Author SHA1 Message Date
Hongbo Wu
f91c4cd5b5
Merge pull request #4087 from omnivore-app/feature/score-service
get subscriptions from library items and send the features to score service
2024-06-21 09:57:40 +08:00
Hongbo Wu
8c84fc58b8 add more subscription features to the score api payload 2024-06-20 17:36:57 +08:00
Hongbo Wu
99c95194d0
Merge pull request #4086 from omnivore-app/fix/resolver
fix: library item is null in highlights api
2024-06-20 17:22:10 +08:00
Hongbo Wu
40182421f7 show archived highlights 2024-06-20 16:31:05 +08:00
Hongbo Wu
2e26a04cd0 remove redundant context type 2024-06-20 15:47:52 +08:00
Hongbo Wu
1c9626eabf
Merge pull request #4082 from omnivore-app/fix/api-user-asr
Add user field to the ArticleSavingRequest resolver
2024-06-19 18:20:49 +08:00
Jackson Harper
4ab0497034 Get uid from claims 2024-06-19 18:09:00 +08:00
Jackson Harper
54f608d23c Use context uid 2024-06-19 17:53:08 +08:00
Jackson Harper
a19c4f26c9 Add test for fetching profile 2024-06-19 17:50:04 +08:00
Jackson Harper
e2e0774e7e Add user field to the ArticleSavingRequest resolver 2024-06-19 17:44:44 +08:00
Hongbo Wu
c89e9a3186
Merge pull request #4081 from omnivore-app/fix/do-not-create-library-item-topic-index
do not create library_item_topic_idx index on library_item table since it locks the table/row for a long time
2024-06-19 17:23:56 +08:00
Hongbo Wu
6a54d651a8 do not create library_item_topic_idx index on library_item table since it locks the table/row for a long time 2024-06-19 16:13:05 +08:00
Hongbo Wu
aaa88be85d
Merge pull request #4078 from omnivore-app/fix/create-index-on-topic-concurrently
create index concurrently on topic column in library_item table
2024-06-19 12:09:17 +08:00
Hongbo Wu
ae4e7b4b97 set lock_timeout while running migrations in github action too 2024-06-19 11:55:49 +08:00
Hongbo Wu
5f11726bd5 set lock_timeout while running migrations 2024-06-19 11:52:22 +08:00
Hongbo Wu
6c102b02ac skip building docker images in test ci 2024-06-19 11:08:30 +08:00
Hongbo Wu
b0326b302f update migrations sql path 2024-06-19 10:55:42 +08:00
Hongbo Wu
b50a2b3f7b add lint migration github action 2024-06-19 10:49:45 +08:00
Hongbo Wu
d618fe92af remove drop index query 2024-06-18 22:09:06 +08:00
Hongbo Wu
ef33671f56 add schema 2024-06-18 22:08:11 +08:00
Hongbo Wu
dece399faf create index concurrently on topic column in library_item table 2024-06-18 21:24:43 +08:00
Hongbo Wu
da55dd29c2
Merge pull request #4077 from omnivore-app/fix/migration-error
create ltree extension if not exists
2024-06-18 18:35:08 +08:00
Hongbo Wu
f0b71e6833 create ltree extension if not exists 2024-06-18 18:29:45 +08:00
Hongbo Wu
fb7553abb7
Merge pull request #4076 from omnivore-app/fix/reduce-worker-concurrency
reduce bullmq worker concurrency to 2
2024-06-18 17:34:37 +08:00
Hongbo Wu
6df8c71035 reduce bullmq worker concurrency to 2 2024-06-18 17:28:19 +08:00
Hongbo Wu
163df00c66
Merge pull request #4074 from omnivore-app/feature/stub-score-client
stub score client
2024-06-18 14:31:03 +08:00
Hongbo Wu
2ed63af9a4 stub score client 2024-06-18 12:10:03 +08:00
Hongbo Wu
0e299e3433
Merge pull request #4073 from omnivore-app/feature/skip-updating-score-in-database
do not update library item score in database for now
2024-06-18 11:32:00 +08:00
Hongbo Wu
47c6488834 do not update library item score in database for now 2024-06-18 11:25:44 +08:00
Jackson Harper
c020384dcc
Merge pull request #4067 from omnivore-app/feat/web-nav-controls
Improve nav controller colors
2024-06-14 14:52:37 +08:00
Hongbo Wu
a26e8a3972
Merge pull request #4041 from omnivore-app/feature/folder-policy-api
feat: folder expiration policy api
2024-06-14 14:44:21 +08:00
Jackson Harper
16d57f2496 better dropdown handling on the main menu 2024-06-14 14:32:22 +08:00
Jackson Harper
1f66bd2691 Get nav into higher z-index, start to add the ADdLink control 2024-06-14 14:22:18 +08:00
Jackson Harper
83f1736874
Merge pull request #4065 from omnivore-app/fix/web-home-next
Make home wider, fix nextOrHome on delete of items
2024-06-14 14:19:55 +08:00
Jackson Harper
c6be15646f Make home wider, fix nextOrHome on delete of items 2024-06-14 13:35:14 +08:00
Jackson Harper
b82178685a
Merge pull request #4064 from omnivore-app/fix/web-home-load-more
Fix loading issues, improve header and layout on small screens
2024-06-14 13:09:54 +08:00
Jackson Harper
27539498af Fix typo 2024-06-14 12:50:57 +08:00
Hongbo Wu
2aff910516
Merge pull request #4063 from omnivore-app/fix/mark-item-as-seen
Hide move/archived/deleted items from home feed
2024-06-14 12:42:39 +08:00
Jackson Harper
c130c5309a Fix off by one with new SWR cursor generation 2024-06-14 12:38:32 +08:00
Hongbo Wu
c0947ddd48 fix batch delete query does not use index 2024-06-14 12:21:20 +08:00
Jackson Harper
45a604732b Improve nav menu on smaller screens, record current home position 2024-06-14 12:19:45 +08:00
Hongbo Wu
aea1650626 do not show move/archived/deleted item in home feed 2024-06-14 12:15:17 +08:00
Jackson Harper
bb73c24340 Fix padding on navigation menu 2024-06-14 10:28:13 +08:00
Jackson Harper
57ab2fd6b1 Improve spacing between top picks and recently added 2024-06-14 10:14:33 +08:00
Hongbo Wu
be8185d79c
Merge pull request #4059 from omnivore-app/fix/rss
fix: fetch old items for existing subscribed feeds
2024-06-14 09:04:37 +08:00
Jackson Harper
115189d1fd
Merge pull request #4061 from omnivore-app/fix/web-home-load-more
Dont show section if all items removed, better colours for load more button
2024-06-13 23:28:33 +08:00
Jackson Harper
ea928439e2 Dont show section if all items removed, better colours for load more button 2024-06-13 22:40:49 +08:00
Jackson Harper
dcab8ff7df
Merge pull request #4060 from omnivore-app/feat/web-home-tweaks002 2024-06-13 22:23:15 +08:00
Jackson Harper
ecb7b6de3a Initial work on action items, need to test with larger data sets 2024-06-13 21:17:03 +08:00
Jackson Harper
9b92cceedb Label and border updates 2024-06-13 20:57:08 +08:00