Commit Graph

13770 Commits

Author SHA1 Message Date
Kenneth Kehl
31fb43e45c notify-admin-487 platform admin view errors 2023-11-14 10:39:24 -08:00
Carlo Costino
6df7770ee1 Merge pull request #914 from GSA/dependabot/pip/black-23.11.0
Bump black from 23.10.1 to 23.11.0
2023-11-09 17:01:39 -05:00
dependabot[bot]
1f7ce11741 Bump black from 23.10.1 to 23.11.0
Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.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.10.1...23.11.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-11-08 23:37:56 +00:00
Carlo Costino
be0ea767f7 Merge pull request #912 from GSA/notify-admin-571
Notify admin 571 Add a permissions check to the create user, create organizations, and create services views
2023-11-08 16:42:34 -05:00
Carlo Costino
7c491e87ea Merge pull request #913 from GSA/tdlowden-sprint-goals
Update sprint-goals.md
2023-11-08 15:47:13 -05:00
Tim Lowden
2b45f99294 Update sprint-goals.md 2023-11-08 12:44:53 -05:00
Kenneth Kehl
008b990e14 code review feedback 2023-11-08 07:51:57 -08:00
Kenneth Kehl
91aca2ec4e fix test 2023-11-07 08:55:14 -08:00
Kenneth Kehl
b50bdf2f21 merge from main 2023-11-07 07:44:37 -08:00
Carlo Costino
6e73ee0bc9 Merge pull request #907 from GSA/mark-test-for-skip
Skip failing test for now in test_send.py
2023-11-06 17:50:00 -05:00
Carlo Costino
4330fbe493 Skip failing test for now in test_send.py
This changeset marks the test_warns_if_file_sent_already_errors test in tests/app/main/views/test_send.py to skip for now.  This test started failing locally for some of the team members with no clear indication as to why.  We tried the following:

- Checking for uncommitted local changes
- Downgrading a recent dependency update
- Combing through recent changes for potential breaking changes
- Debugging the test itself as it ran

