Commit graph

6137 commits

Author SHA1 Message Date
zandercymatics
5e9db8f1db
Fix reintroduced login loop 2024-05-21 12:25:55 -06:00
zandercymatics
c0a0e07530
Fix unit test 2024-05-21 12:17:25 -06:00
zandercymatics
c779255b28
Rename requires_biometric to requires step up 2024-05-21 11:44:26 -06:00
zandercymatics
2fab655012
Fix unit test 2024-05-21 11:35:34 -06:00
zandercymatics
7681cc4f0b
Linting and fix unit tests 2024-05-16 14:15:42 -06:00
zandercymatics
733cc53f91
Update src/djangooidc/views.py 2024-05-16 13:37:23 -06:00
zandercymatics
3c0facfc9d
Add comments, do cleanup 2024-05-16 13:35:35 -06:00
zandercymatics
bd7660de27
Remove step up acr check 2024-05-16 13:18:45 -06:00
zandercymatics
f3f1b896bb
Fix infinite loop 2024-05-16 12:37:14 -06:00
zandercymatics
28e18e705b
Add biometric 2024-05-16 12:14:03 -06:00
zandercymatics
5bfd6c867f
Add initial setting config 2024-05-15 15:25:00 -06:00
zandercymatics
6d0220e77a
Merge pull request #2151 from cisagov/za/add-documentation-on-models-affected-by-signals
Ticket #1996: Add documentation on models affected by signals
2024-05-13 13:05:47 -06:00
Cameron Dixon
a424cc5950
Merge pull request #2160 from cisagov/cd/update-template-descriptions
Small updates to our onboarding issue templates
2024-05-13 11:44:12 -04:00
dave-kennedy-ecs
c834797bf7
Merge pull request #2115 from cisagov/dk/1989-export-import-tables
Issue #1989 : export import tables
2024-05-10 11:10:30 -04:00
zandercymatics
bc2bcb7b21
Merge pull request #2152 from cisagov/za/2118-add-first-ready-on-reports
Ticket #2118: Add first ready on field
2024-05-10 08:39:48 -06:00
zandercymatics
45af1f10e5
Cleanup 2024-05-10 08:33:34 -06:00
David Kennedy
b95c70ff83
formatted for readability 2024-05-10 07:43:49 -04:00
David Kennedy
645c85e147
updated documentation and code comments 2024-05-10 07:36:23 -04:00
David Kennedy
5673889a55
updated templates with css 2024-05-10 07:21:31 -04:00
Cameron Dixon
6906f7b775
Update developer-onboarding.md 2024-05-09 23:23:28 -04:00
Cameron Dixon
cbf5b12f9e
Update designer-onboarding.md 2024-05-09 23:22:10 -04:00
zandercymatics
e23c3eee52
Fix tests and lint 2024-05-09 13:56:13 -06:00
Rebecca H
1cf4f5fc3c
Merge pull request #2148 from cisagov/rh/1793-remove-two-values
ISSUE #1793: Exclude gov Administration and Non-Federal Agency in Domain Request form
2024-05-09 11:40:06 -07:00
David Kennedy
55e47d03cd
added HostIP 2024-05-09 11:31:11 -04:00
zandercymatics
0ac79da907
Remove print 2024-05-09 09:23:41 -06:00
zandercymatics
8af7902939
Remove max diff 2024-05-09 09:23:17 -06:00
zandercymatics
4618f302f5
Adjust unit tests to not be time sensitive
The first ready field was using timezone.now() which is not good when directly testing that field. This is a minor refactor which just sets a preset time as "now" and adjusted the unit tests minorly to compensate
2024-05-09 09:21:53 -06:00
zandercymatics
a1ac715281
Add blank check on expiration date 2024-05-09 08:17:43 -06:00
Rebecca Hsieh
112ea84bf6
Fix spelling and add a comment 2024-05-08 16:33:35 -07:00
zandercymatics
ceed417aeb
Update test_reports.py 2024-05-08 14:52:16 -06:00
zandercymatics
460388ea57
Update test_reports.py 2024-05-08 14:46:24 -06:00
zandercymatics
fda321b02a
Update src/registrar/tests/test_reports.py 2024-05-08 14:43:51 -06:00
zandercymatics
5c685a3fd6
Cleanup 2024-05-08 14:41:19 -06:00
zandercymatics
f7208a80ea
Add unit test and move things around slightly 2024-05-08 14:36:08 -06:00
zandercymatics
6a3eb005bc
Update csv_export.py 2024-05-08 14:04:00 -06:00
zandercymatics
c9a735bf6a
Merge pull request #2116 from cisagov/za/1987-unknown-from-dns-needed
Ticket #1987: Domain went from dns_needed -> unknown - bug fix
2024-05-08 13:51:59 -06:00
zandercymatics
6022cd051f
Add first ready on field 2024-05-08 13:50:59 -06:00
zandercymatics
8bd8be7fc4
Update README.md 2024-05-08 13:22:57 -06:00
zandercymatics
c52a7ee0a9
Swap order 2024-05-08 13:19:53 -06:00
zandercymatics
5f9edd78cb
Add migration 2024-05-08 11:35:25 -06:00
zandercymatics
9ac54222ec
Merge branch 'main' into za/1987-unknown-from-dns-needed 2024-05-08 11:34:33 -06:00
zandercymatics
7c3e03a240
Linting 2024-05-08 10:28:10 -06:00
zandercymatics
adecbdcfc7
Add brief overview on contact/user 2024-05-08 10:24:09 -06:00
zandercymatics
d334f37293
Update README.md 2024-05-08 10:17:20 -06:00
zandercymatics
3cf0792d15
Update README.md 2024-05-08 10:16:31 -06:00
zandercymatics
fad90aaee7
Finish documentation 2024-05-08 10:12:42 -06:00
zandercymatics
cd76191d3f
Merge branch 'za/add-documentation-on-models-affected-by-signals' of https://github.com/cisagov/manage.get.gov into za/1996-add-documentation-on-models-affected-by-signals 2024-05-08 10:03:33 -06:00
zandercymatics
278fc28ad2
Add additional documentation 2024-05-08 10:01:46 -06:00
zandercymatics
cf7e442093
Update docs/developer/README.md 2024-05-08 09:46:59 -06:00
zandercymatics
a93ba61f30
Update README.md 2024-05-08 09:38:02 -06:00