Commit graph

94 commits

Author SHA1 Message Date
Rebecca Hsieh
f647780b38
Remove extraneous comments from me 2024-01-11 13:07:45 -08:00
Rebecca Hsieh
cdf0e5bb88
Remove extraneous comments 2024-01-11 13:07:12 -08:00
Rebecca Hsieh
94119cd919
Update database migration documentation 2024-01-11 13:05:46 -08:00
zandercymatics
3175ffedfd
Merge pull request #1599 from cisagov/za/1582-remove-inreview-actionneeded-emails
Ticket #1582: Remove action_needed and in_review emails
2024-01-11 08:19:39 -07:00
zandercymatics
ce1101ae18
Remove emails 2024-01-08 10:17:32 -07:00
Rachid Mrad
3c28cc36be
update scenario 2 in migrations doc 2023-12-29 23:22:04 -05:00
zandercymatics
d7ff26fe0d
Update generating-emails-guide.md 2023-12-07 08:39:49 -07:00
zandercymatics
bc559fe18e
Add docs 2023-12-07 08:36:02 -07:00
Rebecca H
634f2afe71
Merge pull request #1427 from cisagov/za/1197-add-migration-documentation
Ticket #1197: Migration troubleshooting documentation
2023-12-06 11:07:05 -08:00
Rebecca Hsieh
b2e2bc364a
Address comments 2023-12-06 09:54:12 -08:00
zandercymatics
7bc77ac4f9
Update migration-troubleshooting.md 2023-12-04 15:28:34 -07:00
zandercymatics
ff446aa56a
Add instructions for .env 2023-12-04 12:29:49 -07:00
zandercymatics
96ab2bc758
Add readme instructions 2023-12-01 13:47:55 -07:00
zandercymatics
e100a0edbd
Some formatting 2023-12-01 08:30:19 -07:00
zandercymatics
73a82a0b1b
Create migration-troubleshooting.md 2023-12-01 08:12:54 -07:00
zandercymatics
0aa54870a8
Fix typo and table formatting 2023-11-21 14:46:59 -07:00
zandercymatics
240507246a
Update README.md 2023-11-15 13:46:46 -07:00
zandercymatics
dd3ea3870c
Update README.md 2023-11-15 10:13:41 -07:00
Alysia Broddrick
649a224562
updated related mentions to admin to be Manager 2023-10-20 09:15:46 -07: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
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
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
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
Alysia Broddrick
2bd11da866
updated documentation with staging addition 2023-06-16 09:10:22 -07:00
Neil Martinsen-Burrell
b1421db111
Merge branch 'main' into nmb/543-login-required-middleware 2023-06-09 15:07:00 -05:00
Neil Martinsen-Burrell
2fc070e6c5
Review feedback: updated developer documentation 2023-06-09 14:17:55 -05:00
Seamus Johnston
707404c64d
Merge pull request #678 from cisagov/sspj/more-epp-docs
Add developer documentation for EPP
2023-06-09 15:48:05 +00:00
Seamus Johnston
3d6fe6a629
Add note about cleaned flag 2023-06-09 07:37:15 -05:00
Seamus Johnston
72fe977178
Respond to PR feedback 2023-06-08 15:30:02 -05:00
igorkorenfeld
6212c62564
Update developer docs with note about custom images 2023-06-08 15:45:57 -04:00