Skip to content

Releases: department-of-veterans-affairs/vets-website

vets-website/v0.1.1824

23 Jun 19:11
5a8a594
Compare
Choose a tag to compare

Release 0.1.1824

3329128 Add deep links to the Profile's email address and phone numbers section (#17637)

  • allow deep-linking to phone numbers and email address sections

  • add test

  • update unit tests

d4c02ae Remove representative pages (#17661)

acfbd3c 25765/letters tests cypress (#17656)

  • Change cy login command to use intercept instead of route, and add alias for easy tracking/implementation

  • Rewrite letters test in cypress

  • Attempt to work around issue with localhost breaking down

  • remove cypress from condition that was preventing proper test data

  • Add condition to allow specs to load alternate mock data based on their needs

  • install new yarn packages

  • remove unwanted conditional and rework how the user data was being mocked

  • Add extra assertions to prevent failure

  • more efficiencies to reduce test failures

  • force click to center of element

  • Add delays surrounding the click to try and stop errors

Co-authored-by: Cbonade [email protected]

a15a478 Clean up VAOS 404 errors in test ouptut (#17645)

fcbe094 Updated, refactored e2e test. Refactored Alert component (#17655)

ce71f36 25703/burial cypress (#17653)

  • Rewrite education benefits opt out test in Cypress, add helpers to fill out form that mimic nightwatch helpers and test data required for this form

  • Alter test to not crutch on an explicit wait. Remove unusued form helper function and rename partial to be consistent with naming conventions

  • rewrite burials test in cypress, add helpers

  • Rewrite education benefits opt out test in Cypress, add helpers to fill out form that mimic nightwatch helpers and test data required for this form

  • Alter test to not crutch on an explicit wait. Remove unusued form helper function and rename partial to be consistent with naming conventions

  • move form helpers to their own partial

Co-authored-by: Cbonade [email protected]

bbec5db 526: Move wizard to /start (#17669)

  • Move 526 wizard to /start path

  • Fix SiP header level

  • Update tests

  • Add start page to form tester

  • Remove comment

  • Use afterEach cleanup

0d94a48 Update Profile buttons and how we handle missing contact info (#17668)

  • update "no data" state for contact information fields

  • also update direct deposit section's buttons

c3bb7df open "get VA medical records" in new tab (#17670)

ecd99e2 Focus on error message after VAOS submission error (#17662)

eda0125 10203: Remove prod flag and set feature flag to ON for legislative form updates #25701 (#17646)

  • 24612 prod flag removal

  • pull 25972 then remove prod flag

  • merges

70c335e NOD: Various fixes (#17671)

  • Fix headers when logged out

  • Fix get selected util function

  • Update other tests

5a8a594 CT Redesign: Format of the ratings information is incorrect #26430 (#17665)

  • Update SearchResultCard.jsx

  • Update SearchResultCard.jsx

  • Update SearchResultCard.jsx

  • Update SearchResultCard.jsx

  • Update SearchResultCard.jsx

vets-website/v0.1.1823

22 Jun 19:01
559262e
Compare
Choose a tag to compare

Release 0.1.1823

075cc8d rewrite caregiver test in cypress (#17622)

  • rewrite caregiver test in cypress

  • Rework disabled condition to more reliably achieve the desired result

  • Add clarification of why this test is being currently skipped"

Co-authored-by: Cbonade [email protected]

f4e2dec 25765/letters tests cypress (#17638)

  • Change cy login command to use intercept instead of route, and add alias for easy tracking/implementation

  • Rewrite letters test in cypress

  • Attempt to work around issue with localhost breaking down

  • remove cypress from condition that was preventing proper test data

  • Add condition to allow specs to load alternate mock data based on their needs

  • install new yarn packages

Co-authored-by: Cbonade [email protected]

bd8df9b CT: Add VRRAP Participant indicator to institution profile page (#17644)

  • added vrrap to aditional information component

  • added null check

  • updated null check

  • updated null check

  • added prod flag

405cfd2 Questionnaire 26346 feature flip (#17650)

  • made first moves to ignore flip

  • updated the questionnaire

  • updated unit tests

a78cd91 Convert parent facilities requests to VAOS service (#17613)

  • Initial changes.

  • Add usev2 logic for vaos service feature flag

  • Initilal changes.

  • Add tests for single site VA Facility Page with VAOS service

  • Remove facility page test and add cc elibigility typeofcarepage tests

  • Fix endpoint query params and add updates to test

  • Filter facilities by parent status and add sort method

  • Update tests

  • Add id param to mock VAOS parent sites helper and remove redundant request check

Co-authored-by: Tony Williams [email protected]

caa65b2 26205: [MCP] Stand up Medical Copays App (#17654)

87d9cb1 NOD: Filter out contestable issues with no title (#17659)

  • Filter out issues with no title

  • Update unit tests

559262e Add "NEW" label to covid type (#17652)

  • Add new label to covid label on typeofcare page

  • Check for care.id instead of label names

vets-website/v0.1.1822

21 Jun 19:59
99d716b
Compare
Choose a tag to compare

Release 0.1.1822

330cce6 Parallelize Cypress tests on GitHub Actions (#17515)

  • WIP

  • Fix typo

  • Pass in cert variable to Docker container

  • WIP

  • Try --build-arg

  • Try adding -k to curl commands in Dockerfile

  • Add test execution step

  • Add yarn install

  • WIP

  • WIP

  • WIP

  • Try fixing yarn install

  • Reorder steps

  • WIP]

  • WIP

  • WIP

  • WIP

  • Try cache path fix

  • Add chmod to Dockerfile

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • Try running as root

  • WIP

  • WIP

  • WIP

  • Try adding Cypress install in Docker script

  • Add prefer-offline to yarn install

  • Force Cypress install

  • Try ubuntu-latest

  • Try matrix strategy

  • WIP

  • WIP

  • WIP

  • Fix missing quotation mark

  • Change fail-fast to true

  • Remove extra space

  • Start server without duplicate Webpack build

  • Remove unneeded curl

  • WIP

  • WIP

  • WIP

  • Fix typo

  • WIP

  • WIP

  • WIP

  • WIP

  • Remove prefer-offline from yarn install

  • WIP

  • WIP

  • Try fixing node version

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • Randomize port used for Cypress

  • Try setting port using environment variable

  • Fix port in server run command

  • Refactor random port generation

  • Try calculating port in workflow

  • Fix Cypress baseUrl config

  • WIP

  • Force failures in separate processes to test artifact generation

  • Remove forced failures

  • Increase random port range

aec6772 25706/chatbot cypress (#17530)

  • Finish rewrite of buttons spec

  • Remove unused function param

  • Add mock data to force error state on error spec

  • Stub out mock api response for buttons test, add json sample response

  • remove stray cy.log, remove unnecessary query param in intercept, switch timeout to timeouts file

  • Re-add params exception to intercept to prevent breaking

Co-authored-by: Cbonade [email protected]

f5e9653 remove duplicate declaration of 'input' (#17537)

  • remove duplicate declaration of 'input'

  • change concatenation method for linting

Co-authored-by: Cbonade [email protected]

3f23c82 25707/claims status cypress (#17579)

  • Rewrite breadcrumb test, rework auth module for async issues, create mock data for claims list

  • Rewrite empty list test and add empty list mock data

  • Convert claims list spec from nightwatch to cypress

  • Start principal rewrite of status decision test in Cypress, add mock helpers command module

  • Build out principal claim status est current test in cypress

  • Build out principal claim status est current test in cypress

  • convert 4 more claims specs from nightwatch to cypress

  • Rework data mocking and login functions in tests to be more efficient and working appropriately. Smooth out any inaccuracies in tests

  • Finish claim files test spec

  • Write claim details cypress spec

  • Write Ask VA claim spec in Cypress

  • Write test for Additional Evidence Claims in Cypress

  • Write document request claim Cypress spec

  • write claim estimation breadcrumb test spec in Cypress

  • Write claim estimation test spec in cypress

  • Remove unused auth module

  • Fix typos in axe function call

  • Move login function before visit route in all claims status tests, adjust mobile viewport to current top viewport

Co-authored-by: Cbonade [email protected]

94ebbb6 25707/coronavirus screener cypress (#17550)

  • Convert screener scenario test over from nightwatch to cypress

  • rewrite Nightwatch disabled test in cypress

Co-authored-by: Cbonade [email protected]

9b01724 Vrrap analytics (#17618)

  • Tracking

  • Review page tracking

  • Update analytics

085c933 Add feature toggle for medical copays app (#17630)

  • Add medical copays feature toggle

d15bc72 Fix hardcoded date in VAOS test (#17639)

4a299d2 removed old alert and added new (#17635)

ab6aa74 fix unit test error (#17641)

f9d0162 feat(1010cg): update upload file type description (#17634)

e70f0ba resovle accessibility isuse (#17643)

Co-authored-by: Fareez Ahmed [email protected]

1769dbd Check in feature flip work around (#17636)

  • added not production HOC

  • todo list sort out

  • added some debug stuff for the route

  • added more debugging

  • added feature flip code with redirect

  • deleted todo list

  • skipping tests in CI

  • actually skipping tests

8fcba18 10203: Update clinical training section content (#17642)

  • Front end portion of 10203 content updates

  • updated unit test

  • added onclick to approved programs link

  • added unit test

  • updated aria label

  • updated aria label

d3d684c Bump web-components version (#17648)

4eb8294 25516 add cypress mochawesome reporter (#17625)

  • WIP

  • Fix typo

  • Pass in cert variable to Docker container

  • WIP

  • Try --build-arg

  • Try adding -k to curl commands in Dockerfile

  • Add test execution step

  • Add yarn install

  • WIP

  • WIP

  • WIP

  • Try fixing yarn install

  • Reorder steps

  • WIP]

  • WIP

  • WIP

  • WIP

  • Try cache path fix

  • Add chmod to Dockerfile

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • Try running as root

  • WIP

  • WIP

  • WIP

  • Try adding Cypress install in Docker script

  • Add prefer-offline to yarn install

  • Force Cypress install

  • Try ubuntu-latest

  • Try matrix strategy

  • WIP

  • WIP

  • WIP

  • Fix missing quotation mark

  • Change fail-fast to true

  • Remove extra space

  • Start server without duplicate Webpack build

  • Remove unneeded curl

  • WIP

  • WIP

  • WIP

  • Fix typo

  • WIP

  • WIP

  • WIP

  • WIP

  • Remove prefer-offline from yarn install

  • WIP

  • WIP

  • Try fixing node version

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • WIP

  • Randomize port used for Cypress

  • Try setting port using environment variable

  • Fix port in server run command

  • Refactor random port generation

  • Try calculating port in workflow

  • Fix Cypress baseUrl config

  • WIP

  • Force failures in separate processes to test artifact generation

  • Remove forced failures

  • Increase random port range

  • install mochawesome package

  • add reporter and reporter options to cypress.json

  • change reportDir path in reporterOptions. add videosFolder.

  • assign the video path to the context property for failed tests

  • delete videosFolder - not needed

  • create 'Archive Mochawesome Cypress test results' workflow step

  • create workflow_dispatch workflow file for cypress mochawesome

  • checkout testing-tools-team-dashboard-data repo

  • setup node

  • rename step 1

  • download cypress mochawesome results artifact

  • wip - cypress-mochawesome.yml

  • dynamically name cypress mochawesome artifact using matrix.ci_node_index

  • download artifacts to the src/mochawesome/data directory

  • add steps to download artifacts 1-5

  • update step names to download artifacts

  • run cypress-mochawesome-to-bigquery script

  • add job that's dependant on 'build' that kicks off cypress-mochawesome.yml workflow

  • kickoff cypress-mochawesome workflow once build job is finished

  • add name and runs-on to mochawesome job

  • wip

  • try quotes around numbers in step names - 'You have an error in your yaml syntax on line 20'

  • wip

  • wip

  • add mochawesome as a reporter

  • pull in secrets

  • always run mochawesome job

  • update curl statement

  • wip

  • delete file, merged into cypress.yml

  • wip

  • grab va-vsp-bot github token

  • update job name

  • add token to checkout repo

  • update token

  • change download input from working-directory to path

  • move Use Node.js step

  • add working directory

  • update working directory for mochawesome job

  • update download directory

  • remove mochawesome as a reporter from cypress.json

  • use import, not require

  • remove unnecessary brackets

  • use @latest for marvinpinto/action-inject-ssm-secrets

  • remove fail-fast

Co-authored-by: Darius Dzien [email protected]

99d716b 25463: [FSR] Implement redesigned employment sections (#17629)

vets-website/v0.1.1821

17 Jun 19:01
dcc65b9
Compare
Choose a tag to compare

Release 0.1.1821

33fc30f Make contact info alerts work better with screen readers (#17615)

  • remove unused hasValidationError prop

  • Wrap contact info save errors in alert role

So if a transaction fails the error will be read by a screenreader

  • Give "please confirm your address" alert a role of alert

So that it'll be read by screen readers as soon as the address validation view appears

  • stop using a new wrapper div

7db3c46 Fix - UI for expandable operating status icon padding on IE (#17614)

Co-authored-by: Gibran Rodriguez [email protected]

cf6f955 Add GA tracking to My VA 2.0 (#17627)

  • add tracking for "go to profile" CTA

  • add tracking for "claims and appeals" CTA

  • add tracking for "schedule appointment" CTA

  • add tracking for "secure messages" CTA

  • add tracking for "rx" and "lab results" CTAs

  • add tracking for "medical records" CTA

  • add tracking for 3 benefits of interest CTAs

33c95ec Fix 5490 relationship logic (#17624)

  • Fix 5490 relationship logic

  • Update tests

64f210a rewrite login nightwatch test in cypress (#17532)

Co-authored-by: Cbonade [email protected]

7038508 Use supported sites data from scheduling configurations endpoint for VAOS check (#17611)

8d4c0ad Adjusting font family (#17620)

fee0178 feat(file upload): update file size, network and file type error messages (#17589)

  • feat(file upload): update file size and type error

  • update file too small and network errors

3aa38e4 CT Redesign: Add Use my current location functionality (#17557)

  • init commit

  • added modal

  • added map icon

  • moved async method to actions

  • fixed persisting marker

  • fixed filter crashing

  • removed dead code

  • reverted file

  • removed auto complete

  • removed duplicate geoCode tag

  • fixed spelling

  • fixed merge conflicts

  • added null check to current location

  • removed autocomplete code for user location

  • updated css

e8c8dc6 Check in 25938 content update (#17608)

  • added the quick content changes.

  • udpatd todo list

  • addressed all possible feedabck

  • updated e2e tests

072839c Add some error logging, adjust VAOS service CC submit (#17619)

dcc65b9 Footer update (#17632)

  • save progress so far

  • update footer

  • add comments

  • get mobile accordion view working, styling in mobile next

  • save progress

  • mobile styling

  • styling

  • abstract logic into shared component

  • update language lsits template

  • add feature flag

  • wrap with provider instead

  • prepare lang code changes for urls for translated content

  • implemetm client side redirects to preserve redux state when clicking on Links

  • remove comments

  • persist redux to local storage

  • persist only i18 state

  • remove un needed code

  • persist only i18 state

  • sync i18Select with redux store

  • add todo comment

  • default link click lang code behavior

  • Add back feature flag

  • abstract actions

  • refactor iteration per PR feedback

  • set lang Code in redux at the appropriate time

  • update logic for setting language code on click

  • update logic for setting language code on click

  • update logic for setting language code on click

  • add footer language support analytic events

  • feature flag debiugging

  • alphabetical ordeR

  • remove console.logs

  • add hrefs

  • remove feat flag for now

  • remove feat flag for now

  • merge w master

  • add back feat flag

  • clean up hooks and hrefs

  • add back feature flag in hook

  • add guard for setting innerText

  • add common store to startVaFooter for subdomains

  • update lang assistance label

  • fix for breadscrumbs being proncouned in incorrect language

  • add lang attribute

  • gaurd entire operation inside if

  • minor changes

  • clean up spacing within language support section

  • update mobile layout per mock

  • remove trailing |

  • add border top + bottom to desktop language support

  • add margin top to Get answers in fourth column

  • Save ebugging work

  • save work so far, todo, add back feature flag

  • rename callback for clarity

  • add comment to adaptLinksWithLangCode

  • cleean up function

  • add back feature flag guard

  • breadcrumbs fix

  • add padding top

  • add condition

  • uncomment

  • udpate lang setting logic to keep all links in sync with page lang attribute, but also allow child links to have their own lang attribute based on the href

  • add back missing var

  • add back missing var

  • update url reading logic

  • add medalia language to the window

  • set medallia survey language

Co-authored-by: Fareez Ahmed [email protected]

vets-website/v0.1.1820

16 Jun 19:01
8cef4c7
Compare
Choose a tag to compare

Release 0.1.1820

f354a47 CVE-2021-23386 remediation (#17570)

Co-authored-by: Eugene Doan [email protected]

4b64570 Adjusting the padding and adding back the borders after staging review (#17588)

73870bf NOD: Fix evidence upload bug (#17603)

83d2192 CVE-2017-1000048 remediation (#17571)

Co-authored-by: Eugene Doan [email protected]

5a1ab39 Testing changes to document uploaders (#17578)

  • Testing changes to document uploaders

  • Updated commit hash

Co-authored-by: Jesse Cohn [email protected]

952534c Remove prod flags (#17593)

178d46f CT Redesign: Update name/location search functionality #25098 (#17555)

  • AC2a,b

  • AC3

  • AC 4 start

  • revert

  • name search with filters works from url

  • Update LocationSearchForm.jsx

  • handle undefined for tab on page load

  • load page from url

  • first attempt set filters in url

  • Update GiBillApp.jsx

  • the one where it puts the stuff into the url

  • Update NameSearchForm.jsx

  • persist all search.query values to url

  • merge

  • Update index.js

  • merges

  • Update NameSearchForm.jsx

  • collapse when state changes

  • Update RefineYourSearch.jsx

  • update expanded state value on change

  • Update TuitionAndHousingEstimates.jsx

  • fix issue where search by area was triggered load from url behavior

  • Update LocationSearchForm.jsx

55e3c4c CT Sandbox - Search Result Checkbox Click (#17606)

  • Checkbox position relative

  • Style update

b0fed84 Adjusting padding (#17609)

fbf18f1 fix typo (#17610)

8bff8dc Set up basic actions/reducers for communication prefs (#17595)

ad73685 Fix SIPIntro unit test (#17604)

263ce6d CT Sandbox: Location Map Marker not scrolling onClick (#17612)

  • revert overflow change

  • fix location card display and scrolling

  • Update _gi-search-location.scss

e9a39fe Cancel requests through VAOS service when toggle is on (#17597)

5574c49 Don't fetch requests on VAOS upcoming appts page (#17600)

0c108fd Remove feature flags (#17587)

  • 526 remove BDD feature flag

  • Remove 526 Orginal Claim Feature Flag

  • Remove 526 Feature Flag from selectors

  • Remove orginal claim wizard page, FF is removed

  • Remove FF from wizard, and form

  • Add back DOB and ServicePeriods

  • Remove allowBDD flags, and unit testing .

  • Remove unit testing, and orignal claims feature flipper

  • Remove Feature Flag Unit testing

  • Remove connect wizard testing

  • Add allowBdd for isBddData feature flag

8cef4c7 Update show additional issues page logic (#17617)

vets-website/v0.1.1819

15 Jun 19:19
70e744e
Compare
Choose a tag to compare

Release 0.1.1819

a9a5aa4 NOD: Add area of disagreement hint text (#17592)

  • Fix spelling

  • Make disagreement constants

  • Split out area of disagreement helpers

  • Add hint text & dynamic maxLength to "other" input

  • Add hint text id

2a1f088 Handle Cerner locations on VAOS flat facilities page list (#17584)

89057b3 CT Sandbox - Compare view updates (#17581)

2e924f9 locutus CVE remidiation (#17564)

Co-authored-by: Eugene Doan [email protected]

872a133 CT Redesign: Allow location search via Map control #24261 (#17583)

  • searches map based on center and diagonal distance

  • hide button, and disable centering

  • Update LocationSearchResults.jsx

  • Update LocationSearchResults.jsx

  • scroll map to center

  • Update LocationSearchResults.jsx

  • manually fix double click zoom

  • Update LocationSearchResults.jsx

78c89e1 24719: Remove prod flag for 24718 (#17568)

51a9fc8 Update HLR mock dates (#17598)

4314624 Fix Edit alignment (#17596)

0794fcd Delete two step VAOS facilities page (#17594)

814379f CVE-2016-10540 remediation (#17565)

Co-authored-by: Eugene Doan [email protected]

29017c1 Add aria-describedby option to TextWidget (#17590)

c9c8387 Fix spouse income section heading (#17601)

ecd1bdb GHSA-pc5p-h8pf-mvwp remediation (#17569)

Co-authored-by: Eugene Doan [email protected]

70e744e lighthouse renamed disagreementReason to disagreementArea (#17602)

vets-website/v0.1.1818

14 Jun 19:01
271dd55
Compare
Choose a tag to compare

Release 0.1.1818

9dfdbf2 Footer update (#17576)

  • save progress so far

  • update footer

  • add comments

  • get mobile accordion view working, styling in mobile next

  • save progress

  • mobile styling

  • styling

  • abstract logic into shared component

  • update language lsits template

  • add feature flag

  • wrap with provider instead

  • prepare lang code changes for urls for translated content

  • implemetm client side redirects to preserve redux state when clicking on Links

  • remove comments

  • persist redux to local storage

  • persist only i18 state

  • remove un needed code

  • persist only i18 state

  • sync i18Select with redux store

  • add todo comment

  • default link click lang code behavior

  • Add back feature flag

  • abstract actions

  • refactor iteration per PR feedback

  • set lang Code in redux at the appropriate time

  • update logic for setting language code on click

  • update logic for setting language code on click

  • update logic for setting language code on click

  • add footer language support analytic events

  • feature flag debiugging

  • alphabetical ordeR

  • remove console.logs

  • add hrefs

  • remove feat flag for now

  • remove feat flag for now

  • merge w master

  • add back feat flag

  • clean up hooks and hrefs

  • add back feature flag in hook

  • add guard for setting innerText

  • add common store to startVaFooter for subdomains

  • update lang assistance label

  • fix for breadscrumbs being proncouned in incorrect language

  • add lang attribute

  • gaurd entire operation inside if

  • minor changes

  • clean up spacing within language support section

  • update mobile layout per mock

  • remove trailing |

  • add border top + bottom to desktop language support

  • add margin top to Get answers in fourth column

  • Save ebugging work

  • save work so far, todo, add back feature flag

  • rename callback for clarity

  • add comment to adaptLinksWithLangCode

  • cleean up function

  • add back feature flag guard

  • breadcrumbs fix

  • add padding top

  • add condition

  • uncomment

  • udpate lang setting logic to keep all links in sync with page lang attribute, but also allow child links to have their own lang attribute based on the href

  • add back missing var

  • add back missing var

  • update url reading logic

Co-authored-by: Fareez Ahmed [email protected]

5d98935 NOD: sort issues (#17575)

  • Fix JS error

  • Fix issue card alignment

  • Sort issues by decision date

40c2447 [Upgrade] Nightwatch 1.6.2 / ChromeDriver 91 (#17560)

  • Updated chromedriver to 91.

  • Disable Feedback Tool keyboard test.

  • Disable GIBCT keyboard test.

  • Upgraded Nightwatch.

  • Use ChromeDriver directly without Selenium.

  • Fixed claims-status Nightwatch tests.

  • Fixed edu-benefits Feedback Tool keyboard nav test.

  • Fixed letters authed test.

  • Fixed megamenu test.

  • Enabled GIBCT keyboard test.

  • Removed Nightwatch depedency resolution.

  • Removed Selenium.

  • Deduplicate conditional for Jenkins integration stage.

  • Run test:e2e:headless script for Nightwatch tests in Jenkins.

  • Using nightwatch:docker script again.

  • Install and pin Chrome at version 91.

  • Updated docker-compose Nightwatch config.

  • Expose port 4444.

  • Set host to container name.

  • Use default port 9515 for ChromeDriver.

  • Open allowed IPs for ChromeDriver.

  • Tweaked ChromeDriver args.

  • Save NPM logs as artifacts for debugging.

  • Fixed artifact archival.

  • Fixed artifact archival.

  • Reverted log artifacts.

  • Tweaked ChromeDriver args.

  • Output ChromeDriver logs and save as artifact.

  • Archive artifacts within container.

  • Removed archived log.

  • Allow localhost IP.

  • Modified Nightwatch config.

  • Use localhost for host.

  • Reconfiguration with logging.

  • Trying Nightwatch tests without running docker-compose.

  • Expose port 4444 and include some CLI args.

  • Open allowed IPs.

  • Swapped back to nightwatch:docker.

  • Back to using docker-compose for Nightwatch tests.

  • Modified status polling timeout parameters.

  • Tweaked Dockerfile to properly install Chrome.

  • Removed creation of unused directory.

  • Reduce noise from Chromedriver output.

  • Removed allow list argument.

  • Keeping ChromeDriver port at 9515 everywhere for consistency.

  • Reduced polling intervals. Made Nightwatch configs more consistent.

  • Removed archival of log file that's no longer generated.

  • Ensure body has loaded before modifying it. Reduces noise from error output.

  • Keep Selenium in dependencies.

  • Missing a word in assertion chain.

  • Going back to default polling intervals.

819547b 24657 Explore ways to improve verification of ICS files (#17431)

  • Changed token data structure to Map
    Modified related unit test

  • Add some new unit tests.

  • Modified unit test to use keyword lookup instead of array indexes.

  • Modified per code review.

7f105d7 Remove project cheetah flag (#17577)

  • Remove project cheetah flag

  • Remove empty featureToggles object

093f59d Add e2e tests for mega menu (#17582)

  • Add e2e tests for mega menu

  • Fix linting error

  • Remove old nightwatch e2e tests for megamenu

bea3161 25559: Update search results card content and layout (#17552)

  • 25559: Update search result cards styling and content

  • 25559: Update spacing for caution flag section

  • 25559: Pull location card header outside of card, remove fixed height for title section

  • 25559: Change none to n/a

  • 25559: refactor captilization

8a81ad2 25545 scaffold auto coe page (#17580)

  • initial redux code

  • initial commit for certificate download component

  • lern to spell

  • if a user is logged out, skip the coe call.

  • separate route

  • move coe logic from app to eligibility app

  • remove unused routes, add download icon

857afa0 Allow for edit on accordion open and bypass edit button (#17452)

  • Allow for edit on accordion open and bypass edit button

  • Add editModeOnReviewPage: true to spouse previous employment

61adfe5 Fetch VA and CC requests from VAOS service (#17561)

  • Initial api call setup

  • Working request list page

  • Remove unused mock data

  • Update message handling for vaos service requests

  • Create getCommunityCareFacility method and update mocks

  • Add PPMS transform for requested appointment details

  • Add VAOS request mock

  • Fix provider name bug and add initial tests

  • Fix bug in review page submit

  • Fix VAOS service request details page tests

  • Fix comment in v1 transformer

  • WIP appointment list tests for VAOS service

  • Add unit tests for RequestedAppointmentsList page and update v2 helpers

Co-authored-by: Jeff Balboni [email protected]

271dd55 CT Sandbox: Compare View (#17554)

vets-website/v0.1.1817

11 Jun 19:01
2f24c5e
Compare
Choose a tag to compare

Release 0.1.1817

bd0933d BDD: Show separation location for qualified activated reservists (#17558)

  • Move separation location question

  • Show separation location for BDD qualified activated reservists

  • Move claim type question before issues

  • Update unit test

6d3cf1b Switch sass-lint to stylelint in GIthub Action (#17506)

  • Initial commit to switch from sass-lint to stylelint

  • Test stylelint action

  • Remove sasslint files

  • fix syntax error

  • add conditional statement to always execute annotation

  • fix stylelint output

  • remove test

  • updated variables to say stylelint

  • update pull request file to use stylelint

  • test files changed on SCSS

  • pretty lint

  • remove test. test workflow with no scss files

  • Change regex for JS filter

  • change regex to include css as well

5e376e0 DT-22452 Find Forms UI change after stakeholders feedback (#17538)

  • First change after desginer feedback

  • Refactored

5ed3fac Move finish app later link (#17548)

  • Move finish app later link

  • Fix unit tests

  • Fix save link href

  • Fix unit tests

  • Change Finish link back to a button

  • Add button type

b997f27 feat(1010ez): add space force branch served option (#17485)

  • feat(1010ez): add space force branch served option

  • update vets-json-schema version

2f24c5e Update FSR URL to /request-debt-help-form-5655 (#17540)

  • Update FSR URL

  • Skip e2e test when waiting for content-build PR to be merged

vets-website/v0.1.1816

10 Jun 19:13
e8506e3
Compare
Choose a tag to compare

Release 0.1.1816

51b37fb Make x-padding consistent across My VA 2.0 and Profile (#17547)

  • Fix Profile breadcrumbs on non-mobile screens

Needed to add some additional padding on the left

  • reduce My VA x-padding on mobile sizes

  • fix breadcrumbs

Co-authored-by: Taylor Mitchell [email protected]

376303d Update announcements.json (#17546)

4236aeb Facility Locator: Do not trigger Use My Location when pressing enter in location field. (#17551)

  • Facility Locator: Do not trigger Use My Location when pressing enter in location field.

Resolves department-of-veterans-affairs/va.gov-team#25169

  • Add cypress test

932933c Coded Wireframes (#17531)

  • added navigator method

  • added timout to simluate loading

  • added minimum test for nagivator

  • added check in tests

  • changed where flipper is checked

  • cleaned up tests

  • added simple test of insurance

  • made the test simplier

  • added e2e for routing

  • added contetn

  • Trigger CI

  • removed radio buttons

  • updated appt details

  • updated e2e tests

f4f1524 HLR: remove feature flag (#17549)

  • HLR: remove feature flag

  • Add empty features

72e810d Elevate LOADING_STATES constants to personalization/common (#17553)

80ddd1f Show video instructions on ATLAS appointments, refactor video visit component (#17512)

e5245b7 Remove Organization service, incorporate parent facility logic into Location (#17542)

c06510b Upgrade Cypress to 7.5.0 (#17131)

  • Upgrade Cypress to 7.2.0

  • Disable failFast in Jenkinsfile

  • WIP

  • Linting fix

  • WIP

  • Fix intercepts

  • Upgrade to 7.3.0 and refactor failing tests

  • Remove unneeded wildcard

  • WIP

  • Skip failing test

  • Upgrade to 7.4.0

  • Remove duplicate skip

  • Upgrade Cypress to 7.5.0

  • Fix failing dependency verification test

2051d57 CT Redesign: Apply filters when searching (#17455)

  • Update RefineYourSearch.jsx

  • Update index.js

  • filters cleanup

  • Update helpers.js

  • Update RefineYourSearch.jsx

3e58cf9 breadcrumbs lang code fix (#17539)

  • save progress so far

  • update footer

  • add comments

  • get mobile accordion view working, styling in mobile next

  • save progress

  • mobile styling

  • styling

  • abstract logic into shared component

  • update language lsits template

  • add feature flag

  • wrap with provider instead

  • prepare lang code changes for urls for translated content

  • implemetm client side redirects to preserve redux state when clicking on Links

  • remove comments

  • persist redux to local storage

  • persist only i18 state

  • remove un needed code

  • persist only i18 state

  • sync i18Select with redux store

  • add todo comment

  • default link click lang code behavior

  • Add back feature flag

  • abstract actions

  • refactor iteration per PR feedback

  • set lang Code in redux at the appropriate time

  • update logic for setting language code on click

  • update logic for setting language code on click

  • update logic for setting language code on click

  • add footer language support analytic events

  • feature flag debiugging

  • alphabetical ordeR

  • remove console.logs

  • add hrefs

  • remove feat flag for now

  • remove feat flag for now

  • merge w master

  • add back feat flag

  • clean up hooks and hrefs

  • add back feature flag in hook

  • add guard for setting innerText

  • add common store to startVaFooter for subdomains

  • update lang assistance label

  • fix for breadscrumbs being proncouned in incorrect language

  • add lang attribute

  • gaurd entire operation inside if

  • minor changes

  • clean up spacing within language support section

  • update mobile layout per mock

  • remove trailing |

  • add border top + bottom to desktop language support

  • add margin top to Get answers in fourth column

  • Save ebugging work

  • save work so far, todo, add back feature flag

  • rename callback for clarity

  • add comment to adaptLinksWithLangCode

  • cleean up function

  • add back feature flag guard

  • breadcrumbs fix

  • add padding top

  • add condition

  • uncomment

  • udpate lang setting logic to keep all links in sync with page lang attribute, but also allow child links to have their own lang attribute based on the href

  • add back missing var

  • add back missing var

Co-authored-by: Fareez Ahmed [email protected]

e8506e3 Updated heading levels according to 508 feedback (#17559)

Co-authored-by: Jesse Cohn [email protected]

vets-website/v0.1.1815

09 Jun 19:11
b8284b4
Compare
Choose a tag to compare

Release 0.1.1815

c471d3e add redux-mock-store for testing async redux actions (#17534)

9f63976 CT Redesign: The one were it scrolls and stays open (#17489)

  • Update RefineYourSearch.jsx

  • Update index.js

  • filters cleanup

  • Update helpers.js

  • Update RefineYourSearch.jsx

  • track accordion open status, scroll when searching, location issues

  • revert filter updates

  • Update LocationSearchResults.jsx

  • Update NameResults.jsx

  • Update NameResults.jsx

  • Update NameSearchForm.jsx

70dc001 Footer update (#17524)

  • save progress so far

  • update footer

  • add comments

  • get mobile accordion view working, styling in mobile next

  • save progress

  • mobile styling

  • styling

  • abstract logic into shared component

  • update language lsits template

  • add feature flag

  • wrap with provider instead

  • prepare lang code changes for urls for translated content

  • implemetm client side redirects to preserve redux state when clicking on Links

  • remove comments

  • persist redux to local storage

  • persist only i18 state

  • remove un needed code

  • persist only i18 state

  • sync i18Select with redux store

  • add todo comment

  • default link click lang code behavior

  • Add back feature flag

  • abstract actions

  • refactor iteration per PR feedback

  • set lang Code in redux at the appropriate time

  • update logic for setting language code on click

  • update logic for setting language code on click

  • update logic for setting language code on click

  • add footer language support analytic events

  • feature flag debiugging

  • alphabetical ordeR

  • remove console.logs

  • add hrefs

  • remove feat flag for now

  • remove feat flag for now

  • merge w master

  • add back feat flag

  • clean up hooks and hrefs

  • add back feature flag in hook

  • add guard for setting innerText

  • add common store to startVaFooter for subdomains

  • update lang assistance label

  • fix for breadscrumbs being proncouned in incorrect language

  • add lang attribute

  • gaurd entire operation inside if

  • minor changes

  • clean up spacing within language support section

  • update mobile layout per mock

  • remove trailing |

  • add border top + bottom to desktop language support

  • add margin top to Get answers in fourth column

  • Save ebugging work

  • save work so far, todo, add back feature flag

  • rename callback for clarity

  • add comment to adaptLinksWithLangCode

  • cleean up function

  • add back feature flag guard

Co-authored-by: Fareez Ahmed [email protected]

87ba192 Pensions form bug fixes and Cypress test (#17520)

  • Fixed casing for consistency.

  • Added Cypress test for pensions.

  • Removed Nightwatch test for pensions.

  • Fixed broken accordion expansion on review page.

  • Fixed a11y issues on review page.

  • Stubbed submission request.

a6b5d9b Move VAOS vaccine option to type of care page and update CTA (#17495)

2887f46 Update component library (#17535)

d9203d0 Add resolution for normalize-url (CVE-2021-33502) (#17541)

25884fd 526|508: Add aria-describedby to wizard (#17544)

  • Add aria-describedby to wizard choices

  • Clean up content

fbfbaf3 collapse accordions on marker click (#17543)

f9a3546 update vaccine flow URL (#17521)

  • update vaccine URL

  • add redirect for covid vaccination URL

Co-authored-by: Jeff Balboni [email protected]

b8284b4 Update design changes for alertbox message for blocked browser (#17536)

  • design changes for alertbox blocked browser msg

  • update alert box msg VA new appt choose location

  • minor text edit

  • update unit test

  • remove unnecessary react shorthand fragments