Commit graph

626 commits

Author SHA1 Message Date
Samuel Clay
283bba5cd3 Rearranging urls for paypal. Also updating to latest gunicorn. 2022-04-11 11:01:02 -04:00
Samuel Clay
3a260fb2f7 Adding count to activity for exported OPML, for #1646. 2022-03-14 15:52:22 -04:00
Samuel Clay
9912f3ad8e Showing OPML backup exports and imports in activity popover. Closes #1646. 2022-03-14 11:06:01 -04:00
Samuel Clay
2097c5276e Boosting db profiling from 1% to 5%. 2022-03-08 13:32:49 -05:00
Samuel Clay
a4ae23c34f Wrong url for db profiler. 2022-03-07 15:36:23 -05:00
Samuel Clay
7a6eaf883b Let's try showing only single feeds in the DB profiler to see if it's better at showing abnormalities with less noise. 2022-03-07 15:33:11 -05:00
Samuel Clay
bddd0ca215 Only monitor river_stories for db times 2022-03-04 12:59:29 -05:00
Samuel Clay
d2097c3331 Black formatting 2022-03-02 10:58:15 -05:00
Samuel Clay
0074cf2b53 Showing db error on Profile table 2022-02-16 15:40:51 -05:00
Samuel Clay
e502dd2294 Missing redis db insight. 2021-12-08 16:44:36 -05:00
Samuel Clay
b2fde6f8f7 Turning refresh stale feeds back on. 2021-12-07 10:45:06 -05:00
Samuel Clay
779348c495 Removing unused db redis query counters. 2021-12-06 10:49:37 -05:00
Samuel Clay
2a45cd0df7 Adding query logging for redis pubsub. 2021-08-03 17:19:45 -04:00
Samuel Clay
3cc5fbe184 Log missing queries 2021-08-03 17:16:24 -04:00
Samuel Clay
d767310a31 Not sure where redis log is coming from, but it should still be recorded. 2021-08-03 16:46:34 -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
19b3d271e4 Fixing missing paypal subscribers signal. 2021-08-03 16:04:56 -04:00
Samuel Clay
05fc33b453 Updating dependencies. 2021-07-29 16:24:56 -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
87b25c6bf6 Adding more granularity to mongo queries. Fixing double query bug. 2021-07-02 16:12:14 -04:00
Jonathan Math
9221147309 build factories for testing for profile, reader, rss_feeds models 2021-06-30 21:09:24 -06:00
Samuel Clay
0de1c8ecfc Canceling second most recent Paypal subscription that does not match the current subscription. This is confusing for users as they get a 'NewsBlur canceled your subscription' email from Paypal when in fact NewsBlur canceled the old subscription. Can subscriptions change their subscr_id? If I cancel one, do I cancel the other? 2021-04-30 13:19:25 -04:00
Samuel Clay
f238bc7b5c Wrong Stripe exceptions. 2021-04-29 15:25:02 -04:00
Samuel Clay
38b679b22b Upgrading stripe charges API 2021-04-20 15:24:39 -04:00
Samuel Clay
04f4f6b903 Only make the sql template if showing. 2021-04-12 15:57:58 -04:00
Samuel Clay
2d8df4af28 Don't spit out queries unless requested. 2021-04-12 15:52:38 -04:00
Samuel Clay
b561ce756b Fixing issue with dashboard river folder not being changeable or selectable. 2021-04-07 15:32:17 -04:00
Samuel Clay
ba34e7c7ed Attempting to not allow multiple rivers to be created. 2021-03-25 20:18:41 -04:00
Samuel Clay
394910e4b0 Attempting to not allow multiple rivers to be created. 2021-03-25 20:17:13 -04:00
Samuel Clay
c5eeb9b101 Dont have a line if not necessary. 2021-03-25 16:29:42 -04:00
Samuel Clay
82cc26cd07 Handling missing position. 2021-03-25 16:28:50 -04:00
Samuel Clay
a6a6e7e957 Updating Stripe email when updating user email. 2021-03-22 10:25:14 -04:00
Samuel Clay
fc61ffd9dc Fixing stripe subscription cancellation. 2021-03-19 17:55:48 -04:00
Jonathan Math
0d133cece5 add management command to check db connection. Include this command in entrypoint for newsblur_web container 2021-03-16 13:36:20 -05:00
Samuel Clay
5506e99e9a Merge branch 'master' into dashboard3
* master:
  Don't cancel second most recent paypal subscription because it may be the current subscription.
2021-03-02 17:59:59 -05:00
Samuel Clay
9f8f7d39cd Don't cancel second most recent paypal subscription because it may be the current subscription. 2021-03-02 17:59:50 -05:00
Samuel Clay
0fda7644f9 Fixing bug in subscription cancellation using latest stripe api. 2021-02-25 10:32:10 -05:00
Samuel Clay
fe54785a9c Preserving original debug for query debugging. 2021-02-08 12:12:00 -05:00
Samuel Clay
0a9cc47f80 Fixing error conditions when creating dashboard rivers. 2021-02-05 17:29:55 -05:00
Samuel Clay
ab9a317793 Handling missing user. 2021-02-05 17:18:29 -05:00
Samuel Clay
5d08e2b03f This unique index should prevent the issue where multiple dashboard rivers occupy the same spot. This unique index should prevent the issue where multiple dashboard rivers occupy the same spot. May require deleting all rivers." 2021-02-05 17:15:43 -05:00
Samuel Clay
f9b7bbcd6e Merge branch 'master' into dashboard3
* master:
  Adding a preference to notification title only.
  Adding in preference to only send full title in iOS notifications.
  Forgot primary state
  Adding replset oplog timing to db monitor.
2021-02-01 15:01:58 -05:00
Samuel Clay
615819eff5 Adding in preference to only send full title in iOS notifications. 2021-02-01 14:00:04 -05:00
Samuel Clay
0af696df90 Handling new Stripe api errors. 2021-01-26 17:55:51 -05:00
Samuel Clay
ef7c46a686 Handling new Stripe api errors. 2021-01-26 12:24:24 -05:00
Samuel Clay
3cc8efa10f Fixing stripe api on refunds. 2021-01-26 12:23:16 -05:00
Samuel Clay
6b7ccbb335 Merge branch 'master' into dashboard3
* master:
  Use email if username doesnt work.
2021-01-23 18:01:31 -05:00
Samuel Clay
be26dbcd22 Use email if username doesnt work. 2021-01-23 18:01:19 -05:00
Samuel Clay
8cf070a72d Merge branch 'master' into dashboard3
* master:
  Removing old types field. Needed to upgrade to mongo 3.4.
  Checking if a feed has any notifications on it, set a max of 30 min fetch (yes this is a pretty good way of getting your feeds to fetch faster, but youll have to deal with the notifications).
  Fix task fetch monitor.
  Attempting to see iOS premium status over email.
  Handling work queue missing error.
2021-01-23 17:55:01 -05:00
Samuel Clay
6badcaf294 Removing old types field. Needed to upgrade to mongo 3.4. 2021-01-23 16:48:13 -05:00