Commit Graph

4150 Commits

Author SHA1 Message Date
Pete Herlihy
f7ff745872 New Using Notify static page
Adds the new Using Notify view

Adds route to Using Notify page.

Add redirects for old pages

Removes the delivery and failure page as it's now in the Using Notify one

Removes the trial mode page due to Using Notify page
2017-08-31 11:10:02 +01:00
Chris Hill-Scott
dbecbdfed4 Merge pull request #1457 from alphagov/fix-green-border-tour
Fix green border on tour banner
2017-08-30 16:45:00 +01:00
Chris Hill-Scott
0c73a4cb9f Fix green border on tour banner 2017-08-30 16:36:48 +01:00
Chris Hill-Scott
cf9b9863a6 Merge pull request #1454 from alphagov/let-notify-users-have-international-phone-numbers
Let users register with int’national phone numbers
2017-08-30 15:54:47 +01:00
Chris Hill-Scott
bcf157fa19 Merge pull request #1455 from alphagov/pyup-update-boto3-1.4.6-to-1.4.7
Update boto3 to 1.4.7
2017-08-30 15:54:39 +01:00
Chris Hill-Scott
7e46212208 Merge pull request #1456 from alphagov/74-75
74-75 for Get your State Pension (DWP)
2017-08-30 15:54:30 +01:00
Pete Herlihy
0643349dc9 74-75 for Get your State Pension (DWP) 2017-08-30 13:51:20 +01:00
pyup-bot
3a49580a42 Update boto3 from 1.4.6 to 1.4.7 2017-08-29 21:30:59 +01:00
Chris Hill-Scott
188ce5e5a7 Let users register with int’national phone numbers
Right now Notify restricts you to registering with a UK mobile number.
This is because when we built the user registration stuff we couldn’t
send to international mobiles.

However we can send to international mobile numbers, and it’s totally
reasonable to expect employees of the UK government to be working
abroad, and have a foreign mobile phone – we’ve heard from one such
user.

So this commit:
- changes all places where users enter their own phone number to use
  the validation function which allows international phone numbers
- renames the `mobile_number` validation to `uk_mobile_number` to make
  it explicit, and force it to break the tests if there’s somewhere it’s
  being used that I haven’t thought of
2017-08-29 14:52:24 +01:00
Chris Hill-Scott
a75567ba50 Merge pull request #1451 from alphagov/pyup-update-moto-1.0.1-to-1.1.1
Update moto to 1.1.1
2017-08-29 09:44:41 +01:00
pyup-bot
a1c510f672 Update moto from 1.0.1 to 1.1.1 2017-08-26 08:16:55 +01:00
Chris Hill-Scott
aa50864d1b Merge pull request #1449 from alphagov/fix-trial-mode-error-print-test-letter
Don’t show trial mode error if making test letter
2017-08-25 14:50:11 +01:00
Chris Hill-Scott
7d8eb33c38 Merge pull request #1448 from alphagov/bump-utils-19.0.4
Bump utils to 19.0.4
2017-08-25 14:34:52 +01:00
Chris Hill-Scott
6c578cf8bc Merge pull request #1447 from alphagov/pyup-update-pyexcel-xls-0.4.0-to-0.4.1
Update pyexcel-xls to 0.4.1
2017-08-25 14:34:47 +01:00
Chris Hill-Scott
edf54d8fe0 Don’t show trial mode error if making test letter
We don’t want users in trial mode sending real letters. So we’ve
introduced an error message. This error message is also showing up when
users in trial mode and making a test letter (and having the knock on
effect of hiding the download button).

