Seamus Johnston
1de4debc3e
Ensure manage.py lint fails when linters fail
2022-09-29 08:16:55 -05:00
Neil Martinsen-Burrell
486dd1a5d7
Use correct login URL
2022-09-28 15:03:43 -05:00
Neil Martinsen-Burrell
79050d7486
Fix docker-compose merge error
2022-09-28 14:20:25 -05:00
Neil Martinsen-Burrell
070ea5d47b
Merge branch 'main' into nmb/whomami
2022-09-28 14:09:14 -05:00
Neil Martinsen-Burrell
618383bc4d
Fix pa11y contrast error
2022-09-28 14:04:18 -05:00
Neil Martinsen-Burrell
cf10611bcf
Fix linting errors
2022-09-28 13:45:16 -05:00
Neil MartinsenBurrell
4c60c6e345
Merge pull request #146 from cisagov/nmb/fix-deploy
...
Fix deploy issue with debug_toolbar URLs
2022-09-28 13:44:38 -05:00
Neil Martinsen-Burrell
f27eaa56e7
Fix deploy issue with debug_toolbar URLs
2022-09-28 12:27:07 -05:00
Neil Martinsen-Burrell
06192b21f4
fix tests after merge
2022-09-27 14:04:48 -05:00
Neil Martinsen-Burrell
6dd154206d
Merge branch 'main' into nmb/whomami
2022-09-27 13:53:48 -05:00
Neil MartinsenBurrell
f4ee330259
Merge pull request #142 from cisagov/nmb/user-models
...
User and UserProfile data models
2022-09-27 13:43:33 -05:00
Neil Martinsen-Burrell
86e57771d4
Fix tests and re-number ADR
2022-09-27 13:39:24 -05:00
Neil Martinsen-Burrell
14cecf46ba
Merge branch 'main' into nmb/user-models
2022-09-27 13:33:14 -05:00
Neil Martinsen-Burrell
c397597ae6
ADR to go with this PR
2022-09-27 13:31:42 -05:00
Neil Martinsen-Burrell
c5f5b3ce31
Fix signal handling with correct User class
2022-09-27 13:23:41 -05:00
Seamus Johnston
c41e18a1bb
Merge pull request #139 from cisagov/sspj/login-gov
...
Add Login.gov
2022-09-26 21:03:47 +00:00
Neil Martinsen-Burrell
b924b6cd9b
Correct rebase error
2022-09-26 15:38:50 -05:00
Neil Martinsen-Burrell
b8fc81a7e4
Fix linting errors
2022-09-26 14:46:41 -05:00
Neil Martinsen-Burrell
0edd42dac7
Tweak settings for new branch
2022-09-26 14:28:36 -05:00
Seamus Johnston
f147f8c2ab
Add /whoami view for logged-in user
2022-09-26 13:17:14 -05:00
Neil Martinsen-Burrell
60f282752b
Respond to review feedback
2022-09-26 11:51:15 -05:00
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