Commit Graph

13872 Commits

Author SHA1 Message Date
ccostino
35fe2c3168 Remove SocketIO (#2019)
* Remove SocketIO

We have tried a few times to enable SocketIO in our app and it has been a challenge each step of the way, and now there is a dependency incompatibility it seems.  Given that we are in maintenance mode with the applicaiton currently and hve different plans for the interface, we are removing this dependency.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>

* Remove more unused code and address Flake8 warnings

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>

* Revert changes to fix test

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>

---------

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-10-07 12:33:43 -04:00
Kenneth Kehl
6d2f041b92 fix tests 2025-10-07 08:13:42 -07:00
Kenneth Kehl
58d569557e fix tests 2025-10-07 07:58:59 -07:00
Kenneth Kehl
6a90e44faa fix tests 2025-10-07 07:43:40 -07:00
Kenneth Kehl
e0ede2cf6e fix tests 2025-10-07 07:24:28 -07:00
ccostino
2fbc974f7c Merge pull request #2015 from GSA/dependabot/pip/certifi-2025.10.5
Bump certifi from 2025.8.3 to 2025.10.5
2025-10-07 10:23:59 -04:00
ccostino
9c47173051 Merge pull request #2018 from GSA/dependabot/pip/python-socketio-5.14.0
Bump python-socketio from 5.13.0 to 5.14.0
2025-10-07 09:56:29 -04:00
ccostino
30df26f3b4 Merge pull request #2013 from GSA/dependabot/pip/newrelic-11.0.1
Bump newrelic from 11.0.0 to 11.0.1
2025-10-07 09:35:07 -04:00
dependabot[bot]
047fb16a12 Bump python-socketio from 5.13.0 to 5.14.0
Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/miguelgrinberg/python-socketio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md)
- [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.13.0...v5.14.0)

---
updated-dependencies:
- dependency-name: python-socketio
  dependency-version: 5.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-07 13:04:16 +00:00
Kenneth Kehl
e73205f9f8 lazy init encryption 2025-10-06 15:22:44 -07:00
Kenneth Kehl
d7a1663f33 lazy init encryption 2025-10-06 15:11:41 -07:00
Kenneth Kehl
2336578fd3 lazy init encryption 2025-10-06 15:06:39 -07:00
Kenneth Kehl
b75da2cb43 lazy init encryption 2025-10-06 14:56:19 -07:00
Kenneth Kehl
1fd9cacf43 lazy init encryption 2025-10-06 14:52:18 -07:00
Kenneth Kehl
edcb3cb486 lazy init encryption 2025-10-06 14:30:23 -07:00
dependabot[bot]
88cc453731 Bump certifi from 2025.8.3 to 2025.10.5
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.8.3 to 2025.10.5.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.08.03...2025.10.05)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 21:08:16 +00:00
dependabot[bot]
a20730d4ed Bump newrelic from 11.0.0 to 11.0.1
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v11.0.0...v11.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 21:07:13 +00:00
Kenneth Kehl
c5b93f8b9b lazy init encryption 2025-10-06 14:00:57 -07:00
Kenneth Kehl
1c0d8be858 lazy init encryption 2025-10-06 13:26:25 -07:00
Kenneth Kehl
4114306307 lazy init encryption 2025-10-06 12:58:43 -07:00
Kenneth Kehl
eb6572640c lazy init encryption 2025-10-06 12:35:55 -07:00
Kenneth Kehl
46c5cb24fe lazy init encryption 2025-10-06 12:16:34 -07:00
Kenneth Kehl
e3a465b8ba fix tests 2025-10-06 11:02:31 -07:00
Kenneth Kehl
0f9b80e22c fix tests 2025-10-06 10:19:30 -07:00
Kenneth Kehl
7e1228190b fix tests 2025-10-06 09:37:16 -07:00
Kenneth Kehl
30bad7dd70 fix tests 2025-10-06 08:47:33 -07:00
Kenneth Kehl
213e612e31 fix tests 2025-10-06 08:26:00 -07:00
Kenneth Kehl
3390031120 fix tests 2025-10-06 08:08:29 -07:00
Kenneth Kehl
693d573366 fix tests 2025-10-06 07:59:39 -07:00
Kenneth Kehl
7bf847dd82 lazyinit aws_sns_client 2025-10-06 07:32:35 -07:00
ccostino
7d20e25bd0 Merge pull request #2011 from GSA/lazyinit
lazy initialize for gevent
2025-10-03 16:06:51 -04:00
Kenneth Kehl
8b6999f375 cleanup 2025-10-03 09:22:55 -07:00
Kenneth Kehl
8dfa28c320 fix tests 2025-10-03 08:56:03 -07:00
Kenneth Kehl
e017d052e3 fix tests 2025-10-03 08:24:49 -07:00
Kenneth Kehl
e4c7ff6fa7 fix tests 2025-10-03 08:09:37 -07:00
Kenneth Kehl
c27d46945d fix tests 2025-10-03 07:59:21 -07:00
Kenneth Kehl
d2f2cc7a3c fix tests 2025-10-03 07:50:43 -07:00
Kenneth Kehl
7a78dfe96f fix tests 2025-10-03 07:40:12 -07:00
Kenneth Kehl
7fea6bcb66 fix tests 2025-10-02 15:01:34 -07:00
Kenneth Kehl
ec0a0a5ddb fix tests 2025-10-02 14:43:36 -07:00
Kenneth Kehl
e1b1564321 fix tests 2025-10-02 14:31:34 -07:00
Kenneth Kehl
1a61013ea3 fix tests 2025-10-02 13:43:25 -07:00
Kenneth Kehl
f266602f2a fix tests 2025-10-02 13:32:45 -07:00
Kenneth Kehl
4b1d03439f fix tests 2025-10-02 13:22:36 -07:00
Kenneth Kehl
3929ffb5fb fix tests 2025-10-02 13:08:29 -07:00
Kenneth Kehl
a94cca54a6 fix tests 2025-10-02 13:00:18 -07:00
Kenneth Kehl
eaea9d1415 fix tests 2025-10-02 12:20:03 -07:00
Kenneth Kehl
816e6ad818 fix tests 2025-10-02 11:56:20 -07:00
Kenneth Kehl
f5bd0e3bb1 fix tests 2025-10-02 11:36:27 -07:00
Kenneth Kehl
e40dca8904 fix tests 2025-10-02 11:31:48 -07:00