Commit Graph

10270 Commits

Author SHA1 Message Date
Steven Reilly
e01bcaa2b2 Merge pull request #695 from GSA/dependabot/pip/setuptools-69.0.3
Bump setuptools from 69.0.2 to 69.0.3
2024-01-02 10:48:25 -05:00
dependabot[bot]
0aeac76b44 Bump setuptools from 69.0.2 to 69.0.3
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.2 to 69.0.3.
- [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/v69.0.2...v69.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 21:56:48 +00:00
Carlo Costino
f92417d81d Merge pull request #691 from GSA/revert-eventlet-0-34
Downgrade eventlet to 0.33.3
2023-12-21 10:24:01 -05:00
Carlo Costino
75631b94f5 Downgrade eventlet to 0.33.3
This changeset reverts a recent Dependabot update for eventlet back to 0.33.3, the last known working version for deployment.  The 0.34.1 release changed a bunch of deployment related things, including an overhaul of the eventlet/__init__.py file that removed the __version__ attribute.  This is checked when the deployment takes place in a Cloud Foundry environment (e.g., cloud.gov), ultimately by something internal within gunicorn.

It is unclear if the breakdown is with gunicorn itself or with the way that the Cloud Foundry Python buildpack operates during deployment, but it seems that either we will have to wait for an eventlet bug fix and/or updates to gunicorn and the Cloud Foundry Python buildack before we can update eventlet itself again.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-12-21 10:16:12 -05:00
Carlo Costino
a10e7d53e3 Merge pull request #690 from GSA/dependabot/pip/eventlet-0.34.1
Bump eventlet from 0.33.3 to 0.34.1
2023-12-21 09:22:05 -05:00
dependabot[bot]
ff4ce0eb54 Bump eventlet from 0.33.3 to 0.34.1
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.33.3 to 0.34.1.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](https://github.com/eventlet/eventlet/compare/v0.33.3...v0.34.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 13:27:02 +00:00
Carlo Costino
e7f21320c1 Merge pull request #689 from GSA/dependabot/pip/alembic-1.13.1
Bump alembic from 1.13.0 to 1.13.1
2023-12-21 08:14:57 -05:00
dependabot[bot]
64de545cb4 Bump alembic from 1.13.0 to 1.13.1
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.0 to 1.13.1.
- [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>
2023-12-20 21:12:51 +00:00
Carlo Costino
81907bb80e Merge pull request #659 from GSA/ADMIN-97_Resend_Expired_Invites
Admin 97 resend expired invites
2023-12-20 14:05:41 -05:00
Cliff Hill
affc5e7aff Fixing stuff.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-20 09:51:43 -05:00
Cliff Hill
ff70dc9b8b Filtering the rest endpoint for resending invites by status = pending
now.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-20 08:15:19 -05:00
Carlo Costino
ba0a666279 Merge pull request #688 from GSA/dependabot/pip/pip-audit-2.6.2
Bump pip-audit from 2.6.1 to 2.6.2
2023-12-19 23:36:43 -05:00
dependabot[bot]
f66685cb76 Bump pip-audit from 2.6.1 to 2.6.2
Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/pypa/pip-audit/releases)
- [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pypa/pip-audit/compare/v2.6.1...v2.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 04:06:57 +00:00
Carlo Costino
44bb811cd5 Merge pull request #687 from GSA/dependabot/pip/lxml-4.9.4
Bump lxml from 4.9.3 to 4.9.4
2023-12-19 23:03:45 -05:00
dependabot[bot]
b0fc5f0a98 Bump lxml from 4.9.3 to 4.9.4
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.3 to 4.9.4.
- [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.9.3...lxml-4.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 03:50:19 +00:00
Carlo Costino
7c5de0ea5e Merge pull request #686 from GSA/dependabot/pip/freezegun-1.4.0
Bump freezegun from 1.3.1 to 1.4.0
2023-12-19 22:48:21 -05:00
dependabot[bot]
e7879dcb57 Bump freezegun from 1.3.1 to 1.4.0
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](https://github.com/spulec/freezegun/compare/1.3.1...1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 03:39:22 +00:00
Carlo Costino
b38f121299 Merge pull request #684 from GSA/dependabot/pip/moto-4.2.12
Bump moto from 4.2.11 to 4.2.12
2023-12-19 22:35:39 -05:00
dependabot[bot]
d3a2d1da27 Bump moto from 4.2.11 to 4.2.12
Bumps [moto](https://github.com/getmoto/moto) from 4.2.11 to 4.2.12.
- [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.11...4.2.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 21:21:24 +00:00
Carlo Costino
78db54ca0d Merge pull request #666 from GSA/665-update-readme-for-psql-bug
updated README for PSQL bug
2023-12-18 15:33:08 -05:00
Anastasia Gradova
96a3a8bdc6 Update README.md
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
2023-12-18 13:22:03 -07:00
Cliff Hill
61d294292b Did stuff, fixed things. This seems to work now.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-15 13:14:53 -05:00
Carlo Costino
ee0df8fd08 Merge pull request #675 from GSA/dependabot/pip/black-23.12.0
Bump black from 23.11.0 to 23.12.0
2023-12-13 17:25:37 -05:00
Carlo Costino
a616437375 Merge pull request #676 from GSA/Change-default-Text-message-sender-from-U.S.-Notify-to-Notify.gov#446
Change default Text message sender from U.S. Notify to Notify.gov #446
2023-12-13 17:19:22 -05:00
dependabot[bot]
c8ed62a8df Bump black from 23.11.0 to 23.12.0
Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.11.0...23.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 22:15:19 +00:00
Carlo Costino
78ad3ad5cd Merge pull request #681 from GSA/dependabot/pip/isort-5.13.2
Bump isort from 5.13.1 to 5.13.2
2023-12-13 17:13:21 -05:00
dependabot[bot]
563a00635e Bump isort from 5.13.1 to 5.13.2
Bumps [isort](https://github.com/pycqa/isort) from 5.13.1 to 5.13.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.13.1...5.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 22:01:40 +00:00
Beverly Nguyen
fe5a62d97b updated mirgration for service_name 2023-12-13 12:24:55 -08:00
Steven Reilly
115fa15d1f Merge pull request #680 from GSA/update-utils-0-2-4
Update utils to 0.2.4 release
2023-12-13 12:11:04 -05:00
Carlo Costino
949d56eca7 Update utils to 0.2.4 release
This changeset updates the utils library to our 0.2.4 release.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-12-13 11:53:46 -05:00
Cliff Hill
b72ae4374f Working on tests.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-13 10:14:14 -05:00
Beverly Nguyen
bf11d77775 change from_number 2023-12-12 15:55:45 -08:00
Steven Reilly
0c642444bc Merge pull request #669 from GSA/dependabot/pip/pre-commit-3.6.0
Bump pre-commit from 3.5.0 to 3.6.0
2023-12-12 14:32:49 -05:00
dependabot[bot]
5b23b527e4 Bump pre-commit from 3.5.0 to 3.6.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 18:08:26 +00:00
Steven Reilly
32486802b1 Merge pull request #670 from GSA/dependabot/pip/bandit-1.7.6
Bump bandit from 1.7.5 to 1.7.6
2023-12-12 13:01:24 -05:00
Steven Reilly
3c75cbf8f3 Merge pull request #671 from GSA/dependabot/pip/isort-5.13.1
Bump isort from 5.12.0 to 5.13.1
2023-12-12 12:59:54 -05:00
Steven Reilly
b21232021c Merge pull request #672 from GSA/join-service
Join Service: Bug fix - added extra parentheses
2023-12-12 12:37:10 -05:00
Cliff Hill
81b5afc983 Fixing tests.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-12 09:13:43 -05:00
Beverly Nguyen
86fb725060 added extra parentheses 2023-12-11 14:47:46 -08:00
dependabot[bot]
cdba0058b0 Bump isort from 5.12.0 to 5.13.1
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.1.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.12.0...5.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 21:53:26 +00:00
dependabot[bot]
9aa210a825 Bump bandit from 1.7.5 to 1.7.6
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 21:52:51 +00:00
Cliff Hill
e4f228ca0d More test fixes.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-08 22:01:27 -05:00
Cliff Hill
1157f5639d black, isort, flake8
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-08 21:43:52 -05:00
Cliff Hill
171326a6b0 Maybe tests are working now.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-08 21:41:56 -05:00
Carlo Costino
77cbe94f0a Merge pull request #664 from GSA/additional-one-off-task-details
Expand one-off task details
2023-12-08 15:03:06 -05:00
Anastasia Gradova
3f903d9fe2 updated README for PSQL bug 2023-12-08 12:39:57 -07:00
Cliff Hill
1fdad3099b Working on tests.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2023-12-08 13:15:40 -05:00
Carlo Costino
8ecfed4544 Expand one-off task details
This changeset adds a bit more information to the one-off task details and helps clarify what to include in the command to pass to Cloud Foundry.
2023-12-08 10:28:12 -05:00
Carlo Costino
248241d48a Merge pull request #663 from GSA/dependabot/pip/newrelic-9.3.0
Bump newrelic from 9.2.0 to 9.3.0
2023-12-08 10:20:56 -05:00
dependabot[bot]
291007543e Bump newrelic from 9.2.0 to 9.3.0
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.2.0...v9.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 22:00:58 +00:00