Skip to content

Tags: DSACMS/iv-cbv-payroll

Tags

deploy/prod/2025-02-25-15-41-34

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FFS-2453: Replace Help Modal iframe with Turbo Frame (#459)

Co-authored-by: George Byers <[email protected]>

deploy/prod/2025-02-04-18-01-43

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade postcss from 8.4.49 to 8.5.0 (#434)

Snyk has created this PR to upgrade postcss from 8.4.49 to 8.5.0.

See this package in npm:
postcss

See this project in Snyk:
https://app.snyk.io/org/ospo/project/a94f26c7-ed40-4004-a636-d3b13c37de47?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

deploy/prod/2025-01-24-16-32-58

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2374: Include new wind down copy (#420)

deploy/prod/2025-01-23-16-28-15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade esbuild from 0.24.0 to 0.24.2 (#414)

Snyk has created this PR to upgrade esbuild from 0.24.0 to 0.24.2.

See this package in npm:
esbuild

See this project in Snyk:
https://app.snyk.io/org/ospo/project/a94f26c7-ed40-4004-a636-d3b13c37de47?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: allthesignals <[email protected]>

deploy/prod/2025-01-02-14-25-28

Track eight events from Pinwheel modal interactions

These events cover most of what we're hoping to instrument for future
Pinwheel sessions. In the order a user may experience them:

1. `PinwheelShowProviderConfirmationPage` - sent when a provider
   confirmation screen is shown (e.g. "Amazon" showing multiple
   platforms like A to Z and ADP)
2. `PinwheelShowLoginPage` - sent when the first screen of a login is
   shown (whether it's employer disambiguation, username/password, or
   other input required by user)
3. `PinwheelAttemptLogin` - sent when the user attempts login (sent only
   once on the first screen even if there are subsequent screens for MFA
   or other employer-specific questions). Unfortunately, there are no
   Pinwheel events on the subsequent login pages.
4. `PinwheelError` - sent when an error occurs, likely an incorrect
   login or MFA code, but also a system error.
5. `PinwheelSuccess` - sent when the login completes.

If the user doesn't follow the intended path through the modal, they may
trigger:
6. `PinwheelShowDefaultProviderSearch` - sent when the user deselects
   the employer or platform and returns to the beginning of the pinwheel
   modal
7. `PinwheelAttemptClose` - shown when the user clicks the "X" in the
   modal, before confirming the closure
8. `PinwheelCloseModal` - shown when the modal actually closes

deploy/prod/2024-12-20-15-17-47

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FFS-2175: Removing Skylight from the project (#402)

deploy/prod/2024-11-21-17-17-09

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
No ticket: added two missing Spanish translations for reminder emails (

…#370)

Adding missed Spanish string translation for reminder emails. 
Added Spanish option for mailer preview of reminder emails.

deploy/prod/2024-11-13-11-56-26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
using touch intead of update so we can avoid validation issues (#352)

deploy/prod/2024-11-08-15-37-43

Upgrade three GH Actions dependencies

This will hopefully satisfy actionlint.

deploy/prod/2024-11-08-10-46-41

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Treat pending as error (#349)