A new issue will be created to investigate this further, but we did not want it to block our current work.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-06 17:42:00 -05:00
Carlo Costino
191700f8ec Merge pull request #905 from GSA/notify-api-522
Add carrier to downloadable reports
2023-11-03 14:17:23 -04:00
Kenneth Kehl
6e19fab1d5 more tests 2023-11-03 10:38:38 -07:00
Carlo Costino
9398babd6f Merge pull request #904 from GSA/dependabot/pip/moto-4.2.7
Bump moto from 4.2.6 to 4.2.7
2023-11-02 21:09:05 -04:00
dependabot[bot]
534d6459b8 Bump moto from 4.2.6 to 4.2.7
Bumps [moto](https://github.com/getmoto/moto) from 4.2.6 to 4.2.7.
- [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.6...4.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 00:49:00 +00:00
Carlo Costino
f09d7ce537 Merge pull request #902 from GSA/dependabot/pip/pip-23.3
Bump pip from 23.2.1 to 23.3
2023-11-02 17:54:21 -04:00
dependabot[bot]
0e0b00ef4b Bump pip from 23.2.1 to 23.3
Bumps [pip](https://github.com/pypa/pip) from 23.2.1 to 23.3.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/23.2.1...23.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 21:47:49 +00:00
Carlo Costino
75db3a34c0 Merge pull request #903 from GSA/update-utils
Update notifications-utils
2023-11-02 17:44:23 -04:00
Carlo Costino
5e7877bd78 Update notifications-utils
This changeset updates the notificiations-utils library with the latest commits.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-02 17:25:42 -04:00
Carlo Costino
26031cb1b2 Merge pull request #892 from GSA/800-combine-and-style-quota-displays
800 - combine and style quota displays
2023-11-02 17:16:39 -04:00
Carlo Costino
b87022af8e Merge pull request #881 from GSA/dynamic-retention-count
Dynamic retention count
2023-11-02 17:07:11 -04:00
Andrew Shumway
591961413a Added mock api call to appropriate tests 2023-11-02 16:28:09 -04:00
Andrew Shumway
af119aad1c Fixed parameter in client request 2023-11-02 16:28:07 -04:00
Andrew Shumway
d26a5b6a75 Fixed initial 0 count value before refresh 2023-11-02 16:27:03 -04:00
Andrew Shumway
62a09c5223 Added mock to client request for get request of count 2023-11-02 16:27:01 -04:00
Andrew Shumway
83767b8ba8 remove import 2023-11-02 16:24:19 -04:00
Andrew Shumway
81f4b1436d Add notif count and history count together 2023-11-02 16:24:19 -04:00
Andrew Shumway
2fbda1cd0c Initial front end count steps 2023-11-02 16:24:19 -04:00
Jonathan Bobel
febbcd154c Merge and push back up 2023-11-02 14:40:08 -04:00
Carlo Costino
63a4a92657 Merge pull request #899 from GSA/dependabot/pip/pytest-env-1.1.1
Bump pytest-env from 1.0.1 to 1.1.1
2023-11-02 14:18:49 -04:00
dependabot[bot]
e48b4506de 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-02 18:12:40 +00:00
Carlo Costino
e30f017558 Merge pull request #898 from GSA/dependabot/pip/blinker-1.7.0
Bump blinker from 1.6.3 to 1.7.0
2023-11-02 14:10:59 -04:00
dependabot[bot]
073def2510 Bump blinker from 1.6.3 to 1.7.0
Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets-eco/blinker/compare/1.6.3...1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 17:16:35 +00:00
Carlo Costino
c21d093c61 Merge pull request #880 from GSA/dependabot/pip/newrelic-9.1.1
Bump newrelic from 9.1.0 to 9.1.1
2023-11-02 13:12:17 -04:00
dependabot[bot]
3b2866bda4 Bump newrelic from 9.1.0 to 9.1.1
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.1.0...v9.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:56:29 +00:00
Carlo Costino
472e6d48a4 Merge pull request #897 from GSA/dependabot/pip/wtforms-3.1.1
Bump wtforms from 3.0.1 to 3.1.1
2023-11-02 12:51:21 -04:00
Carlo Costino
745aaee1d7 Merge pull request #887 from GSA/notify-admin-866b
Improve tests with #noqa comments
2023-11-02 12:34:01 -04:00
dependabot[bot]
1a00eeaed6 Bump wtforms from 3.0.1 to 3.1.1
Bumps [wtforms](https://github.com/wtforms/wtforms) from 3.0.1 to 3.1.1.
- [Release notes](https://github.com/wtforms/wtforms/releases)
- [Changelog](https://github.com/wtforms/wtforms/blob/master/CHANGES.rst)
- [Commits](https://github.com/wtforms/wtforms/compare/3.0.1...3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:31:49 +00:00
Carlo Costino
35e200b328 Merge pull request #884 from GSA/801-send-message-button
801 send message button
2023-11-02 12:30:14 -04:00
Carlo Costino
14b81ce908 Merge pull request #882 from GSA/847-change-blanket-error-message
847 - content update for blanket error page
2023-11-02 12:29:25 -04:00
Carlo Costino
20cddeb852 Merge pull request #873 from GSA/dependabot/pip/notifications-python-client-8.1.0
Bump notifications-python-client from 8.0.1 to 8.1.0
2023-11-02 12:28:39 -04:00
Carlo Costino
b90057f84c Merge pull request #869 from GSA/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.22.20 to 7.23.2
2023-11-02 12:27:33 -04:00
Carlo Costino
25dcdd11c7 Merge pull request #865 from GSA/803-keep-current-service-visible
803 - keep current service visible
2023-11-02 12:26:35 -04:00
Carlo Costino
cbfccb774e Merge pull request #860 from GSA/tdlowden-sprint-goals-update
Update sprint-goals.md
2023-11-02 11:18:11 -04:00
Tim Lowden
f54533da83 Update sprint-goals.md 2023-11-02 11:10:04 -04:00
Tim Lowden
11890d3219 Update sprint-goals.md 2023-11-02 11:10:04 -04:00
Tim Lowden
415a1061fa Update sprint-goals.md 2023-11-02 11:10:04 -04:00
Tim Lowden
40794f816a Update sprint-goals.md 2023-11-02 11:10:03 -04:00
Jonathan Bobel
7f56c62a6d Merge branch 'main' of https://github.com/GSA/notifications-admin into 803-keep-current-service-visible 2023-11-01 13:07:30 -04:00
Jonathan Bobel
a3022dcfe6 Fixing tests 2023-11-01 13:06:29 -04:00