dandds
2d714cae39
Add some missing configuration settings.
...
These settings are used in the deployed instance and mentioned elsewhere
in the README, but were missing from the base INI file and the
Configuration Guide section of the README.
2019-12-10 10:14:53 -05:00
Jay R. Newlin (PromptWorks)
36c76a62b8
Remove Ghost Inspector details from base README
2019-11-27 16:08:42 -05:00
richard-dds
bd881fd1e0
Additional details for USE_AUDIT_LOG
2019-11-27 10:30:42 -05:00
richard-dds
40d9d28b5e
Additional details for SERVER_NAME
2019-11-27 10:30:42 -05:00
richard-dds
6b2427a98d
Remove unused RQ_QUEUES
2019-11-27 10:30:42 -05:00
richard-dds
97bc63df66
Additional details for PORT
2019-11-27 10:30:42 -05:00
richard-dds
684b86c2d0
Remove PE_NUMBER_CSV_URL and PGAPPNAME
2019-11-27 10:30:42 -05:00
richard-dds
f8a457bacd
Add more detail for DISABLE_CRL_CHECK
2019-11-27 10:30:42 -05:00
richard-dds
2f8135ecd1
Remove CLASSIFIED param
2019-11-27 10:30:42 -05:00
richard-dds
a33468b6c7
Add definition for CELERY_DEFAULT_QUEUE
2019-11-27 10:30:42 -05:00
richard-dds
946a29acda
Document the significance of our configuration values
2019-11-27 10:30:42 -05:00
Jay R. Newlin (PromptWorks)
8c7a5e7e5f
Update README with reference to exported Ghost Inspector tests
2019-10-31 16:32:23 -04:00
Jay R. Newlin (PromptWorks)
c21dc1cf8c
Modified for typo script vs scripts directory
2019-10-24 14:18:09 -04:00
dandds
7949c64b9b
Initial set up for Ghost Inspector integration tests.
...
Adds a CircleCI integration for Ghost Inspector
(https://ghostinspector.com ), a headless browser testing SaaS. The
README is updated with details about how to run GI locally.
Removes the bootstrap setup for Selenium testing with BrowserStack.
2019-10-14 16:32:38 -04:00
dandds
d1ed0f6692
Add setup script and configuration for Minikube cluster.
...
The Minikube version of the cluster has some differences from the main
config (noted in the README) but will be useful for for future DevOps
development.
2019-10-04 17:48:46 -04:00
richard-dds
c5284fd8f9
Merge pull request #1005 from dod-ccpo/cloud-pdf-downloads
...
Cloud pdf downloads
2019-08-30 16:11:27 -04:00
richard-dds
e3f1d8b51c
Add README section for testing uploads / downloads in dev
2019-08-30 15:44:36 -04:00
dandds
74780ab8ec
update README with detect-secrets command that does not add unused plugins
2019-08-28 15:57:18 -04:00
tomdds
c979c62228
Document dod_id dev login path
2019-08-21 10:22:50 -04:00
tomdds
87a03b7380
Add documentation for dev new user endpoint to README
2019-08-21 10:22:50 -04:00
Jay R. Newlin (PromptWorks)
e4ce9d02e4
URL changed for the entr tool
2019-08-16 15:13:22 -04:00
dandds
2a0168b1e6
Scripts for finding accidental secrets in the repo.
...
This adds the following:
- A detect-secrets dependency and a related script
(`script/detect_secrets`) to find and alert developers to secrets
added to the code. By default, the script will search staged and new,
unstaged files. It can optionally search only staged files.
- A whitelist, `.secrets.baseline`, that tracks instances of secrets or
false positives already in the repo.
- Modifies `script/test` to detect secrets as part of the test suite.
- Updates to the README regarding the use of detect-secrets.
2019-08-13 05:59:56 -04:00
dandds
6f8ef27bf1
Single Dockerfile for building ATAT.
...
Dockerfile is now a single multi-stage build that relies on a Python 3.7
base image.
Notes:
- This builds uWSGI with a `pip install` because the Alpine vendored
uWSGI is built against Python 3.6.
- Adds a docker-compose file that can be used for testing that the build
works. It is not usable for development purposes because it creates a
static copy of the application.
2019-07-11 11:27:33 -04:00
dandds
d22ecfa4fe
Specify correct python version in README.
2019-07-10 17:01:15 -04:00
Jay R. Newlin
dbf7e1e130
Added commentary about installing PostgreSQL
2019-02-05 17:25:18 -05:00
Jay R. Newlin
54a8559629
Corrected missing punctuation
2019-02-05 17:18:04 -05:00
Jay R. Newlin
2f673bbe81
Added note about Python versions
2019-02-05 16:00:36 -05:00
dandds
5a35d23499
update readme
2019-01-14 16:00:17 -05:00
Patrick Smith
476a95a3f4
Add notes on js testing to readme
2018-11-20 11:45:34 -05:00
dandds
20486915af
update readme, remove travis config
2018-10-31 14:08:43 -04:00
dandds
7095c9ab0a
update readme for onboarding new devs
2018-10-18 16:25:23 -04:00
dandds
f13cc03d24
allow queue worker process to hot reload if entr is available
2018-10-16 09:54:49 -04:00
dandds
6a2a7545ae
remove dev server
2018-10-15 16:52:47 -04:00
dandds
ae7c644d91
update README, adjust email config function name
2018-10-15 11:38:34 -04:00
dandds
cbf188df5f
more browserstack info in readme
2018-10-15 10:04:33 -04:00
dandds
4a97c1d0fd
add readme info about selenium testing
2018-10-15 09:10:09 -04:00
richard-dds
056bb41e9e
Rename the old seed script to seed_sample.py
2018-09-21 14:02:51 -04:00
richard-dds
50d11368af
Divulge script/seed in the README
2018-09-05 16:45:53 -04:00
Patrick Smith
1af833189d
Specify python 3.6 dependency
2018-08-21 16:48:50 -04:00
Patrick Smith
56c5bb4ed2
Update README with better setup instructions
2018-08-21 15:58:06 -04:00
richard-dds
c06f0d03c1
Fix typo in README
2018-08-06 17:10:46 -04:00
richard-dds
e40dd7ec01
Update README to reflect current state of the app
2018-08-06 17:03:09 -04:00
dandds
b9f4a4be71
remove all references to tornado
2018-08-06 15:39:30 -04:00
Patrick Smith
7c1af3425c
Add note to README on running yarn watch
2018-08-03 13:16:48 -04:00
dandds
649ac89e2e
configure test environment
2018-08-02 16:20:54 -04:00
Devon Mackay
c1dc914953
Remove blank line
2018-07-31 11:50:33 -04:00
dandds
96930251fc
update readme with http basic auth info
2018-07-24 10:32:26 -04:00
richard-dds
cfd99f1de4
Add users details to README
2018-07-23 10:38:08 -04:00
Andrew Croce
e2799f8458
Readme notes on icons
2018-07-17 16:22:50 -04:00
Devon Mackay
bfb54ed29f
Add notice on command for updating existing clones
2018-07-13 09:16:00 -04:00