Skip to content

Commit

Permalink
Merge pull request #386 from HHS/main
Browse files Browse the repository at this point in the history
Catchup PR #2.
  • Loading branch information
lfrohlich authored May 11, 2022
2 parents b1e2230 + 66a1ce3 commit 511380f
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 126 deletions.
39 changes: 39 additions & 0 deletions docs/Sprint-Review/sprint-46-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Sprint 46 Summary
4/27/22-5/10/22

Velocity: 12
## Sprint Goals
* Allow external TDP users to have a smooth onboarding login experience that is secure and configure the production environment for continuous deployment with automated default environment variables in preparation for TDP's v1.0 release. Additionally, identify pilot TDP users and establish the file transfer mechanism for the pilot program.


## Tickets
### Closed/Merged/Completed (Done/Demo, Closed)
* [#726 - As a user/admin, I need to know the TDP domain name](https://github.com/raft-tech/TANF-app/issues/726)
* [#895 - Configure HHS/TANF-app:Master CircleCI jobs to deploy to the production space](https://github.com/raft-tech/TANF-app/issues/895)
* [#1314 - [Spike] Evaluate method/lift of a research-oriented TDP environment](https://github.com/raft-tech/TANF-app/issues/1314)
* [#1619 - As a developer, I want to utilize hhs_id for the unique identifier for ACF AMS](https://github.com/raft-tech/TANF-app/issues/1619)
### Ready to Merge
* N/A

### Submitted (QASP Review, OCIO Review)
* [#1415 - Django Admin - Visual consistency fixes](https://github.com/raft-tech/TANF-app/issues/1415)
* [#1561 - As a developer, I need to be able to form outgoing NextGenXMS requests](https://github.com/raft-tech/TANF-app/issues/1561)
* [#1707 - Automate setting of default environment variables in Cloud.gov](https://github.com/raft-tech/TANF-app/issues/1707)

## Moved to Next Sprint (Raft Review, In Progress, Current Sprint Backlog)

### Blocked
* [#1154 - As technical lead, we need to accept NextGen OpenId responses](https://github.com/raft-tech/TANF-app/issues/1154)
### Raft Review
* [#1440 - As tech lead, I want us using separate prefixes in shared Cloud.gov S3 bucket for dev space](https://github.com/raft-tech/TANF-app/issues/1440)
* [#1489 - Automate setting of default environment variables in Cloud.gov](https://github.com/raft-tech/TANF-app/issues/1489)
### In Progress
* [#1239 - Define List of STTs and plan for V2 pilot](https://github.com/raft-tech/TANF-app/issues/1239)
* [#1631 - As a developer, I want the databases backed up periodically](https://github.com/raft-tech/TANF-app/issues/1631)
* [#1637 - [Design] fTANF Partial to Complete resubmission guide](https://github.com/raft-tech/TANF-app/issues/1637)
* [#1736 - As a developer, I need to know the file naming convention for ACF Titan](https://github.com/raft-tech/TANF-app/issues/1736)
### Current Sprint Backlog
* N/A
## Agenda for Sprint 46 Demo (Internal Only)
* [#895 - Configure HHS/TANF-app:Master CircleCI jobs to deploy to the production space](https://github.com/raft-tech/TANF-app/issues/895)
* [#1619 - As a developer, I want to utilize hhs_id for the unique identifier for ACF AMS](https://github.com/raft-tech/TANF-app/issues/1619)
4 changes: 3 additions & 1 deletion docs/Technical-Documentation/buildpack-changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Buildpacks Changelog
- 05/11/2022 [python-buildpack v1.7.53:](https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.7.53) Forced python version to 3.10.4

- 03/10/2022 [python-buildpack v1.7.51:](https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.7.51)
-

- 03/10/2022 [nginx-buildpack v1.1.36:](https://github.com/cloudfoundry/nginx-buildpack/releases/tag/v1.1.36)

- 01/03/2022 [python-buildpack v1.7.48:](https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.7.48)
Expand Down
3 changes: 1 addition & 2 deletions tdrs-backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ djangorestframework = "==3.12.4"
drf-yasg = "==1.20.0"
gunicorn = "==20.0.4"
ipdb = "==0.13.9"
ipython = "==7.25.0"
jwcrypto = "==0.9.1"
markdown = "==3.3.4"
psycopg2-binary = "==2.9.1"
Expand All @@ -48,4 +47,4 @@ wait-for-it = "==2.2.0"
requests-mock = "==1.9.3"

[requires]
python_version = "3.10.1"
python_version = "3.10.4"
Loading

0 comments on commit 511380f

Please sign in to comment.