Commit graph

3122 commits

Author SHA1 Message Date
David Kennedy
49f56a7205
simplified test case 2023-11-29 06:23:45 -05:00
David Kennedy
20cecf2a94
Merge branch 'main' into dk/872-prevent-multiple-applications 2023-11-28 19:00:02 -05:00
dave-kennedy-ecs
acc6e2d177
Merge pull request #1396 from cisagov/dk/1220-check-availability-error-message
Issue #1220 - updated check availability message
2023-11-28 18:55:02 -05:00
David Kennedy
edd9125821
fixed typo in message context 2023-11-28 18:46:38 -05:00
dave-kennedy-ecs
b42adbdb26
Update src/registrar/views/application.py
Co-authored-by: rachidatecs <107004823+rachidatecs@users.noreply.github.com>
2023-11-28 18:40:38 -05:00
David Kennedy
f957c299b8
added comment 2023-11-28 17:12:12 -05:00
David Kennedy
89aa3534cf
fixed formatting of error message in javascript 2023-11-28 17:10:20 -05:00
dave-kennedy-ecs
9877a9e635
Merge pull request #1398 from cisagov/dk/1381-nameserver-whitespace
Issue #1381 - whitespace bug in IP field in nameserver form (STAGED IN ES SANDBOX)
2023-11-28 15:37:46 -05:00
rachidatecs
3003e25ce3
Merge pull request #1408 from cisagov/typo-fixes
Typo fixes
2023-11-28 14:02:47 -05:00
Rachid Mrad
b6b251b287
more minor typo fixes 2023-11-28 13:32:48 -05:00
Rachid Mrad
bd6eabe916
Typo fixes in ops readme and rotate secrets 2023-11-28 12:17:47 -05:00
Michelle Rago
e24bf1ae58
Change "Active users" to "Domain managers" on domain managers page (#1407) 2023-11-28 11:00:58 -05:00
Michelle Rago
80880a4ca1
Update success message for org name and mailing address (#1387)
Update domain.py
2023-11-28 11:00:33 -05:00
Michelle Rago
7923c27fc2
Change "Add another user" to "Add a domain manager" (#1386)
* Change "Add another user" to "Add a domain manager"

* Change "Add another user" to "Add a domain manager"

* Update test_views.py to change "Add another user" to "Add a domain manager"
2023-11-28 08:14:47 -05:00
David Kennedy
1eedc3f1f2
removed redundancy in test cases 2023-11-27 21:08:11 -05:00
David Kennedy
a03c7c343e
Merge branch 'main' into dk/872-prevent-multiple-applications 2023-11-27 21:06:46 -05:00
David Kennedy
29962570a7
fixed redundancy in test cases 2023-11-27 21:02:31 -05:00
David Kennedy
d9dca1c20a
Merge branch 'main' into dk/1220-check-availability-error-message 2023-11-27 20:56:23 -05:00
dave-kennedy-ecs
211d22da6f
Merge pull request #1391 from cisagov/dk/1218-update-expiration-date
Issue #1218 - Update the stored expiration date value anytime it's received (STAGED ON BL)
2023-11-27 20:08:59 -05:00
David Kennedy
128efb6a54
updated comment 2023-11-27 20:03:38 -05:00
David Kennedy
eed9dc291d
Merge branch 'main' into dk/1218-update-expiration-date 2023-11-27 20:02:59 -05:00
dave-kennedy-ecs
536fdb013e
Merge pull request #1382 from cisagov/dk/1138-prevent-domain-edits
Issue #1138 - prevent users from editing domains on hold or deleted (STAGED ON DK)
2023-11-27 19:34:08 -05:00
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
d4b1b12baf
removed TODO, too complicated 2023-11-25 06:23:33 -05:00
David Kennedy
2e8b46e05e
simplified filter for legibility 2023-11-25 06:17:26 -05:00
dave-kennedy-ecs
50fc6ea502
Update src/registrar/views/application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-11-25 06:12:35 -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
David Kennedy
03cc06046f
fixed checked statuses 2023-11-24 15:59:53 -05:00
David Kennedy
ff45177077
touched up test_views 2023-11-24 15:18:40 -05:00
David Kennedy
2db1f9e96f
wrote test for application view when multiple applications exist 2023-11-24 15:16:36 -05:00
David Kennedy
7047736c95
removed extraneous message 2023-11-24 14:22:14 -05:00
David Kennedy
55541ca967
formatted for linting 2023-11-24 14:02:35 -05:00
David Kennedy
6a7a8cd0f6
added checks for conditions that produce info message; added info message; changed submit button if conditions exist; changed behavior of submit button 2023-11-24 13:31:59 -05: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