-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #637 from uktrade/release/avery
Release Avery
- Loading branch information
Showing
40 changed files
with
8,721 additions
and
4,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,6 @@ To run the tests: | |
```shell | ||
bash tests.sh | ||
bash tests-auth.sh | ||
``` | ||
To run the linter: | ||
|
@@ -190,7 +189,6 @@ Leeloo can run on any Heroku-style platform. Configuration is performed via the | |
| `AWS_DEFAULT_REGION` | No | [Default region used by boto3.](http://boto3.readthedocs.io/en/latest/guide/configuration.html#environment-variable-configuration) | | ||
| `AWS_SECRET_ACCESS_KEY` | No | Used as part of [boto3 auto-configuration](http://boto3.readthedocs.io/en/latest/guide/configuration.html#configuring-credentials). | | ||
| `BULK_CREATE_BATCH_SIZE` | No | Used when loading Companies House records (default=5000). | | ||
| `CDMS_AUTH_URL` | Yes | | | ||
| `DATABASE_URL` | Yes | PostgreSQL server URL (with embedded credentials). | | ||
| `DATAHUB_FRONTEND_BASE_URL` | Yes | | | ||
| `DATAHUB_SECRET` | Yes | | | ||
|
@@ -221,18 +219,6 @@ Leeloo can run on any Heroku-style platform. Configuration is performed via the | |
If using Docker, remember to run these commands inside your container by prefixing them with `docker-compose run leeloo`. | ||
### CDMS authentication | ||
Enable CDMS login for users (use this to let a CDMS user log in): | ||
```shell | ||
./manage.py manageusers [email protected] [email protected] --enable | ||
``` | ||
Disable CDMS login for users: | ||
```shell | ||
./manage.py manageusers [email protected] [email protected] --disable | ||
``` | ||
### Database | ||
Apply migrations: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.