Commit graph

88 commits

Author SHA1 Message Date
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
igorkorenfeld
6212c62564
Update developer docs with note about custom images 2023-06-08 15:45:57 -04:00
brandonlenz
7d70fb40e0
PR Feedback:
- Link to official documentation
- Link to CODEOWNERS file
- Add comments to CODEOWNERS for clarity at a brief glance
- Markdown formatting
2023-05-24 11:08:57 -04:00
Alysia Broddrick
f69cd985f0
fixed typo 2023-05-17 12:15:53 -07:00
Alysia Broddrick
cc1438b0e7
add section on adding a codeowner 2023-05-17 12:11:56 -07:00
brandonlenz
99eb0cd484
Merge branch 'main' into bl/test-commit-signing 2023-05-15 12:20:57 -04:00
rachidatecs
7d435ad605
Expand on Merging and PRs documentation 2023-05-11 18:06:44 -04:00
Alysia Broddrick
2cd282a946
Merge pull request #585 from cisagov/ab/update-dev-readme-adding-to-admin-info
Update README with steps on accessing /admin
2023-05-11 12:25:47 -07:00
rachidatecs
c47ba8ea9e
Document our merge process 2023-05-11 12:55:37 -04:00
Alysia Broddrick
1ea3a743fd
added information on what you should see after being granted /admins access 2023-05-08 15:07:50 -07:00
Alysia Broddrick
fd1ca851ed
update with steps on accessing /admin 2023-05-08 14:23:03 -07:00
brandonlenz
17f60813dc
Add convenience .env-example to get started faster and help onboardees feel confident that they are adding the right env variables 2023-05-05 11:07:28 -04:00
Seamus Johnston
7209a1e533
Bump npm package versions 2023-02-01 11:32:05 -06:00
Logan McDonald
508e5384cb
Create dev sandboxes scripts and first sandbox (#370)
* Add templates, scripts, and process documentation for creating and destroying developer sandboxes

* Create developer sandbox 'lmm' infrastructure

* fix up newlines

* fix action syntax pull_request

* add a line about the public.crt to developer docs

* add docs about branch conventions

* add new developer sandbox 'ik' infrastructure

* Add new developer sandbox 'nmb' infrastructure

* Add new developer sandbox 'sspj' infrastructure

* Add new developer sandbox 'mr' infrastructure

* make github actions dynamic by environment

* trying something out with dynamic github action for dev sandbox

* consolidate github actions to dynamic action

* try out run name

* combo run name and name

* respond to comments
2023-01-20 09:50:36 -08:00
Logan McDonald
6a54bf1ff4
Create new stable environment (#367)
update documentation for environments and setup new stable environment
2023-01-17 13:54:30 -08:00
Seamus Johnston
df265b10f8
Refactor fixtures from JSON to Python 2022-12-21 10:44:19 -06:00
Seamus Johnston
758c645943
Merge branch 'main' into sspj/domain-model 2022-11-28 11:53:22 -06:00
Seamus Johnston
6fd29aea75
Respond to PR feedback 2022-11-28 11:49:01 -06:00
Logan McDonald
eca8da108b
add a note to development about the login time bug (#288)
* add a note to development about the login time bug

* Update docs/developer/README.md

Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>

Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
2022-11-23 09:43:43 -08:00
Neil Martinsen-Burrell
e4ca145b1e
Merge branch 'main' into nmb/state-machine 2022-11-09 08:44:37 -06:00
Logan McDonald
5328285633
Add a nightly cron to our deploy action (#233)
* tmp

* add a cron to our deploy job

* add developer doc
2022-11-09 09:19:43 -05:00
Neil Martinsen-Burrell
bce29c2402
Review feedback: FSM unit tests, indexes, comments, etc. 2022-11-08 15:04:00 -06:00
Seamus Johnston
9b008d6363
Run tests behind logged in pages (#162)
* Redirect admin login to Login.gov

* Add logged in scanning to CI

* Fix bug in LOGIN_URL

* Fix linter and tests

* Address PR feedback

* Try quotes
2022-10-11 11:26:11 -05:00
Seamus Johnston
828051854e
Address PR feedback 2022-09-30 14:14:43 -05:00
Seamus Johnston
651e3d91b1
Update docs for Login.gov 2022-09-29 15:06:14 -05:00
Neil Martinsen-Burrell
aa06a3df20
Address review feedback 2022-09-14 14:19:35 -05:00
Neil Martinsen-Burrell
5bdd01138c
Merge branch 'main' into nmb/pa11y-scanning 2022-09-13 13:02:00 -05:00
igorkorenfeld
5342577e5d
Add documentation for USWDS and WhiteNoise 2022-09-12 18:32:59 -04:00
Neil Martinsen-Burrell
f0a9866e0d
Use docker-compose for local scanning 2022-09-12 10:47:48 -05:00
Seamus Johnston
0237c3235d
Add testing to the CI pipeline 2022-09-07 13:51:25 -05:00
Seamus Johnston
196e4b8fd6
Write Django cmd for running lint (#100)
* Write Django cmd for running lint

* Respond to PR feedback
2022-09-02 13:42:40 -05:00
Seamus Johnston
2386258159
Update and organize documentation 2022-08-31 16:02:51 -05:00