Commit graph

11230 commits

Author SHA1 Message Date
Erin Song
303b74c458
Merge pull request #3423 from cisagov/es/3285-delete-manager-email
3285: Email all domain managers when a domain manager is removed [ES]
2025-02-07 09:57:15 -08:00
Erin Song
40f21b86ee
Remove unused library 2025-02-07 09:47:56 -08:00
Matthew Spence
0f50fd62e9
fix typo 2025-02-07 11:38:32 -06:00
Erin Song
4b403dc6f5
Merge branch 'main' of https://github.com/cisagov/manage.get.gov into es/3285-delete-manager-email 2025-02-07 09:32:47 -08:00
Matthew Spence
68732c7895
add MOAR LOGS 2025-02-07 11:22:06 -06:00
zandercymatics
456947e53f
Add table to each 2025-02-07 10:06:05 -07:00
Matthew Spence
826adc5753
add more logging 2025-02-07 11:02:35 -06:00
Matthew Spence
d4a5e3e400
fix deletion regex 2025-02-07 10:45:21 -06:00
Matthew Spence
dea13ec27b
bug fixes for deletion 2025-02-07 10:37:52 -06:00
zandercymatics
dd9b4ec6e0
Update admin.py 2025-02-07 08:32:29 -07:00
zandercymatics
7058f7c1c4
Merge branch 'main' into za/3463-fix-analytics-breadcrumb 2025-02-07 08:22:08 -07:00
zandercymatics
e7d40550c7
Remove url extension logic
Not needed for this PR - we don't know yet quite what we want to do
2025-02-07 08:19:26 -07:00
asaki222
6857f33607
Merge pull request #3453 from cisagov/rh/2719-action-non-production-sandbox
#2719 - delete and recreate database workflow
2025-02-07 09:56:35 -05:00
asaki222
f7cb7666ea
updating to main 2025-02-07 09:51:21 -05:00
Rachid Mrad
f28ec7cf74
cleanup 2025-02-06 20:06:54 -05:00
Rachid Mrad
1ca3fba2f7
cleanup 2025-02-06 20:04:29 -05:00
Rachid Mrad
ec9df83154
Finish tweaking the UI 2025-02-06 20:01:15 -05:00
David Kennedy
5109e98de2
Merge branch 'main' into meoward/3288-portfolio-member-remove-email 2025-02-06 17:36:21 -05:00
David Kennedy
9c1e3bbc94
lint 2025-02-06 17:36:04 -05:00
dave-kennedy-ecs
546d978d32
Merge pull request #3454 from cisagov/dk/3448-stale-invitations
#3448, #3449: Fixes for canceled and retrieved invitations
2025-02-06 17:31:19 -05:00
David Kennedy
fd5a78e75f
Merge branch 'main' into dk/3448-stale-invitations 2025-02-06 17:26:14 -05:00
Rachid Mrad
5de1493949
Change sort icon and sort header ui 2025-02-06 17:10:53 -05:00
Matt-Spence
2f928a181d
Merge branch 'main' into ms/3316-automatically-add-portfolio-members 2025-02-06 16:58:58 -05:00
zandercymatics
9e1628aa84
Add proper breadcrumb 2025-02-06 14:48:21 -07:00
Erin Song
bcf2f0946c
Fix linting 2025-02-06 13:07:30 -08:00
Rebecca Hsieh
95d912ecbc
Did it the endpoint method way which was sadly incorrect 2025-02-06 13:04:53 -08:00
zandercymatics
113efcb83d
Merge branch 'main' into za/3146-add-patterns-bar-graph 2025-02-06 13:48:10 -07:00
matthewswspence
61e9dac013
skipped header on logging invitations 2025-02-06 14:19:19 -06:00
matthewswspence
c969487bfc
simplify some things 2025-02-06 14:17:52 -06:00
David Kennedy
8449feaa77
Merge branch 'main' into meoward/3288-portfolio-member-remove-email 2025-02-06 15:04:06 -05:00
David Kennedy
9dd357c81f
refactored method to make more readable 2025-02-06 15:02:59 -05:00
Erin Song
04a08e19dd
Merge branch 'main' of https://github.com/cisagov/manage.get.gov into es/3285-delete-manager-email 2025-02-06 12:00:11 -08:00
Erin Song
ba9deb7a93
Move admin tests to admin.py 2025-02-06 12:00:08 -08:00
asaki222
5247bc3c87
missed a comment space 2025-02-06 14:33:58 -05:00
Matt-Spence
5277e8470b
Merge pull request #3298 from cisagov/ms/3125-fix-sandbox-log-output
#3125: Remove JSON formatting from Non-Error logs - [KO]
2025-02-06 14:31:34 -05:00
matthewswspence
b4176e4f86
review changes 2025-02-06 13:19:00 -06:00
Matt-Spence
37d160bd1e
Merge branch 'main' into ms/3125-fix-sandbox-log-output 2025-02-06 14:05:58 -05:00
David Kennedy
7718d6882a
Merge branch 'main' into backup/3004-org-permission-emails 2025-02-06 14:03:19 -05:00
dave-kennedy-ecs
5aebbb4609
Merge pull request #3441 from cisagov/bob/2416-portfolio-admin-emails
#2416: portfolio admin notification emails
2025-02-06 13:59:45 -05:00
David Kennedy
05aca45890
Merge branch 'main' into bob/2416-portfolio-admin-emails 2025-02-06 13:51:42 -05:00
asaki222
8c35346a58
increased timeout and fixed spacing 2025-02-06 13:51:19 -05:00
asaki222
640805833b
increased timeout 2025-02-06 13:50:09 -05:00
zandercymatics
38e6b06d3c
Merge pull request #3430 from cisagov/za/3145-use-transaction-atomic
#3145: Change usage of transaction.atomic() to be inside try/catch instead of outside of it [litterbox]
2025-02-06 11:48:11 -07:00
matthewswspence
4d62bc13fb
Merge branch 'ms/3316-automatically-add-portfolio-members' of https://github.com/cisagov/manage.get.gov into ms/3316-automatically-add-portfolio-members 2025-02-06 12:41:10 -06:00
zandercymatics
f60ed6c0ea
Create patternomaly.js 2025-02-06 11:40:55 -07:00
matthewswspence
8eb7235ff1
Review changes and linting 2025-02-06 12:40:41 -06:00
David Kennedy
6d0b9d1a9e
last test for messages in dja 2025-02-06 13:39:04 -05:00
zandercymatics
3322837f0d
revert node changes 2025-02-06 11:34:24 -07:00
zandercymatics
c80348b1c8
Update src/registrar/fixtures/fixtures_portfolios.py 2025-02-06 11:33:20 -07:00
David Kennedy
cf516778a3
Merge branch 'main' into bob/2416-portfolio-admin-emails 2025-02-06 13:26:23 -05:00