Leo Hemsted
a51dfb41d0
typo
...
paul tried to copy + paste command
2016-11-16 16:11:23 +00:00
Peter Chamberlin
b3c213406d
Changes after review, and further thinking...
2016-10-04 15:12:04 +01:00
Pete
f8db1a9731
Spelling
2016-10-04 12:30:55 +01:00
Pete
555163aa48
AWS region should probably be user-defined too
2016-10-04 12:30:37 +01:00
Peter Chamberlin
df2d081c14
Removed extraneous back ticks
2016-10-04 12:05:46 +01:00
Peter Chamberlin
26325ff5e7
Corrected repo name/link for func tests
2016-10-04 11:18:43 +01:00
Peter Chamberlin
214071707b
Updated README based on my experience getting things running
2016-10-04 11:12:55 +01:00
Martyn Inglis
36425cd035
Removed travis image
2016-09-27 12:39:30 +01:00
minglis
c50a0200d4
Merge pull request #664 from alphagov/rationalise-config
...
Simplified the config. Aim is to get the actual secrets in credstash …
2016-09-08 10:27:31 +01:00
imdadahad
b1013d8d31
Merge pull request #660 from alphagov/update-readme
...
Update README to include additonal instructions
2016-09-07 16:05:24 +01:00
Martyn Inglis
c1b00a5f0c
Simplified the config. Aim is to get the actual secrets in credstash to be env specific, and not the random collection of things we have at the moment.
...
Secret definition also includes env specific things such as URLs / Queue prefixes / URLs for providers and so on.
2016-09-07 09:35:31 +01:00
Imdad Ahad
d8a8a69aff
Update README to include additonal instructions
2016-09-06 10:30:57 +01:00
Rebecca Law
4d1c34fcce
A little bit of clean up.
...
- Remove the deploy to staging | live links in the README
- Update most of the outdated requirements. Left Flask update out for now.
2016-09-05 16:45:54 +01:00
Leo Hemsted
95e3f39c6f
Merge pull request #632 from alphagov/readme-cleanup
...
cleaned up readme + environment file
2016-08-31 17:08:49 +01:00
Leo Hemsted
5ac4e630d8
remove some legacy code/tests relating to old invite/verification code
2016-08-31 14:49:26 +01:00
Leo Hemsted
62e5361b0c
cleaned up environment file
...
* sorted list in README and environment_test.sh
* removed some unused vars
* cleaned up some names to be more accurate in the readme
* removed twilio as a dependency
2016-08-24 16:23:11 +01:00
Leo Hemsted
a3fe1dff1f
include section on testing in readme.md
2016-08-24 14:30:46 +01:00
Leo Hemsted
a6cd490942
add organisation and branding models
...
a service now has branding and organisation_id columns, and two new
tables have been aded to reflect these:
* branding is a static types table referring to how a service wants
their emails to be branded:
* 'govuk' for GOV UK branding (default)
* 'org' for organisational branding only
* 'both' for co-branded output with both
* organisation is a table defining an organisation's branding. this
contains three entries, all of which are nullable
* colour - a hex code for a coloured bar on the logo's left
* logo - relative path for that org's logo image
* name - the name to display on the right of the logo
2016-08-09 15:59:16 +01:00
Nicholas Staples
dd9a7f09c5
Twilio config variables removed.
2016-06-13 08:39:33 +01:00
Nicholas Staples
fe7d894420
Replaced mmg from number and firetext from number with single from number.
...
Fix merge mistake.
Fix tests from merge.
Update config to include correct staging and live names.
2016-06-06 16:41:33 +01:00
Nicholas Staples
15607c0977
Add server_commands and update readme.md
...
Update command to search for services from the user.
2016-05-18 12:20:56 +01:00
Rebecca Law
992f9d78f9
There is a problem where columns on the templates table were not set.
...
It is also discovered that columns that have a default value and use the version mixin must set the value when creating the db object before the insert otherwise the history table will be missing the default value.
Updated the templates_history.created_by_id with a value where missing, using the current version of the template for this value.
Update templates_history.archived to false. This is okay as we do not yet have a way to set this value to true.
Removed the versions attribute from the TemplateSchema, there is not a need for this column.
2016-05-16 16:16:14 +01:00
Chris Hill-Scott
2e5df51b65
Fix syntax error in README
2016-04-26 14:16:01 +01:00
Rebecca Law
c132bbf46e
Rename NOTIFY_FROM_NUMBER to MMG_FROM_NUMBER, there should be a separate short code per provider.
2016-04-07 10:18:46 +01:00
Chris Hill-Scott
d8c29baa0e
Add deployment badges
2016-03-22 09:40:07 +00:00
Martyn Inglis
0b62d65e7a
Readme update
2016-03-18 12:58:17 +00:00
Rebecca Law
5d7b1bc786
Removed DELIVERY_CLIENT_USER_NAME and DELIVERY_CLIENT_SECRET from configs and auth module
2016-03-08 15:27:12 +00:00
Adam Shimali
fc8e27e582
[WIP] When user is added to a service a list of permissions groups are
...
used to assign the correct permissions to the user.
Last slice will be to update invite status.
2016-03-03 16:38:12 +00:00
Rebecca Law
3879350c12
Send email invitation to invited user
2016-02-29 15:56:00 +00:00
Rebecca Law
df278a8e6e
Email invitation to an invited user.
...
New celery task to send the email.
2016-02-29 13:21:12 +00:00
Adam Shimali
c02b304d1e
Add model class and migration script for invited user.
2016-02-23 16:46:39 +00:00
Adam Shimali
503782cfc2
Add celery run to readme
2016-02-23 12:28:10 +00:00
Rebecca Law
9073814d9f
I have an issue with the test, not sure why?
2016-02-17 17:48:23 +00:00
Adam Shimali
914b650a46
Updated sample values for secret keys in environment.sh to match
...
that suggested in delivery app.
Called out the reason for unique prefixes or queue names.
2016-02-17 10:20:40 +00:00
Rebecca Law
8b4641021a
Update README with set up instructions.
2016-02-17 09:49:36 +00:00
Rebecca Law
af86520e95
Add verify_code_email_address
2016-02-16 16:03:30 +00:00
Rebecca Law
08ba5de61b
Update config
...
Source the configuration from an environment file, this way it is similar to how the aws environment works
2016-02-16 16:01:50 +00:00
Rebecca Law
3b5a239e15
Update README.md
2016-01-28 11:51:52 +00:00
Ben Marvell
d0ae523f31
Show build status
2016-01-25 13:20:20 +00:00
Martyn Inglis
6deaa61011
Implement a JWT header into base client
...
- adds a base client
- adds a notifications client
These do not proxy onto genuine methods. This pull request is the basic implication of the API Client. Still needs a few things before is ready, notably proper logging and actual API endpoints to hook into.
Basic premise is to deliver the JWT tokens required for Notify API authentication so we can discuss the implementation/premise.
2015-12-11 16:57:00 +00:00
Martyn Inglis
e25ca0e434
Basic commit to add get pages showing
...
- bootstrap script
- run script
- couple of views
- basic config
2015-12-10 10:56:59 +00:00
Rebecca Law
761e7b4444
Add trigger dependent build
2015-11-20 10:51:08 +00:00
Rebecca Law
86561cd095
Add travis svg
2015-11-18 17:03:35 +00:00
Rebecca Law
b040e4173a
Added ReadMe
2015-11-18 13:58:21 +00:00