Commit Graph

187 Commits

Author SHA1 Message Date
Chris Hill-Scott
2244ae8ccd Merge pull request #1218 from alphagov/pyup-update-flask-migrate-2.1.0-to-2.1.1
Update flask-migrate to 2.1.1
2017-08-30 15:53:03 +01:00
Chris Hill-Scott
9716172164 Merge pull request #1217 from alphagov/pyup-update-psycopg2-2.7.3-to-2.7.3.1
Update psycopg2 to 2.7.3.1
2017-08-30 15:52:55 +01:00
pyup-bot
04bf566614 Update boto3 from 1.4.6 to 1.4.7 2017-08-29 21:31:56 +01:00
Chris Hill-Scott
d0be79cc4c Remove Swagger specification
This was only ever a spike into what it might look like to document
Notify’s API with Swagger (see
7c3d25a87a).
It’s no longer updated, and only talks about version 1 of the public
API.

Keeping it around now is just a liability, and gives us additional Pyup
upgrades to deal with.
2017-08-29 10:32:37 +01:00
pyup-bot
14cf3a58a2 Update flask-migrate from 2.1.0 to 2.1.1 2017-08-28 23:18:03 +01:00
pyup-bot
fe30942889 Update psycopg2 from 2.7.3 to 2.7.3.1 2017-08-26 14:56:56 +01:00
Leo Hemsted
4e7c19a98f update utils to v20 - log from multiple app.log*.json files
the rotating file handler puts the date on the end, so those old files won't be pushed
2017-08-25 14:38:04 +01:00
Chris Hill-Scott
6848a50ae1 Bump utils to 19.0.4
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/210
- [ ] https://github.com/alphagov/notifications-utils/pull/212
2017-08-25 09:36:43 +01:00
Chris Hill-Scott
ce2c157f8f Bump utils to 19.0.2
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/211
2017-08-24 17:11:46 +01:00
Leo Hemsted
336ee69f02 make pyup ignore flask-bcrypt
pyup is trying to upgrade flask-bcrypt, which causes errors in all subsequent PR builds for #reasons. Lets make pyup ignore flask-bcrypt until we figure out why the upgrade doesn't work
2017-08-24 11:16:21 +01:00
Rebecca Law
5b43c0af79 Merge branch 'master' into bump-utils-19.0.0 2017-08-23 10:56:25 +01:00
Rebecca Law
f84bbf530b Bump utils to 19.0.1
To eliminate flask deprecation warnings.
2017-08-23 10:55:56 +01:00
Leo Hemsted
077a5e62f5 re-introduce flask-marshmallow 2017-08-22 16:15:11 +01:00
Chris Hill-Scott
6d1611ef12 Bump utils to 19.0.0
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/201

https://github.com/alphagov/notifications-utils/compare/18.0.1...19.0.0
2017-08-22 14:43:00 +01:00
Leo Hemsted
c36e50bef1 update dependencies 2017-08-18 17:02:31 +01:00
Katie Smith
2f84e1cc45 Merge pull request #1159 from alphagov/pyup-update-sqlalchemy-utils-0.32.9-to-0.32.14
Update sqlalchemy-utils to 0.32.14
2017-08-16 15:58:06 +01:00
Katie Smith
a4372b901e Merge pull request #1102 from alphagov/pyup-update-psycopg2-2.6.2-to-2.7.3
Update psycopg2 to 2.7.3
2017-08-16 15:57:58 +01:00
Katie Smith
12155fe1a4 Merge pull request #1107 from alphagov/pyup-update-marshmallow-sqlalchemy-0.8.0-to-0.13.1
Update marshmallow-sqlalchemy to 0.13.1
2017-08-16 15:57:49 +01:00
Katie Smith
83c0380c35 Merge pull request #1161 from alphagov/pyup-update-gunicorn-19.6.0-to-19.7.1
Update gunicorn to 19.7.1
2017-08-16 14:10:35 +01:00
pyup-bot
050c94d7d4 Update apispec from 0.14.0 to 0.25.0 2017-08-16 04:45:35 +01:00
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
pyup-bot
253441dae3 Update gunicorn from 19.6.0 to 19.7.1 2017-08-09 01:01:27 +01:00
pyup-bot
bbc61df950 Update sqlalchemy-utils from 0.32.9 to 0.32.14 2017-08-09 01:01:20 +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
80aeead208 Update marshmallow-sqlalchemy from 0.8.0 to 0.13.1 2017-07-24 17:54:32 +01:00
pyup-bot
c6199cb2ba Update pyjwt from 1.4.2 to 1.5.2 2017-07-24 17:54:24 +01:00
pyup-bot
979a12b682 Update psycopg2 from 2.6.2 to 2.7.3 2017-07-24 17:54:13 +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