Chris Hill-Scott
ba2c9fca5c
Merge pull request #2237 from alphagov/pyup-update-pyexcel-io-0.5.7-to-0.5.8
...
Update pyexcel-io to 0.5.8
2018-08-20 11:28:06 +01:00
Chris Hill-Scott
a62308b10f
Freeze requirements
2018-08-20 10:29:30 +01:00
pyup-bot
6071c98031
Update pyexcel-io from 0.5.7 to 0.5.8
2018-08-20 10:27:24 +01:00
Pete Herlihy
b6d56af9d4
Merge pull request #2238 from alphagov/new-domains
...
Adding derrystrabane.com (local council)
2018-08-17 15:35:10 +01:00
Pete Herlihy
bbccbd8784
Adding derrystrabane.com (local council)
...
For *reasons* they've gone with dot com addresses.
2018-08-17 15:12:24 +01:00
Katie Smith
43e3ddb73a
Merge pull request #2233 from alphagov/increase-sms-length
...
Increase SMS maximum length from 459 to 612
2018-08-17 14:03:29 +01:00
Katie Smith
a38c8ebf64
Merge pull request #2229 from alphagov/format-platform-admin-numbers
...
Improve number formatting on platform-admin page
2018-08-17 14:03:14 +01:00
Katie Smith
6b5eaf7fff
Improve number formatting on platform-admin page
...
Minor changes to the number formatting for the `/platform-admin` page to
- Show the complaint percentage to 2 decimal places. (The number of
complaints is often below 0.0% so 1 decimal place isn't useful)
- Format the numbers in the status boxes to use a comma as a thousands
separator.
2018-08-16 16:57:02 +01:00
Katie Smith
1b6c357dea
Use new value of SMS_CHAR_COUNT_LIMIT from utils
...
Admin, API and utils were all defining a value for SMS_CHAR_COUNT_LIMIT.
This value has been updated in notifications-utils to allow text
messages to be 4 fragments long and notifications-admin now gets the value of
SMS_CHAR_COUNT_LIMIT from notifications-utils instead of defining it in
config.
2018-08-16 16:56:32 +01:00
Katie Smith
cdd828da20
Bump utils to version 30.1.0
...
Bumped notifications-utils to bring in the new value for
`SMS_CHAR_COUNT_LIMIT`
2018-08-16 16:56:32 +01:00
Tom Byers
6249f4826b
Merge pull request #2235 from alphagov/sort-branding-radios-alphabetically
...
Sort branding radios alphabetically
2018-08-16 16:49:12 +01:00
Alexey Bezhan
3a00574034
Merge pull request #2224 from alphagov/notifications-page-data-retention-period
...
Notifications page data retention period
2018-08-16 13:55:55 +01:00
Tom Byers
f85a9306a6
Move brandings sort into email_branding_client
2018-08-16 13:40:24 +01:00
Leo Hemsted
96dc1966ca
Merge pull request #2234 from alphagov/utils-bump
...
bump utils
2018-08-16 11:45:03 +01:00
Katie Smith
01bc16230e
Merge pull request #2236 from alphagov/add-lincoln.fire-uk.org
...
Adding fire-uk.org to the list of domains
2018-08-16 10:32:45 +01:00
Katie Smith
abd9e59d3d
Merge pull request #2221 from alphagov/pyup-update-beautifulsoup4-4.6.1-to-4.6.3
...
Update beautifulsoup4 to 4.6.3
2018-08-16 10:32:24 +01:00
Pete Herlihy
d5bd220378
Adding fire-uk.org to the list of domains
2018-08-15 16:35:59 +01:00
Tom Byers
bdde98e9ba
Add tests for sort order of branding radios
2018-08-15 16:13:28 +01:00
Tom Byers
93d3027d1f
Make email_branding_mock results out of order
...
It's useful for testing that they will be put into
order in the interface and doesn't break any
existing tests.
2018-08-15 16:13:28 +01:00
Tom Byers
01089f4d8c
Fix test for organisations in brand selection page
...
This test was a duplicate of that for branding
showing. This renames them both to better explain
what they do and makes the later one check for
branding styles.
This also removes the
`mock_get_letter_email_branding` param from the
first test as it wasn't being used.
2018-08-15 16:13:28 +01:00
Tom Byers
853f13c70b
Sort email branding selection alphabetically
...
For branding combinations in service settings and
branding creation/editing in platform admin.
2018-08-15 16:13:27 +01:00
Sakis
85ec7a28cb
Merge pull request #2231 from alphagov/zipkin-headers
...
Both trace_id and span_id headers must be present
2018-08-15 16:10:09 +01:00
Leo Hemsted
d2f5da317c
bump utils
...
brings in changes to fix crash in GSM downgrading
2018-08-15 16:06:50 +01:00
Tom Byers
99e2f481c8
Merge pull request #2232 from alphagov/fix-use-of-brand-name-in-email-preview
...
Stop email preview showing brand name
2018-08-15 14:41:19 +01:00
Tom Byers
6b0d79ad72
Stop email preview showing brand name
...
This is a leftover from when email brands didn't
have a 'text' field.
It also adds some tests to check the brand name
is displaying correctly.
2018-08-15 13:52:17 +01:00
Athanasios Voutsadakis
984e09cc6a
Both trace_id and span_id headers must be present
2018-08-14 18:12:06 +01:00
Tom Byers
8ba8606963
Merge pull request #2230 from alphagov/add-branding-name-to-ui
...
Show the 'name' of the email branding in the adding and editing screens
2018-08-14 16:05:56 +01:00
Tom Byers
6375a1ac5e
Make testing for 'text' value more specific
...
Just duplicting the 'name' field could produce a
false-positive.
2018-08-14 15:59:02 +01:00
Rebecca Law
2e98c9c562
Merge pull request #2225 from alphagov/308-331
...
Updated count of services and orgs
2018-08-14 15:58:00 +01:00
Tom Byers
dcb9973f76
Fix the tests broken by the changes
2018-08-14 14:18:16 +01:00
Tom Byers
fafe03e9f0
Remove unused imports for branding_radio macro
...
Found while grepping for use of the branding_radio
macro.
2018-08-14 14:18:16 +01:00
Tom Byers
f6642aa6e3
Remove branding_radios macro
...
No longer used by any template so remove.
(It'll still be in the history if we need it.)
2018-08-14 14:18:16 +01:00
Tom Byers
7c398a8a2f
Update style radios for choosing brand combination
...
They were already using the 'name' field in their
label but we don't want any other part of the
branding to appear now.
2018-08-14 14:18:16 +01:00
Tom Byers
1269071da2
Add 'name' field to brand creation/edit page
2018-08-14 14:18:16 +01:00
Tom Byers
eb64033ff3
Update selection radios before edit/create new
...
They were already using the 'name' field in their
label but we don't want any other part of the
branding to appear now.
2018-08-14 14:18:16 +01:00
Sakis
54304a3498
Merge pull request #2228 from alphagov/zipkin-headers
...
Use the zipkin headers from utils version 30.0.0
2018-08-14 14:15:09 +01:00
Tom Byers
f2c3e0fdee
Merge pull request #2227 from alphagov/make-ruby-docs-live
...
Make the new Ruby docs live
2018-08-14 13:24:12 +01:00
Athanasios Voutsadakis
6786ff8fde
Use the zipkin headers from utils version 30.0.0
2018-08-14 13:20:21 +01:00
Tom Byers
3fd81491d1
Merge pull request #2226 from alphagov/bump-utils-for-email-branding-bugfix
...
Bump utils for email branding bugfix
2018-08-14 13:13:31 +01:00
Katie Smith
5b7ca676b5
Make the new Ruby docs live
...
The Ruby docs are now finished, so we can change the documentation link
to point to the new docs.
2018-08-14 10:55:02 +01:00
Pete Herlihy
8e36efca55
Updated count of services and orgs
...
Now 331 from 108 organisations.
2018-08-14 10:30:37 +01:00
Tom Byers
7669ffa8ef
Bump notifications-utils to 29.3.6
...
Brings in:
https://github.com/alphagov/notifications-utils/pull/513
Only effects the email branding preview at
`/_email` so only used by platform admins.
2018-08-14 10:30:35 +01:00
Alexey Bezhan
e3a0adc293
Use per-service data retention period to display notifications page
...
Uses the configured service data retention page to display retention
period length, notification counts and fetch notifications from the
API on the notifications page.
2018-08-13 17:07:49 +01:00
Alexey Bezhan
52d48ad679
Add API client method to fetch service data retention by type
2018-08-13 17:06:16 +01:00
Alexey Bezhan
28b03fe748
Add limit_days argument to statistics API client method
...
Allows getting notification counts for a given number of days to
support services with custom data retention periods (admin
dashboard page should still display counts for the last 7 days,
while the notifications page displays all stored notifications).
2018-08-13 17:04:40 +01:00
Katie Smith
62ca4b08fe
Merge pull request #2219 from alphagov/allow-different-types-of-service-contact-detail
...
Allow service contact details to be a phone number, email or url
2018-08-13 15:51:44 +01:00
Katie Smith
a978a2fbe5
Refactor contact link template
2018-08-13 13:40:03 +01:00
Katie Smith
979fd9bbe4
Allow service contact details to be phone number, email or url
...
Service contact details are needed if the upload document permission is
enabled - this used to be a link but services can now choose to use a
link, email address or phone number. The form to add or change service
contact details now gives these options and validates the data according
to the type of contact details provided.
When validating phone numbers we can't use the existing validation
because we want to allow landlines too, so there is a basic check that
the phone number is the right length and doesn't include certain
characters.
2018-08-13 10:33:39 +01:00
pyup-bot
8ccbbd1df0
Update beautifulsoup4 from 4.6.1 to 4.6.3
2018-08-12 17:49:43 +01:00
Chris Hill-Scott
89795186ec
Merge pull request #2217 from alphagov/remove-basic-view
...
Remove basic view setting and preview
2018-08-10 17:04:19 +01:00