Rachid Mrad
|
9a78f235d5
|
Refactor csv_export methods to reuse (call multiple times from the wrapper methods) instead of expand one method
|
2023-12-27 15:23:02 -05:00 |
|
Rebecca H
|
fff82a6690
|
Merge pull request #1553 from cisagov/rh/844-federal-custom-paragraph
TICKET #844: Hide Opening Paragraph If Federal Org Type
|
2023-12-27 12:20:40 -08:00 |
|
zandercymatics
|
337a13bbe7
|
Update test_models.py
|
2023-12-27 12:30:23 -07:00 |
|
zandercymatics
|
f1a5b4abea
|
Linting
|
2023-12-27 12:29:26 -07:00 |
|
zandercymatics
|
631fa3b9c6
|
Merge branch 'main' into za/1128-email-bouncebacks
|
2023-12-27 12:23:05 -07:00 |
|
zandercymatics
|
a6e8141c1b
|
Add mock to master script
|
2023-12-27 12:16:09 -07:00 |
|
David Kennedy
|
1d2bb4a3e9
|
Merge branch 'main' into dk/1352-nameservers
|
2023-12-27 13:26:17 -05:00 |
|
dave-kennedy-ecs
|
bf4cb7bedb
|
Merge pull request #1492 from cisagov/dk/1410-display-expiration
Issue #1410 and #1267 - display expiration date and update domain creation date
|
2023-12-27 13:13:33 -05:00 |
|
zandercymatics
|
e3e9eb8dbb
|
Linting
|
2023-12-27 10:53:47 -07:00 |
|
zandercymatics
|
65f7122a58
|
Remove wonky test
A test I added was acting unpredictably, and was redundant as compared to another test
|
2023-12-27 10:31:55 -07:00 |
|
zandercymatics
|
0b147019eb
|
Remove typing check
|
2023-12-27 09:55:41 -07:00 |
|
zandercymatics
|
c5376d46da
|
Fix typing issue
|
2023-12-27 09:35:23 -07:00 |
|
David Kennedy
|
35d1b2f951
|
fixed some typos and comments, no code change
|
2023-12-27 11:32:47 -05:00 |
|
zandercymatics
|
7a534bb774
|
Black formatting
|
2023-12-27 09:31:52 -07:00 |
|
zandercymatics
|
c01b241ea3
|
Merge branch 'main' into za/1456-sorting-not-working-correctly
|
2023-12-27 09:11:35 -07:00 |
|
zandercymatics
|
553284abe3
|
Merge branch 'main' into za/1456-sorting-not-working-correctly
|
2023-12-27 09:04:00 -07:00 |
|
zandercymatics
|
a2eb852614
|
Merge pull request #1494 from cisagov/za/1448-filter-by-investigator
(NOT ON A SANDBOX) Ticket #1448: Filter by Investigator
|
2023-12-27 08:58:53 -07:00 |
|
zandercymatics
|
b68ea1ec9f
|
Fix test cases
|
2023-12-27 08:17:08 -07:00 |
|
zandercymatics
|
46dd9c1b38
|
Fix merge conflict
|
2023-12-27 08:07:31 -07:00 |
|
zandercymatics
|
a696d4789f
|
Merge branch 'main' into za/1448-filter-by-investigator
|
2023-12-27 08:04:11 -07:00 |
|
zandercymatics
|
75e1ad7770
|
Merge pull request #1499 from cisagov/za/1450-no-name-for-invitation-email
(on getgov-za) Ticket #1450: No name for invitation email bug
|
2023-12-27 08:00:12 -07:00 |
|
zandercymatics
|
162cda1282
|
Merge branch 'main' into za/1450-no-name-for-invitation-email
|
2023-12-27 07:50:52 -07:00 |
|
zandercymatics
|
7354b45aff
|
Update extend_expiration_dates.py
|
2023-12-27 07:49:00 -07:00 |
|
zandercymatics
|
b1530b5e5b
|
Update extend_expiration_dates.py
|
2023-12-27 07:41:43 -07:00 |
|
David Kennedy
|
14169cbfd8
|
fixed accessibility issues on application intro
|
2023-12-27 07:32:33 -05:00 |
|
David Kennedy
|
ce270d341c
|
updated tests for adding acknowledgement page to application process
|
2023-12-27 07:08:09 -05:00 |
|
Alysia Broddrick
|
f9098b06cf
|
ran linter
|
2023-12-26 19:09:05 -08:00 |
|
David Kennedy
|
1506c3b69d
|
formatted
|
2023-12-26 18:14:01 -05:00 |
|
David Kennedy
|
3387c49508
|
added application_intro.html as well as logic that inserts the message on new requests
|
2023-12-26 18:13:36 -05:00 |
|
Cameron Dixon
|
e9284f5dd0
|
Update SECURITY.md
|
2023-12-22 22:24:15 -05:00 |
|
David Kennedy
|
274e4951ac
|
added security_contact_registry_id to domain model; modified fetch_cache to write to db; modified getter for security_contact to failover to db if epp down
|
2023-12-22 21:44:03 -05:00 |
|
zandercymatics
|
4d3db8782c
|
Update test_models.py
|
2023-12-22 14:43:22 -07:00 |
|
zandercymatics
|
cf92d4d7e9
|
Test case refactor
|
2023-12-22 14:42:35 -07:00 |
|
zandercymatics
|
a64732a301
|
Remove unused import
|
2023-12-22 12:22:29 -07:00 |
|
zandercymatics
|
9504afcaa9
|
Remove merge conflict
|
2023-12-22 12:22:09 -07:00 |
|
zandercymatics
|
4506ee65f8
|
Update test_transition_domain_migrations.py
|
2023-12-22 09:02:26 -07:00 |
|
zandercymatics
|
532e2f44d2
|
Merge branch 'main' into za/1128-email-bouncebacks
|
2023-12-22 08:41:13 -07:00 |
|
CocoByte
|
a4293b4aac
|
Linting & cleanup
|
2023-12-21 20:24:48 -07:00 |
|
Alysia Broddrick
|
80f0347668
|
Updated tests
|
2023-12-21 17:36:28 -08:00 |
|
CocoByte
|
8f3f327eef
|
Unit test is fixed
|
2023-12-21 16:28:32 -07:00 |
|
zandercymatics
|
fc814fdb43
|
Merge branch 'main' into za/1456-sorting-not-working-correctly
|
2023-12-21 15:40:26 -07:00 |
|
rachidatecs
|
90c12031e8
|
Merge pull request #1521 from cisagov/rjm/1483-da-fsm-update
Issue 1483: Domain request FSM updates
|
2023-12-21 17:32:09 -05:00 |
|
CocoByte
|
e1a214b74b
|
Unit test experiments
|
2023-12-21 15:22:16 -07:00 |
|
zandercymatics
|
b89d784813
|
Merge pull request #1551 from cisagov/za/fix-test-case-fails
(not on my sandbox) Fix User/Contact bug overwriting test data
|
2023-12-21 15:15:16 -07:00 |
|
rachidatecs
|
81665ff2db
|
Merge pull request #1558 from cisagov/bl/1478-char-limit-bug
Issue 1478: Bug - No char limit on no other employees textarea
|
2023-12-21 16:50:13 -05:00 |
|
Alysia Broddrick
|
961463a61c
|
fixed typo
|
2023-12-21 13:34:58 -08:00 |
|
Rachid Mrad
|
49324fcf66
|
set start date to now, use display for State
|
2023-12-21 16:29:02 -05:00 |
|
Rachid Mrad
|
2b6f2e977e
|
Fix some issues with deleted_at and first_ready_at in csv_export, add those new date columns to Domain table in admin
|
2023-12-21 16:04:30 -05:00 |
|
Rachid Mrad
|
2f3a06f7fa
|
Add first_ready_at as a readonly field on Domain admin
|
2023-12-21 15:24:14 -05:00 |
|
zandercymatics
|
a75ddb213c
|
Update test_admin.py
|
2023-12-21 13:23:27 -07:00 |
|