-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into riese/fuzzy_date
- Loading branch information
Showing
172 changed files
with
5,245 additions
and
1,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
from django.core import mail | ||
from django.db import models | ||
from django.test import SimpleTestCase | ||
|
||
from unittest import mock | ||
|
||
|
@@ -343,3 +344,9 @@ def test_unset_autopay(self, fake_customer): | |
self.assertEqual(self.fake_card.metadata, {"auto_pay_{}".format(self.billing_account.id): 'False'}) | ||
self.assertIsNone(self.billing_account.auto_pay_user) | ||
self.assertFalse(self.billing_account.auto_pay_enabled) | ||
|
||
|
||
class SimpleBillingAccountTest(SimpleTestCase): | ||
def test_has_enterprise_admin_does_case_insensitive_match(self): | ||
account = BillingAccount(is_customer_billing_account=True, enterprise_admin_emails=['[email protected]']) | ||
self.assertTrue(account.has_enterprise_admin('[email protected]')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../apps/analytics/static/analytix/js/gtm.js → .../apps/analytics/static/analytix/js/gtx.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,8 +87,8 @@ | |
├─ [email protected] | ||
│ ├─ balanced-match@^1.0.0 | ||
│ └─ [email protected] | ||
├─ [email protected].2 | ||
│ └─ fill-range@^7.0.1 | ||
├─ [email protected].3 | ||
│ └─ fill-range@^7.1.1 | ||
├─ [email protected] | ||
├─ [email protected] | ||
├─ [email protected] | ||
|
@@ -230,7 +230,7 @@ | |
│ └─ websocket-driver@>=0.5.1 | ||
├─ [email protected] | ||
│ └─ pend@~1.2.0 | ||
├─ fill-range@7.0.1 | ||
├─ fill-range@7.1.1 | ||
│ └─ to-regex-range@^5.0.1 | ||
├─ [email protected] | ||
│ ├─ [email protected] | ||
|
@@ -259,7 +259,7 @@ | |
│ └─ parse-filepath@^1.0.1 | ||
├─ [email protected] | ||
├─ [email protected] | ||
├─ [email protected].5 | ||
├─ [email protected].6 | ||
├─ [email protected] | ||
├─ [email protected] | ||
│ └─ for-in@^1.0.1 | ||
|
@@ -978,7 +978,7 @@ | |
│ ├─ string-width@^4.1.0 | ||
│ └─ strip-ansi@^6.0.0 | ||
├─ [email protected] | ||
├─ [email protected].3 | ||
├─ [email protected].4 | ||
│ └─ async-limiter@~1.0.0 | ||
├─ [email protected] | ||
├─ [email protected] | ||
|
@@ -1006,4 +1006,4 @@ | |
│ ├─ buffer-crc32@~0.2.3 | ||
│ └─ fd-slicer@~1.1.0 | ||
└─ [email protected] | ||
Done in 0.29s. | ||
Done in 0.27s. |
Oops, something went wrong.