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.
Merge branch 'develop' into spike/2536-cat4-prototyping
- Loading branch information
Showing
222 changed files
with
28,503 additions
and
2,349 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
node: circleci/node@4.7.0 | ||
node: circleci/node@5.1.0 | ||
terraform: circleci/[email protected] | ||
jq: circleci/[email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -59,6 +59,9 @@ | |
"PATH=$PATH:/home/zap/.local/bin && | ||
pip install wait-for-it && | ||
wait-for-it --service http://web:8080 --timeout 180 -- echo \"Django is ready\"" | ||
- run: | ||
name: apply the migrations | ||
command: cd tdrs-backend; docker-compose exec web bash -c "python manage.py makemigrations; python manage.py migrate" | ||
- run: | ||
name: Remove existing cypress test users | ||
command: cd tdrs-backend; docker-compose exec web python manage.py delete_cypress_users -usernames [email protected] [email protected] | ||
|
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 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Spike issue template | ||
about: Template for spike issues | ||
title: 'Spike - ' | ||
labels: spike | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description:** | ||
_Provide a brief background and justification for this issue_ | ||
|
||
**Open Questions:** | ||
_Please include any questions, possible solutions or decisions that should be explored during work_ | ||
|
||
- _Open Question 1_ | ||
- _Open Question 2_ | ||
|
||
|
||
**Deliverable(s):** | ||
_Create a list of recommendations or proofs of concept to be achieved to complete this issue_ | ||
|
||
- [ ] _Outcome 1_ | ||
- [ ] _Outcome 2_ | ||
- [ ] _Outcome 3_ | ||
|
||
**Supporting Documentation:** | ||
_Please include any relevant log snippets/files/screen shots_ | ||
|
||
- _Doc 1_ | ||
- _Doc 2_ | ||
|
Oops, something went wrong.