Commit graph

8073 commits

Author SHA1 Message Date
Rachid Mrad
1cf536ab3e
Add comment on Start new domain request button 2024-06-17 15:33:14 -04:00
CuriousX
0d652edae5
Merge pull request #2313 from cisagov/nl/2239-additional-details-required-messaging
Issue #2239 - additional details required fields messaging
2024-06-17 13:26:53 -06:00
Rachid Mrad
7cf4c560b9
Merge and cleanup unused method 2024-06-17 15:22:11 -04:00
CocoByte
4831e93f3c
Merge remote-tracking branch 'origin/main' into nl/2248-add-org-and-portfolio-table 2024-06-17 12:57:55 -06:00
David Kennedy
cb810c5639
updating divider between header items 2024-06-17 14:38:29 -04:00
David Kennedy
f444a12a45
added data-force-action to modal for profile 2024-06-17 14:11:47 -04:00
zandercymatics
bc86994d5d
Merge pull request #2318 from cisagov/za/fix-action-needed-bug
(quick fix: getgov-za) Ticket #2317: Fix action needed bug
2024-06-17 11:30:24 -06:00
CocoByte
83243ad488
fix migrations 2024-06-17 11:09:17 -06:00
CocoByte
c7f7898d04
Merge remote-tracking branch 'origin/main' into nl/2248-add-org-and-portfolio-table 2024-06-17 11:06:42 -06:00
CocoByte
1c96c9ebc9
fixed failing unit test 2024-06-17 11:06:18 -06:00
Rachid Mrad
3c48b61162
Merge pull request #2308 from cisagov/backup/2234-audit-trail-reason
Issue #2234: Request status audit trail: add reasons - [BACKUP]
2024-06-17 12:50:21 -04:00
Rachid Mrad
4749f05551
Merge main 2024-06-17 12:45:25 -04:00
dave-kennedy-ecs
c0201f5fa3
Merge pull request #2267 from cisagov/rjm/2179-search-bar
Issue #2179: Search bar on domain and request tables, home page
2024-06-17 11:28:40 -04:00
Rebecca H
7c74eca92f
Merge pull request #2305 from cisagov/rh/2273-ds-record-change
ISSUE #2273: Add logging for DS data changes
2024-06-17 08:14:28 -07:00
zandercymatics
ab40353dad
Merge pull request #2304 from cisagov/meoward/2228-assign-to-me
Ticket #2228: Assign investigator to self
2024-06-17 08:40:43 -06:00
zandercymatics
aeb4275f28
Merge pull request #2288 from cisagov/za/2229-status-start-closed
Ticket #2229: Request detail page loads with status "audit trail" in hidden position
2024-06-17 08:28:17 -06:00
Rebecca Hsieh
026a25cc6d
Fix variable name 2024-06-14 17:16:28 -07:00
Rachid Mrad
21c23d6904
inrease pa11y sleep time 2024-06-14 19:28:51 -04:00
Rachid Mrad
41748e59f5
cleanup 2024-06-14 19:03:05 -04:00
Rachid Mrad
3754e0b48b
Merge main 2024-06-14 18:42:36 -04:00
zandercymatics
0121198f57
Fix bug
The status changelog logic got removed when shuffling functions. Refer to old commit
2024-06-14 13:50:28 -06:00
Rebecca Hsieh
dd36bb6df4
Fix logic and migration 2024-06-14 12:35:08 -07:00
David Kennedy
08b0b592b2
fixed paths on export and import scripts 2024-06-14 15:17:57 -04:00
Rachid Mrad
dbd418dc48
cleanup 2024-06-14 13:53:33 -04:00
Rachid Mrad
aecb2e2580
cleanup 2024-06-14 13:05:28 -04:00
zandercymatics
05db1fd178
Merge branch 'main' into meoward/2228-assign-to-me 2024-06-14 10:58:24 -06:00
Rachid Mrad
0bbb227b71
cleanup 2024-06-14 12:53:53 -04:00
David Kennedy
41bfa3991d
code cleanup 2024-06-14 12:48:20 -04:00
Rebecca Hsieh
ddce50a471
Logic clean up 2024-06-14 09:35:59 -07:00
David Kennedy
38f7ef50db
formatted for code readability 2024-06-14 12:32:17 -04:00
David Kennedy
aa0a398c06
updated unit tests for the associated changes in this PR 2024-06-14 12:17:08 -04:00
Rachid Mrad
5a8329855c
revisions 2024-06-14 12:11:32 -04:00
CocoByte
0cce720e33
Added remaining text and formatting 2024-06-13 17:04:49 -06:00
CocoByte
1e00586d7b
Merge remote-tracking branch 'origin/main' into nl/2239-additional-details-required-messaging 2024-06-13 17:01:28 -06:00
CocoByte
78047d0dc1
updated required fields messaging 2024-06-13 17:01:24 -06:00
CocoByte
1dfc68ce47
linted 2024-06-13 16:39:17 -06:00
CocoByte
2a90335499
updated migrations 2024-06-13 16:32:45 -06:00
CocoByte
d7de91b7f9
Merge remote-tracking branch 'origin/main' into nl/2248-add-org-and-portfolio-table 2024-06-13 15:53:54 -06:00
Alysia Broddrick
bfc3b74283
updated adr 2024-06-13 14:10:15 -07:00
zandercymatics
51b89e4604
Merge pull request #2266 from cisagov/za/2166-domain-request-csv-report
(getgov-za) Ticket #2166: Domain request csv report
2024-06-13 14:52:44 -06:00
zandercymatics
2b76a16bec
Change button text 2024-06-13 14:07:06 -06:00
zandercymatics
ba92df9756
Don't show if self is already assigned 2024-06-13 13:39:16 -06:00
zandercymatics
191ff88b40
Remove unit tests
We don't need these anymore - there isn't really anything to test on without the conditional logic to show/hide the button.

Everything else would be encapsulated within selenium which we dont use
2024-06-13 12:29:12 -06:00
zandercymatics
b57c41b0f9
Merge branch 'main' into meoward/2228-assign-to-me 2024-06-13 12:22:00 -06:00
zandercymatics
a2b4665a01
Always show assign to me button 2024-06-13 12:16:59 -06:00
zandercymatics
be6afb88ac
Update test_reports.py 2024-06-13 11:35:00 -06:00
zandercymatics
3194fc94a0
Include cisa rep first and last 2024-06-13 09:15:18 -06:00
zandercymatics
7399982aaa
Merge branch 'main' into za/2166-domain-request-csv-report 2024-06-13 08:38:40 -06:00
Rebecca Hsieh
b4c1045690
Update to new migration 2024-06-13 06:56:18 -07:00
Rebecca Hsieh
db24029a83
Merge branch 'main' of https://github.com/cisagov/manage.get.gov into rh/2273-ds-record-change 2024-06-13 06:53:03 -07:00