Commit Graph

10134 Commits

Author SHA1 Message Date
Cliff Hill
d433fbdeda Making adjustments to models.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:37 -05:00
Cliff Hill
d1dec155b6 Improving tests a little.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:37 -05:00
Cliff Hill
33c16bdd1e Added is_active and has_mou to Organization model.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:37 -05:00
Cliff Hill
901aaed157 Migration configured
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:36 -05:00
Cliff Hill
ca8788cc6c Tweaked where Agreement is at.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:36 -05:00
Cliff Hill
2baebee199 Got the agreement statuses added.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:36 -05:00
Cliff Hill
bd8de68d2e Almost all fields for Agreements defined.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:36 -05:00
Cliff Hill
15b6cd38a4 Almost all fields defined for Agreement.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:36 -05:00
Cliff Hill
d80e503ded Getting Agreement model built.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:36 -05:00
Cliff Hill
84f8cf515f Adding .python-version to .gitignore
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-11-22 08:36:35 -05:00
Carlo Costino
9fe0b34618 Merge pull request #612 from GSA/dependabot/pip/botocore-1.32.4
Bump botocore from 1.32.2 to 1.32.4
2023-11-21 15:43:15 -05:00
dependabot[bot]
b7c968c235 Bump botocore from 1.32.2 to 1.32.4
Bumps [botocore](https://github.com/boto/botocore) from 1.32.2 to 1.32.4.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.32.2...1.32.4)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 19:57:04 +00:00
Carlo Costino
3cdd567991 Merge pull request #613 from GSA/dependabot/pip/setuptools-69.0.2
Bump setuptools from 68.2.2 to 69.0.2
2023-11-21 14:54:17 -05:00
dependabot[bot]
4fe752fd23 Bump setuptools from 68.2.2 to 69.0.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.0.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v68.2.2...v69.0.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 19:38:06 +00:00
Carlo Costino
8a60bfd09e Merge pull request #609 from GSA/dependabot/pip/certifi-2023.11.17
Bump certifi from 2023.7.22 to 2023.11.17
2023-11-21 13:42:36 -05:00
Carlo Costino
32912422cd Merge pull request #606 from GSA/notify-admin-861
notify-admin-861 add preferred timezone
2023-11-21 13:41:57 -05:00
dependabot[bot]
16a4d3fade Bump certifi from 2023.7.22 to 2023.11.17
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2023.11.17.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 21:29:04 +00:00
Kenneth Kehl
c943dc35e4 fix migration 401 2023-11-17 13:42:12 -08:00
Steven Reilly
37acbf21ca Merge pull request #597 from GSA/update-project-setup
Update README with new instructions and improve setup
2023-11-17 16:25:22 -05:00
Carlo Costino
ba7c310fdd Adds additional instructions for virtual environments
h/t to @xlorepdarkhelm for the suggestions!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 15:10:07 -05:00
Carlo Costino
a28120ec64 Minor formatting adjustments of notes.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:47 -05:00
Carlo Costino
1859669a6d Added missing feedback about PostgreSQL versions
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:47 -05:00
Carlo Costino
1ee9b73832 Improvements based on review feedback
h/t to @stvnrlly for the suggestions!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:47 -05:00
Carlo Costino
1b8fb4206d Fixed brew install command
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:47 -05:00
Carlo Costino
dd571152b7 More minor adjustments
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:47 -05:00
Carlo Costino
1815028aac Plain-language, grammatical, and formatting adjustments
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:47 -05:00
Carlo Costino
7c1fa1bd75 Update README with new instructions and improve setup
This changeset updates the README.md file with a set of entirely new instructions. These updates are intended to improve clarity, simplify steps, and reduce confusion and environment-setup gotchas that folks have run into previously and we have learned from.  A couple of other changes are also included:

- Minor adjustments to the Makefile to improve make bootstrap
- Updates to the sample.env file to include previously missing required environment variables

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-17 12:16:44 -05:00
Kenneth Kehl
f923c309c2 precommit 2023-11-17 09:01:27 -08:00
Kenneth Kehl
6762cea79e notify-admin-861 add preferred timezone 2023-11-17 08:19:07 -08:00
Carlo Costino
7d5d2d4200 Merge pull request #605 from GSA/stvnrlly/add-pre-commit
Add `pre-commit` for pre-commit hooks
2023-11-17 10:56:30 -05:00
stvnrlly
b9db94adbb note about running independently 2023-11-17 09:50:02 -05:00
stvnrlly
63952e35a9 freshen up files 2023-11-17 09:47:32 -05:00
stvnrlly
379140c740 Merge branch 'main' into stvnrlly/add-pre-commit 2023-11-17 09:27:29 -05:00
stvnrlly
2b7006a101 add a few more hooks 2023-11-17 09:25:54 -05:00
stvnrlly
2879f2ab2e add pre-commit install to bootstrap 2023-11-17 09:14:12 -05:00
Carlo Costino
8a8c702f76 Merge pull request #604 from GSA/dependabot/pip/moto-4.2.9
Bump moto from 4.2.8 to 4.2.9
2023-11-16 17:14:20 -05:00
dependabot[bot]
c09af992ee Bump moto from 4.2.8 to 4.2.9
Bumps [moto](https://github.com/getmoto/moto) from 4.2.8 to 4.2.9.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getmoto/moto/compare/4.2.8...4.2.9)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 22:03:57 +00:00
Carlo Costino
ad3d1541b2 Merge pull request #603 from GSA/dependabot/pip/jsonschema-4.20.0
Bump jsonschema from 4.19.2 to 4.20.0
2023-11-16 17:01:13 -05:00
dependabot[bot]
a712d83ade Bump jsonschema from 4.19.2 to 4.20.0
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.19.2...v4.20.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 21:52:50 +00:00
stvnrlly
42b54e980b add pre-commit w/ sample config 2023-11-16 15:54:19 -05:00
Steven Reilly
311a63f8fd Merge pull request #602 from GSA/adr-0005-update
ADR 0005 - Agreement Data Model Updates
2023-11-16 11:55:40 -05:00
Carlo Costino
934eba4a15 ADR 0005 - Agreement Data Model Updates
Added a couple of clarifications to the Agreement model status field (active or expired status values, with a note about draft/pending possibly coming in the future).
2023-11-16 11:29:22 -05:00
Carlo Costino
3d8f2a1a6c Merge pull request #600 from GSA/dependabot/pip/boto3-1.28.85
Bump boto3 from 1.28.83 to 1.28.85
2023-11-16 09:38:54 -05:00
dependabot[bot]
34054fbcd7 Bump boto3 from 1.28.83 to 1.28.85
Bumps [boto3](https://github.com/boto/boto3) from 1.28.83 to 1.28.85.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.28.83...1.28.85)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 21:19:08 +00:00
Carlo Costino
d54d17cbb5 Merge pull request #594 from GSA/dependabot/pip/celery-5.3.5
Bump celery from 5.2.7 to 5.3.5
2023-11-15 13:35:41 -05:00
dependabot[bot]
c8e6a709c5 Bump celery from 5.2.7 to 5.3.5
Bumps [celery](https://github.com/celery/celery) from 5.2.7 to 5.3.5.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](https://github.com/celery/celery/compare/v5.2.7...v5.3.5)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 17:58:14 +00:00
Carlo Costino
682a0c9694 Merge pull request #596 from GSA/dependabot/pip/newrelic-9.1.2
Bump newrelic from 9.1.1 to 9.1.2
2023-11-15 12:49:58 -05:00
dependabot[bot]
5b0e79c4f2 Bump newrelic from 9.1.1 to 9.1.2
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.1.1...v9.1.2)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 16:45:28 +00:00
Carlo Costino
de82cd3b12 Merge pull request #595 from GSA/dependabot/pip/botocore-1.31.85
Bump botocore from 1.31.83 to 1.31.85
2023-11-15 11:36:07 -05:00
dependabot[bot]
889a855001 Bump botocore from 1.31.83 to 1.31.85
Bumps [botocore](https://github.com/boto/botocore) from 1.31.83 to 1.31.85.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.31.83...1.31.85)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 14:23:30 +00:00