{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":176607574,"defaultBranch":"main","name":"accessibility-insights-web","ownerLogin":"lisli1","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-03-19T22:21:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/48259897?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1679625127.0","currentOid":""},"activityList":{"items":[{"before":"1e3ebf9b6f05b2d340e713a1f7c48cb0829ee341","after":"5183734734ee09a45c018fcc8e226159bd233ba2","ref":"refs/heads/main","pushedAt":"2023-03-30T00:20:14.656Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"fix(automated-checks): needs review data missing in details view (#6548)\n\n#### Details\r\n\r\nNeeds review card view data was not being calculated correctly, this\r\nfixes that. Also improves tests to catch this issue if it were to happen\r\nagain.\r\n\r\n##### Motivation\r\n\r\nFeature work.\r\n\r\n##### Context\r\n\r\nn/a\r\n\r\n#### Pull request checklist\r\n\r\n- [ ] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [x] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [x] Verified code coverage for the changes made. Check coverage report\r\nat: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [ ] (UI changes only) Added screenshots/GIFs to description above\r\n- [ ] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"fix(automated-checks): needs review data missing in details view (mic…"}},{"before":"e41f4fef3ddca6e2f647e0dca602739cf0b21215","after":"1e3ebf9b6f05b2d340e713a1f7c48cb0829ee341","ref":"refs/heads/main","pushedAt":"2023-03-27T21:27:35.599Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"fix(automated-checks): prevProps causes assessment to be null (#6545)\n\n#### Details\r\n\r\nWill check assessment to be null before setting the selected test\r\nsubview.\r\n\r\n##### Motivation\r\n\r\nFeature work/fixes issue where switching between quick assess and\r\nassessment would crash.\r\n\r\n##### Context\r\n\r\nIdeally, I'd like to make the assessment view update handler less\r\nbrittle to changes of the step (likely by refactoring how step\r\ninformation is gotten ... maybe to the configuration objects) but\r\nunfortunately that would be a larger refactor than what I want to tackle\r\nright now.\r\n\r\n#### Pull request checklist\r\n\r\n- [ ] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [x] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [ ] Verified code coverage for the changes made. Check coverage report\r\nat: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [ ] (UI changes only) Added screenshots/GIFs to description above\r\n- [ ] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"fix(automated-checks): prevProps causes assessment to be null (micros…"}},{"before":"7680a82d2d07f0485011631dacbbeb13c8ecab24","after":"e41f4fef3ddca6e2f647e0dca602739cf0b21215","ref":"refs/heads/main","pushedAt":"2023-03-27T18:04:44.571Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"chore: update notice for release 2.38.0 (#6541)\n\n#### Details\r\n\r\nSimilar to #6417, updating NOTICE file with generated notice from\r\nprivate build ([20230327.1]). However, there were no missing components\r\nmentioned.\r\n\r\n##### Motivation\r\n\r\nCompliance\r\n\r\n#### Pull request checklist\r\n\r\n- [ ] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [ ] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [ ] Verified code coverage for the changes made. Check coverage report\r\nat: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [ ] (UI changes only) Added screenshots/GIFs to description above\r\n- [ ] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"chore: update notice for release 2.38.0 (microsoft#6541)"}},{"before":"eeba6ab51495f9532c741a86cb48a59d758d631f","after":"7680a82d2d07f0485011631dacbbeb13c8ecab24","ref":"refs/heads/main","pushedAt":"2023-03-27T17:33:35.995Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"feat(automated-checks): fix assessment automated checks visualization refresh behavior (#6540)\n\n#### Details\r\n\r\nFix bug where, upon refresh of the target page, the visualizations in\r\nAssessment > Automated Checks are not re-enabled. This PR updates that\r\nthe assessment issues test view to behave similarly to the\r\nRequirementView, which is responsible for handling this behavior (via\r\nthe AssessmentViewUpdateHandler).\r\n\r\n##### Motivation\r\n\r\nFeature work\r\n\r\n#### Pull request checklist\r\n\r\n- [n/a] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [x] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [x] Verified code coverage for the changes made. Check coverage report\r\nat: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [n/a] (UI changes only) Added screenshots/GIFs to description above\r\n- [n/a] (UI changes only) Verified usability with NVDA/JAWS\r\n\r\n---------\r\n\r\nCo-authored-by: Wahaj Abid ","shortMessageHtmlLink":"feat(automated-checks): fix assessment automated checks visualization…"}},{"before":"870d9f654a965495778a3277b7b29544bb345627","after":"eeba6ab51495f9532c741a86cb48a59d758d631f","ref":"refs/heads/main","pushedAt":"2023-03-24T20:57:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"feat(automated-checks): add rule info to scan node results from default rule map (#6539)\n\n#### Details\r\n\r\nUses the default rules to amend rule info to the automated checks.\r\nRemoves changes to the test step result that was doing this for us\r\nbecause that does not cover the backwards compatibility scenario and\r\nwould result in a lot of duplicate data.\r\n\r\n##### Motivation\r\n\r\nFeature work.\r\n\r\n##### Context\r\n\r\nWhat if we load an assessment that has a rule that is not included in\r\nthe default rules? In this case, we simply do not show that info (since\r\nwe do not have it) in the UI.\r\n\r\nA further improvement to this approach would be to start storing rule\r\ninformation onScanCompleted in the AssessmentStore. This could then be\r\nused instead to load the data in combination with the default rule\r\ninformation.\r\n\r\nScreenshots below of what automated checks looks like when loading an\r\nolder assessment.\r\nBefore:\r\n\r\n![image](https://user-images.githubusercontent.com/32555133/227634189-bfd406b2-6c68-4c77-942c-a7630a776343.png)\r\n\r\nAfter:\r\n\r\n![image](https://user-images.githubusercontent.com/32555133/227634121-80f624c6-87cc-403c-89e6-bda4d38773e6.png)\r\n\r\n\r\n#### Pull request checklist\r\n\r\n- [ ] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [x] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [x] Verified code coverage for the changes made. Check coverage report\r\nat: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [ ] (UI changes only) Added screenshots/GIFs to description above\r\n- [ ] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"feat(automated-checks): add rule info to scan node results from defau…"}},{"before":"6a33ca841bbc6f74be21bdeebd6b53b40028bdbb","after":"870d9f654a965495778a3277b7b29544bb345627","ref":"refs/heads/main","pushedAt":"2023-03-24T19:40:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"build: fix unified unsigned build issues with yarn v3 migration (#6530)\n\n#### Details\r\n\r\nThis PR attempts to fix two issues with our unified unsigned build that\r\nstarted occurring with the yarn v3 update:\r\n\r\n* Mac and Windows agents were hitting out-of-heap errors during the\r\ntest:unified step. This PR adds `--max-old-space-size=512` to that\r\ncommand to attempt to mitigate this.\r\n* Linux agents were hitting an error during `build:unified:all` where\r\nYarn would complain about being forced to update a lockfile as part of\r\nan `electron-builder` step. Implemented a workaround for this and a big\r\ncomment explaining it in `Gruntfile.js`.\r\n* I verified this locally by setting `$env:CI = 'true'` and running\r\n`yarn build:unified:canary`, verifying that it reproed the issue from\r\nthe CI environment, applying the fix in the PR, and then verifying that\r\nthe issue no longer occurred\r\n\r\n##### Motivation\r\n\r\nFix unified unsigned build\r\n\r\n##### Context\r\n\r\nn/a\r\n\r\n#### Pull request checklist\r\n\r\n- [n/a] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [n/a] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [n/a] Verified code coverage for the changes made. Check coverage\r\nreport at: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [n/a] (UI changes only) Added screenshots/GIFs to description above\r\n- [n/a] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"build: fix unified unsigned build issues with yarn v3 migration (micr…"}},{"before":"6aaf7fe6432a0cbd887924cae1659f6d41d87c6c","after":null,"ref":"refs/heads/fix-refresh-assessment-automated-checks-test-view","pushedAt":"2023-03-24T02:32:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"07266ee86b9696fe8b87c501dbcb653a4d5a7618","after":"6aaf7fe6432a0cbd887924cae1659f6d41d87c6c","ref":"refs/heads/fix-refresh-assessment-automated-checks-test-view","pushedAt":"2023-03-24T02:18:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"add separate createTestView in AssessmentIssuesTestView to use corresponding props","shortMessageHtmlLink":"add separate createTestView in AssessmentIssuesTestView to use corres…"}},{"before":null,"after":"07266ee86b9696fe8b87c501dbcb653a4d5a7618","ref":"refs/heads/fix-refresh-assessment-automated-checks-test-view","pushedAt":"2023-03-24T02:11:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"create new component for assessment automated checks to not show target page changed view","shortMessageHtmlLink":"create new component for assessment automated checks to not show targ…"}},{"before":"4e4a7855bd5c39def3d711a6dda2e0893d5b1b9c","after":"6a33ca841bbc6f74be21bdeebd6b53b40028bdbb","ref":"refs/heads/main","pushedAt":"2023-03-23T22:48:39.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"chore: bump ui package from 0.3.0 to 0.4.0 for upcoming release (#6533)\n\n#### Details\r\n\r\nBumping minor version of the ui package from 0.3.0 to 0.4.0 in\r\npreparation for release\r\n\r\n##### Motivation\r\n\r\nKeep in sync with upcoming Web 2.38.x release\r\n\r\n#### Pull request checklist\r\n\r\n- [n/a] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [n/a] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [n/a] Verified code coverage for the changes made. Check coverage\r\nreport at: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [n/a] (UI changes only) Added screenshots/GIFs to description above\r\n- [n/a] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"chore: bump ui package from 0.3.0 to 0.4.0 for upcoming release (micr…"}},{"before":"f198d6cb7ee253fbe1c07f33a22a0e142b50d49b","after":null,"ref":"refs/heads/lisli1/bump-ui-package-0.4.0","pushedAt":"2023-03-23T22:30:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":null,"after":"f198d6cb7ee253fbe1c07f33a22a0e142b50d49b","ref":"refs/heads/lisli1/bump-ui-package-0.4.0","pushedAt":"2023-03-23T21:30:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"bump ui package from 0.3.0 to 0.4.0 for upcoming release","shortMessageHtmlLink":"bump ui package from 0.3.0 to 0.4.0 for upcoming release"}},{"before":"9bd8a2f659169715599c7ac19feadaac97dbedee","after":null,"ref":"refs/heads/lisli1/enable-automated-checks-ff","pushedAt":"2023-03-23T20:53:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"b1baf41a644e1fac6d00d9355e091e2fed416cf2","after":"9bd8a2f659169715599c7ac19feadaac97dbedee","ref":"refs/heads/lisli1/enable-automated-checks-ff","pushedAt":"2023-03-23T19:38:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"forceDefault to true","shortMessageHtmlLink":"forceDefault to true"}},{"before":null,"after":"b1baf41a644e1fac6d00d9355e091e2fed416cf2","ref":"refs/heads/lisli1/enable-automated-checks-ff","pushedAt":"2023-03-23T19:34:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"enable automated checks feature flag","shortMessageHtmlLink":"enable automated checks feature flag"}},{"before":"2639abe5ac160fb2754f82418fcfea7b2bb7af76","after":"4e4a7855bd5c39def3d711a6dda2e0893d5b1b9c","ref":"refs/heads/main","pushedAt":"2023-03-23T19:13:29.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"feat(automated-checks): add listeners for assessment actions in AssessmentCardSelectionStore (#6510)\n\n#### Details\r\n\r\nThis PR adds listeners for various assessment actions (scanCompleted,\r\nresetData, resetAllAssessmentsData, loadAssessment, and\r\nloadAssessmentFromTransfer) and updates the AssessmentCardSelectionStore\r\nstate based on the payload.\r\n\r\nThe `store-data-to-scan-node-result-converter` was updated to take in\r\nthe `testKey` as a param, since we would want to populate the\r\nAssessmentCardSelectionStore with data from all the assessment tests,\r\nnot just the selected test.\r\n\r\n##### Motivation\r\n\r\nPart of feature work\r\n\r\n##### Context\r\n\r\nIt uses `store-data-to-scan-node-result-converter` to convert the\r\nassessment store data to card selection store data for the load actions.\r\n\r\nAdded `assessment-card-selection-store.ts` to the exclude list in\r\n`tsconfig.strictNullChecks.json` which is not ideal, but there were\r\nfailing null checks from `initial-assessment-store-data-generator.ts`\r\n(already in the exclude list) that would require changing a lot of files\r\nthat could potentially impact existing functionality.\r\n\r\n#### Pull request checklist\r\n\r\n- [ ] Addresses an existing issue: #0000\r\n- [x] Ran `yarn fastpass`\r\n- [x] Added/updated relevant unit test(s) (and ran `yarn test`)\r\n- [x] Verified code coverage for the changes made. Check coverage report\r\nat: `/test-results/unit/coverage`\r\n- [x] PR title *AND* final merge commit title both start with a semantic\r\ntag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See\r\n`CONTRIBUTING.md`.\r\n- [n/a] (UI changes only) Added screenshots/GIFs to description above\r\n- [n/a] (UI changes only) Verified usability with NVDA/JAWS","shortMessageHtmlLink":"feat(automated-checks): add listeners for assessment actions in Asses…"}},{"before":"73cf8046795c618b027ec2fc7491f1dc3ad6d99f","after":null,"ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-23T19:10:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"c8835f00ec3f1e0ce57f0a8e6ef159a33ca7f919","after":null,"ref":"refs/heads/lisli1/create-shared-assessment-action-message-creator","pushedAt":"2023-03-23T19:01:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"d0b1f253f6723122be6958ed8c50b2be186756ec","after":null,"ref":"refs/heads/lisli1/assessment-amc-to-use-shared-assessment-amc","pushedAt":"2023-03-23T19:01:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"694ed3a6c5c8a41862442e4bf864aacdc576add1","after":null,"ref":"refs/heads/lisli1/create-quick-assess-action-message-creator","pushedAt":"2023-03-23T19:01:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"edcb545b435d84253c1747562874369c47d1b26b","after":null,"ref":"refs/heads/lisli1/register-medium-pass-callbacks","pushedAt":"2023-03-23T19:01:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"c28d82c5353ba76d458120932e85e1226cee191a","after":null,"ref":"refs/heads/lisli1/update-text-quick-assess-to-assessment-dialog","pushedAt":"2023-03-23T19:01:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"a64d29e63bcb484739f8eb0fdd950c4d641d815e","after":null,"ref":"refs/heads/lisli1/fix-null-checks","pushedAt":"2023-03-23T19:01:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"}},{"before":"5d7f85875b2035991fe814ee469f64311d7fa5a1","after":"73cf8046795c618b027ec2fc7491f1dc3ad6d99f","ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-23T18:57:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"add assessment-card-selection-store to exclude list","shortMessageHtmlLink":"add assessment-card-selection-store to exclude list"}},{"before":"486a9615a9426713f31a4e2ee50155d7f12ffaa5","after":"5d7f85875b2035991fe814ee469f64311d7fa5a1","ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-23T18:28:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"add comment to explain backwards compatibility reasoning","shortMessageHtmlLink":"add comment to explain backwards compatibility reasoning"}},{"before":null,"after":"a64d29e63bcb484739f8eb0fdd950c4d641d815e","ref":"refs/heads/lisli1/fix-null-checks","pushedAt":"2023-03-23T18:14:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"fix null check issues originating from initial-assessment-store-data-generator","shortMessageHtmlLink":"fix null check issues originating from initial-assessment-store-data-…"}},{"before":"ea93d79d80b6b8c03cc82380b5c399729682dacf","after":"486a9615a9426713f31a4e2ee50155d7f12ffaa5","ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-23T01:33:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"PR comments","shortMessageHtmlLink":"PR comments"}},{"before":"60934b056bfab4b3c9ea21c17e5b558d16fb3de5","after":"ea93d79d80b6b8c03cc82380b5c399729682dacf","ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-22T21:50:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"extract stub constants for use throughout tests","shortMessageHtmlLink":"extract stub constants for use throughout tests"}},{"before":"4a5e01a151bfb77e91131b6c9201e053732fe4b2","after":"60934b056bfab4b3c9ea21c17e5b558d16fb3de5","ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-22T21:06:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"remove unused import","shortMessageHtmlLink":"remove unused import"}},{"before":"f62fbb68c14a959aada3a41f8542a2e3c3d8d0e4","after":"4a5e01a151bfb77e91131b6c9201e053732fe4b2","ref":"refs/heads/lisli1/assessment-card-selection-store-assessment-actions","pushedAt":"2023-03-22T21:05:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lisli1","name":null,"path":"/lisli1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48259897?s=80&v=4"},"commit":{"message":"move get default card selection data to separate method","shortMessageHtmlLink":"move get default card selection data to separate method"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADDjhdJAA","startCursor":null,"endCursor":null}},"title":"Activity · lisli1/accessibility-insights-web"}