consumerfinance.gov icon indicating copy to clipboard operation
consumerfinance.gov copied to clipboard

Django project protecting American consumers

Results 94 consumerfinance.gov issues
Sort by recently updated
recently updated
newest added

For the TDP activity search, the title(s) of file attachments are added to the search index for each activity page. --- ## Additions An additional elastic search field is added...

## Changes - Update to eslint 8.21.0 - Update to Stylelint 14.10.0 - Autofix linting errors. ## How to test this PR 1. `yarn lint` should have no errors.

Added the `AWS_Profile` env var to the local.yaml for the AWS-related cron jobs. This variable is now required for connection to the AWS CLI to be successful within the containers....

Also adding the data to thee DB needed to pass said tests. --------- ## Additions - brings back Credit Card Agreements tests back to the front end testing - Credit...

Back-end

This is a small but sensible reorganization of the Paying for College code in `/cfgov/unprocessed/apps/paying-for-college/js/` When the "Dynamic Disclosures" code was folded into this repo, it was placed in a...

Instead of exposing ports, it is more "prod-like" to access it through an ingress. This PR adds instructions to [`helm/README.md`](helm/README.md) explaining how to install `ingress-nginx`, and how to access the...

Back-end

* Further improves upon the `cfgov.elasticsearchEnv` helper template * Use `cfgov.elasticsearchEnv` helper template in `cronjob.yaml` template.

Back-end

## Changes - `django-elasticsearch-dsl` -> `django-opensearch-dsl`, and all of the other underlying ES -> OS libraries. - Updates cfgov to have compatibility with `django-opensearch-dsl` * Moves `auto_refresh` from `class Django`...

Back-end

![image](https://user-images.githubusercontent.com/10562538/154365407-e6747e84-f5fe-45a7-81dd-ae8da540b9c8.png) --- ## Additions - ## Removals - ## Changes - ## How to test this PR 1. ## Screenshots ## Notes and todos - ## Checklist - [ ]...

Back-end

Use appropriate form elements to improve accessibility in P4C grad path tool. ## Changes - Wrap radio button groups in fieldsets with legends - Convert headings to labels where needed...