Commit graph

1527 commits

Author SHA1 Message Date
Samuel Clay
21a0d425b0 Typo on method. 2021-06-14 14:22:27 -04:00
Samuel Clay
25c9a75b9d Disconnecting twitter when user is suspended or expired. 2021-06-14 14:21:23 -04:00
Samuel Clay
181a27ba68 Enumerating twitter errors. 2021-06-14 13:24:02 -04:00
Samuel Clay
ee7bd47e8b Cleaning up deploy work and monitors. The task monitors need to be integrate with the flask db monitors. 2021-05-26 11:41:28 -04:00
Samuel Clay
d0f03779b3 Fixing sharing story issue with scrubbing encoding. 2021-05-14 20:52:28 -04:00
Samuel Clay
fe9272cc07 Python 3 doesn't leak variables from list comprehensions. 2021-05-13 15:41:40 -04:00
Samuel Clay
520438aaec Newsletters should also send notifications. 2021-05-13 10:44:02 -04:00
Samuel Clay
b99603908b Python 3 compatibility for requests in feed finder. 2021-05-12 15:52:48 -04:00
Samuel Clay
a83a7abda7 Adjusting sites loaded counter to ignore dashboard. 2021-04-30 12:47:29 -04:00
Samuel Clay
58f67e9216 Revert "Fixing feed finder py3 issue."
This reverts commit 213ee843f2.
2021-04-30 11:21:40 -04:00
Samuel Clay
3f70025b7c Revert "Fixing feed finder py3 issue."
This reverts commit 2b2cbefee4.
2021-04-30 11:20:33 -04:00
Jonathan Math
e1748b8e90 remove netdata 2021-04-27 07:58:19 -05:00
Samuel Clay
fd96dfb0ae Merge branch 'master' into dashboard3
* master:
  Sorting tasks times munin
2021-04-21 11:23:39 -04:00
Samuel Clay
d949c8e3ec Sorting tasks times munin 2021-04-21 11:23:33 -04:00
Samuel Clay
2920619c76 Fixing munin graph order. 2021-04-20 19:48:12 -04:00
Samuel Clay
ea085c6563 Fixing munin graph order. 2021-04-20 19:48:01 -04:00
Samuel Clay
fe1d0a28ba Not sanitizing youtube feeds. 2021-04-19 16:11:02 -04:00
Samuel Clay
2c1de6bdca Finish moving ansible playbooks, forgot terraform provisioning. 2021-04-16 11:42:49 -04:00
Samuel Clay
d0a3b9102e Levenstein distance should handle none-strings. 2021-04-14 13:39:00 -04:00
Samuel Clay
2537634d46 Clearing end line timers just in case (to hopefully nip the memory leaks in the bud). 2021-04-05 14:22:36 -04:00
Samuel Clay
c766e781ed JSON Feeds 1.1. 2021-04-02 13:27:33 -04:00
Jonathan Math
417b626d39 continue docker-compose work on netdata (WIP) 2021-04-02 09:57:31 -05:00
Samuel Clay
108bd53efb Bytes go to utf-8 2021-03-25 15:35:45 -04:00
Samuel Clay
213ee843f2 Fixing feed finder py3 issue. 2021-03-24 20:30:11 -04:00
Samuel Clay
2b2cbefee4 Fixing feed finder py3 issue. 2021-03-24 20:28:20 -04:00
Samuel Clay
0ffcd8b35f Extending tlnb. 2021-03-17 20:53:25 -04:00
Samuel Clay
d52a8d362c Reducing number of workers on docker-compose. Also removing extraneous task servers and consolidating to task-celery for feeds and task-work for cron and work 2021-03-17 20:13:58 -04:00
Samuel Clay
dbd6f8bdee No consul on discovery. Fixing tlnb. 2021-03-16 15:20:24 -04:00
Samuel Clay
c424c3bb0f Merge branch 'master' into dashboard3
* master:
  Handling monitor failure
  Failed feeds fetched monitor needs to handle edge case.
  Move WebSub callbacks to HTTPS
2021-03-09 17:07:04 -05:00
Samuel Clay
a1475b3e51 Handling monitor failure 2021-03-09 17:05:55 -05:00
Samuel Clay
e7eeb6a2a2 Failed feeds fetched monitor needs to handle edge case. 2021-03-09 17:04:06 -05:00
Samuel Clay
bae6cf7348 Fixing feedback date format. 2021-03-09 12:42:02 -05:00
Samuel Clay
05afdce691 Fixing search indexing. Also removing superfluous search_indexer_tasker queue. 2021-03-03 17:04:05 -05:00
Samuel Clay
eac7e71b81 Refactoring image size fetcher to be much simpler, albeit slower. 2021-03-03 13:50:22 -05:00
Samuel Clay
b64f06c269 Refactoring tlnb and sshdo commands for new Docker-based installation. 2021-03-03 11:15:09 -05:00
Samuel Clay
28b09b5f3b Adding another exception handler to feed fetcher. 2021-03-03 09:30:20 -05:00
Samuel Clay
b266e3da4e badStatusLine exception handling. 2021-03-02 19:05:37 -05:00
Samuel Clay
5bf3cc251f IncompleteRead error 2021-03-02 19:03:57 -05:00
Samuel Clay
94e27a1f7b No need to decode 2021-03-02 18:33:00 -05:00
Samuel Clay
5adbafb046 bytes need bytes 2021-03-02 18:16:57 -05:00
Samuel Clay
cd62b41acf Convert bytes to str 2021-03-02 10:25:56 -05:00
Samuel Clay
8e088ba350 Switching to py3 html parser. 2021-03-02 09:46:59 -05:00
Samuel Clay
dffcd484d9 Handling SerialisationError 2021-02-28 20:20:41 -05:00
Samuel Clay
5e2e237871 Adding IncompleteRead error handling, fixing spacing. 2021-02-28 20:18:53 -05:00
Samuel Clay
37559d7237 Fixing InvalidURL 2021-02-26 11:39:36 -05:00
Samuel Clay
414c05bfbe Fixing ConnectionResetError. 2021-02-26 11:35:13 -05:00
Samuel Clay
d54de1cd23 Handling ConnectionResetError 2021-02-25 20:04:24 -05:00
Samuel Clay
ba6a8c81e0 Switching from raven to sentry sdk. 2021-02-25 19:52:36 -05:00
Samuel Clay
1fe20b91a9 Fixing py3 encoding issue when stripping comments using lxml. 2021-02-25 19:47:13 -05:00
Samuel Clay
c5f4734de4 Finally getting sentry to work in feed fetching. 2021-02-25 19:32:48 -05:00