forked from HHS/TANF-app
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* install django-elasticsearch-dsl-drf * set up elastic infra * add search indexes app and wire up t1 submission type * fix elastic impl, configure remaining submission models * update settings * add docker dns env variable for elastic * fix elastic version locally * update example env * rm default elastic host * code cleanup and linting * fix test * signed auth headers for elastic requests in non-local environments * update elastic settings * update aws auth impl * update auth impl (inconsistent docs) * ws * unused import * pin deps * actually pin deps * update dsl for django 3 support * removed unused boto3 connection * add model mapping tests * pinned version note * rebuild search indexes on dev startup * damn linter * set env default * Update tdrs-backend/tdpservice/search_indexes/test/test_model_mapping.py Co-authored-by: Andrew <84722778+andrew-jameson@users.noreply.github.com> * fix pipfile, permissions conflicts * move index rebuild to all envs * reorganize tests * relock deps * remove extra document fields * update field lengths Co-authored-by: Andrew <84722778+andrew-jameson@users.noreply.github.com> Co-authored-by: Alex P <63075587+ADPennington@users.noreply.github.com>
- Loading branch information
1 parent
aa54f3f
commit 014056a
Showing
20 changed files
with
1,621 additions
and
53 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 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
Empty file.
Oops, something went wrong.