Added a new action type and updated the reducer so we can set the token string in redux state
Depends on D9113
Paths
| Differential D9114 Authored by varun on Sep 8 2023, 12:54 PM.
Details Summary Added a new action type and updated the reducer so we can set the token string in redux state Depends on D9113 Test Plan how i tested the SET_ACCESS_TOKEN action: https://gist.github.com/vdhanan/c1a70adc6125268a8f9a085f0b1fcea2
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptSep 8 2023, 12:54 PM2023-09-08 12:54:42 (UTC-7) varun added a child revision: D9115: [lib] move a shared type to lib.Sep 8 2023, 12:58 PM2023-09-08 12:58:06 (UTC-7) Harbormaster completed remote builds in B22459: Diff 30877.Sep 8 2023, 1:13 PM2023-09-08 13:13:29 (UTC-7) This revision is now accepted and ready to land.Sep 11 2023, 5:12 AM2023-09-11 05:12:55 (UTC-7)
Comment Actions
This revision now requires changes to proceed.Sep 12 2023, 10:28 AM2023-09-12 10:28:38 (UTC-7)
Comment Actions address feedback (CommSecureStore changes will come later, but wanted to acknowledge the comment) varun edited the test plan for this revision. (Show Details)Sep 12 2023, 9:04 PM2023-09-12 21:04:44 (UTC-7) Harbormaster completed remote builds in B22571: Diff 31021.Sep 12 2023, 9:17 PM2023-09-12 21:17:23 (UTC-7) This revision is now accepted and ready to land.Sep 13 2023, 4:54 AM2023-09-13 04:54:53 (UTC-7) This revision was landed with ongoing or failed builds.Sep 13 2023, 10:09 AM2023-09-13 10:09:23 (UTC-7) Closed by commit rCOMM00dd73623778: [native] update action types and reducer for setting comm access token (authored by varun). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B22605: Diff 31075.Sep 13 2023, 10:30 AM2023-09-13 10:30:29 (UTC-7)
Revision Contents
Diff 31021 lib/actions/user-actions.js
lib/reducers/services-access-token-reducer.js
lib/types/redux-types.js
|