They should be able to make a test letter in trial mode, because it
doesn’t cost anything.
2017-08-25 14:20:15 +01:00
Chris Hill-Scott
ac0315e968 Bump utils to 19.0.4
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/212
2017-08-25 09:34:12 +01:00
pyup-bot
af0e33c123 Update pyexcel-xls from 0.4.0 to 0.4.1 2017-08-25 07:15:53 +01:00
Rebecca Law
62ccd822ff Merge pull request #1444 from alphagov/remove-unused-endpoint
Removed service_api_client.get_monthly_notification_stats
2017-08-24 16:34:57 +01:00
Chris Hill-Scott
ea95493b42 Merge pull request #1445 from alphagov/inbound-sms-number-shown-bug
Put the inbound number on the invite page
2017-08-24 14:03:50 +01:00
Chris Hill-Scott
d958b5f00f Merge pull request #1446 from alphagov/no-n-dvla
Don’t add newlines to DVLA markup view of template
2017-08-24 13:58:49 +01:00
Chris Hill-Scott
da70310f8e Merge pull request #1407 from alphagov/no-letters-trial-mode
Don’t let users in trial mode send letters
2017-08-24 13:58:43 +01:00
Chris Hill-Scott
7e097e887e Make sure empty inbox also show the correct number
…since it’s divorced from the SMS sender now.
2017-08-24 13:57:12 +01:00
Chris Hill-Scott
9c080466a7 Don’t add newlines to DVLA markup view of template
It’s more confusing than helpful.
2017-08-24 11:44:43 +01:00
Chris Hill-Scott
66e4129c54 Make tests more comprehensive 2017-08-24 10:13:14 +01:00
Chris Hill-Scott
453ee44dfb Put the inbound number on the invite page
Inbound number and SMS sender are divorced from each other now. This
page was assuming that they were the same thing.
2017-08-24 10:02:02 +01:00
Chris Hill-Scott
ed9b4362e7 fix whitespace 2017-08-24 09:57:43 +01:00
Rebecca Law
16f3aafa10 Removed service_api_client.get_monthly_notification_stats because it is not being used anymore. 2017-08-23 17:07:42 +01:00
Rebecca Law
10ad56f12e Merge pull request #1440 from alphagov/bump-utils-19.0.0
Bump utils to 19.0.0
2017-08-23 15:36:30 +01:00
Pete Herlihy
f54d84d383 Merge pull request #1442 from alphagov/73-74
73-74 for GDS Academy Booking
2017-08-23 14:27:44 +01:00
Pete Herlihy
b17382170b Merge pull request #1443 from alphagov/roadmap-update
Updated roadmap for August onwards
2017-08-23 14:26:51 +01:00
Rebecca Law
e73ff339e6 Bump utils to 19.0.1
To eliminate flask deprecation warnings.
2017-08-23 12:13:12 +01:00
Pete Herlihy
5290081ff8 Updated September features 2017-08-23 11:27:29 +01:00
Pete Herlihy
b0f56756b0 Updated roadmap for August onwards 2017-08-23 11:17:58 +01:00
Pete Herlihy
24e9b72d31 73-74 for GDS Academy Booking 2017-08-23 11:14:23 +01:00
Chris Hill-Scott
d36183db7d Bump utils to 19.0.0
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/201

https://github.com/alphagov/notifications-utils/compare/17.8.0...19.0.0
2017-08-22 16:34:58 +01:00
Leo Hemsted
3232440c26 Merge pull request #1441 from alphagov/typo
typo
2017-08-22 15:06:57 +01:00
Leo Hemsted
8dc9d1205b typo 2017-08-22 15:05:10 +01:00
Leo Hemsted
f97f249bc0 Merge pull request #1414 from alphagov/logs-cleanup
don't capture logs directly from stdout
2017-08-22 14:44:59 +01:00
Leo Hemsted
f68cdb20b5 Merge pull request #1439 from alphagov/dvla-endpoint
Add platform–admin-only page to preview DVLA code
2017-08-22 14:44:48 +01:00
Chris Hill-Scott
d116625cde Merge pull request #1421 from alphagov/pyup-update-boto3-1.4.5-to-1.4.6
Update boto3 to 1.4.6
2017-08-22 12:36:39 +01:00
Chris Hill-Scott
1e745bb736 Merge pull request #1424 from alphagov/row-error-cleanup
Tidy up some things around row-level errors in CSV files
2017-08-22 12:31:05 +01:00
Chris Hill-Scott
dd5d6e4d59 Merge pull request #1435 from alphagov/manage-templates-permission
Separate ‘manage service’ and ‘manage templates’ permissions
2017-08-22 12:30:57 +01:00
Chris Hill-Scott
eee9c2bb99 Merge pull request #1425 from alphagov/split-settings
Split settings page into multiple sections
2017-08-22 12:22:50 +01:00
Chris Hill-Scott
7f9c1a4df9 Merge pull request #1426 from pyexcel/master
use iget_array to reduce memory footprint. and removed useless import…
2017-08-22 12:22:42 +01:00
Chris Hill-Scott
ec339877c4 Merge pull request #1438 from alphagov/71-73
71-73 and 35-36 for VMD and VOA Relationship Mgrs
2017-08-22 12:22:33 +01:00
Chris Hill-Scott
5ffd7c4448 Add platform–admin-only page to preview DVLA code
Debugging the DVLA markup stuff is quite slow, because it’s split
between the API and utils, and things that work in tests don’t always
work with real template content.

This commit adds us a private endpoint that will let us see what DVLA
markup will be generated for any template, enabling a quicker feedback
loop.
2017-08-22 12:03:05 +01:00
Pete Herlihy
8f76039dd2 71-73 and 35-36 for VMD and VOA Relationship Mgrs 2017-08-22 10:26:17 +01:00
Rebecca Law
1b3d0ef9ab Merge pull request #1429 from alphagov/inbound_number_admin
Inbound number admin
2017-08-22 09:38:31 +01:00
Rebecca Law
2de66e8801 Renamed file to follow naming conventions. 2017-08-22 08:53:11 +01:00
Rebecca Law
0f6fcb8d0b formatting 2017-08-21 14:04:40 +01:00