Commit graph

8073 commits

Author SHA1 Message Date
Seamus Johnston
cbf39aa3c3
Address PR feedback 2022-09-26 10:44:05 -05:00
Neil Martinsen-Burrell
5c3460782e
Add page for editing UserProfile's display name. 2022-09-23 13:27:57 -05:00
Seamus Johnston
2f9e16194e
Fix missing .env file 2022-09-23 09:21:26 -05:00
Seamus Johnston
f16d657c6a
Fix linter errors 2022-09-22 15:57:40 -05:00
Seamus Johnston
00f87168e5
Add Login.gov *\o/*
This commit incldues a wrapper application which handles
the Private Key JWT method of authenticating via OpenID
Connect using the underlying pyoidc library.
2022-09-22 15:15:13 -05:00
Neil Martinsen-Burrell
e0b3023520
Add User and UserProfile models 2022-09-22 12:13:53 -05:00
Igor Korenfeld
331d2e575a
Merge pull request #129 from cisagov/ik/build-deploy-script
Add build and deploy scripts
2022-09-16 13:00:05 -04:00
igorkorenfeld
c1eb0a6d0f
Merge branch 'ik/build-deploy-script' of https://github.com/cisagov/getgov into ik/build-deploy-script 2022-09-16 12:52:47 -04:00
igorkorenfeld
119180fc03
Revert style change used for testing 2022-09-16 12:50:57 -04:00
igorkorenfeld
0271574e68
Add comment about running collectstatic as breadcrumb in run script 2022-09-16 12:43:40 -04: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
f0e6f0545c
Change footer paragraph color for testing 2022-09-15 15:57:11 -04:00
igorkorenfeld
9796ab7ff2
Add content about build and deploy scripts to documentation 2022-09-15 15:47:59 -04:00
igorkorenfeld
5888cd48d4
Create symbolic links for build and deploy scripts 2022-09-15 15:47:24 -04:00
igorkorenfeld
c89bb69f46
Fix path in ops readme 2022-09-15 15:46:45 -04:00
igorkorenfeld
9e38f5cb1e
Change paragraph styling for testing 2022-09-15 15:17:58 -04:00
igorkorenfeld
ddcf17c4ca
Remove collectstatic step from staging deploy 2022-09-15 15:17:20 -04:00
igorkorenfeld
411dcea530
Create a deploy script 2022-09-15 15:16:37 -04:00
igorkorenfeld
2f09db0ec5
Add a build script for prearing assets for deploy 2022-09-15 15:13:04 -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
igorkorenfeld
b2e4071f62
Remove current branch from deploy list 2022-09-15 09:44:24 -04:00
igorkorenfeld
fe7f6b8a2e
Add collectstatic step, replace last compile step with copyAssets 2022-09-14 17:12:31 -04:00
igorkorenfeld
b4b72e4b65
Define default for the gulpfile 2022-09-14 17:09:52 -04:00
igorkorenfeld
f5c848f27d
Add command to compile USWDS before deploy 2022-09-14 17:09:40 -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
4440d2b3b9
No need for these custom github actions now 2022-09-13 13:55:54 -05:00
Neil Martinsen-Burrell
e45cf11d94
Go all the way and use docker-compose for linting 2022-09-13 13:52:14 -05:00
Neil Martinsen-Burrell
6da0d461ab
Fix linting 2022-09-13 13:48:41 -05:00
Neil Martinsen-Burrell
13a310f354
Add language code to template context
To fix a pa11y error, we need to get the Django settings LANGUAGE_CODE
into the template context so it can get rendered in the <html> element.
2022-09-13 13:45:51 -05:00
Neil Martinsen-Burrell
5bdd01138c
Merge branch 'main' into nmb/pa11y-scanning 2022-09-13 13:02:00 -05:00
Seamus Johnston
42ac5c98ac
Merge pull request #118 from cisagov/sspj/ignore-assets
Update .gitignore
2022-09-13 16:34:19 +00:00
Seamus Johnston
5fd67998af
Update .gitignore 2022-09-13 10:53:45 -05:00
Igor Korenfeld
b7200cc9cd
Merge pull request #107 from cisagov/ik/setup-uswds
Setup USWDS
2022-09-13 11:29:49 -04:00
Neil Martinsen-Burrell
b23852f1d3
Fix tests? 2022-09-13 10:20:56 -05:00
Neil Martinsen-Burrell
3c32530082
Re-use docker-compose in Github Actions 2022-09-13 10:07:23 -05:00
igorkorenfeld
5342577e5d
Add documentation for USWDS and WhiteNoise 2022-09-12 18:32:59 -04:00
igorkorenfeld
0561d1f0ae
Merge branch 'main' into ik/setup-uswds 2022-09-12 18:22:14 -04:00
igorkorenfeld
f27b38902c
Add comments describing USWDS stylesheets 2022-09-12 18:06:25 -04:00
igorkorenfeld
541f0aeaf1
Add WhiteNoise to serve static files 2022-09-12 17:57:18 -04:00
Neil Martinsen-Burrell
f0a9866e0d
Use docker-compose for local scanning 2022-09-12 10:47:48 -05:00
igorkorenfeld
96d191b725
Move manifest command to run script, add collectstatic 2022-09-09 16:32:48 -04: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
igorkorenfeld
65bb21ff0f
Add templates, styles, views for testing USWDS setup 2022-09-08 15:37:43 -04:00
igorkorenfeld
a48e84bf08
Add node service to docker compose with run script 2022-09-08 15:35:40 -04:00
igorkorenfeld
9684e9ffe2
Add USWDS node packages 2022-09-08 15:33:21 -04:00
igorkorenfeld
78d1365e53
Setup gulpfile directories and exports 2022-09-08 15:32:28 -04:00
Neil Martinsen-Burrell
049bbac27e
Github actions for running pa11y scans 2022-09-08 13:40:05 -05:00