Commit Graph

4977 Commits

Author SHA1 Message Date
414b7aee0d Set width/height on feature graphic 2023-01-16 12:41:39 +08:00
a37e885323 Improve CLS of login button on landing page 2023-01-16 12:28:07 +08:00
65dfe1279d Reduce layout shift from landing page feature graphic + login button 2023-01-16 12:04:48 +08:00
9b616fc8e5 Better optimize landing page images 2023-01-13 17:36:15 +08:00
3a678f6d80 Update open graph image url 2023-01-13 17:01:37 +08:00
56ab63feab Update opengraphic and landing images 2023-01-13 16:39:27 +08:00
068c2a1a9b Update the feature graphic on landing page and login page 2023-01-13 16:34:47 +08:00
a0823647c7 Merge pull request #1652 from omnivore-app/fix/link-to-matter-import-docs
Update the link to the docs on importing archives from matter
2023-01-13 13:05:21 +08:00
424eb95e5a Merge pull request #1649 from omnivore-app/fix/import-handler-docker
Add .dockerignore for the import handler
2023-01-13 12:56:36 +08:00
842c1bad67 Update the link to the docs on importing archives from matter 2023-01-13 12:45:17 +08:00
786ad35da9 Merge pull request #1635 from omnivore-app/fix/content-display-reports
Fix creation of content display report
2023-01-13 11:37:22 +08:00
6572f718c9 Merge pull request #1648 from omnivore-app/fix/puppeteer-parse
fix/puppeteer parse
2023-01-13 10:59:09 +08:00
d2e7f8e58c Add .dockerignore for the import handler 2023-01-13 09:19:15 +08:00
c4a5cbe4e2 Save newsletter_email_id in subscription instead of the whole entity 2023-01-12 22:16:00 +08:00
c647aabeaa Save newsletter_email_id in subscription instead of the whole entity 2023-01-12 22:15:42 +08:00
145a8b9730 Fix last two tweets not saved in a long thread by waiting for document loaded after scrolling 2023-01-12 22:03:29 +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
7bfd36e308 Fix readability not run in puppeteer-parse 2023-01-12 18:33:47 +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
397233054b Dont clear content display reports before running test (this was just there for debug) 2023-01-11 11:15:37 +08:00
9d8f51f866 Update migrations file as there was a conflict with previous 2023-01-11 10:57:21 +08:00
2ad517ba69 Remove migrations to try and fix CI 2023-01-11 10:51:46 +08:00
706c4dea18 Dont try to clean up content display reports when running tests 2023-01-11 10:51:46 +08:00
1a7b6a2c59 Remove constraints on content display reports
We dont want to ever clear the content reports table, even if
a user is deleted the report is still valid, so remove the
constraints.
2023-01-11 10:51:46 +08:00
3bff5fe7f8 Add a test for the content display report service 2023-01-11 10:51:46 +08:00
337b723d24 Fix creation of content display report 2023-01-11 10:51:46 +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