Commit graph

462 commits

Author SHA1 Message Date
Neil Martinsen-Burrell
bce29c2402
Review feedback: FSM unit tests, indexes, comments, etc. 2022-11-08 15:04:00 -06:00
Seamus Johnston
6880684dd6
Merge pull request #165 from cisagov/sspj/db-fixtures
Add User Fixtures
2022-10-17 15:20:43 +00:00
Logan McDonald
8d493d2e44
Document things cloud.gov CRM fully supports (#122)
* document things cloud.gov crm fully supports

* run make assemble
2022-10-13 10:36:44 -04:00
Seamus Johnston
3e4279ace4
Add user fixtures 2022-10-13 07:56:37 -05:00
Logan McDonald
72e92c9b54
be more explicit in rotation docs about what cups and uups stands for (#158) 2022-10-12 10:20:56 -04:00
Seamus Johnston
9b008d6363
Run tests behind logged in pages (#162)
* Redirect admin login to Login.gov

* Add logged in scanning to CI

* Fix bug in LOGIN_URL

* Fix linter and tests

* Address PR feedback

* Try quotes
2022-10-11 11:26:11 -05:00
Neil Martinsen-Burrell
323f8ea4e9
Change run scripts to not do migrations 2022-10-06 14:58:32 -05:00
Neil Martinsen-Burrell
209d2b31df
Database migrations ADR 2022-10-06 14:33:30 -05:00
Neil Martinsen-Burrell
2b45dd5c8a
Documentation on accessing cloud.gov databases 2022-10-04 13:15:10 -05:00
Seamus Johnston
828051854e
Address PR feedback 2022-09-30 14:14:43 -05:00
Seamus Johnston
8ea7b98a37
Justify Login.gov in ADR 2022-09-30 07:41:59 -05:00
Seamus Johnston
a42e77e639
Justify Django Templates in ADR 2022-09-30 07:41:36 -05:00
Seamus Johnston
651e3d91b1
Update docs for Login.gov 2022-09-29 15:06:14 -05:00
Neil Martinsen-Burrell
86e57771d4
Fix tests and re-number ADR 2022-09-27 13:39:24 -05:00
Neil Martinsen-Burrell
c397597ae6
ADR to go with this PR 2022-09-27 13:31:42 -05:00
Igor Korenfeld
893e479918
Update docs/operations/README.md
Fix typo in script name

Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
2022-09-16 10:57:31 -04:00
igorkorenfeld
9796ab7ff2
Add content about build and deploy scripts to documentation 2022-09-15 15:47:59 -04:00
Igor Korenfeld
784be2b279
Merge pull request #123 from cisagov/ik/stable-uswds-assets
Add asset compilation and collection before deploy
2022-09-15 12:03:47 -04:00
igorkorenfeld
beeabd9c1c
Add content about unstable deploy to documentation 2022-09-15 10:59:09 -04:00
Neil MartinsenBurrell
98bc594203
Merge pull request #117 from cisagov/nmb/pa11y-scanning
Automated accessibility scanning
2022-09-14 14:28:59 -05:00
Neil Martinsen-Burrell
aa06a3df20
Address review feedback 2022-09-14 14:19:35 -05:00
Logan McDonald
1d3dfdb8d5
Add compliance documentation to source control (#116)
* add initial setup of compliance-trestle
2022-09-14 08:46:43 -04:00
Neil Martinsen-Burrell
5bdd01138c
Merge branch 'main' into nmb/pa11y-scanning 2022-09-13 13:02:00 -05:00
igorkorenfeld
5342577e5d
Add documentation for USWDS and WhiteNoise 2022-09-12 18:32:59 -04:00
Neil Martinsen-Burrell
f0a9866e0d
Use docker-compose for local scanning 2022-09-12 10:47:48 -05:00
Logan McDonald
edc0593859
Move to cloud.gov prototyping org with two spaces (#114)
move to prototyping org with two spaces
2022-09-09 14:53:17 -04:00
Seamus Johnston
0237c3235d
Add testing to the CI pipeline 2022-09-07 13:51:25 -05:00
Seamus Johnston
196e4b8fd6
Write Django cmd for running lint (#100)
* Write Django cmd for running lint

* Respond to PR feedback
2022-09-02 13:42:40 -05:00
Seamus Johnston
2386258159
Update and organize documentation 2022-08-31 16:02:51 -05:00
Logan McDonald
8f41050f76
Setup initial CI gating on tests and add linting tests (#85)
* add flake, black, mypy, and bandit to run

* fixes issues flake and black complained about

* make mypy run successfully, add configuration files rather than specifying in ci

* respond to feedback

* configure bandit, ignore a file used only in local development
2022-08-26 12:36:02 -04:00
Seamus Johnston
8f28b47cd0
Justify GitHub Actions in ADR 2022-08-19 09:50:41 -05:00
Logan McDonald
bcda825a6b
Cloud.gov ADR (#61)
* add cloud.gov adr

* talk about alternatives considered
2022-08-19 10:33:20 -04:00
Seamus Johnston
5e4c44a444
Merge pull request #42 from cisagov/sspj/proof-of-concept
Add Django
2022-08-19 13:24:28 +00:00
Seamus Johnston
8ec4d40b6a
Rename environments for consistency
- dev is local laptop
- unstable (or sandbox) is latest cut of main (or for experiments)
- staging is stable tagged releases
2022-08-18 14:54:14 -05:00
Seamus Johnston
e45da58a4a
Respond to PR review 2022-08-18 14:51:14 -05:00
Seamus Johnston
7754923278
Add crude diagrams 2022-08-18 09:38:06 -05:00
Colin Murphy
597b1aa037
Merge pull request #53 from cisagov/colinmurphy01-product-strategy-updates
Updates to Product Strategy (simplified and typo)
2022-08-17 17:09:43 -04:00
Seamus Johnston
97efde8adf
Justify Server Side Rendering in ADR 2022-08-17 14:46:15 -05:00
Seamus Johnston
f63b7627d5
Justify CL Python Buildpack in ADR 2022-08-17 14:45:15 -05:00
Logan McDonald
61602084ff
add ability to one-off domain lookups, add more error handling (#39)
* add ability to one-off domain lookups, add more error handling

* add note about version of whois

* Update docs/research/scripts/icann_lookup.py

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>

* Update docs/research/scripts/icann_lookup.py

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>

* Update docs/research/scripts/icann_lookup.py

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>

* add shebangs at the top of scripts

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>
2022-08-17 15:17:54 -04:00
Colin Murphy
63d08b7b8d
Updated target dates and typo 2022-08-16 17:03:35 -04:00
Colin Murphy
d75e5ab250
Update product_strategy.md
Cleaned up to be focused on primary focus areas and a typo from fork
2022-08-16 16:59:53 -04:00
Colin Murphy
8a9ca2e700
Merge pull request #25 from cisagov/colinmurphy01-phaseone-milestone
Updated Phase One doc with milestone
2022-08-16 16:57:35 -04:00
Logan McDonald
0f5f6e24a8
add script for rotating cloud.gov secrets and runbook for description of script (#43)
* add script for rotating secrets and runbook for description of script

* add a note about why we rotate

* fix gh auth login if statement

* Update scripts/rotate_cloud_secrets.sh

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>

* add some comments about cf versions

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>
2022-08-12 16:27:17 -04:00
Seamus Johnston
5d1c5b86c5
Update Django ADR based on feedback 2022-08-11 09:01:28 -05:00
Seamus Johnston
80bebda052
Update Docker for Dev ADR based on feedback 2022-08-11 09:01:02 -05:00
Seamus Johnston
6cd6799dff
Justify PostgreSQL in ADR 2022-08-10 11:21:43 -05:00
Seamus Johnston
4b19251155
Justify python base image in ADR 2022-08-10 11:21:21 -05:00
Seamus Johnston
1fef88c7e9
Justify Django in ADR 2022-08-10 11:21:00 -05:00
Seamus Johnston
70a415a3c9
Justify Docker in ADR 2022-08-10 11:20:34 -05:00