Commit graph

20 commits

Author SHA1 Message Date
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