Commit Graph

4954 Commits

Author SHA1 Message Date
d2e7f8e58c Add .dockerignore for the import handler 2023-01-13 09:19:15 +08:00
b44b449642 Merge pull request #1646 from omnivore-app/fix/import-matter-content
Update matter import handler to use archives instead of just history files
2023-01-12 20:44:34 +08:00
6845696f23 Handle exceptions from JSON.parse, in this case just return ok so the request isnt retried 2023-01-12 16:10:25 +08:00
6f588e2170 Create read stream after all early return checks 2023-01-12 15:48:54 +08:00
444d4a69eb i guess this was my first rodeo 2023-01-12 15:37:50 +08:00
824899760a Update some style, add Matter archive importer tool 2023-01-12 14:00:46 +08:00
c240f1d2c8 Make SavePage API call if we have content provided 2023-01-12 10:50:06 +08:00
7263e91d6b Enable ts-node files to pull in readability.d.ts 2023-01-11 23:59:27 +08:00
ee8bad424b Fix typo 2023-01-11 23:19:59 +08:00
fa866f1d29 Make function more clear 2023-01-11 23:08:30 +08:00
ee50b237c6 Fix order of args 2023-01-11 22:56:10 +08:00
0bc87deba0 Change order of ctx arguments 2023-01-11 22:55:04 +08:00
04375d6856 Add some extra debugging 2023-01-11 22:42:37 +08:00
6623d5a43a Handle pubsub event parsing 2023-01-11 20:59:41 +08:00
62db9da121 Parse pubsub message 2023-01-11 20:07:54 +08:00
154109bb9d Log headers 2023-01-11 19:46:12 +08:00
50e1dbda5a Add debug for Eventarc 2023-01-11 18:36:37 +08:00
c75a558bd4 Fix entrypoint in Dockerfile 2023-01-11 18:24:55 +08:00
dea4ffae33 Fixes for dockerizing the import-handler service 2023-01-11 18:10:22 +08:00
b6f9a8bab5 Add uuid package to import-handler 2023-01-11 17:06:04 +08:00
e31a806fcb Start http server to run in Cloud Run 2023-01-11 16:57:00 +08:00
6aabd0311f Fix scripts in import-handler package 2023-01-11 16:30:33 +08:00
9e83f0f11c Packaging for the import handler 2023-01-11 16:22:31 +08:00
903d14ead3 Add Dockerfile 2023-01-11 15:50:10 +08:00
e392af4800 Update matter import handler to use archives instead of just history files 2023-01-11 15:35:05 +08:00
126373a10d Merge pull request #1640 from omnivore-app/fix/android-install-redirect
Add a redirect for installing Android
2023-01-10 19:33:30 +08:00
dea09b457f Add a redirect for installing Android 2023-01-10 17:33:55 +08:00
4caeab251d Merge pull request #1638 from omnivore-app/fix/no-author-in-newsletter
Fix the error when no name in subscription by using the email address as the author when no author found in the newsletter
2023-01-10 12:49:53 +08:00
1243e2ace2 Fix the error when no name in subscription by using the email address as the author when no author found in the newsletter 2023-01-10 11:17:22 +08:00
b7a4c2c92e Merge pull request #1633 from omnivore-app/better-newsletter-emails
Add subscriptionCount and createdAt in NewsletterEmail type
2023-01-09 18:43:34 +08:00
1837f31906 Add tests 2023-01-09 16:52:54 +08:00
75974c772e Fix test 2023-01-09 15:32:00 +08:00
43e813a73d Add unique constraint on user_id and name to subscription entity 2023-01-09 15:12:26 +08:00
08e0423939 Add unique constraint on user_id and name to subscriptions table 2023-01-09 15:04:01 +08:00
8c22819ddb Merge pull request #1632 from omnivore-app/fix/missing-og-image
Add missing open graph image
2023-01-09 12:34:53 +08:00
892a9ef30d Add subscriptionCount and createdAt in NewsletterEmail type 2023-01-09 12:24:45 +08:00
ce2a49eae5 Add missing open graph image 2023-01-09 12:15:54 +08:00
54ac1b440f Merge pull request #1631 from omnivore-app/feat/new-opengraph
New opengraph image url
2023-01-09 12:07:57 +08:00
c80736c7b5 Merge pull request #1625 from omnivore-app/fix/ios-search-if-no-items
Fall back to using search instead of just sync API if no items found
2023-01-09 12:01:58 +08:00
1c6d359385 Update URL to opengraph image to break caches 2023-01-09 11:14:33 +08:00
bf6b3ceb87 Set a default opengraph image on the primary layout 2023-01-09 11:09:29 +08:00
a13f7b3c27 Merge pull request #1630 from omnivore-app/feat/new-opengraph
Update our Open Graph image
2023-01-09 10:52:17 +08:00
f2daa726dd Remove unused voices 2023-01-09 10:51:35 +08:00
4e712ff07a Update our Open Graph image 2023-01-09 10:33:17 +08:00
4c3c218309 Merge pull request #1628 from omnivore-app/fix/rm-popular-subscriptions
Remove the popular subscriptions table
2023-01-09 09:52:20 +08:00
05a61968d9 Remove the popular subscriptions table
We probably need a standalone page for this in the future, but
removing this now allows people to use this page to see their
subscriptions on web.
2023-01-09 09:33:36 +08:00
d21ac478ee Merge pull request #1624 from omnivore-app/add-demo-user
Add demo user in docker-compose migrate service
2023-01-09 09:32:29 +08:00
e8304f02f2 Fall back to using search instead of just sync API if no items found 2023-01-09 09:22:38 +08:00
c18cc3b343 Fix grammar issue in community modal 2023-01-09 09:22:12 +08:00
982bfe586c Merge pull request #1623 from omnivore-app/fix/import-handler-off-by-one
Handle case where import has a single entry
2023-01-06 22:31:05 +08:00