Alysia Broddrick
649a224562
updated related mentions to admin to be Manager
2023-10-20 09:15:46 -07:00
zandercymatics
5159c6278b
Merge pull request #1155 from cisagov/za/1154-create-ADR-gconnpool
...
Ticket #1154 : ADR for a connection pool library geventconnpool
2023-10-18 11:43:26 -06:00
zandercymatics
d4ec7eca8a
Fix weird file name
2023-10-16 10:11:15 -06:00
zandercymatics
605e75dc48
Fix file rename
2023-10-16 10:00:10 -06:00
zandercymatics
becaedc117
Update 0023-use-geventconnpool..md
2023-10-16 09:59:12 -06:00
zandercymatics
35570b6423
Progress save
2023-10-13 15:33:30 -06:00
CocoByte
5608a16e6e
merge main -> nl/923
...
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-12 13:02:31 -06:00
CocoByte
81cd4e900e
linted and fixed
...
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-12 12:54:56 -06:00
CocoByte
9ab908119d
added readme
...
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-12 00:06:59 -06:00
Erin
de87f0c773
Add domain invitation permissions to analyst
2023-10-11 11:59:52 -07:00
Rachid Mrad
5ab4a2fde9
edit documentation
2023-10-06 15:12:39 -04:00
Rachid Mrad
09303401ed
cleanup some code
2023-10-03 18:54:55 -04:00
rachidatecs
234a6e31d3
Update docs/developer/user-permissions.md
...
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-10-03 18:40:03 -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
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
Alysia Broddrick
c1c7ff9698
reverted uneeded changes
2023-09-11 17:47:05 -07:00
Alysia Broddrick
bc0b07d8bf
fixed linting issues
2023-09-11 17:46:11 -07:00
Alysia Broddrick
c9cadd3401
Merge remote-tracking branch 'origin' into ab/645-implement-test-cases-registry-integration
2023-08-23 07:54:04 -07:00
rachidatecs
8e0b712d11
Merge pull request #882 from cisagov/rjm/add-optional-email-to-user-fixtures
...
Edit user fixtures to add optional emails
2023-08-21 12:11:44 -04:00
rachidatecs
051b852cd9
Update docs/architecture/decisions/0021-django-admin.md
...
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
2023-08-16 14:56:37 -04:00
rachidatecs
d2aa1a1e00
Update 0021-django-admin.md
...
Add notes on accessibility and theming
2023-08-14 15:58:59 -04:00
Rebecca Hsieh
243b8eacdf
Troubleshooting header
2023-08-14 12:18:58 -07:00
rachidatecs
765502f322
Edit user fictures to add optional emails
2023-08-14 14:48:16 -04:00
Rebecca Hsieh
9c26a97163
Add troubleshooting notes for m1 puppeteer issue
2023-08-11 12:12:37 -07:00
Alysia Broddrick
d1a5f6943c
added functions to admin buttons
2023-08-10 17:34:09 -07:00
zandercymatics
d204145e91
Merge pull request #828 from cisagov/za/add-line-ending-documentation
...
Updated README.md to include a fix for line endings
2023-08-08 07:07:15 -06:00
zandercymatics
46d3ca7bd5
Merge branch 'za/update-readme-add-user-as-admin' of https://github.com/cisagov/getgov into za/update-readme-add-user-as-admin
2023-08-04 08:48:54 -06:00
zandercymatics
952de458b7
Update README.md
...
Added a missing newline above line 81
2023-08-04 08:47:48 -06:00
zandercymatics
db53bb8beb
Update docs/developer/README.md
...
Added @abroddricks suggestion
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-08-04 08:44:39 -06:00
zandercymatics
03177bdb1f
Updated README.md to include adding an analyst
2023-08-03 14:30:30 -06:00
zandercymatics
b4d4b536d9
Made the text a bit more clear
2023-08-03 08:06:35 -06:00
zandercymatics
6d721ad6fb
Another minor verbiage change
2023-08-03 07:55:37 -06:00
zandercymatics
864e31eba3
Fixed a typo in README.md
2023-08-03 07:49:12 -06:00
zandercymatics
e8422eac7d
Updated README.md to be more descriptive
...
Added an explanation for why Windows developers may need to change their line endings
2023-08-03 07:47:38 -06:00
zandercymatics
b7f10e2b92
Updated README.md to include a fix for line endings
...
Updated the readme to include a fix for windows machines...
On windows, you cannot run manage.py (or other related files) as they are using the wrong file endings. It basically doesn't know where to look.
The fix to this is to add .gitattribute locally and rebuild your project, so that it reverts to standard line-endings on your machine (but not elsewhere)
2023-08-02 13:04:37 -06:00
rachidatecs
546745e5e4
Merge pull request #816 from cisagov/rjm/792-793-tables-and-checkboxes-accessibility
...
Tables cell and checkbox accessibility
2023-07-27 15:33:14 -04:00
rachidatecs
3df342ce1d
add a note to ANDI documentation
2023-07-27 12:58:57 -04:00
rachidatecs
58332edddd
add a note to ANDI documentation
2023-07-27 12:47:05 -04:00
rachidatecs
a16d9a06d1
add a note to ANDI documentation
2023-07-27 12:28:55 -04:00
rachidatecs
2308ee6304
Document ANDI usage for accessibility testing
2023-07-26 15:53:33 -04:00
Cameron Dixon
564df243bd
Update 0006-cloud-gov.md
...
Fixed typos, made small edits, and formatted for better clarity
2023-07-24 09:25:15 -04:00
Gabriela DiSarli
75190da209
Update 0022-submit-domain-request-user-flow.md
...
Made some additional edits for clarity that were suggested in review
2023-07-20 09:38:01 -05:00
Gabriela DiSarli
2114ff22f1
Update 0022-submit-domain-request-user-flow.md
...
fixed double link error
2023-07-19 13:33:59 -05:00
Gabriela DiSarli
2b4cfd016d
Update 0022-submit-domain-request-user-flow.md
...
Updated context paragraph + fixed wording and linking structure on linked user flow diagram
2023-07-19 13:33:21 -05:00
Gabriela DiSarli
cd6b704e78
Rename 0022-submit-domain-request-user-flow to 0022-submit-domain-request-user-flow.md
...
fixed the file extension
2023-07-19 13:29:51 -05:00
Gabriela DiSarli
39e363821d
Create 0022-submit-domain-request-user-flow
...
adding a ADR that closes #800
2023-07-18 16:31:23 -05:00
rachidatecs
52dc04c1ac
Expose users in django admin for CISA Analysts while hiding uuids
2023-07-07 11:01:15 -04:00
rachidatecs
0ee7e71fc1
Merge remote-tracking branch 'origin/main' into rjm/680-admin-workshop
2023-06-30 12:34:01 -04:00
rachidatecs
de36ca9cf7
Add permissions to staff in fixtures by codename not id, make class with for the list header context updater and inherit it from domain, domain application, and contacts (the classes that implement search, filter and sort)
2023-06-28 16:23:55 -04:00
rachidatecs
6d46785962
tweak cisa analyst roles documentation, move policy acknoledged to its own fieldset at the end on detail page
2023-06-26 18:50:24 -04:00