This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-01-11 13:11:17 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
921b90cdecadc1f3799e9cffc27c4fad1d6ca29c
notifications-api
/
app
History
Rebecca Law
921b90cdec
Add
type=int
to
request.args.get
, if the arg is an int it's returned else None. This means we ignore the arg if its the wrong data type and we don't need to handle the error.
2019-12-06 13:10:38 +00:00
..
accept_invite
…
authentication
…
aws
[WIP]
2019-11-15 15:41:27 +00:00
billing
…
celery
make 500s change priorities quicker
2019-11-28 13:29:39 +00:00
clients
remove loadtesting from providers
2019-10-23 11:45:07 +01:00
complaint
…
dao
Add
type=int
to
request.args.get
, if the arg is an int it's returned else None. This means we ignore the arg if its the wrong data type and we don't need to handle the error.
2019-12-06 13:10:38 +00:00
delivery
make 500s change priorities quicker
2019-11-28 13:29:39 +00:00
email_branding
…
events
…
inbound_number
…
inbound_sms
…
invite
…
job
…
letter_branding
…
letters
Grab metadata when getting pdf letter preview from S3
2019-10-29 16:19:50 +00:00
notifications
Bump utils version and improve error message content
2019-11-26 11:19:01 +00:00
organisation
…
performance_platform
…
platform_stats
…
provider_details
…
schema_validation
Check that the request payload data is valid json.
2019-11-21 15:23:11 +00:00
service
Use existing postage format for validation
2019-10-25 16:13:22 +01:00
status
…
template
use
Template.is_message_too_long
rather than content_count directly
2019-11-18 17:00:32 +00:00
template_folder
…
template_statistics
…
upload
Add
type=int
to
request.args.get
, if the arg is an int it's returned else None. This means we ignore the arg if its the wrong data type and we don't need to handle the error.
2019-12-06 13:10:38 +00:00
user
…
v2
Fix poorly written sentence
2019-11-22 11:02:22 +00:00
__init__.py
Add uploads blueprint, the endpoint returns a combination of uploaded letters and jobs. The endpoint returns data about the uploaded letter or job, including notification statistics for the upload. The data is ordered by scheduled for and created_at.
2019-12-06 09:54:51 +00:00
.gitignore
…
cloudfoundry_config.py
…
commands.py
…
config.py
don't define MMG_URL and FIRETEXT_URL in manifest
2019-12-04 15:26:49 +00:00
cronitor.py
…
encryption.py
…
errors.py
…
exceptions.py
…
history_meta.py
…
models.py
…
schemas.py
…
utils.py
…
variables.py
…
version.py.dist
…