Beverly Nguyen
02becbd1e5
removing run.py and unnecessary logs
2025-04-18 11:48:26 -07:00
Carlo Costino
419d6cee69
Update the flask-socketio config to play more nicely:
...
* Reverts run commands to what they previously were
* Addresses some outstanding linting/formatting
* Accounts for proper config initialization (CORS, Redis)
* Updates dependencies and pulls in latest changes from main
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-16 17:43:10 -04:00
Carlo Costino
71e8f20b04
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-16 10:55:16 -04:00
Kenneth Kehl
db90cecd65
Merge pull request #1655 from GSA/intl_nums
...
fix default case for US numbers
2025-04-15 11:44:44 -07:00
Kenneth Kehl
e93e3f3690
cleanup
2025-04-15 11:36:09 -07:00
Kenneth Kehl
d1fab496f4
pull from main
2025-04-15 11:33:25 -07:00
Kenneth Kehl
1f4b408d1d
fix phone number check
2025-04-15 11:13:26 -07:00
Kenneth Kehl
f15d6128dc
fix default case for US numbers
2025-04-15 10:44:30 -07:00
Beverly Nguyen
3ad7a3b2fd
Merge pull request #1648 from GSA/update-makefile
...
Update Makefile to handle pre-existing git hooks
04-15-2025
2025-04-14 13:29:01 -07:00
ccostino
aea7249124
Merge pull request #1644 from GSA/dependabot/pip/numpy-2.2.4
...
Bump numpy from 2.2.3 to 2.2.4
2025-04-14 16:20:07 -04:00
Carlo Costino
bf3897729c
Create new command instead of trying to be fancy
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-14 16:16:56 -04:00
Carlo Costino
8181eda049
Update Makefile to handle pre-existing git hooks
...
This changeset adds a bit of extra support to the bootstrap command to make sure that pre-existing git hooks do not interfere with the installation of the pre-commit git hooks.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2025-04-14 15:45:03 -04:00
dependabot[bot]
e3d2e75182
Bump numpy from 2.2.3 to 2.2.4
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 18:56:13 +00:00
ccostino
22085aa334
Merge pull request #1645 from GSA/dependabot/pip/regex-2024.11.6
...
Bump regex from 2024.9.11 to 2024.11.6
2025-04-14 14:53:50 -04:00
Kenneth Kehl
ffdc0edc4e
Merge pull request #1629 from GSA/intl_nums
...
restore international numbers
2025-04-14 10:24:49 -07:00
dependabot[bot]
a236df97bf
Bump regex from 2024.9.11 to 2024.11.6
...
Bumps [regex](https://github.com/mrabarnett/mrab-regex ) from 2024.9.11 to 2024.11.6.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt )
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.9.11...2024.11.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-version: 2024.11.6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 15:30:44 +00:00
Andrew Shumway
2f220a17a5
Merge pull request #1641 from GSA/dependabot/pip/charset-normalizer-3.4.1
...
Bump charset-normalizer from 3.4.0 to 3.4.1
2025-04-14 09:28:13 -06:00
dependabot[bot]
37691f504e
Bump charset-normalizer from 3.4.0 to 3.4.1
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 15:20:35 +00:00
Andrew Shumway
a1273d7f01
Merge pull request #1640 from GSA/dependabot/pip/flake8-bugbear-24.12.12
...
Bump flake8-bugbear from 24.8.19 to 24.12.12
2025-04-14 09:18:21 -06:00
Kenneth Kehl
0c65b50043
update project
2025-04-14 07:53:35 -07:00
Beverly Nguyen
9e36418271
poetry
2025-04-10 17:47:38 -07:00
Beverly Nguyen
6f524cc907
Merge branch 'main' into 2401-add-in-flask-socketio-for-api-calls-rather-than-using-ajax
2025-04-10 17:44:09 -07:00
Beverly Nguyen
b37c803edc
fix testing
2025-04-10 17:36:56 -07:00
dependabot[bot]
9e7f747675
Bump flake8-bugbear from 24.8.19 to 24.12.12
...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear ) from 24.8.19 to 24.12.12.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases )
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.12.12 )
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-version: 24.12.12
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-10 15:55:56 +00:00
Andrew Shumway
0af9cac583
Merge pull request #1642 from GSA/dependabot/pip/flake8-7.2.0
...
Bump flake8 from 7.1.1 to 7.2.0
2025-04-10 09:53:41 -06:00
Beverly Nguyen
1cc1d9a58d
poetry add flask-socketio
2025-04-09 17:08:33 -07:00
Beverly Nguyen
9174978e3e
merge main
2025-04-09 17:01:34 -07:00
Beverly Nguyen
f8726ca6b7
socket io setup
2025-04-09 16:56:42 -07:00
dependabot[bot]
7d54322846
Bump flake8 from 7.1.1 to 7.2.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.1 to 7.2.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-version: 7.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-09 14:55:34 +00:00
ccostino
0fceff42c4
Merge pull request #1638 from GSA/dependabot/pip/packaging-24.2
...
Bump packaging from 24.1 to 24.2
04-09-2025
2025-04-09 10:53:21 -04:00
dependabot[bot]
51c0793ffe
Bump packaging from 24.1 to 24.2
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.1 to 24.2.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/24.1...24.2 )
---
updated-dependencies:
- dependency-name: packaging
dependency-version: '24.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 20:40:57 +00:00
ccostino
55bcf7f722
Merge pull request #1637 from GSA/dependabot/pip/pre-commit-4.2.0
...
Bump pre-commit from 3.8.0 to 4.2.0
2025-04-08 16:38:46 -04:00
Kenneth Kehl
7aaa36e630
merge from main
2025-04-08 10:05:30 -07:00
Kenneth Kehl
f87a54fffe
fix test
2025-04-08 10:05:06 -07:00
ccostino
21330acf51
Merge pull request #1639 from GSA/dependabot/pip/newrelic-10.8.1
...
Bump newrelic from 10.7.0 to 10.8.1
2025-04-08 12:51:34 -04:00
dependabot[bot]
365d68183e
Bump pre-commit from 3.8.0 to 4.2.0
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.8.0 to 4.2.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.8.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-version: 4.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 15:16:07 +00:00
Andrew Shumway
f9995e24cb
Merge pull request #1632 from GSA/dependabot/pip/black-25.1.0
...
Bump black from 24.10.0 to 25.1.0
2025-04-08 09:13:54 -06:00
dependabot[bot]
e9d2d03796
Bump newrelic from 10.7.0 to 10.8.1
...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent ) from 10.7.0 to 10.8.1.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases )
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.7.0...v10.8.1 )
---
updated-dependencies:
- dependency-name: newrelic
dependency-version: 10.8.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 22:47:27 +00:00
Andrew Shumway
51c1dcf159
Merge pull request #1636 from GSA/invites
...
fix invites again
2025-04-07 15:54:04 -06:00
Kenneth Kehl
91f269646f
fix invites again
2025-04-07 14:36:21 -07:00
Kenneth Kehl
e4b7cf98a3
fix invites again
2025-04-07 14:31:33 -07:00
Beverly Nguyen
48e8ff755b
Merge pull request #1635 from GSA/invites
...
fix invites
2025-04-07 13:24:46 -07:00
Kenneth Kehl
b605c74262
fix invites
2025-04-07 12:48:35 -07:00
Kenneth Kehl
df305a815a
fix invites
2025-04-07 12:45:27 -07:00
Kenneth Kehl
d4a33549ca
fix invites
2025-04-07 12:37:35 -07:00
Kenneth Kehl
14de65816f
fix invites
2025-04-07 12:27:59 -07:00
dependabot[bot]
4d5ae7c9db
Bump black from 24.10.0 to 25.1.0
...
Bumps [black](https://github.com/psf/black ) from 24.10.0 to 25.1.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/24.10.0...25.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 25.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 17:21:40 +00:00
ccostino
ecb5747b7b
Merge pull request #1628 from GSA/dependabot/pip/pytest-cov-6.1.0
...
Bump pytest-cov from 5.0.0 to 6.1.0
2025-04-07 13:19:34 -04:00
dependabot[bot]
f3966afe53
Bump pytest-cov from 5.0.0 to 6.1.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 5.0.0 to 6.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 16:29:35 +00:00
ccostino
dce57ab964
Merge pull request #1597 from GSA/dependabot/pip/async-timeout-5.0.1
...
Bump async-timeout from 4.0.3 to 5.0.1
2025-04-07 11:40:15 -04:00