stvnrlly
9e7ee1c0f8
migrate bst_date to local_date
2022-11-21 11:49:59 -05:00
stvnrlly
e6d30394ba
london → local
2022-11-16 14:11:52 -05:00
stvnrlly
052f911ca8
rename billing date function to clearer about timezone
2022-11-16 12:54:08 -05:00
stvnrlly
53019995d1
more time test times
2022-11-14 14:53:28 -05:00
stvnrlly
213f699c99
time adjustments in tests
2022-11-14 14:23:54 -05:00
stvnrlly
3528bd37e1
update time handling for more tests
2022-11-10 16:54:48 -05:00
stvnrlly
b50cb4712f
tz utility swap and many test updates
2022-11-10 12:33:25 -05:00
Ryan Ahearn
ac7ad61e10
Replace old notifications-api service prefix with notify-api
2022-11-07 12:10:49 -05:00
Ryan Ahearn
e576bbc7e2
Merge pull request #104 from GSA/fix-deployed-db-string
...
Fix deployed db string
2022-11-01 13:02:16 -04:00
stvnrlly
f2f70f42a6
Merge branch 'main' into stvnrlly-create-user-command
2022-11-01 12:04:01 -04:00
Ryan Ahearn
b4256d0a6c
Properly set database connection string in cloud.gov
2022-11-01 11:34:00 -04:00
Ryan Ahearn
f7dce28546
Use safe env getter for test verification
2022-10-31 16:32:20 -04:00
Ryan Ahearn
41a52daca0
Clean up bucket settings
2022-10-31 15:37:12 -04:00
stvnrlly
11d123051a
validate mobile number so that sms auth works
2022-10-28 14:42:25 -04:00
stvnrlly
19cdd9b052
tests & prompts for user creation command
2022-10-28 14:07:43 -04:00
stvnrlly
637fbdb891
broadcast flake8 cleanup
2022-10-25 11:53:24 -04:00
Steven Reilly
d37c2a53b8
Merge branch 'main' into stvnrlly-remove-broadcasts
2022-10-25 10:17:49 -04:00
stvnrlly
8e2b8dd7c4
keep on flakin the flake world
2022-10-21 13:29:52 +00:00
stvnrlly
9f37592b1e
cleaner flake8 cleaning
2022-10-21 00:26:37 +00:00
stvnrlly
d4e156e8ae
Merge branch 'main' into stvnrlly-remove-broadcasts
2022-10-20 19:44:20 -04:00
stvnrlly
5dfc26c1f5
pass pytest multiline preferences
2022-10-19 16:16:29 +00:00
stvnrlly
2d947c8d33
flake8 post-isort
2022-10-19 16:16:29 +00:00
stvnrlly
7fb471a10c
test tweaks
2022-10-19 16:16:27 +00:00
stvnrlly
55adb3e035
more flake8 cleanup
2022-10-19 16:16:26 +00:00
stvnrlly
e9fdfd59f4
clean flake8 except provider code
2022-10-19 16:16:26 +00:00
stvnrlly
b0ed88e7a3
update tests
2022-10-12 16:39:17 +00:00
stvnrlly
0186095920
swap out uk org types for us-specific org types
2022-10-11 20:27:49 +00:00
stvnrlly
53204c307b
tests are, uh, mostly passing
2022-10-05 01:12:35 +00:00
jimmoffet
434b7b2d08
clean up and remove redundancy
2022-10-04 16:01:30 -07:00
stvnrlly
57f4df8ed1
remove broadcast-related code, except migrations
2022-10-04 15:28:27 +00:00
jimmoffet
fc9e4107c1
all tests passing
2022-10-03 20:07:42 -07:00
jimmoffet
c04d1df6b3
fixing tests
2022-10-03 17:16:59 -07:00
Jim Moffet
d0bba8a8bd
Merge branch 'main' into jim/091422/deliverycallbacks
2022-09-30 11:21:46 -04:00
jimmoffet
48af6f7c23
fix tests
2022-09-30 10:59:48 -04:00
Ryan Ahearn
d37b8b841e
Update redis url to use rediss protocol
2022-09-29 10:41:48 -04:00
Ryan Ahearn
e3ad01119d
Replace celery[sqs] with celery[redis]
2022-09-29 08:59:17 -04:00
Ryan Ahearn
538d2cbe4c
Proactively specify aws region for s3 operations
2022-09-26 10:56:59 -04:00
Ryan Ahearn
8ede076708
Use correct access credentials for each bucket
2022-09-22 12:14:25 -04:00
Ryan Ahearn
e9815a6f8e
Create s3 buckets via terraform and bind to app
2022-09-21 11:22:55 -04:00
Ryan Ahearn
cb4036b1b0
Disable letter-based S3 buckets
2022-09-21 11:22:55 -04:00
jimmoffet
a03de0dd56
remove outdated validatesns library and replace with maintainable code
2022-09-20 20:11:09 -07:00
jimmoffet
f1aec54665
clean up comments and method dupes
2022-09-15 15:48:37 -07:00
jimmoffet
b0f819dbd9
canada UK ses callbacks monster mash
2022-09-15 14:59:13 -07:00
jimmoffet
6d0fd97b3e
skip two failing redis tests
2022-08-02 16:55:21 -07:00
Christa Hartsock
c4cdaed683
Skip tests that fail because of timezone handling
2022-07-07 15:41:16 -07:00
Christa Hartsock
041a892e86
Pull admin base url from test config in tests
2022-07-07 15:41:16 -07:00
Christa Hartsock
af6495cd4c
Get tests passing locally
...
When we cloned the repository and started making modifications, we
didn't initially keep tests in step. This commit tries to get us to a
clean test run by skipping tests that are failing and removing some
that we no longer expect to use (MMG, Firetext), with the intention that
we will come back in future and update or remove them as appropriate.
To find all tests skipped, search for `@pytest.mark.skip(reason="Needs
updating for TTS:`. There will be a brief description of the work that
needs to be done to get them passing, if known. Delete that line to make
them run in a standard test run (`make test`).
2022-07-07 15:41:15 -07:00
Jim Moffet
aa4ec532a4
implement SNS
2022-06-17 11:16:23 -07:00
Ben Thorner
ee8e86f409
Bump utils to version 56.0.0
...
The only impactful change is the major version itself, where I've
fixed the breaking changes due to the upgrade of PyPDF2 [^1] and
checked there are no deprecation warnings when I run the tests.
[^1]: https://github.com/alphagov/notifications-utils/pull/973
2022-06-01 14:27:25 +01:00
Ben Thorner
43dbc0891f
Merge pull request #3546 from alphagov/notification-view-178125825
...
Use notification view for status / billing tasks
2022-05-26 11:03:38 +01:00