Commit Graph

14648 Commits

Author SHA1 Message Date
dependabot[bot]
95295c1c86 Bump newrelic from 9.1.1 to 9.1.2
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.1.1...v9.1.2)

---
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-15 14:38:52 +00:00
Carlo Costino
0b4981b25c Merge pull request #919 from GSA/dependabot/pip/moto-4.2.8
Bump moto from 4.2.7 to 4.2.8
2023-11-15 09:20:53 -05:00
Carlo Costino
a37b2f8281 Merge pull request #915 from GSA/notify-796
Fixed UI permissions view
2023-11-14 17:09:38 -05:00
Carlo Costino
969ecb39af Merge pull request #920 from GSA/notify-admin-916
notify-admin-916 revert restrictions on create service
2023-11-14 17:08:44 -05:00
Carlo Costino
bebe974c8a Merge pull request #923 from GSA/notify-admin-487
notify-admin-487 platform admin view errors
2023-11-14 16:42:16 -05:00
Kenneth Kehl
83dfdc31f2 fix flake8 2023-11-14 11:13:16 -08:00
Kenneth Kehl
31fb43e45c notify-admin-487 platform admin view errors 2023-11-14 10:39:24 -08:00
Kenneth Kehl
22d728f0f8 cleanup 2023-11-14 10:14:35 -08:00
Kenneth Kehl
040f4b4f9f fix tests 2023-11-14 08:38:11 -08:00
Andrew Shumway
009773eb1b Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-786 2023-11-14 09:34:33 -07:00
Kenneth Kehl
b1bd51730d notify-admin-916 revert restrictions on create service 2023-11-14 07:51:56 -08:00
Kenneth Kehl
d1682c641d fix flake 8 2023-11-14 07:14:27 -08:00
Kenneth Kehl
bc3928cb0f fix logout 2023-11-14 07:11:40 -08:00
dependabot[bot]
68701f8022 Bump moto from 4.2.7 to 4.2.8
Bumps [moto](https://github.com/getmoto/moto) from 4.2.7 to 4.2.8.
- [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.7...4.2.8)

---
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-13 23:39:18 +00:00
Kenneth Kehl
bda164f2a1 fix flake8 2023-11-10 14:10:49 -08:00
Kenneth Kehl
6f9e55cba0 debug and etc 2023-11-10 11:08:52 -08:00
Kenneth Kehl
853af1040e merge from main 2023-11-10 09:10:56 -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
Andrew Shumway
7e12e6d488 Fixed UI permissions view 2023-11-09 12:00:31 -07: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
Andrew Shumway
5d8f3e43ea Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-786 2023-11-06 12:48:18 -07: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
Kenneth Kehl
381315d18a fix flake8 2023-11-02 14:31:12 -07:00
Kenneth Kehl
5f41eb2ccc fix flake8 2023-11-02 14:26:11 -07: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
Kenneth Kehl
5da110ded4 merge from main 2023-11-02 14:13:43 -07:00
Kenneth Kehl
e5403a52f1 notify-admin-338 login.gov integration 2023-11-02 14:10:22 -07: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