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
2025-12-26 18:31:37 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a49afc06c45366da36c3b48cf6d545df94e3df9
notifications-api
/
tests
/
app
History
Rebecca Law
bd3704d123
Merge pull request
#1034
from alphagov/push-inbound-sms
...
Push inbound sms
2017-06-19 15:15:07 +01:00
..
accept_invite
…
authentication
Refactor ApiKeys.secret and ServiceInboundApi.bearer_token to use the same encryption method and get rid of the duplicate code.
2017-06-19 14:32:22 +01:00
aws
Updates:
2017-06-13 15:22:31 +01:00
celery
Updates:
2017-06-13 15:22:31 +01:00
clients
…
dao
Merge pull request
#1034
from alphagov/push-inbound-sms
2017-06-19 15:15:07 +01:00
delivery
…
dvla_organisation
…
events
…
inbound_sms
Adds a POST version of get inbound messages by phone number. Allows us to POST the search so the phone number is hidden
2017-06-09 10:34:02 +01:00
invite
…
job
Fix missing slash
2017-06-13 12:08:09 +01:00
letters
…
notifications
Refactor ApiKeys.secret and ServiceInboundApi.bearer_token to use the same encryption method and get rid of the duplicate code.
2017-06-19 14:32:22 +01:00
organisation
…
provider_details
…
public_contracts
Refactor ApiKeys.secret and ServiceInboundApi.bearer_token to use the same encryption method and get rid of the duplicate code.
2017-06-19 14:32:22 +01:00
service
Refactor ApiKeys.secret and ServiceInboundApi.bearer_token to use the same encryption method and get rid of the duplicate code.
2017-06-19 14:32:22 +01:00
spec
…
status
…
template
…
template_statistics
This is a bit gnarly. When querying the notifications table for template usage, we don't apply the days limit if we're trying to get exactly 7 days.
2017-06-08 13:42:41 +01:00
user
…
v2
…
__init__.py
…
conftest.py
Updates:
2017-06-13 15:22:31 +01:00
db.py
New table to store the inbound api information for a service. The table is versioned.
2017-06-15 11:32:51 +01:00
test_cloudfoundry_config.py
…
test_config.py
…
test_encryption.py
…
test_model.py
…
test_route_authentication.py
…
test_schemas.py
…
test_statsd_decorators.py
…
test_user_agent_processing.py
…
test_utils.py
…