Commit Graph

10003 Commits

Author SHA1 Message Date
Andrew Shumway
db7aa969cd Added api endpoint for count 2023-11-02 16:21:00 -04:00
Andrew Shumway
c247891c97 Add initial steps to call api for count 2023-11-02 16:18:02 -04:00
Andrew Shumway
0dd862f936 Revert removal of unneeded code 2023-11-02 16:18:01 -04:00
Andrew Shumway
1db57c289a Removed tests related to daily total key 2023-11-02 16:18:01 -04:00
Andrew Shumway
a346a734fc Removed/replaced retention redis count with notification count from db call 2023-11-02 16:16:08 -04:00
Steven Reilly
246e23f193 Merge pull request #561 from GSA/stvnrlly/use-et-in-ui
Update ADR 0002 for ET instead of UTC
2023-11-02 16:08:10 -04:00
Steven Reilly
2883b93ba2 update 0002 for et instead of utc 2023-11-02 16:01:15 -04:00
Carlo Costino
c653b63067 Merge pull request #493 from GSA/dependabot/pip/dnspython-2.4.2
Bump dnspython from 2.2.1 to 2.4.2
2023-11-02 13:09:29 -04:00
dependabot[bot]
03a5aa6ea6 Bump dnspython from 2.2.1 to 2.4.2
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.1 to 2.4.2.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst)
- [Commits](https://github.com/rthalley/dnspython/compare/v2.2.1...v2.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:54:21 +00:00
Carlo Costino
d56ad1a886 Merge pull request #558 from GSA/dependabot/pip/arrow-1.3.0
Bump arrow from 1.2.3 to 1.3.0
2023-11-02 12:50:13 -04:00
dependabot[bot]
b1189964fa Bump arrow from 1.2.3 to 1.3.0
Bumps [arrow](https://github.com/arrow-py/arrow) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/arrow-py/arrow/releases)
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/arrow-py/arrow/compare/1.2.3...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:38:15 +00:00
Carlo Costino
ef18b14921 Merge pull request #557 from GSA/dependabot/pip/psycopg2-binary-2.9.9
Bump psycopg2-binary from 2.9.3 to 2.9.9
2023-11-02 12:35:35 -04:00
dependabot[bot]
dfbd8cbb5c Bump psycopg2-binary from 2.9.3 to 2.9.9
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.9.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits/2.9.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:25:50 +00:00
Carlo Costino
d76dd4968e Merge pull request #555 from GSA/dependabot/pip/pytest-env-1.1.1
Bump pytest-env from 1.0.1 to 1.1.1
2023-11-02 12:24:09 -04:00
Carlo Costino
bf5274585d Merge pull request #559 from GSA/stvnrlly/0006-implemented
Mark 0006 as implemented
2023-11-02 11:08:18 -04:00
Steven Reilly
ab87098cac mark 0006 as implemented 2023-11-02 10:24:48 -04:00
dependabot[bot]
338977fd88 Bump pytest-env from 1.0.1 to 1.1.1
Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](https://github.com/pytest-dev/pytest-env/compare/1.0.1...1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 16:58:26 +00:00
Steven Reilly
4539da2f20 Merge pull request #556 from GSA/fix-deps
Update more dependencies and fix notifications-utils
2023-11-01 12:56:00 -04:00
Carlo Costino
d6d11746b1 Update more dependencies and fix notifications-utils
This changeset updates a few more dependencies and addresses the challenges we have had in keeping the notifications-utils dependency up-to-date.  The changes include instructions on what to do going forward for future notifications-utils updates.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-01 12:15:53 -04:00
Steven Reilly
81930c1b4b Merge pull request #551 from GSA/stvnrlly/onboarding-docs-update
Update onboarding docs
2023-10-31 11:34:47 -04:00
Steven Reilly
dfa729d5c7 update onboarding docs 2023-10-31 11:13:29 -04:00
Steven Reilly
4d117dd2c7 Merge pull request #550 from GSA/update-deps
Updated dependencies and make commands
2023-10-31 10:35:37 -04:00
Carlo Costino
4b2586cd3b Added instructions to the README
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 16:56:40 -04:00
Carlo Costino
490893397e Fixed isinstance() calls, oops
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 16:30:06 -04:00
Carlo Costino
8c825a43bd Updated a couple more dependencies and fix flake8 warnings
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 16:16:49 -04:00
Carlo Costino
5e206ab10b More dependency updates
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 16:07:36 -04:00
Carlo Costino
c3049cec73 Update project dependencies and shift some things to dev dependencies
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 15:54:22 -04:00
Carlo Costino
7cc7a2a53f Update freeze-requirements command
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 15:47:39 -04:00
Carlo Costino
f949786e2d Updated dependencies and add py-lock make command
This changeset updates dependencies that have been flagged as out-of date and/or vulnerable.  It also adds a py-lock Makefile command for keeping the poetry.lock file in sync without introducing additional issues from transitive dependency updates.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 15:40:22 -04:00
Carlo Costino
8779160f89 Merge pull request #542 from GSA/dependabot/pip/urllib3-1.26.18
Bump urllib3 from 1.26.17 to 1.26.18
2023-10-18 11:56:34 -04:00
dependabot[bot]
5cb7977126 Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:21:48 +00:00
Carlo Costino
27e35818c5 Merge pull request #537 from GSA/remove-default-sender
Added flag to remove default sender from user list
2023-10-17 16:27:20 -04:00
Andrew Shumway
125bfe2c8e Update tests/app/service/test_rest.py
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
2023-10-17 13:49:39 -06:00
Andrew Shumway
c5e1452419 Update app/service/rest.py
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
2023-10-17 13:49:12 -06:00
Carlo Costino
19b0a1ec61 Merge pull request #538 from GSA/dependabot/pip/moto-4.2.6
Bump moto from 4.2.0 to 4.2.6
2023-10-17 12:15:20 -04:00
dependabot[bot]
f60053f745 Bump moto from 4.2.0 to 4.2.6
Bumps [moto](https://github.com/getmoto/moto) from 4.2.0 to 4.2.6.
- [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.0...4.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 21:27:37 +00:00
Andrew Shumway
c7f11133d3 Added another flag in appropriate test 2023-10-16 15:02:52 -06:00
Andrew Shumway
e0522393df Added flag to remove default sender from user list 2023-10-15 16:28:25 -06:00
Carlo Costino
3a3625017d Merge pull request #536 from GSA/stvnrlly/0008-implementation
Add next steps for quotas in ADR 0008
2023-10-13 13:50:52 -04:00
Carlo Costino
669f2ec813 Merge pull request #535 from GSA/stvnrlly/deploy-docs
Adding details of deploy PR process to docs
2023-10-13 13:50:30 -04:00
Steven Reilly
eadfa4ed7e add adr next steps 2023-10-13 12:19:51 -04:00
stvnrlly
fa5e244019 update egress deployers 2023-10-13 11:07:07 -04:00
stvnrlly
d851d848f4 add info about deploy pr 2023-10-13 11:06:52 -04:00
Carlo Costino
e89d67baee Merge pull request #533 from GSA/stvnrlly/new-numbers
Add new phone numbers to docs
2023-10-13 09:20:07 -04:00
Steven Reilly
e809c30f3d add new phone numbers to docs 2023-10-12 14:38:30 -04:00
Steven Reilly
59ca34c0da Merge pull request #525 from GSA/adr/auto/adr-handle-paid-quotas-at-the-organization-level
Add ADR 0008: Handle paid quotas at the organization level
2023-10-12 10:51:29 -04:00
Carlo Costino
1baf19491f Merge pull request #530 from GSA/dependabot/pip/vulture-2.10
Bump vulture from 2.9.1 to 2.10
2023-10-11 09:57:04 -04:00
dependabot[bot]
e03faa2dd9 Bump vulture from 2.9.1 to 2.10
Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.9.1 to 2.10.
- [Release notes](https://github.com/jendrikseipp/vulture/releases)
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jendrikseipp/vulture/compare/v2.9.1...v2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 21:46:29 +00:00
Carlo Costino
0d76e78288 Merge pull request #524 from GSA/dependabot/pip/cffi-1.16.0
Bump cffi from 1.15.1 to 1.16.0
2023-10-06 12:18:59 -04:00
Carlo Costino
f8bb8af527 Merge pull request #527 from GSA/notify-api-521
notify-api-521 fix sms temporary failure message
2023-10-03 11:17:19 -04:00