Beverly Nguyen
91f71f954d
Merge branch 'main' into formatting
2025-07-30 15:16:52 -07:00
Beverly Nguyen
097548ee71
formatting changes
2025-07-29 13:46:57 -07:00
Beverly Nguyen
e5885f674b
Fixed pagination logic to prevent infinite next button
2025-07-29 10:25:43 -07:00
Beverly Nguyen
e828f78853
fixing pagination and download links along with tests
2025-07-28 17:04:53 -07:00
Beverly Nguyen
afaae0a695
Merge branch 'main' into 2721-create-enums-and-replace-hardcoded-status-strings-with-enums-PART5
2025-07-22 12:55:45 -07:00
Beverly Nguyen
1ac907d359
update test
2025-07-22 11:12:26 -07:00
Beverly Nguyen
d68128852b
added INTERNATIONAL_SMS
2025-07-22 10:37:48 -07:00
Beverly Nguyen
6bf6dd9e29
isort
2025-07-21 16:44:20 -07:00
Beverly Nguyen
32ca1abe9b
servicepermission enum part 5
2025-07-21 16:37:55 -07:00
Beverly Nguyen
ce4829b717
new enum view_activity, _manage_users, send_emails
2025-07-21 14:24:11 -07:00
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
ccostino
72f99bb200
Merge pull request #2756 from GSA/invites
...
better invite error handling
2025-07-17 17:38:10 -04:00
Kenneth Kehl
4779541251
more checks
2025-07-17 12:53:49 -07:00
Kenneth Kehl
db02b78580
better invite error handling
2025-07-17 11:10:20 -07:00
Beverly Nguyen
a0d67d2a9c
update test to reflect enum in servicepermission
2025-07-17 01:00:00 -07:00
Beverly Nguyen
bb2588e960
isort
2025-07-16 22:59:16 -07:00
Beverly Nguyen
126188cea1
added manage_templates to enum
2025-07-16 22:30:48 -07:00
Beverly Nguyen
28f09674df
Merge branch 'main' into 2721-create-enums-and-replace-hardcoded-status-strings-with-enums-3
2025-07-16 17:21:15 -07:00
ccostino
34aff103a0
Merge pull request #2747 from GSA/2721-create-enums-and-replace-hardcoded-status-strings-with-enums-2
...
enums part 2
2025-07-16 17:39:45 -04:00
Kenneth Kehl
6ee84af8f6
fix typo
2025-07-16 11:45:21 -07:00
Kenneth Kehl
594dca06ab
more debug for invites
2025-07-16 09:19:43 -07:00
Beverly Nguyen
1bf55e7fa3
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
Beverly Nguyen
56175bd7aa
added organizationtype to enum
2025-07-15 23:01:12 -07:00
Beverly Nguyen
e9f6b93d85
enums part 2
2025-07-11 14:18:54 -07:00
Alex Janousek
9cc4bbb5ce
Merge pull request #2743 from GSA/cleanup/govuk-uswds-checkbox
...
Cleanup/govuk uswds checkbox
2025-07-11 14:41:55 -03:00
alexjanousekGSA
53a3143a8f
Renamed methods from govuk
2025-07-11 11:59:28 -03:00
Beverly Nguyen
fc54cfd941
Merge pull request #2737 from GSA/2721-create-enums-and-replace-hardcoded-status-strings-with-enums
...
PART 1: Created and implemented enums throughout the codebase
2025-07-09 15:27:48 -07:00
Beverly Nguyen
3130b1399c
isort .
2025-07-04 17:52:03 -07:00
Beverly Nguyen
9d9fa1c394
removed .value because we have StrEnum
2025-07-04 17:30:30 -07:00
Beverly Nguyen
8a41de8f07
Using StrEnum to drop .value
2025-07-04 17:22:21 -07:00
Beverly Nguyen
b73b4ac73e
PART 1: Created and implemented enums throughout the codebase to replace hardcoded status strings, improving type safety and reducing the risk of typos.
2025-07-04 16:37:04 -07:00
alexjanousekGSA
7447a0080c
Removed unused code that is not fully implemented
2025-07-02 15:25:57 -04:00
ccostino
f12b4e29be
Merge pull request #2712 from GSA/2709-bug-sorting-error-on-activity-page
...
Improved job/activity list ordering and display
2025-06-27 15:55:55 -04:00
ccostino
f97ac4fb18
Merge pull request #2707 from GSA/2636-user-story-improve-folder-permissions-options
...
Improve folder permissions on invite team member page:
2025-06-26 15:14:13 -04:00
Beverly Nguyen
727c6705d2
flake8
2025-06-26 09:59:03 -07:00
Beverly Nguyen
2868a86f55
isort and remove sorting from ui
2025-06-25 14:01:23 -07:00
Beverly Nguyen
5007523d79
Improved job/activity list ordering and display. Jobs are now shown by most recent activity (processing started or created)
2025-06-25 13:25:01 -07:00
Beverly Nguyen
9414929b8a
Improve folder permissions on invite team member page:
...
- Default folder permissions to unchecked instead of all selected
- Add Select all/Deselect all toggle button that appears when expanded
2025-06-23 15:05:36 -07:00
Beverly Nguyen
063c4b6362
Merge branch 'main' into 2032-bug-redirect-after-user-register-is-going-to-an-error-page
2025-06-18 09:56:51 -07:00
Beverly Nguyen
17ec285130
isort
2025-06-17 17:44:44 -07:00
Beverly Nguyen
c2cda68059
flake8
2025-06-17 15:47:16 -07:00
Beverly Nguyen
519f8f7f7d
redirecting users to 404
2025-06-17 15:31:58 -07:00
Kenneth Kehl
30093673d0
inline notifications-python-client
2025-06-10 11:40:14 -07:00
Beverly Nguyen
3c1574d070
Add API_PUBLIC_URL environment variable for public API access
...
- Added API_PUBLIC_URL to deploy-config and manifest.yml
- Updated app config to load API_PUBLIC_URL from environment
- Used API_PUBLIC_URL in CSP configuration for connect-src
2025-05-19 14:41:41 -07:00
Beverly Nguyen
8aa7a63f55
reformatted
2025-05-14 10:08:02 -07:00
Alex Janousek
b9c50c1e5d
Merge pull request #2424 from GSA/fix-existing-e2e-tests
...
Fix existing end-to-end tests
2025-05-02 14:04:47 -04:00
alexjanousekGSA
eff92773cc
e2e tests pass locally
2025-05-02 10:43:07 -04:00
Jonathan Bobel
6c16482577
Update tour.py
2025-04-28 13:00:31 -04:00
Jonathan Bobel
bf03391b6d
Update tour.py
2025-04-28 12:17:28 -04:00
Jonathan Bobel
e04806b1eb
Update tour.py
...
Formatting
2025-04-28 11:59:48 -04:00