Commit 43f2a74
committed
fix: revert jQuery to 3.7.1 and harden export resilience
Revert jQuery 4.0.0 to 3.7.1 for Bootstrap 4.6.2 compatibility.
Add unsigned right shift to export test score calculation to match
production logic. Wrap Gmail getLabels() in try-catch so label fetch
failures degrade gracefully during exports. Reconcile missing Outlook
batch responses so silently dropped requests produce explicit errors.1 parent 839ce55 commit 43f2a74
File tree
5 files changed
+28
-10
lines changed- lib/email-client
- test
5 files changed
+28
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
1366 | | - | |
1367 | 1366 | | |
1368 | | - | |
1369 | | - | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
1370 | 1374 | | |
1371 | 1375 | | |
1372 | 1376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1741 | 1741 | | |
1742 | 1742 | | |
1743 | 1743 | | |
1744 | | - | |
| 1744 | + | |
| 1745 | + | |
1745 | 1746 | | |
1746 | 1747 | | |
1747 | 1748 | | |
1748 | 1749 | | |
1749 | 1750 | | |
1750 | 1751 | | |
| 1752 | + | |
| 1753 | + | |
1751 | 1754 | | |
1752 | 1755 | | |
1753 | 1756 | | |
| |||
1820 | 1823 | | |
1821 | 1824 | | |
1822 | 1825 | | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
1823 | 1837 | | |
1824 | 1838 | | |
1825 | 1839 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments