Commit Graph

12524 Commits

Author SHA1 Message Date
Kenneth Kehl
0255ef7bdc fix test 2025-03-04 10:35:03 -08:00
Kenneth Kehl
295d95b5b1 fix test 2025-03-04 10:24:38 -08:00
Kenneth Kehl
c2a67915a8 merge from main 2025-03-03 11:24:29 -08:00
Kenneth Kehl
5e5f28b313 merge from main 2025-03-03 10:53:56 -08:00
Kenneth Kehl
c77f684dab merge from main 2025-03-03 10:26:11 -08:00
ccostino
4946dbabb4 Merge pull request #1576 from GSA/increase-code-coverage
Added tests to increase code coverage
2025-03-03 13:04:22 -05:00
Kenneth Kehl
da9bbc31ba remoe print statement 2025-02-28 14:47:26 -08:00
Kenneth Kehl
d0fe33cc6e track message costs 2025-02-28 10:08:02 -08:00
Kenneth Kehl
a04507601b track message costs 2025-02-28 09:57:37 -08:00
Kenneth Kehl
880c524f14 track message costs 2025-02-28 09:40:54 -08:00
Kenneth Kehl
4846c96505 track message costs 2025-02-28 09:29:43 -08:00
Kenneth Kehl
c05ec18b11 track message costs 2025-02-28 09:16:06 -08:00
Kenneth Kehl
143741830c track message costs 2025-02-28 08:58:45 -08:00
Kenneth Kehl
d6bb2d8fb0 track message costs 2025-02-28 08:39:13 -08:00
alexjanousekGSA
ca15646b26 Added tests to increase code coverage 2025-02-27 16:09:49 -05:00
ccostino
e9e69777de Merge pull request #1575 from GSA/dependabot/pip/amqp-5.3.1
Bump amqp from 5.2.0 to 5.3.1
2025-02-27 11:23:59 -05:00
ccostino
bcd872b492 Merge pull request #1546 from GSA/notify-admin-2180
add endpoint for 'recent' notifications
2025-02-27 11:16:21 -05:00
ccostino
81366f7a34 Merge pull request #1559 from GSA/report_adr
add report generation adr
2025-02-27 11:06:36 -05:00
Alex Janousek
52b0998727 Merge pull request #1569 from GSA/feat/fe-tz-change
Updated endpoint to allow hourly updates to enable utc => local time conversion
2025-02-27 10:04:15 -05:00
dependabot[bot]
38367dfca2 Bump amqp from 5.2.0 to 5.3.1
Bumps [amqp](https://github.com/celery/py-amqp) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/celery/py-amqp/releases)
- [Changelog](https://github.com/celery/py-amqp/blob/main/Changelog)
- [Commits](https://github.com/celery/py-amqp/compare/v5.2.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 22:03:30 +00:00
ccostino
3350053372 Merge pull request #1572 from GSA/dependabot/pip/moto-5.1.0
Bump moto from 5.0.11 to 5.1.0
2025-02-26 14:56:45 -05:00
alexjanousekGSA
d12b188861 Fixed bug 2025-02-24 18:16:19 -05:00
dependabot[bot]
559b789d2c Bump moto from 5.0.11 to 5.1.0
Bumps [moto](https://github.com/getmoto/moto) from 5.0.11 to 5.1.0.
- [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/5.0.11...5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 22:47:08 +00:00
Kenneth Kehl
590f070ea3 merge from main 2025-02-24 14:46:16 -08:00
Kenneth Kehl
66fc6247a1 Merge pull request #1571 from GSA/fix_message_ratio_endpoint
Fix message ratio endpoint
2025-02-24 14:44:54 -08:00
Kenneth Kehl
a834da4c19 fix test 2025-02-24 14:30:58 -08:00
alexjanousekGSA
896d26343c Fixed bug with deconstruction 2025-02-24 17:20:17 -05:00
Kenneth Kehl
2678719494 fix test 2025-02-24 13:06:40 -08:00
Kenneth Kehl
f854cac5ef fix test 2025-02-24 12:56:37 -08:00
Kenneth Kehl
b22b711fd5 fix test 2025-02-24 12:45:05 -08:00
Kenneth Kehl
3bd2e1d158 fix message ratio endpoint 2025-02-24 12:29:31 -08:00
Kenneth Kehl
cd8564204f remove pytz remnants 2025-02-24 10:32:39 -08:00
Kenneth Kehl
b1712964a8 remove pytz remnants 2025-02-24 10:18:33 -08:00
alexjanousekGSA
aad562bb88 Fixed flake errors 2025-02-24 12:35:25 -05:00
alexjanousekGSA
6c8b3dbb63 Sorted imports 2025-02-24 12:30:45 -05:00
alexjanousekGSA
9bb8b31b65 Updated backend to include stat endpoint that gives hourly results instead of daily 2025-02-24 12:26:22 -05:00
ccostino
b12216dcc9 Merge pull request #1568 from GSA/corrupt_csv
improve error handling around corrupt csv files
02-24-2025
2025-02-20 13:17:57 -05:00
Kenneth Kehl
eb8d18bf6b improve error handling around corrupt csv files 2025-02-20 08:00:39 -08:00
ccostino
d47f808e4b Merge pull request #1567 from GSA/fix-terraform-actions
Update Terraform installation and configuration
2025-02-20 10:52:20 -05:00
Carlo Costino
00e6e560fa Fix up Terraform installation and get back to latest changed file check
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-02-19 21:36:51 -05:00
Carlo Costino
76ff8c11e9 Try installing Terraform directly per GitHub Action issue
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-02-19 21:26:45 -05:00
Carlo Costino
a4645e9ba1 Adding users back in
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-02-19 21:15:01 -05:00
Carlo Costino
1de2c8081b Update Terraform config and revert staging deploy change
This changeset updates the Terraform user configuration in several environments to factor in team member changes, and reverts the previous change to the staging deploy to see if there was an issue with the last update which is preventing the workflow from running now.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-02-19 18:21:57 -05:00
Beverly Nguyen
f9f1acfaba Merge pull request #1565 from GSA/update-github-actions 2025-02-19 14:23:44 -08:00
Carlo Costino
87c4429055 Update GitHub Action References
This changeset updates many of our GitHub Action references to point to the latest versions to ensure they are kept up-to-date.  This helps address any improvements and security patches that have been made to them.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-02-19 16:42:34 -05:00
Andrew Shumway
4cfa8c3e4b Merge pull request #1562 from GSA/dependabot/pip/cffi-1.17.1
Bump cffi from 1.16.0 to 1.17.1
2025-02-19 11:53:46 -07:00
dependabot[bot]
6e5585027c Bump cffi from 1.16.0 to 1.17.1
Bumps [cffi](https://github.com/python-cffi/cffi) from 1.16.0 to 1.17.1.
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 21:07:52 +00:00
ccostino
9b378230da Merge pull request #1560 from GSA/dependabot/pip/geojson-3.2.0
Bump geojson from 3.1.0 to 3.2.0
2025-02-13 15:43:00 -05:00
dependabot[bot]
7a509fe873 Bump geojson from 3.1.0 to 3.2.0
Bumps [geojson](https://github.com/jazzband/geojson) from 3.1.0 to 3.2.0.
- [Changelog](https://github.com/jazzband/geojson/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/jazzband/geojson/compare/3.1.0...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 15:41:47 +00:00
Andrew Shumway
c9b7978268 Merge pull request #1557 from GSA/dependabot/pip/cryptography-44.0.1
Bump cryptography from 43.0.3 to 44.0.1
2025-02-12 14:39:25 -07:00