Commit graph

7958 commits

Author SHA1 Message Date
Erin Song
5d1f86f233
Correct migration dependency 2024-08-29 16:32:21 -07:00
Erin Song
8db9ccda5d
Rename migrations 2024-08-29 16:25:35 -07:00
Erin Song
d66c75a75d
Add migration changing submitted to cascade on delete 2024-08-29 16:18:39 -07:00
Erin Song
76e35db663
Fix linting 2024-08-29 15:50:28 -07:00
Erin Song
be54f8c405
Add delete domain info migration 2024-08-29 15:46:48 -07:00
Erin Song
d8790448ab
Delete submitter contacts 2024-08-29 15:45:46 -07:00
Erin Song
f41c6b3fa1
Revert settings.py 2024-08-29 11:56:46 -07:00
Erin Song
1bfc2dfa79
Update migrations 2024-08-29 11:35:00 -07:00
Erin Song
fde87230b4
Revert requirements.txt 2024-08-29 11:32:10 -07:00
Erin Song
bf00f204b0
remove unused INVESTIGATOR_NOT_SUBMITTER error code 2024-08-29 11:30:49 -07:00
Matt-Spence
ec56f176de
Merge pull request #2618 from cisagov/ms/2451-additional-domain-request-dates
Issue #2541 additional domain request dates [getgov-litterbox]
2024-08-29 13:07:50 -05:00
Rebecca Hsieh
ce0befc063
Update diagrams 2024-08-29 10:19:08 -07:00
Erin Song
f46cc141b0
Correct migrations 2024-08-29 09:57:48 -07:00
Matthew Spence
fc17854529
correct migration doc 2024-08-29 11:52:04 -05:00
Matthew Spence
ba1553a936
add new dates to csv export 2024-08-29 11:49:45 -05:00
Erin Song
eac8363185
Merge branch 'main' of https://github.com/cisagov/manage.get.gov into es/2574-remove-submitter 2024-08-29 09:40:41 -07:00
Erin Song
dd99f8f2d8
Revert Pipfile.lock 2024-08-29 09:39:56 -07:00
Erin Song
98a50fb178
Test diagram update 2024-08-29 09:37:53 -07:00
Erin Song
171be9a642
Remove stragglign file 2024-08-29 09:29:39 -07:00
Erin Song
2d52e02b59
Save progress 2024-08-29 09:29:16 -07:00
dave-kennedy-ecs
c19bc89dca
Merge pull request #2650 from cisagov/backup/2608-portfolio-update-js
Issue #2608: Portfolio admin - dynamic federal type and portfolio type
2024-08-29 11:06:08 -04:00
David Kennedy
06aacd91ce
minor improvements 2024-08-29 10:58:19 -04:00
Matthew Spence
8bb3f0080b
Merge branch 'ms/2451-additional-domain-request-dates' of https://github.com/cisagov/manage.get.gov into ms/2451-additional-domain-request-dates 2024-08-29 09:53:22 -05:00
Matthew Spence
72375e3c63
Merge remote-tracking branch 'origin/main' into ms/2451-additional-domain-request-dates 2024-08-29 09:52:48 -05:00
zandercymatics
5b917dcfba
Merge pull request #2609 from cisagov/za/2586-infra-for-multiple-portfolios
Ticket #2586: Allow for multiple portfolios [migrations]
2024-08-29 08:28:56 -06:00
zandercymatics
6849f13e6c
Update src/registrar/models/user_portfolio_permission.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2024-08-29 08:22:16 -06:00
Erin Song
71d44353d1
Remove submitter refs in docs 2024-08-28 16:30:43 -07:00
matthewswspence
635e6e6735
linter fixes 2024-08-28 09:32:12 -05:00
Erin Song
a431b41e6e
Fix linting 2024-08-27 21:32:21 -07:00
Erin Song
a9ab882866
Refactor email tests to deprecate submitter 2024-08-27 21:25:33 -07:00
Erin Song
2fcad733cd
Update email status tests 2024-08-27 18:16:40 -07:00
Erin Song
5b3ae28b88
Restore variable in orphan tests 2024-08-27 17:49:04 -07:00
Erin Song
29de97d532
Revert deleted contact shared 2024-08-27 17:43:58 -07:00
Erin Song
804d19f30e
remove submitter from orphan tests 2024-08-27 17:43:08 -07:00
Erin Song
06ef54f031
Delete outdated contact join tests 2024-08-27 17:16:52 -07:00
Erin Song
2c43533441
Remove submitter from deleting orphaned contacts 2024-08-27 16:46:30 -07:00
Erin Song
d0b3dd7c46
Delete test_home_deletes_domain_request_and_orphans 2024-08-27 16:09:57 -07:00
Erin Song
9a83287c6e
Remove test test_home_deletes_domain_request_and_orphans 2024-08-27 16:07:58 -07:00
Erin Song
11e44a326a
Remove test_is_creator_complete test 2024-08-27 16:04:15 -07:00
Erin Song
ff9e73def6
Continued test cleanup 2024-08-27 15:52:23 -07:00
matthewswspence
09ba7450b3
linter fixes 2024-08-27 15:19:36 -05:00
matthewswspence
9c069a8e64
add instructions 2024-08-27 15:12:57 -05:00
matthewswspence
9e592cbd75
fix dumb typo 2024-08-27 15:11:43 -05:00
zandercymatics
1fa80e8193
Update src/registrar/registrar_middleware.py
Co-authored-by: Matt-Spence <matthewswSpence@gmail.com>
2024-08-27 13:26:13 -06:00
zandercymatics
990e16246d
Update src/registrar/tests/test_views_portfolio.py
Co-authored-by: Matt-Spence <matthewswSpence@gmail.com>
2024-08-27 13:26:01 -06:00
matthewswspence
207a3ac3aa
fix populate script 2024-08-27 13:31:03 -05:00
zandercymatics
89c2e4543a
Update src/registrar/models/user.py
Co-authored-by: Matt-Spence <matthewswSpence@gmail.com>
2024-08-27 12:27:35 -06:00
David Kennedy
b2a464668b
update from merge 2024-08-27 11:44:30 -04:00
David Kennedy
0ffac4cc72
Merge branch 'main' into backup/2608-portfolio-update-js 2024-08-27 11:40:42 -04:00
CuriousX
ecfd4d148c
Merge pull request #2598 from cisagov/nl/2470-update-action-needed-email
Issue #2470 - Enhance analysts ability to update "Action needed" email text [nl]
2024-08-27 09:17:01 -06:00