Commit Graph

9032 Commits

Author SHA1 Message Date
jimmoffet
a0202dc0ce delete temp template 2022-08-29 19:14:17 -07:00
jimmoffet
02b7a447eb restore purge 2022-08-29 19:13:29 -07:00
jimmoffet
181ae4c60f deukify service and template 2022-08-29 19:10:56 -07:00
jimmoffet
9f8ed4e3fc sample env 2022-08-05 09:14:58 -07:00
Jim Moffet
03679453a0 Merge pull request #16 from 18F/ch/run-tests-on-ci
Run tests and deploy from CI
2022-08-02 17:58:25 -07:00
Jim Moffet
ff5dd69ce3 Merge pull request #21 from 18F/jim/run-tests-on-ci
workflow env
2022-08-02 17:23:23 -07:00
jimmoffet
6d0fd97b3e skip two failing redis tests 2022-08-02 16:55:21 -07:00
jimmoffet
ed8b7fe724 temporarily disable redis for tests 2022-08-02 16:26:37 -07:00
jimmoffet
f02ee79d0b workflow env 2022-08-02 16:06:12 -07:00
Jim Moffet
b860f9e55a Merge branch 'main' into ch/run-tests-on-ci 2022-08-02 15:29:21 -07:00
jimmoffet
c3d4268acc sample.env update 2022-08-01 12:23:14 -07:00
Jim Moffet
1bbb8a4aab Update README 2022-08-01 10:56:16 -07:00
Jim Moffet
1fbc4d6241 Update README 2022-08-01 10:53:27 -07:00
Jim Moffet
f7060af2ff Update README 2022-08-01 10:50:50 -07:00
Jim Moffet
5ace04bd96 Merge pull request #20 from 18F/jim/071422/updatereadme
update readme with SES/SNS instructions
2022-07-25 15:23:06 -07:00
James Moffet
18a04fd719 configs 2022-07-25 15:19:05 -07:00
James Moffet
f0cb133129 update readme with SES/SNS instructions 2022-07-14 13:36:05 -05:00
Christa Hartsock
efe73fac2e Only run deploy on main branch if tests pass 2022-07-07 17:09:37 -07:00
Christa Hartsock
db9fc27320 Run tests on CI push, gate deploy on them 2022-07-07 16:59:37 -07:00
Christa Hartsock
6a7e5aa776 Use full_command in CI script rather than passing args 2022-07-07 16:52:06 -07:00
Christa Hartsock
e0b74511e8 Remove logging from startup script 2022-07-07 16:49:44 -07:00
Christa Hartsock
c341fd4c99 Log the PIDs from run function 2022-07-07 16:40:39 -07:00
Christa Hartsock
1e294eb8c4 Remove startup script logging 2022-07-07 16:27:11 -07:00
Christa Hartsock
64b30feb08 Remove pytest from non-test file 2022-07-07 16:22:21 -07:00
Christa Hartsock
0f062354aa Try to read gunicorn log 2022-07-07 16:18:04 -07:00
Christa Hartsock
9204290455 Quote variables in CI script 2022-07-07 15:58:21 -07:00
Christa Hartsock
a7f5d0c49f Remove unused Github Actions config 2022-07-07 15:41:16 -07:00
Christa Hartsock
0318c8d619 Use the 18f cg-deploy github action 2022-07-07 15:41:16 -07:00
Christa Hartsock
29e7e8cc31 Log into cloud.gov before trying to deploy 2022-07-07 15:41:16 -07:00
Christa Hartsock
bf4b944c17 Attempt deploy from branch 2022-07-07 15:41:16 -07:00
Christa Hartsock
c4cdaed683 Skip tests that fail because of timezone handling 2022-07-07 15:41:16 -07:00
Christa Hartsock
0a0efb1503 Deploy from CI when tests pass 2022-07-07 15:41:16 -07:00
Christa Hartsock
041a892e86 Pull admin base url from test config in tests 2022-07-07 15:41:16 -07:00
Christa Hartsock
2e6f622ace Do not care about admin base url in test 2022-07-07 15:41:16 -07:00
Christa Hartsock
2b995f6982 Update CI postgres hostname for tests 2022-07-07 15:41:16 -07:00
Christa Hartsock
2f8b302513 Install binary dependencies 2022-07-07 15:41:15 -07:00
Christa Hartsock
6e0bf0a31c Run tests in CI 2022-07-07 15:41:15 -07:00
Christa Hartsock
af6495cd4c Get tests passing locally
When we cloned the repository and started making modifications, we
didn't initially keep tests in step. This commit tries to get us to a
clean test run by skipping tests that are failing and removing some
that we no longer expect to use (MMG, Firetext), with the intention that
we will come back in future and update or remove them as appropriate.

To find all tests skipped, search for `@pytest.mark.skip(reason="Needs
updating for TTS:`. There will be a brief description of the work that
needs to be done to get them passing, if known. Delete that line to make
them run in a standard test run (`make test`).
2022-07-07 15:41:15 -07:00
Christa Hartsock
b91996ddea Install dependencies on CI with docker
To avoid permissions problem installing pycurl
2022-07-07 15:41:15 -07:00
Christa Hartsock
bf21aa882b Run tests in CI 2022-07-07 15:41:15 -07:00
Christa Hartsock
b51e49a662 Merge pull request #15 from 18F/jim/062822/logging
Fix Redis, Improve Logging
2022-07-07 15:37:32 -07:00
Christa Hartsock
8825e0155d Merge pull request #19 from 18F/dependabot/pip/lxml-4.9.1
Bump lxml from 4.8.0 to 4.9.1
2022-07-07 10:16:48 -07:00
dependabot[bot]
e61a2f01aa Bump lxml from 4.8.0 to 4.9.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.8.0...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 21:50:22 +00:00
Jim Moffet
a9a3e4d662 add secrets baseline to gitignore 2022-06-29 09:15:00 -07:00
Jim Moffet
4bfd6c9b70 remove secrets baseline 2022-06-29 09:13:33 -07:00
Jim Moffet
3ac3dcd09d config detect-secrets 2022-06-29 08:47:36 -07:00
Jim Moffet
3457c5a687 Add secrets detection section to readme 2022-06-28 15:30:09 -07:00
Jim Moffet
1b7de2a5dd Merge pull request #14 from 18F/jim/062722/precommit
Jim/062722/precommit
2022-06-28 15:28:31 -07:00
Jim Moffet
a6f119f732 test pre-commit hook 2022-06-27 15:15:37 -07:00
Jim Moffet
2e9f6aaa28 test pre-commit hook 2022-06-27 15:10:27 -07:00