Commit graph

2398 commits

Author SHA1 Message Date
David Kennedy
ddbc32c749
Merge branch 'main' into dk/996-reports 2023-10-29 07:02:37 -04:00
David Kennedy
e6e6cfa24f
update to filter_conditions; formatting for lines too long 2023-10-29 06:04:35 -04:00
Rachid Mrad
82772c633b
lint 2023-10-27 18:57:13 -04:00
Rachid Mrad
272890012b
lint 2023-10-27 18:40:07 -04:00
Rachid Mrad
87bdcb8263
Normalize line endings and remove commas, spaces and leading/trailing whitespace 2023-10-27 18:34:06 -04:00
CuriousX
d60d63be53
Merge pull request #1223 from cisagov/nl/1215-add-exp-date-to-domain-model
Issue 1215: Updated domain model & added migration
2023-10-27 16:17:45 -06:00
CocoByte
6303a8c601
linted..again 2023-10-27 16:09:54 -06:00
CocoByte
1fe6267e2f
linted 2023-10-27 16:00:50 -06:00
Rachid Mrad
91420429c2
remove submitter fields: 2023-10-27 17:05:43 -04:00
Rachid Mrad
677743cbf3
tweak expected_content with an extra space to match actual_content 2023-10-27 15:39:32 -04:00
CocoByte
bfb28a62f8
Updated domain model & added migration 2023-10-27 13:22:53 -06:00
Rachid Mrad
4803aaf971
lint 2023-10-27 15:03:34 -04:00
Rachid Mrad
98a9604ef3
Unit tests for reports 2023-10-27 14:50:07 -04:00
Neil MartinsenBurrell
cbc648d571
Merge pull request #1207 from cisagov/nmb/domain-managers-fix
Domain managers: fix spacing with usa-list and open contact in new tab
2023-10-27 11:55:29 -05:00
Rachid Mrad
26947d4bd2
filter by READY, edge case handling 2023-10-27 12:50:30 -04:00
Rachid Mrad
09c0a5f392
match names to old reports, change buttons copy 2023-10-27 11:35:06 -04:00
David Kennedy
b72919a892
formatting for readability 2023-10-27 08:11:13 -04:00
David Kennedy
47251d9edb
parameterize filters and sorts 2023-10-27 08:06:46 -04:00
David Kennedy
0b947ce754
modularization of reporting functions 2023-10-27 06:58:11 -04:00
David Kennedy
e4b3706d9c
refactored some for separation of concerns, and fixing permissions in template 2023-10-27 05:55:52 -04:00
Rachid Mrad
5fe2827565
rough out the first quesry and export method based on an example report 2023-10-26 17:11:17 -04:00
Rachid Mrad
ee2b001ab5
infrastructure for buttons, actions and a csv download 2023-10-26 16:17:25 -04:00
Neil Martinsen-Burrell
bde3653fb8
Review feedback: fix spacing with usa-list and open contact in new tab 2023-10-26 09:31:30 -05:00
zandercymatics
95e557b7b3
Merge pull request #1162 from cisagov/za/1054-connection-pooling
Ticket #1054: Connection pooling
2023-10-26 08:27:00 -06:00
zandercymatics
745f2bbdf9
Linter 2023-10-26 07:51:31 -06:00
Cameron Dixon
c7a19548f7
Merge pull request #1184 from cisagov/cd/last-issue-update
Fix double emojis in issue template
2023-10-25 22:07:35 -04:00
dave-kennedy-ecs
b352bbff29
Merge pull request #1166 from cisagov/rjm/1148-ds-data
Issue 1148 - UI Dev for DNSSEC requiring ONLY DS Data
2023-10-25 21:40:39 -04:00
David Kennedy
90b12a6c48
generic error handling for RegistryErrors as in other views 2023-10-25 21:35:17 -04:00
CuriousX
d6a7f69a00
Merge pull request #1176 from cisagov/nl/980-User-login-transition-domain-info
Issue 980: user login transition domain info
2023-10-25 16:12:59 -06:00
zandercymatics
ae9c0a0e06
Merge branch 'main' into za/1054-connection-pooling 2023-10-25 11:37:58 -06:00
zandercymatics
91c68f91f1
Add PR suggestions 2023-10-25 11:35:41 -06:00
Rachid Mrad
7436a8a463
add coment on test_ds_data_form_modal 2023-10-25 11:22:04 -04:00
zandercymatics
a87519e615
Cleanup, add comment 2023-10-25 08:29:39 -06:00
rachidatecs
545ce7a835
Merge pull request #1183 from cisagov/bl/add-vicky-to-fixtures
Add Vicky to fixtures
2023-10-24 17:44:54 -04:00
Rachid Mrad
76be3c6b72
test_ds_data_form_modal 2023-10-24 17:36:27 -04:00
Rachid Mrad
e78e95df0d
fix outline btn style (remove underline) when anchor emlement) 2023-10-24 16:29:54 -04:00
zandercymatics
736fe46ec3
Update domain.py 2023-10-24 13:12:36 -06:00
Rachid Mrad
15f656b77a
edit modal text on dnssec page 2023-10-24 12:19:48 -04:00
Rachid Mrad
548735cb07
edit modal text again 2023-10-24 12:06:30 -04:00
Rachid Mrad
2f40d52254
edit modal text 2023-10-24 12:03:40 -04:00
David Kennedy
ce6fc5a9ac
fixed problem with sidebar 2023-10-23 21:29:26 -04:00
dave-kennedy-ecs
65b2053a4f
Update src/registrar/templates/domain_sidebar.html
updated logic in domain sidebar for code readability

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-10-23 21:18:37 -04:00
David Kennedy
d354751481
fixed tests and updated code formatting 2023-10-23 21:16:12 -04:00
David Kennedy
6400fa5f4b
fixed logic on save with no dnssec data records; fixed link on dns page 2023-10-23 20:58:09 -04:00
David Kennedy
bdbff9260e
Merge branch 'main' into rjm/1148-ds-data 2023-10-23 19:55:33 -04:00
David Kennedy
d50628f14d
cleaned up working code for review 2023-10-23 18:32:22 -04:00
David Kennedy
be00e8249c
working wip 2023-10-23 18:15:48 -04:00
Rachid Mrad
8bf2432b15
remove the dnssec confirmed session 2023-10-23 16:43:45 -04:00
Neil MartinsenBurrell
8b7d4d7a07
Merge pull request #1189 from cisagov/nmb/manage-base-url
Use manage.get.gov as the BASE_URL
2023-10-23 11:03:48 -05:00
Neil Martinsen-Burrell
5319f58191
Use manage.get.gov as the BASE_URL 2023-10-23 10:57:58 -05:00