Commit graph

36 commits

Author SHA1 Message Date
Samuel Clay
f93eb2520c Adding file size and archive count to rss feed fetch status board. 2022-09-11 22:13:54 -04:00
Samuel Clay
57cf284f13 Adding slow log aggregator to uncover which users and paths are slowest. 2022-09-11 21:37:02 -04:00
Samuel Clay
8a5748fa37 Adding # of stories per dashboard module. Also fixing long-standing double load bug on initial page load. Fixed issues around phantom read stories popping in and out of existance on page load. 2022-05-16 17:21:46 -04:00
Samuel Clay
b1de95dd20 Not hitting a db shouldnt be colored any differently than a small value. 2022-03-04 12:51:43 -05:00
Samuel Clay
0bae64e6fd Recoloring db times logs. 2022-03-04 12:49:01 -05:00
Samuel Clay
647b1100fd Using user log for db times. 2021-12-17 13:55:35 -05:00
Samuel Clay
779348c495 Removing unused db redis query counters. 2021-12-06 10:49:37 -05:00
Samuel Clay
436580377b Fixing redis logging color 2021-08-03 17:21:49 -04:00
Samuel Clay
2a45cd0df7 Adding query logging for redis pubsub. 2021-08-03 17:19:45 -04:00
Samuel Clay
abfacef9c9 Splitting redis query logging into three dbs: user, story, and session. 2021-08-03 16:05:48 -04:00
Samuel Clay
45846d0d59 Shortening post parameters when debugging. 2021-07-15 18:59:30 -04:00
Samuel Clay
4170505f1e Widening significant figures 2021-07-15 17:07:21 -04:00
Samuel Clay
eb47c17905 Higher thresholds 2021-07-15 17:05:58 -04:00
Samuel Clay
bfce5b8dc9 Adding colors to db logging. 2021-07-15 17:03:51 -04:00
Samuel Clay
c055656869 Adding DEBUG_QUERIES_SUMMARY_ONLY to assist db introspection without the verbosity. 2021-07-15 16:50:54 -04:00
Samuel Clay
1da9f57697 Fixing broken request introspection. 2021-02-24 12:07:44 -05:00
Samuel Clay
fcebadfc64 Moving up ignore path. 2021-02-24 12:05:19 -05:00
Samuel Clay
3f75df76b6 Wrong url 2021-02-24 12:01:12 -05:00
Samuel Clay
297111917e Ignore haproxy check in logging. 2021-02-24 12:00:12 -05:00
Samuel Clay
0c1c1302ea Sizing 2020-12-16 22:55:21 -05:00
Samuel Clay
b89e7dc429 Merge branch 'django1.11' into django2.0
* django1.11: (152 commits)
  request.raw_post_data -> request.body (django 1.6)
  Upgrading pgbouncer to 1.15.0.
  Finishing off Postgresql 13 upgrade.
  Upgrading to Postgresql 13.
  Ubuntu 20.04
  Fixing supervisor path issues
  Upgrading setuptools
  Fixing flask
  Handling over capacity for twitter.
  Max length for image_urls.
  Properly filtering newsletter feeds.
  Fixing issue with text importer on feed-less urls.
  Removing dependency, fixing encoding issue for pages.
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  Fixing Statistics by fixing how timezones are handled.
  ...
2020-12-03 14:04:26 -05:00
Samuel Clay
68f2e0ec17 Logging all requests in debug 2020-11-12 15:43:38 -05:00
Samuel Clay
f95c47c313 Correct request cookies 2020-07-02 00:11:03 -04:00
Samuel Clay
65a8638ac9 Showing request introspection on every request. 2020-07-02 00:10:00 -04:00
Samuel Clay
1e5474a9ec Adding cookie logging 2020-07-02 00:07:20 -04:00
Samuel Clay
1351aee6a8 Vendorizing new feedparser. 2020-07-01 18:38:37 -04:00
Samuel Clay
1fc063ff80 Fixing middleware for new format. 2020-06-30 19:46:32 -04:00
Samuel Clay
0d6cb69548 Merge branch 'django1.11' into django2.0
* django1.11: (73 commits)
  Switching to new celery 4 standalone binary.
  Fixing various mongo data calls.
  Upgrading to latest celery 4 (holy moly), which required some big changes to project layout. Still needs supervisor scripts updated.
  Removing unused log on cookies.
  I believe this Context wrapping is still preserved. See this django ticket: https://code.djangoproject.com/ticket/28125. Reverting this fixes the error, so I'm assuming this is that type of render.
  Have to revert 3f122d5e03 because this broke existing sessions (logged me out) because the model has changed and the serialized model stored in redis no longer matches. Whew, this took a while to figure out.
  Upgrading redis cache.
  Adding cookies to path inspector.
  Removing dupe db log.
  Fixing missing DB logs (redis and mongo) due to this change in django 1.8: "connections.queries is now a read-only attribute."
  Removing migrations that set a default date of 2020-05-08. Not sure why this was committed. I thought we resolved the issue with default datetimes?
  Fixing CallableBool.
  Missing import
  Fixing runtime errors on django 1.10
  Fixing OAuth connect.
  Fixing various django1.9 issues, mainly around templates.
  BASE_DIR
  Not every story is from a feed.
  Styling background colors for newsletters.
  Styling more newsletter elements.
  ...
2020-06-30 12:34:59 -04:00
Samuel Clay
d60c917a9c Removing unused log on cookies. 2020-06-28 16:36:13 -04:00
Samuel Clay
f3e2f97fc8 Merge branch 'master' into django1.9
* master:
  Adding cookies to path inspector.
2020-06-26 16:40:50 -04:00
Samuel Clay
2af871acf6 Adding cookies to path inspector. 2020-06-26 16:40:45 -04:00
Samuel Clay
8a559e5055 Merge branch 'master' into django1.9
* master:
  Removing dupe db log.
2020-06-26 16:27:20 -04:00
Samuel Clay
d0f15ab141 Removing dupe db log. 2020-06-26 16:26:59 -04:00
Jonathan Math
044370e2f4 use updated middleware syntax 2020-06-17 03:24:16 -04:00
jmath1
3f8b0655d4 change mimetype to content_type and stop using request.REQUEST 2020-06-07 08:04:23 -04:00
Samuel Clay
ff439834c5 Preventing dupe favorites from showing up in activities and interactions. 2012-07-28 13:16:18 -07:00