Commit Graph

5496 Commits

Author SHA1 Message Date
alexjanousekGSA
aa18d1447e Reran reference tests and merged in main to fix conflicts 2025-07-31 17:07:17 -04:00
alexjanousekGSA
1203546a97 Merge branch 'main' into 2589-may-19-zap-scan-fixes
Resolved conflicts by:
- Taking all backstop images from main branch
- Taking .ds.baseline from main (with updated line numbers)
- Keeping template literal security fixes in listEntry.js while incorporating main's styling changes
- Taking main's config.py updates (LOGO_CDN_DOMAIN and formatting)
2025-07-31 16:08:12 -04:00
Beverly Nguyen
cb84fba9f6 Merge pull request #2794 from GSA/2085-conditional-within-the-my-activity-page-needs-to-be-fixed
Fix empty table display in My activity view when user has no jobs
2025-07-31 12:15:28 -07:00
alexjanousekGSA
1168e221df Removed hogan from tests that were leftover 2025-07-31 13:52:35 -04:00
alexjanousekGSA
c04d8969f5 Fixed linting and build errors 2025-07-31 13:38:50 -04:00
alexjanousekGSA
611ada696f Security scan updates 2025-07-31 12:47:40 -04:00
alexjanousekGSA
55340dbc4b Updated based on scan results 2025-07-31 11:39:58 -04:00
alexjanousekGSA
ab7b262c01 Fixed more unit tests 2025-07-31 08:14:58 -04:00
alexjanousekGSA
b1e5b8d110 Fixed merge conflict 2025-07-31 07:53:37 -04:00
alexjanousekGSA
31a9e39846 Formatting and linting changes 2025-07-31 07:49:12 -04:00
alexjanousekGSA
7d5db34d16 Increased unit test 2025-07-30 18:46:19 -04:00
Beverly Nguyen
4f489c1445 jest test fix 2025-07-30 15:06:44 -07:00
alexjanousekGSA
9e97a797b9 Migrate GOV.UK components to USWDS
- Convert previous/next navigation to USWDS pagination component
  - Update radio buttons and checkboxes to use USWDS classes
  - Migrate guest list inputs with proper USWDS styling
  - Replace GOV.UK button patterns with USWDS button variants
  - Update form field spacing to use USWDS utilities
  - Scope fieldset legend styles to specific form contexts
  - Update visual regression test references for new components
2025-07-30 15:24:21 -04:00
ccostino
e3910e008c Merge pull request #2782 from GSA/2257-there-shouldnt-be-a-next-in-pagination-if-theres-less-than-50-items-in-a-table
fixing pagination and download links along with tests
2025-07-30 13:20:03 -04:00
Carlo Costino
3db62a1921 Fix broken test
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-07-29 17:55:04 -04:00
Beverly Nguyen
e5885f674b Fixed pagination logic to prevent infinite next button 2025-07-29 10:25:43 -07:00
Beverly Nguyen
d65be41da5 fix test get_immediate_jobs for download availability check 2025-07-29 10:17:35 -07:00
Beverly Nguyen
eac2733a33 flake8 2025-07-29 09:57:59 -07:00
Beverly Nguyen
ba787f8cd1 add test 2025-07-28 17:46:00 -07:00
Beverly Nguyen
e828f78853 fixing pagination and download links along with tests 2025-07-28 17:04:53 -07:00
Beverly Nguyen
1f3c3aba32 update manage_tempaltes 2025-07-22 13:02:12 -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
Alex Janousek
4d467fdb99 Merge pull request #2762 from GSA/migrate/govuk-width-container
Complete govuk-width-container migration and fix add-org template
2025-07-22 15:36:22 -04:00
Beverly Nguyen
26a4117fd2 update test 2025-07-22 11:17:51 -07:00
Beverly Nguyen
1ac907d359 update test 2025-07-22 11:12:26 -07:00
Beverly Nguyen
5b22187cef update test 2025-07-22 11:00:43 -07:00
Beverly Nguyen
814ccf0665 refactor conftest.py 2025-07-22 10:44:58 -07:00
Beverly Nguyen
d68128852b added INTERNATIONAL_SMS 2025-07-22 10:37:48 -07:00
Beverly Nguyen
50226b5fa1 isort 2025-07-22 10:07:41 -07:00
Beverly Nguyen
c1d186896e flake8 2025-07-22 10:06:00 -07:00
alexjanousekGSA
c90f0fb36e Migrate govuk-visually-hidden to usa-sr-only in letter template 2025-07-22 12:52:15 -04:00
Beverly Nguyen
27e3b44be9 isort 2025-07-21 16:43:41 -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
Kenneth Kehl
cf535a605d fix test 2025-07-17 11:54:32 -07:00
Kenneth Kehl
2c8fd3909d fix test 2025-07-17 11:41:22 -07:00
Beverly Nguyen
a0d67d2a9c update test to reflect enum in servicepermission 2025-07-17 01:00:00 -07:00
alexjanousekGSA
53a3143a8f Renamed methods from govuk 2025-07-11 11:59:28 -03:00
alexjanousekGSA
793e51a3a2 Updated checkboxes to uswds 2025-07-11 10:32:00 -03:00
alexjanousekGSA
a691f5c0dd Migrate radio buttons from GOV.UK to USWDS
- Replace .multiple-choice with .usa-radio classes
- Update radio templates to use USWDS patterns
- Remove GOV.UK dependencies from radio components
- Convert nested lists to flat divs with USWDS margin utilities
- Update tests to use new radio classes
2025-07-09 16:40:34 -03:00
alexjanousekGSA
84bbc328b4 Fix collapsible checkboxes test selectors
The tests were failing because the .usa-button selector was too broad
and was matching the 'Select all' button instead of the main
expand/collapse button. Updated selectors to use .selection-footer__button
which is more specific to the button being tested.
2025-07-02 21:40:05 -04:00
alexjanousekGSA
3e2fe8be04 Updated and tested all buttons 2025-07-02 21:30:00 -04:00
alexjanousekGSA
3f58647dc9 Replace govuk link with usa-link and tested 2025-07-01 12:41:07 -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
c8c683a74e pytest 2025-06-26 10:09:33 -07:00
Beverly Nguyen
de67064c41 jest test and css 2025-06-23 17:52:54 -07:00
Beverly Nguyen
cdfbc79982 jest test 2025-06-23 15:13:24 -07:00
Beverly Nguyen
a4d19648b2 pytest 2025-06-18 15:14:53 -07:00