Commit graph

3144 commits

Author SHA1 Message Date
David Kennedy
3ce76de1ff
when in read only mode and no dns name servers, add empty section for dns name servers instead of button to add 2023-11-27 19:29:00 -05:00
David Kennedy
20c13a5d2f
when in read only mode remove add dns name server button and text 2023-11-27 19:16:45 -05:00
David Kennedy
abe35b9d63
changed the order of the permissions checking as the manage domain check was firing before editable check and allowing access 2023-11-27 18:02:43 -05:00
zandercymatics
99e158d981
Merge pull request #1395 from cisagov/za/1366-add-filter-domain-invitation
Ticket #1366: Add filter for domain invitation
2023-11-27 14:53:53 -07:00
David Kennedy
315638c020
updated comments for code legibility 2023-11-27 15:08:42 -05:00
zandercymatics
6ace0f2862
Update test_reports.py 2023-11-27 13:02:26 -07:00
zandercymatics
e314a5ff77
Update tests + linter 2023-11-27 08:02:58 -07:00
David Kennedy
22a21b5bf4
format for linting 2023-11-25 10:22:34 -05:00
David Kennedy
1f4fcf1225
fixed whitespace bug in ips in nameserver; created test case 2023-11-25 10:04:24 -05:00
David Kennedy
b56b95ba08
formatted for linter 2023-11-25 08:11:42 -05:00
David Kennedy
952cc6f46b
added test case 2023-11-25 08:09:33 -05:00
David Kennedy
614da492db
added form level checking for duplicate entries in nameserver form 2023-11-25 07:45:46 -05:00
David Kennedy
7bac5185b0
updated check availability message in api and in form; modified js to display html rather than text 2023-11-25 06:06:37 -05:00
zandercymatics
377786cccf
Add test cases 2023-11-24 14:16:34 -07:00
zandercymatics
46677f4588
Add filter + test skeleton 2023-11-24 07:43:25 -07:00
David Kennedy
441a6027ba
expiration date written to db on fetch_cache 2023-11-22 17:41:27 -05:00
David Kennedy
8300694a3a
added test cases for deleted state; updated fetch_cache logic to properly handle deleted domains 2023-11-22 14:26:24 -05:00
David Kennedy
eda9728177
Merge branch 'main' into dk/1138-prevent-domain-edits 2023-11-22 12:08:04 -05:00
David Kennedy
570c5c3020
formatted for linter 2023-11-22 11:50:18 -05:00
zandercymatics
ebafb31f70
Merge pull request #1355 from cisagov/za/1243-import-org-data
Ticket #1243: Import Organization Data
2023-11-22 09:18:56 -07:00
David Kennedy
3ec910c37a
wrote unit tests 2023-11-22 11:18:54 -05:00
zandercymatics
91d33f4c2a
Linting 2023-11-22 09:08:49 -07:00
zandercymatics
db964498e1
Linting 2023-11-22 08:49:48 -07:00
David Kennedy
1efb7d23f3
domain views has_permissions updated 2023-11-22 10:48:13 -05:00
zandercymatics
b74dacce1f
Merge branch 'za/1243-import-org-data' of https://github.com/cisagov/manage.get.gov into za/1243-import-org-data 2023-11-22 08:37:50 -07:00
zandercymatics
8535d783e8
PR suggestions
Change variable names and coments
2023-11-22 08:37:48 -07:00
zandercymatics
99d449679c
Update src/registrar/management/commands/load_organization_data.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-11-22 08:37:20 -07:00
zandercymatics
a7afe798dd
Update src/registrar/management/commands/utility/extra_transition_domain_helper.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-11-22 08:37:01 -07:00
David Kennedy
6da9fdab2a
added is_editable to domain; added editable to domain_detail.html; added editable to domain_sidebar.html; added editable to summary_item.html; updated has_permission in domain views to check for domain editable 2023-11-22 10:36:13 -05:00
zandercymatics
64bd9a38d2
Update src/registrar/management/commands/utility/extra_transition_domain_helper.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-11-22 08:34:16 -07:00
zandercymatics
86506f4e31
Update src/registrar/management/commands/load_organization_data.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-11-22 08:33:51 -07:00
zandercymatics
4b625d32de
Merge branch 'za/1243-import-org-data' of https://github.com/cisagov/manage.get.gov into za/1243-import-org-data 2023-11-22 08:29:49 -07:00
zandercymatics
854f0d4464
Change load_organization_data comment and remove unused params 2023-11-22 08:29:42 -07:00
zandercymatics
4afb230a75
Update docs/operations/data_migration.md
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-11-22 08:14:06 -07:00
zandercymatics
a3a623fc98
Update docs/operations/data_migration.md
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-11-22 08:13:01 -07:00
dave-kennedy-ecs
6400367368
Merge pull request #1380 from cisagov/dk/1209-domain-sidebar
Issue #1209 - updated logic on domain mgmt sidebar
2023-11-22 06:29:45 -05:00
David Kennedy
3812585023
Merge branch 'main' into dk/1209-domain-sidebar 2023-11-22 06:12:59 -05:00
zandercymatics
89e6907e03
Merge pull request #1344 from cisagov/za/update-docs-check-epp-running
Add Connection Pool documentation
2023-11-21 14:54:56 -07:00
zandercymatics
0aa54870a8
Fix typo and table formatting 2023-11-21 14:46:59 -07:00
CuriousX
2d49674f87
Merge pull request #1376 from cisagov/nl/google-analytics-fix
Issue #1338: Google Analytics CSP Bug
2023-11-21 14:10:57 -07:00
dave-kennedy-ecs
310da70913
Merge pull request #1347 from cisagov/dk/1217-domain-expiration-epp
Issue #1217 - Domain expiration date - EPP
2023-11-21 15:51:58 -05:00
Erin Song
5ae14c964a
Merge pull request #1375 from cisagov/es/984-refine-error-messages
#984: Update form error messages on domain management contacts
2023-11-21 12:51:36 -08:00
zandercymatics
598d0f6430
Fix logging bug 2023-11-21 13:25:58 -07:00
zandercymatics
c6d285d73b
Update test_transition_domain_migrations.py 2023-11-21 13:14:41 -07:00
CuriousX
38fb3c5eaf
Update src/registrar/config/settings.py
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
2023-11-21 13:13:31 -07:00
zandercymatics
9c92c99868
Removed unused domain invite test 2023-11-21 13:13:20 -07:00
CuriousX
63f67d6f0b
Update src/registrar/config/settings.py
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
2023-11-21 13:12:14 -07:00
CuriousX
ee2bb38e15
Update src/registrar/config/settings.py
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
2023-11-21 13:12:02 -07:00
zandercymatics
fc8847a36f
PR suggestions - move errors / test cases 2023-11-21 13:09:41 -07:00
CocoByte
6e32651dad
Further minimized CSP statements 2023-11-21 12:25:59 -07:00