Commit Graph

11535 Commits

Author SHA1 Message Date
Carlo Costino
fd5283785c Merge pull request #1151 from GSA/update-poetry-lock-file
Attempt to prevent poetry.lock from constantly changing
2024-07-01 11:32:20 -04:00
Carlo Costino
33cd477829 Attempt to prevent poetry.lock from constantly changing
The poetry.lock file gets modified locally when running make bootstrap, and it seems like there were a couple of lingering changes not added to the file.  This changeset is an attempt to get it to fully sync properly.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-06-28 18:18:19 -04:00
Carlo Costino
dfccd5b8eb Merge pull request #1150 from GSA/dependabot/pip/boto3-1.34.136
Bump boto3 from 1.34.131 to 1.34.136
2024-06-28 18:12:18 -04:00
dependabot[bot]
365fb0ffd9 Bump boto3 from 1.34.131 to 1.34.136
Bumps [boto3](https://github.com/boto/boto3) from 1.34.131 to 1.34.136.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.131...1.34.136)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 22:05:07 +00:00
Carlo Costino
85f619193a Merge pull request #1147 from GSA/dependabot/pip/redis-5.0.7
Bump redis from 5.0.6 to 5.0.7
2024-06-28 18:03:14 -04:00
dependabot[bot]
7674237768 Bump redis from 5.0.6 to 5.0.7
Bumps [redis](https://github.com/redis/redis-py) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.6...v5.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 21:31:10 +00:00
Carlo Costino
868002fca0 Merge pull request #1146 from GSA/dependabot/pip/botocore-1.34.136
Bump botocore from 1.34.134 to 1.34.136
2024-06-28 17:27:45 -04:00
Carlo Costino
df31d43a92 Update pull request template and docs
This changeset updates our pull request template to be much more streamlined and shifts most of the information to our documentation.  The PR template now links to the docs for folks who are new and unfamiliar with what we require in our pull requests so that the template itself just has the headings and quick outlines to get started more easily and quickly.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-06-28 17:22:30 -04:00
dependabot[bot]
c123614cc4 Bump botocore from 1.34.134 to 1.34.136
Bumps [botocore](https://github.com/boto/botocore) from 1.34.134 to 1.34.136.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.134...1.34.136)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 21:08:57 +00:00
Carlo Costino
f3fc141b16 Merge pull request #1092 from GSA/dependabot/pip/flake8-7.1.0
Bump flake8 from 7.0.0 to 7.1.0
2024-06-28 10:33:51 -04:00
dependabot[bot]
821c303d9d Bump flake8 from 7.0.0 to 7.1.0
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 14:21:03 +00:00
Carlo Costino
c6f4b69ce8 Merge pull request #1145 from GSA/dependabot/pip/faker-26.0.0
Bump faker from 25.8.0 to 26.0.0
2024-06-28 10:19:16 -04:00
dependabot[bot]
f9b42da683 Bump faker from 25.8.0 to 26.0.0
Bumps [faker](https://github.com/joke2k/faker) from 25.8.0 to 26.0.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v25.8.0...v26.0.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 21:54:35 +00:00
Carlo Costino
d1d02ac225 Merge pull request #1144 from GSA/dependabot/pip/alembic-1.13.2
Bump alembic from 1.13.1 to 1.13.2
2024-06-27 17:52:41 -04:00
dependabot[bot]
c0134d9431 Bump alembic from 1.13.1 to 1.13.2
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 21:35:07 +00:00
Carlo Costino
6d9a515e41 Merge pull request #1122 from GSA/dependabot/pip/s3transfer-0.10.2
Bump s3transfer from 0.10.1 to 0.10.2
2024-06-27 15:59:51 -04:00
dependabot[bot]
76f31824e8 Bump s3transfer from 0.10.1 to 0.10.2
Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.10.1 to 0.10.2.
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/s3transfer/compare/0.10.1...0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 19:06:07 +00:00
Carlo Costino
294dab793f Merge pull request #1121 from GSA/dependabot/pip/botocore-1.34.134
Bump botocore from 1.34.133 to 1.34.134
2024-06-27 15:04:19 -04:00
Carlo Costino
1c4c524c9d Merge pull request #1137 from GSA/remove-old-redis
Removed old redis from terraform.
06-27-2024
2024-06-27 11:23:45 -04:00
Cliff Hill
85aaa2952d Removed old redis from terraform.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-06-27 10:56:32 -04:00
Carlo Costino
f14cdd6e75 Merge pull request #1127 from GSA/jskinne3-restore-redis-v70
Restore Redis instance at v7.0
2024-06-26 22:13:50 -04:00
John Skiles Skinner
1914d8820a Restore Redis instance at v7.0 2024-06-26 19:06:30 -07:00
Carlo Costino
b12b09464c Merge pull request #1125 from GSA/jskinne3-update-deploy-paths
Update deploy paths
2024-06-26 21:49:35 -04:00
John Skiles Skinner
f2666026bb Same in the other 2 files 2024-06-26 18:42:22 -07:00
John Skiles Skinner
49d25d968e add /** to paths 2024-06-26 18:40:45 -07:00
Carlo Costino
0b75b5570d Merge pull request #1123 from GSA/jskinne3-update-redis-plan-name
Temp switch manifest to old Redis name, delete new Redis block
2024-06-26 21:08:58 -04:00
John Skiles Skinner
cae4c7ccf1 Add old Redis back, for now 2024-06-26 18:02:08 -07:00
John Skiles Skinner
b8180cbeed Temp switch manifest to old Redis name, delete new Redis block 2024-06-26 17:48:15 -07:00
dependabot[bot]
f6f67b6d46 Bump botocore from 1.34.133 to 1.34.134
Bumps [botocore](https://github.com/boto/botocore) from 1.34.133 to 1.34.134.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.133...1.34.134)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 21:11:42 +00:00
Kenneth Kehl
8e6a6d42db remove task 2024-06-26 11:59:17 -07:00
Kenneth Kehl
bae4639395 merge from main 2024-06-26 11:40:46 -07:00
Carlo Costino
6dd27a0415 Merge pull request #1119 from GSA/jskinne3-manifest-update-redis-name
Update name of Redis to include v70
06-26-2024
2024-06-26 14:24:55 -04:00
John Skiles Skinner
063ec69f70 Update name of Redis to include v70 2024-06-26 11:09:50 -07:00
Carlo Costino
ceaca41d81 Merge pull request #1118 from GSA/dependabot/pip/setuptools-70.1.1
Bump setuptools from 70.1.0 to 70.1.1
2024-06-25 22:36:12 -04:00
dependabot[bot]
edc002ea3a Bump setuptools from 70.1.0 to 70.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.1.0 to 70.1.1.
- [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/v70.1.0...v70.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 02:12:44 +00:00
Carlo Costino
9d2ac37ed4 Merge pull request #1117 from GSA/dependabot/pip/botocore-1.34.133
Bump botocore from 1.34.131 to 1.34.133
2024-06-25 22:10:55 -04:00
dependabot[bot]
f70ab54f4a Bump botocore from 1.34.131 to 1.34.133
Bumps [botocore](https://github.com/boto/botocore) from 1.34.131 to 1.34.133.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.131...1.34.133)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 21:21:12 +00:00
Steven Reilly
52d02f3181 Merge pull request #1115 from GSA/jskinne3-upgrade-tj-actions-demo-prod
Upgrade tj-actions from v41 to v44 in Demo and Prod
2024-06-25 16:40:43 -04:00
Steven Reilly
efea5c962c Merge pull request #1116 from GSA/jskinne3-remove-v62-redis-staging
Staging: Redis upgrade final step
2024-06-25 16:40:12 -04:00
John Skiles Skinner
a07a79014c Remove old version of Redis from Staging (and Sandbox) 2024-06-25 12:21:43 -07:00
John Skiles Skinner
8aa3683e73 Upgrade from v41 to v44 in demo and prod deploy workflows 2024-06-25 10:59:59 -07:00
Carlo Costino
35f2a0e290 Merge pull request #1114 from GSA/jskinne3-upgrade-tj-actions
Upgrade tj-actions from v41 to v44 in Staging
2024-06-25 13:18:27 -04:00
John Skiles Skinner
28d77b12ed Upgrade major verion 41 to 44 of tj-actions 2024-06-25 10:04:21 -07:00
Carlo Costino
cac5ef7b34 Merge pull request #1098 from GSA/jskinne3-remove-deprecated-from-shared-module
Shared: remove deprecated recursive_delete
2024-06-25 11:48:52 -04:00
Carlo Costino
ec538dacda Merge pull request #1076 from GSA/notify-api-937
Need magic PII-free debugging method for API
2024-06-25 09:50:13 -04:00
Carlo Costino
4cb99d3062 Merge pull request #1113 from GSA/dependabot/pip/setuptools-70.1.0
Bump setuptools from 70.0.0 to 70.1.0
2024-06-24 21:21:40 -04:00
dependabot[bot]
f69f52b91a Bump setuptools from 70.0.0 to 70.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 70.1.0.
- [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/v70.0.0...v70.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 01:08:57 +00:00
Carlo Costino
88b5c3a888 Merge pull request #1112 from GSA/dependabot/pip/boto3-1.34.131
Bump boto3 from 1.34.128 to 1.34.131
2024-06-24 21:07:07 -04:00
Anastasia Gradova
b2e5522d09 Corrected test cases for new stats endpoints 2024-06-24 17:58:37 -06:00
Anastasia Gradova
16555ab0e2 Merge branch 'main' into 1006-new-api-failed-and-delivered-messages-7-days 2024-06-24 16:51:58 -06:00