Commit graph

860 commits

Author SHA1 Message Date
Rachid Mrad
1a6ca774f0
lint 2023-09-29 21:45:08 -04:00
Rachid Mrad
3580e070a3
revert back tests from is_staff to has_perm 2023-09-29 21:33:48 -04:00
Rachid Mrad
0c05518d61
refactor group custom list_display 2023-09-29 18:57:24 -04:00
Rachid Mrad
b4506d0157
Clean up group display string 2023-09-29 18:52:59 -04:00
Rachid Mrad
128f619e14
revert permissions tests in views and admin for is_staff 2023-09-29 18:25:47 -04:00
Rachid Mrad
ef88f7b148
linter and attempt to fix permissions bug on analyst domain management 2023-09-29 17:09:04 -04:00
Rachid Mrad
11c0186b09
lint, clean up tests, clean up user displays in admin (remove is_staff and is_superuser and replace with group) 2023-09-29 16:54:29 -04:00
zandercymatics
0d2a89de01
Fix typo 2023-09-29 14:54:21 -06:00
zandercymatics
228d37ef39
Requested changes 2023-09-29 14:41:52 -06:00
Rachid Mrad
3eb6c56f3e
tweak tests 2023-09-29 15:43:49 -04:00
Rachid Mrad
ca327fc094
clean up and linting 2023-09-29 13:49:15 -04:00
Rachid Mrad
155baa0200
unit tests, add cisa_analyst permission in the cisa_analysts_group for better grannular hasPerm testing in admin.py 2023-09-29 13:40:06 -04:00
zandercymatics
0314220713
Linter 2023-09-29 10:32:39 -06:00
zandercymatics
e94f9dc51b
Linter + test case 2023-09-29 08:45:25 -06:00
zandercymatics
82c03907df
Added Daves suggestion - generic exception handling 2023-09-29 08:16:04 -06:00
Rachid Mrad
cd14eb2584
Refactor groups and permissions: divide fixtures in 2 files, one for users and one for data, load groups in migrations (using methods defined in user_groups model), use hasperm in admin to test for 'superuser' 2023-09-28 17:34:53 -04:00
zandercymatics
2716654914
Stashed lint changes 2023-09-28 13:58:39 -06:00
zandercymatics
59b095beab
Commit for #901 2023-09-28 13:53:21 -06:00
zandercymatics
c6baf9c98b
Preliminary changes 2023-09-27 14:45:33 -06:00
Rachid Mrad
fd860998fb
Merge remote-tracking branch 'origin/main' into rjm/1027-groups-permissions-logging 2023-09-27 13:55:40 -04:00
David Kennedy
4700904169
additional tweaks to formatting of errors 2023-09-26 10:37:10 -04:00
David Kennedy
74c7e6528f
handling 99 error message 2023-09-26 10:31:08 -04:00
David Kennedy
51375059c1
fixing merge issues 2023-09-22 20:16:34 -04:00
David Kennedy
08e95ec8b2
fixed some merge issues 2023-09-22 20:12:27 -04:00
David Kennedy
15689e53cc
Merge branch 'main' into dk/857-epp-client-hold 2023-09-22 20:07:36 -04:00
David Kennedy
fa6a0ad08b
fixed formatting in admin.py 2023-09-22 20:05:10 -04:00
David Kennedy
6483aa87c9
added test cases for place and revert client hold; allowed for idempotent updates 2023-09-22 18:51:49 -04:00
David Kennedy
716782dc8c
formatting to satisfy lint 2023-09-22 14:50:28 -04:00
David Kennedy
f5aacb8fb8
Merge branch 'main' into dk/927-domain-invitation-email 2023-09-22 14:45:54 -04:00
Rachid Mrad
16bec3f2c3
Add columns and search on TransitionDomain 2023-09-22 13:05:20 -04:00
David Kennedy
99c5a06189
Merge branch 'main' into dk/857-epp-client-hold 2023-09-21 12:20:37 -04:00
David Kennedy
34106286a6
wip commit 2023-09-21 12:17:57 -04:00
Rachid Mrad
0776b5c4ec
custom groups model, track m2m objects on groups and users, revise fixtures, revise admin.py, migrations, skip problematic tests 2023-09-21 11:20:28 -04:00
Rachid Mrad
1653784a75
Add search on draft domain 2023-09-19 18:50:27 -04:00
Rachid Mrad
425045783a
replace type_of_work with
# about_your_organization and remove more_organization_information
2023-09-19 14:50:58 -04:00
Rachid Mrad
d0effe6018
lint 2023-09-19 14:47:43 -04:00
Rachid Mrad
fe1c443357
Merge remote-tracking branch 'origin/main' into rjm/1017-ux 2023-09-19 13:40:57 -04:00
Rachid Mrad
229b29066c
lint 2023-09-15 17:49:54 -04:00
Rachid Mrad
f5bb77cef6
Merge remote-tracking branch 'origin/main' into rjm/811-approved-rejected-approved 2023-09-15 16:50:46 -04:00
Rebecca Hsieh
6965d593f5
Compressing Nicolle and Alysia migrations with mine to be the one migration that rules them all 2023-09-13 15:28:01 -07:00
Rebecca H
9622c58c52
Revert "446 - Change Type Of Work to About Your Organization" 2023-09-13 14:58:50 -07:00
Rebecca H
2b61e4a69d
Merge pull request #975 from cisagov/rh/446-remove-type-of-work-q
446 - Change Type Of Work to About Your Organization
2023-09-13 14:47:03 -07:00
Rachid Mrad
3310689519
Add DraftDomain to superusers and staff, Add filter to domains (state), Update user table definition to show first, last AND email by default, Use inline editors to expose DomainInformation, Make Domain Information fields available to CISA Analyst 2023-09-13 16:20:14 -04:00
Alysia Broddrick
a7c5818b9d
Merge pull request #1005 from cisagov/ab/645-implement-test-cases-registry-integration
Contact setting and rough epp management
2023-09-13 12:37:11 -07:00
dave-kennedy-ecs
4daec217d7
Merge pull request #1012 from cisagov/dk/853-domain-app-admin-states
Dk/853 domain app admin states
2023-09-13 10:34:07 -04:00
David Kennedy
af5ca2afdf
updated code for readability; handled ineligible status; tested for restricted user 2023-09-13 08:22:10 -04:00
Alysia Broddrick
29b8c72911
fixed tests and linter 2023-09-12 21:48:27 -07:00
Alysia Broddrick
4292c38b47
fixed linting and merge bug 2023-09-12 18:06:06 -07:00
Rebecca Hsieh
02220feb7a
Merge branch 'main' of https://github.com/cisagov/getgov into rh/446-remove-type-of-work-q 2023-09-12 17:11:38 -07:00
zandercymatics
3a2610ae27
Merge branch 'main' into ab/645-implement-test-cases-registry-integration 2023-09-12 15:51:53 -06:00