Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Update cookie notice #470

Merged
merged 3 commits into from
Aug 15, 2018
Merged

Update cookie notice #470

merged 3 commits into from
Aug 15, 2018

Conversation

eadpearce
Copy link
Contributor

@codecov-io
Copy link

codecov-io commented Aug 15, 2018

Codecov Report

Merging #470 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #470   +/-   ##
=======================================
  Coverage   97.59%   97.59%           
=======================================
  Files          43       43           
  Lines        1911     1911           
=======================================
  Hits         1865     1865           
  Misses         46       46

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d955cc...cfa3c17. Read the comment docs.

makefile Outdated
export FEATURE_DIRECTORY_FORMS_API_ENABLED=true
export FEATURE_DIRECTORY_FORMS_API_ENABLED=true; \
export DIRECTORY_FORMS_API_API_KEY=debug; \
export DIRECTORY_FORMS_API_SENDER_ID=debug

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should be set in your conf/.env file like so:
image

.env has advantage over (even placeholder) secrets in makefile:

  • no risk of exposing the actual secret by committing makefile changes.
  • setting these values in makefile will override other devs' .env file, so they will have to scratch their head then realise and update the makefile

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough. i'll move these

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(.env is a feature of django-environ, and is used when we call env.read_env() in settigns.py)

makefile Outdated
@@ -157,7 +159,7 @@ integration_tests:
cd directory-tests && \
make docker_integration_tests

compile_requirements:
compile_all_requirements:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's compile_requirements in other repos now, so compile_requirements seems to be the consistent name

@konradko konradko merged commit fa8fc2a into master Aug 15, 2018
@richtier richtier deleted the CMS-148-cookie-notice branch August 15, 2018 12:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants