Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Changed http to https for www.consumerfinance.gov #28

Merged
merged 3 commits into from
Oct 21, 2019
Merged

Changed http to https for www.consumerfinance.gov #28

merged 3 commits into from
Oct 21, 2019

Conversation

cwdavies
Copy link
Contributor

@cwdavies cwdavies commented Oct 21, 2019

Changed http to https for www.consumerfinance.gov

Testing

Creating test database for alias 'default'...
System check identified no issues (0 silenced).
loading BAH file:/var/folders/m9/7kh3zqfs3sl36x0q8z049xrc0000gp/T/tmpakWJGD
.loading schools:/var/folders/m9/7kh3zqfs3sl36x0q8z049xrc0000gp/T/tmpBSVHR5
Schools loaded: 1, 2, ... done!
......................................
----------------------------------------------------------------------
Ran 39 tests in 0.180s

OK
Destroying test database for alias 'default'...
py27-dj111-sqlite run-test: commands[2] | coverage report -m
Name                                                           Stmts   Miss  Cover   Missing
--------------------------------------------------------------------------------------------
comparisontool/__init__.py                                         1      0   100%
comparisontool/forms.py                                           10      0   100%
comparisontool/management/__init__.py                              0      0   100%
comparisontool/management/commands/__init__.py                     0      0   100%
comparisontool/management/commands/load_bah.py                    18      0   100%
comparisontool/management/commands/load_school.py                 35      0   100%
comparisontool/migrations/0001_initial.py                          5      0   100%
comparisontool/migrations/__init__.py                              0      0   100%
comparisontool/models.py                                          32      0   100%
comparisontool/search_indexes.py                                  15      0   100%
comparisontool/tests/__init__.py                                   0      0   100%
comparisontool/tests/forms.py                                      0      0   100%
comparisontool/tests/management/__init__.py                        0      0   100%
comparisontool/tests/management/commands/__init__.py               0      0   100%
comparisontool/tests/management/commands/test_load_bah.py         15      0   100%
comparisontool/tests/management/commands/test_load_school.py      15      0   100%
comparisontool/tests/settings.py                                  14      0   100%
comparisontool/tests/test_forms.py                                33      0   100%
comparisontool/tests/test_models.py                               16      0   100%
comparisontool/tests/test_search_indexes.py                       17      0   100%
comparisontool/tests/test_validators.py                           10      0   100%
comparisontool/tests/test_views.py                               103      0   100%
comparisontool/tests/views.py                                      0      0   100%
comparisontool/urls.py                                             4      0   100%
comparisontool/validators.py                                       7      0   100%
comparisontool/views.py                                           85      0   100%
--------------------------------------------------------------------------------------------
TOTAL                                                            435      0   100%
________________________________________________________ summary _________________________________________________________
  py27-dj111-sqlite: commands succeeded
  py27-dj111-postgres: commands succeeded
  py36-dj111-sqlite: commands succeeded
  py36-dj111-postgres: commands succeeded
  congratulations :)

Checklist

  • Changes are limited to a single goal (no scope creep)
  • Code can be automatically merged (no conflicts)
  • Code follows the standards laid out in the front end playbook
  • Passes all existing automated tests
  • New functions include new tests
  • New functions are documented (with a description, list of inputs, and expected output)
  • Placeholder code is flagged
  • Visually tested in supported browsers and devices
  • Project documentation has been updated (including the "Unreleased" section of the CHANGELOG)

@Scotchester
Copy link
Contributor

Added a couple commits to correct some http links in an email template and to fix Travis's Postgres situation. Otherwise, looks good!

@Scotchester Scotchester merged commit 4bc6541 into cfpb:master Oct 21, 2019
@cwdavies cwdavies deleted the fix-3485 branch October 23, 2019 14:32
Scotchester pushed a commit that referenced this pull request Jun 12, 2020
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.

2 participants