Rebecca Law
1b7f3f0238
Merge pull request #1138 from alphagov/pyup-update-flask-migrate-1.3.1-to-2.1.0
...
Update flask-migrate to 2.1.0
2017-08-10 14:05:48 +01:00
Chris Hill-Scott
0207c186e8
Bump utils to 18.0.1
...
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/203
2017-08-10 12:04:25 +01:00
Rebecca Law
318d6aeb7b
Remove comment
2017-08-10 11:32:16 +01:00
Rebecca Law
d9d100e20b
Merge branch 'master' into pyup-update-flask-migrate-1.3.1-to-2.1.0
2017-08-10 11:22:05 +01:00
Rebecca Law
32928db6e7
Merge branch 'master' into pyup-pin-notifications-python-client-4.3.1
2017-08-10 10:25:46 +01:00
Leo Hemsted
e7b13e727a
don't capture logs directly from stdout
...
previously in run_app_paas.sh, we captured stdout from the app and
piped that into the log file. However, this came up with a bunch of
problems, mainly:
* exceptions with stack traces often weren't formatted properly,
and kibana could not parse them
* celery logs were duplicated - we'd collect both the json logs and
the human readable stdout logs.
instead, with the updated utils library, we can use that to log json
straight to the appropriate directory directly.
2017-08-09 15:29:39 +01:00
Chris Hill-Scott
84a32180b3
Merge pull request #1113 from alphagov/pyup-update-jsonschema-2.5.1-to-2.6.0
...
Update jsonschema to 2.6.0
2017-08-07 09:54:35 +01:00
Chris Hill-Scott
73a6faebcb
Merge pull request #1105 from alphagov/pyup-update-pyjwt-1.4.2-to-1.5.2
...
Update pyjwt to 1.5.2
2017-08-07 09:54:27 +01:00
Chris Hill-Scott
5a5518be37
Merge pull request #1149 from alphagov/no-celery-4-u
...
Stop trying to upgrade us to Celery Pyup
2017-08-07 09:49:25 +01:00
Ken Tsang
3c050af190
Bump version to pick up fix for dashes
2017-08-03 14:52:13 +01:00
Chris Hill-Scott
eafeeed4f7
Stop trying to upgrade us to Celery Pyup
2017-08-02 11:04:20 +01:00
Chris Hill-Scott
1278f15289
Bump utils to 17.7.0
...
Changes:
https://github.com/alphagov/notifications-utils/compare/17.5.7...17.7.0
2017-08-01 16:18:56 +01:00
Imdad Ahad
588410e834
Add celery
2017-08-01 16:06:03 +01:00
Imdad Ahad
020928f187
Merge pull request #1137 from alphagov/pyup-update-iso8601-0.1.11-to-0.1.12
...
Update iso8601 to 0.1.12
2017-08-01 15:34:29 +01:00
Leo Hemsted
33cfe39557
Merge branch 'master' into pyup-update-monotonic-1.2-to-1.3
2017-07-31 18:34:44 +01:00
Leo Hemsted
9c212e78af
Revert "Revert "remove credstash""
...
This reverts commit de41fde0d3 .
2017-07-31 11:11:00 +01:00
Athanasios Voutsadakis
de41fde0d3
Revert "remove credstash"
...
This reverts commit 7db1bfbb77 .
2017-07-28 16:09:49 +01:00
pyup-bot
2dca254f60
Update flask-migrate from 1.3.1 to 2.1.0
2017-07-28 01:32:01 +01:00
pyup-bot
c87511959c
Update iso8601 from 0.1.11 to 0.1.12
2017-07-27 23:15:02 +01:00
Leo Hemsted
7db1bfbb77
remove credstash
2017-07-25 14:45:59 +01:00
Leo Hemsted
cc32cff32a
bump test requirements
...
also ignore celery improvements
2017-07-25 11:40:12 +01:00
pyup-bot
96e005a7d2
Pin notifications-python-client to latest version 4.3.1
2017-07-24 17:55:00 +01:00
pyup-bot
3ce66ce0ab
Update jsonschema from 2.5.1 to 2.6.0
2017-07-24 17:54:53 +01:00
pyup-bot
b62952d82e
Update monotonic from 1.2 to 1.3
2017-07-24 17:54:50 +01:00
pyup-bot
c6199cb2ba
Update pyjwt from 1.4.2 to 1.5.2
2017-07-24 17:54:24 +01:00
Chris Hill-Scott
e65619cb90
Bump utils
...
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/182
2017-07-20 17:32:44 +01:00
Rebecca Law
f77c062d86
Update the notifications-utils version.
2017-07-07 15:22:02 +01:00
Chris Hill-Scott
1747f7c76b
Update utils
...
Depends on:
https://github.com/alphagov/notifications-utils/pull/170
Brings in these changes:
https://github.com/alphagov/notifications-utils/compare/17.1.3...make-the-logo-bigger
or when utils PR is merged
https://github.com/alphagov/notifications-utils/compare/17.1.3...17.4.0
2017-06-22 09:15:28 +01:00
Martyn Inglis
2fe427ac5a
Bumped version of celery
2017-06-08 11:04:07 +01:00
Martyn Inglis
7f65aa3eef
Merge branch 'master' into remove-nasty-query-from-dashboard
...
Conflicts:
app/service/rest.py
tests/app/service/test_rest.py
2017-06-01 13:11:54 +01:00
Rebecca Law
1f591d3490
Add iso8601 to requirements
2017-05-25 16:13:33 +01:00
Martyn Inglis
390935e82c
Bumped utils version
2017-05-24 10:49:34 +01:00
Chris Hill-Scott
e443dc7fed
Output contact blocks with placeholders replaced
...
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/161
Also brings in:
https://github.com/alphagov/notifications-utils/compare/16.1.3...17.0.2
2017-05-11 16:50:36 +01:00
Rebecca Law
42032f871f
removed Flask-Redis dependency, it's included in notification-utils.
2017-05-04 14:57:57 +01:00
Martyn Inglis
56a82bb593
Bumped utils version
2017-04-27 09:45:36 +01:00
Martyn Inglis
86a5445fb6
Bumped utils version
2017-04-27 09:26:12 +01:00
Martyn Inglis
2a1c3c248f
Bumped utils
2017-04-26 21:21:00 +01:00
Martyn Inglis
2a0f8c8808
Validate International phone numbers
...
- uses new utils methods to validate phone numbers
- defaults to International=True on validation. This ensures the validator works on all numbers
- Then check if the user can send this message to the number internationally if needed.
2017-04-26 15:56:45 +01:00
Martyn Inglis
d6fc2335e6
Latest utils
2017-04-13 12:52:56 +01:00
Rebecca Law
6949779544
Refactor s3upload
...
s3upload function has been moved to notifications-utils.
https://github.com/alphagov/notifications-utils/pull/138 must be merge first.
Remove scratch code that I was using to test celery.send_task method
Revert the update to default_retry_delay.
Increase the countdown, wait 1 minute before executing the task.
Some of the changes in my previous commit are included here, that branch will be merged before this one, so it will make sense.
Update version of notification_utils
Update the version of notifications-utils
2017-04-10 17:17:58 +01:00
Rebecca Law
65a91c440b
Refactor s3upload
...
s3upload function has been moved to notifications-utils.
https://github.com/alphagov/notifications-utils/pull/138 must be merge first.
2017-04-10 17:12:56 +01:00
Chris Hill-Scott
7a6d748c6a
Build DVLA file with blank TO_NAME_2 field
...
Problem: we were sending the first line of the address in the
`TO_NAME_2` field. This meant that they couldn’t do any PAF lookups with
it, because it wasn’t where they were expecting.
The first line of the address is the second line of what our users give
us. We need to give this to DVLA as the _third_ line of the address
output, which they call `TO_ADDRESS_LINE_1`.
2017-04-06 13:12:05 +01:00
Chris Hill-Scott
f98f220e74
Update utils to fix letter output
...
Includes:
- [x] https://github.com/alphagov/notifications-utils/pull/136
- [ ] https://github.com/alphagov/notifications-utils/pull/131
2017-04-05 12:35:28 +01:00
Chris Hill-Scott
1802c84b8a
Add handling for data types other than list/string
...
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/135
Also adds extra tests for:
- the exact issue that we saw in production when #867 was deployed
- what happens when `None` is passed as a placeholder value, because
this should never get as far as the relevant bit of utils
2017-04-05 09:28:17 +01:00
Chris Hill-Scott
7943b6819b
Revert "Revert "Bump utils to allow lists as placeholder values""
2017-04-05 09:18:58 +01:00
Chris Hill-Scott
cb208473c6
Revert "Bump utils to allow lists as placeholder values"
2017-04-04 15:19:53 +01:00
Chris Hill-Scott
b19486ec99
Include fixes for heading spacing
...
Brings in
- [x] https://github.com/alphagov/notifications-utils/pull/134
2017-04-03 17:22:34 +01:00
Chris Hill-Scott
585ef8e66a
Bump utils to allow lists as placeholder values
...
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/128
Also adds a test to make sure that passing a dictionary as a value in
the `personalisation` argument works.
2017-03-31 17:02:54 +01:00
Rebecca Law
31979c3272
Use 500 for org id
2017-03-27 17:49:09 +01:00
Rebecca Law
0705cf2f7c
Update requirements.txt
...
pin version of six to resolve deployment issues
2017-03-27 11:12:39 +01:00