Commit Graph

13910 Commits

Author SHA1 Message Date
Steven Reilly
9cd2486942 Merge pull request #982 from GSA/notify-871
Notify 871
2023-12-12 17:08:14 -05:00
Steven Reilly
6c4b1dc2b6 Merge pull request #1002 from GSA/966-add-GA-and-DAP-to-CSP
966 - Added 2 urls to the CSP configuration + adjusted the test
2023-12-12 17:05:23 -05:00
Steven Reilly
8493aaea5c Merge pull request #989 from GSA/925-log-response-ui-dashboard
Added 2 new macros for carrier and carrier message
2023-12-12 17:02:16 -05:00
Jonathan Bobel
13ed67b18b 966 - Added 2 urls to the CSP configuration + adjusted the test 2023-12-12 16:45:21 -05:00
Steven Reilly
ec14996525 Merge pull request #991 from GSA/fix-service-invite-user-permission
Fix permissions check for inviting users to a service
2023-12-12 13:02:46 -05:00
Carlo Costino
b0d2de703b Updated tests with correct permissions and added test for no permissions
h/t @stvnrlly for the suggestions!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-12-11 16:59:04 -05:00
Anastasia Gradova
8fc79ce757 updated header for carrier response 2023-12-11 13:09:06 -05:00
Carlo Costino
f7efceba44 Fix permissions check for inviting users to a service
This changeset reverts a change we had made previously where we accidentally locked down the ability for service admins to invite other users to their own service.  This removes the platform admin user check and reverts it back to the proper permissions check (including adjusting the tests to account for this).

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-12-11 10:47:21 -05:00
Anastasia Gradova
9e48282c52 Added 2 new macros for carrier and carrier message
adjusted formating in table and notifications html
2023-12-08 11:04:16 -07:00
Carlo Costino
190bc3f807 Merge pull request #984 from GSA/notify-admin-529
notify-admin-529 remove provider view
2023-12-08 10:54:05 -05:00
Carlo Costino
7a514001ba Merge pull request #979 from GSA/tdlowden-sprint-goals
Update sprint-goals.md
2023-12-08 09:33:26 -05:00
Tim Lowden
5abce6d7e4 Update sprint-goals.md 2023-12-07 15:50:44 -05:00
Carlo Costino
f11e29e7a2 Merge pull request #985 from GSA/dependabot/pip/newrelic-9.3.0
Bump newrelic from 9.2.0 to 9.3.0
2023-12-07 11:35:45 -05:00
dependabot[bot]
d2e360d0cd Bump newrelic from 9.2.0 to 9.3.0
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v9.2.0...v9.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 23:37:42 +00:00
Kenneth Kehl
d218fd2178 notify-admin-529 remove provider view 2023-12-06 13:40:15 -08:00
Andrew Shumway
97a8c04928 Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-871 2023-12-06 12:26:51 -07:00
Andrew Shumway
9c658bf020 Fix verbage on front end to better reflect functionality 2023-12-06 12:26:33 -07:00
Carlo Costino
414352ea69 Merge pull request #970 from GSA/dependabot/pip/flake8-bugbear-23.12.2
Bump flake8-bugbear from 23.11.28 to 23.12.2
2023-12-06 10:09:31 -05:00
Tim Lowden
5bb1eb8711 Update sprint-goals.md 2023-12-06 09:58:46 -05:00
dependabot[bot]
d284e6c13b Bump flake8-bugbear from 23.11.28 to 23.12.2
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.11.28 to 23.12.2.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 14:58:11 +00:00
Steven Reilly
928a49753c Merge pull request #978 from GSA/fix-register-test
Fix test_register.py flake8-bugbear warning
2023-12-06 09:52:07 -05:00
Carlo Costino
a7bf173457 Fix test_register.py flake8-bugbear warning
This changeset fixes a small syntax issue with one of the tests that is being picked up by the new version of flake8-bugbear.  It turns out there was an extraneous comma left in the test.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-12-06 09:46:44 -05:00
Carlo Costino
d226afcb3c Merge pull request #973 from GSA/notify-admin-931
Notify admin 931 add a preferred timezone widget
2023-12-05 16:47:57 -05:00
Kenneth Kehl
569be3cf74 remove debug stmt 2023-12-05 13:16:27 -08:00
Carlo Costino
b4578438d2 Merge pull request #971 from GSA/dependabot/pip/freezegun-1.3.1
Bump freezegun from 1.2.2 to 1.3.1
2023-12-05 15:27:30 -05:00
dependabot[bot]
a01c5b6016 Bump freezegun from 1.2.2 to 1.3.1
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.2.2 to 1.3.1.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](https://github.com/spulec/freezegun/commits/1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 20:21:04 +00:00
Carlo Costino
e34f16bfc6 Merge pull request #969 from GSA/dependabot/pip/moto-4.2.11
Bump moto from 4.2.10 to 4.2.11
2023-12-05 15:14:39 -05:00
dependabot[bot]
c6444ce5cd Bump moto from 4.2.10 to 4.2.11
Bumps [moto](https://github.com/getmoto/moto) from 4.2.10 to 4.2.11.
- [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.10...4.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 23:32:40 +00:00
Kenneth Kehl
cee2552706 notify-admin-931 2023-12-04 14:52:48 -08:00
Carlo Costino
93d5e0a124 Merge pull request #965 from GSA/893-copy-existing-template
893 copy existing template
2023-12-04 16:33:51 -05:00
Carlo Costino
e26967acac Merge pull request #949 from GSA/notify-admin-901
Create UI changes to let people know of considerations when using Non-ISO character sets
2023-12-04 13:28:53 -05:00
Carlo Costino
ecb2015ad5 Merge pull request #951 from GSA/85-live-service-content-says-250k-per-day-not-per-year
Change live service content to "Year" and not "day
2023-12-04 13:26:40 -05:00
Jonathan Bobel
bf10a2bc53 Fixing the tests to pass 2023-12-04 12:42:15 -05:00
Kenneth Kehl
81f145180e merge from main 2023-12-04 07:12:34 -08:00
Carlo Costino
beb7c19714 Merge pull request #962 from GSA/fix_scheduled_jobs_time
fix scheduled jobs time
2023-12-01 16:26:45 -05:00
Jonathan Bobel
a116c0a0c1 Merged Ken's work, made a small style change 2023-12-01 14:54:26 -05:00
Kenneth Kehl
f235557773 move hilite method as per code review feedback 2023-12-01 11:14:19 -08:00
Kenneth Kehl
91161c8c7e formatting 2023-12-01 09:52:07 -08:00
Kenneth Kehl
9ee61806f3 fix class method 2023-11-30 14:48:06 -08:00
Kenneth Kehl
50ccd994d0 fix scheduled jobs time 2023-11-30 14:41:44 -08:00
Kenneth Kehl
350ceaaf4e notify-admin-931 initial 2023-11-30 12:39:37 -08:00
Carlo Costino
fc00273b31 Merge pull request #960 from GSA/utils-0-2-3-update
Update notifications-utils to 0.2.3
2023-11-30 15:06:13 -05:00
Carlo Costino
fa40e3d011 Update notifications-utils to 0.2.3
This changeset updates the notification-utils dependency to 0.2.3 to address an issue we found with link formatting in our last production release.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-30 14:59:34 -05:00
Carlo Costino
4f9a89d0a1 Merge pull request #959 from GSA/fix_404_maybe
maybe fix 404 on signout
2023-11-29 14:00:36 -05:00
Kenneth Kehl
417c072382 maybe fix 404 on signout 2023-11-29 10:24:09 -08:00
Your Name
10671b61b1 Merge remote-tracking branch 'origin/main' into 85-live-service-content-says-250k-per-day-not-per-year 2023-11-29 10:03:29 -08:00
Kenneth Kehl
da3fa99c52 merge from main 2023-11-29 07:26:43 -08:00
Carlo Costino
8fed8b914d Merge pull request #957 from GSA/dependabot/pip/flake8-bugbear-23.11.28
Bump flake8-bugbear from 23.9.16 to 23.11.28
2023-11-29 10:12:18 -05:00
dependabot[bot]
8303822860 Bump flake8-bugbear from 23.9.16 to 23.11.28
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.9.16 to 23.11.28.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 15:04:46 +00:00
Steven Reilly
f392c67e47 Merge pull request #953 from GSA/fix-positional-arguments
Adjust positional arguments flagged by flake8-bugbear
2023-11-29 09:55:29 -05:00