This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2026-02-14 07:24:22 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
88eefe9f0be5d9ffbcbba1145d729a02ad48c2ec
notifications-admin
/
app
History
ccostino
f3ff033ef0
Merge pull request
#2753
from GSA/2721-create-enums-and-replace-hardcoded-status-strings-with-enums-3
...
Replace send_messages and manage_service strings with enum type PART 3
2025-07-17 17:48:28 -04:00
..
.well-known
…
assets
…
content
…
main
Merge pull request
#2753
from GSA/2721-create-enums-and-replace-hardcoded-status-strings-with-enums-3
2025-07-17 17:48:28 -04:00
models
update test to reflect enum in servicepermission
2025-07-17 01:00:00 -07:00
notify_client
…
s3_client
…
status
…
templates
added manage_templates to enum
2025-07-16 22:30:48 -07:00
utils
update test to reflect enum in servicepermission
2025-07-17 01:00:00 -07:00
__init__.py
Replace send_messages and manage_service strings across application with ServicePermission.SEND_MESSAGES and ServicePermission.MANAGE_SERVICE types
2025-07-15 23:56:58 -07:00
asset_fingerprinter.py
…
cloudfoundry_config.py
…
config.py
…
enums.py
added manage_templates to enum
2025-07-16 22:30:48 -07:00
event_handlers.py
…
extensions.py
…
formatters.py
enums part 2
2025-07-11 14:18:54 -07:00
navigation.py
Replace send_messages and manage_service strings across application with ServicePermission.SEND_MESSAGES and ServicePermission.MANAGE_SERVICE types
2025-07-15 23:56:58 -07:00
proxy_fix.py
…
statistics_utils.py
…
url_converters.py
…