Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

fix: infinite fetch when domain not whitelisted #388

Merged
merged 8 commits into from
Nov 1, 2023

Conversation

Raspincel
Copy link
Contributor

@Raspincel Raspincel commented Oct 26, 2023

No description provided.

@Raspincel Raspincel changed the base branch from main to lab October 26, 2023 10:21
@carlossantos74 carlossantos74 changed the title feat/infinite fetch when domain not whitelisted fix: infinite fetch when domain not whitelisted Oct 26, 2023
@SuperViz-Dev
Copy link
Contributor

Total Coverage: 89.90%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
   shims.d.ts 100% 100% 100%
src/common
src/common/types
   events.types.ts 100% 100% 100%
   meeting-colors.types.ts 100% 100% 100%
   participant.types.ts 100% 100% 100%
   realtime.types.ts 100% 100% 100%
   sdk-options.types.ts 100% 100% 100%
src/common/utils
   do-request.ts 100% 100% 87.50% 20
   index.ts 100% 100% 100%
   logger.ts 100% 100% 100%
   observable.ts 100% 100% 100%
   observer.ts 100% 100% 100%
   sleep.ts 0% 100% 100% 2
src/components
   index.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/components/base
   index.ts 83.33% 100% 89.74% 36, 37, 38, 39, 40
src/components/comments
   index.ts 100% 96.55% 99.32% 105
src/components/comments/canvas-pin-adapter
   index.ts 89.47% 90.48% 93.18% 193, 194, 195, 196, 197, 295, 297, 297, 298, 301, 328
src/components/presence-mouse
   index.ts 88.89% 83.33% 89.19% 130, 131, 132, 142, 177, 178, 179, 180, 181
src/components/realtime
   index.ts 100% 100% 100%
src/components/video
   index.ts 100% 100% 100%
src/core
   index.ts 89.47% 100% 87.88% 49, 50, 68, 72, 74, 85
src/core/launcher
   index.ts 100% 100% 100%
src/services
src/services/api
   index.ts 100% 86.67% 86.54% 104, 105, 106, 107, 94, 95, 97
src/services/auth-service
   index.ts 100% 100% 100%
src/services/browser
   index.ts 100% 100% 100%
src/services/config
   index.ts 100% 100% 100%
src/services/connection-status
   index.ts 100% 100% 100%
src/services/event-bus
   index.ts 100% 100% 100%
src/services/frame-brick-layer
   index.ts 100% 100% 100%
src/services/limits
   index.ts 100% 100% 100%
src/services/message-bridge
   index.ts 93.33% 100% 100% 80
src/services/pubsub
   index.ts 100% 90% 100%
src/services/realtime
   index.ts 100% 100% 100%
src/services/realtime/ably
   index.ts 56.49% 57.43% 70.26% 1009, 101, 1021, 1022, 1023, 1024, 1025, 1025, 1026, 1028, 1028, 1029, 1029, 1032, 1036, 1036, 1036, 1037, 1037, 1040, 1043, 1044, 105, 1080, 1081, 113, 1141, 1150, 1152, 1152, 1153, 117, 118, 1250, 1251, 1255, 1261, 1261, 1262, 1265, 1267, 1268, 1269, 1272, 1276, 1276, 1278, 1279, 1283, 1283, 1283, 1285, 1289, 1293, 1303, 1305, 1311, 1317, 1317, 1318, 1323, 1324, 1327, 1330, 1330, 1331, 1332, 1334, 1335, 1336, 1339, 1343, 1343, 1345, 1346, 1350, 1350, 1350, 1352, 1360, 1360, 1362, 1366, 1366, 1367, 1370, 1372, 1384, 1385, 1395, 1397, 1407, 1409, 1409, 1410, 1413, 193, 278, 434, 436, 446, 507, 517, 518, 539, 540, 542, 543, 545, 545, 558, 560, 563, 565, 575, 576, 577, 578, 579, 579, 580, 581, 593, 603, 605, 606, 608, 609, 609, 615, 615, 615, 615, 615, 616, 617, 618, 618, 618, 618, 618, 619, 620, 620, 620, 620, 621, 624, 626, 626, 626, 626, 627, 628, 638, 656, 657, 667, 709, 710, 738, 740, 741, 742, 742, 743, 746, 753, 753, 754, 754, 756, 756, 756, 759, 760, 763, 763, 764, 765, 768, 769, 771, 776, 876, 876, 877, 880, 882, 882, 882, 883, 885, 939, 941, 942, 944, 946, 948, 948, 948, 948, 949, 950, 951, 954, 955, 958, 961, 961, 961, 961, 962, 97, 984, 985
src/services/realtime/base
   index.ts 66.67% 66.67% 87.18% 107, 107, 108, 111, 122, 122, 123
src/services/remote-config-service
   index.ts 100% 100% 100%
src/services/video-conference-manager
   index.ts 64.10% 86.11% 93.62% 109, 113, 114, 115, 156, 162, 194, 195, 200, 201, 202, 205, 205, 206, 208, 209, 286, 321, 322, 323, 376, 410, 521, 533, 576, 580
   types.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 99.40%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
src/web-components
src/web-components/base
   index.ts 100% 100% 100%
src/web-components/base/styles
   icon-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   sv-hr.style.ts 100% 100% 100%
   typography.style.ts 100% 100% 100%
   variables.style.ts 100% 100% 100%
src/web-components/comments
   comments.ts 100% 87.50% 98.10% 42, 43
   index.ts 100% 100% 100%
src/web-components/comments/components
   annotation-filter.ts 100% 100% 100%
   annotation-item.ts 100% 100% 100%
   annotation-pin.ts 88.89% 100% 100% 35
   annotation-resolved.ts 100% 100% 100%
   annotations.ts 100% 100% 100%
   comment-input.ts 96.88% 100% 100% 56
   comment-item.ts 100% 100% 100%
   content.ts 100% 100% 99.19% 118
   delete-comment-modal.ts 100% 100% 100%
   float-button.ts 100% 100% 97.92% 32
   index.ts 100% 100% 100%
   topbar.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/web-components/comments/css
   annotation-filter.style.ts 100% 100% 100%
   annotation-item.style.ts 100% 100% 100%
   annotation-pin.style.ts 100% 100% 100%
   annotation-resolved.style.ts 100% 100% 100%
   annotations.style.ts 100% 100% 100%
   comment-input.style.ts 100% 100% 100%
   comment-item.style.ts 100% 100% 100%
   comments.style.ts 100% 100% 100%
   content.style.ts 100% 100% 100%
   float-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   powered-by.style.ts 100% 100% 100%
   topbar.style.ts 100% 100% 100%
src/web-components/comments/utils
   watermark.ts 75% 100% 84.62% 11, 12, 13, 14, 15, 16, 17, 18, 27, 28, 29
src/web-components/dropdown
   index.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
src/web-components/hello-world
   index.ts 100% 100% 100%
src/web-components/icon
   index.ts 100% 100% 100%
src/web-components/modal
   index.ts 100% 100% 100%
   modal-container.ts 100% 100% 100%
   modal.ts 100% 100% 100%
src/web-components/modal/styles
   index.style.ts 100% 100% 100%
src/web-components/presence-mouse
   index.ts 71.43% 100% 97.20% 42, 43, 44, 59, 60, 74, 75
   styles.ts 100% 100% 100%

src/components/base/index.ts Outdated Show resolved Hide resolved
src/core/launcher/index.ts Outdated Show resolved Hide resolved
src/core/launcher/index.ts Outdated Show resolved Hide resolved
src/services/realtime/ably/index.ts Outdated Show resolved Hide resolved
src/services/realtime/ably/index.ts Outdated Show resolved Hide resolved
Co-authored-by: Carlos Santos <carlos.santos74@outlook.com>
@SuperViz-Dev
Copy link
Contributor

Total Coverage: 89.88%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
   shims.d.ts 100% 100% 100%
src/common
src/common/types
   events.types.ts 100% 100% 100%
   meeting-colors.types.ts 100% 100% 100%
   participant.types.ts 100% 100% 100%
   realtime.types.ts 100% 100% 100%
   sdk-options.types.ts 100% 100% 100%
src/common/utils
   do-request.ts 100% 100% 87.50% 20
   index.ts 100% 100% 100%
   logger.ts 100% 100% 100%
   observable.ts 100% 100% 100%
   observer.ts 100% 100% 100%
   sleep.ts 0% 100% 100% 2
src/components
   index.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/components/base
   index.ts 83.33% 100% 89.74% 36, 37, 38, 39, 40
src/components/comments
   index.ts 100% 96.55% 99.31% 104
src/components/comments/canvas-pin-adapter
   index.ts 89.47% 90.48% 93.18% 193, 194, 195, 196, 197, 295, 297, 297, 298, 301, 328
src/components/presence-mouse
   index.ts 88.89% 83.33% 89.19% 130, 131, 132, 142, 177, 178, 179, 180, 181
src/components/realtime
   index.ts 100% 100% 100%
src/components/video
   index.ts 100% 100% 100%
src/core
   index.ts 89.47% 100% 88.24% 49, 50, 69, 73, 75, 87
src/core/launcher
   index.ts 100% 100% 100%
src/services
src/services/api
   index.ts 100% 86.67% 86.54% 104, 105, 106, 107, 94, 95, 97
src/services/auth-service
   index.ts 100% 100% 100%
src/services/browser
   index.ts 100% 100% 100%
src/services/config
   index.ts 100% 100% 100%
src/services/connection-status
   index.ts 100% 100% 100%
src/services/event-bus
   index.ts 100% 100% 100%
src/services/frame-brick-layer
   index.ts 100% 100% 100%
src/services/limits
   index.ts 100% 100% 100%
src/services/message-bridge
   index.ts 93.33% 100% 100% 80
src/services/pubsub
   index.ts 100% 90% 100%
src/services/realtime
   index.ts 100% 100% 100%
src/services/realtime/ably
   index.ts 56.49% 57.43% 70.26% 1009, 101, 1021, 1022, 1023, 1024, 1025, 1025, 1026, 1028, 1028, 1029, 1029, 1032, 1036, 1036, 1036, 1037, 1037, 1040, 1043, 1044, 105, 1080, 1081, 113, 1141, 1150, 1152, 1152, 1153, 117, 118, 1250, 1251, 1255, 1261, 1261, 1262, 1265, 1267, 1268, 1269, 1272, 1276, 1276, 1278, 1279, 1283, 1283, 1283, 1285, 1289, 1293, 1303, 1305, 1311, 1317, 1317, 1318, 1323, 1324, 1327, 1330, 1330, 1331, 1332, 1334, 1335, 1336, 1339, 1343, 1343, 1345, 1346, 1350, 1350, 1350, 1352, 1360, 1360, 1362, 1366, 1366, 1367, 1370, 1372, 1384, 1385, 1395, 1397, 1407, 1409, 1409, 1410, 1413, 193, 278, 434, 436, 446, 507, 517, 518, 539, 540, 542, 543, 545, 545, 558, 560, 563, 565, 575, 576, 577, 578, 579, 579, 580, 581, 593, 603, 605, 606, 608, 609, 609, 615, 615, 615, 615, 615, 616, 617, 618, 618, 618, 618, 618, 619, 620, 620, 620, 620, 621, 624, 626, 626, 626, 626, 627, 628, 638, 656, 657, 667, 709, 710, 738, 740, 741, 742, 742, 743, 746, 753, 753, 754, 754, 756, 756, 756, 759, 760, 763, 763, 764, 765, 768, 769, 771, 776, 876, 876, 877, 880, 882, 882, 882, 883, 885, 939, 941, 942, 944, 946, 948, 948, 948, 948, 949, 950, 951, 954, 955, 958, 961, 961, 961, 961, 962, 97, 984, 985
src/services/realtime/base
   index.ts 66.67% 66.67% 87.18% 107, 107, 108, 111, 122, 122, 123
src/services/remote-config-service
   index.ts 100% 100% 100%
src/services/video-conference-manager
   index.ts 64.10% 86.11% 93.62% 108, 112, 113, 114, 155, 160, 192, 193, 198, 199, 200, 203, 203, 204, 206, 207, 284, 319, 320, 321, 374, 408, 519, 531, 574, 578
   types.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 99.40%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
src/web-components
src/web-components/base
   index.ts 100% 100% 100%
src/web-components/base/styles
   icon-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   sv-hr.style.ts 100% 100% 100%
   typography.style.ts 100% 100% 100%
   variables.style.ts 100% 100% 100%
src/web-components/comments
   comments.ts 100% 87.50% 98.10% 42, 43
   index.ts 100% 100% 100%
src/web-components/comments/components
   annotation-filter.ts 100% 100% 100%
   annotation-item.ts 100% 100% 100%
   annotation-pin.ts 88.89% 100% 100% 35
   annotation-resolved.ts 100% 100% 100%
   annotations.ts 100% 100% 100%
   comment-input.ts 96.88% 100% 100% 56
   comment-item.ts 100% 100% 100%
   content.ts 100% 100% 99.19% 118
   delete-comment-modal.ts 100% 100% 100%
   float-button.ts 100% 100% 97.92% 32
   index.ts 100% 100% 100%
   topbar.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/web-components/comments/css
   annotation-filter.style.ts 100% 100% 100%
   annotation-item.style.ts 100% 100% 100%
   annotation-pin.style.ts 100% 100% 100%
   annotation-resolved.style.ts 100% 100% 100%
   annotations.style.ts 100% 100% 100%
   comment-input.style.ts 100% 100% 100%
   comment-item.style.ts 100% 100% 100%
   comments.style.ts 100% 100% 100%
   content.style.ts 100% 100% 100%
   float-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   powered-by.style.ts 100% 100% 100%
   topbar.style.ts 100% 100% 100%
src/web-components/comments/utils
   watermark.ts 75% 100% 84.62% 11, 12, 13, 14, 15, 16, 17, 18, 27, 28, 29
src/web-components/dropdown
   index.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
src/web-components/hello-world
   index.ts 100% 100% 100%
src/web-components/icon
   index.ts 100% 100% 100%
src/web-components/modal
   index.ts 100% 100% 100%
   modal-container.ts 100% 100% 100%
   modal.ts 100% 100% 100%
src/web-components/modal/styles
   index.style.ts 100% 100% 100%
src/web-components/presence-mouse
   index.ts 71.43% 100% 97.20% 42, 43, 44, 59, 60, 74, 75
   styles.ts 100% 100% 100%

Co-authored-by: Carlos Santos <carlos.santos74@outlook.com>
@SuperViz-Dev
Copy link
Contributor

Total Coverage: 89.88%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
   shims.d.ts 100% 100% 100%
src/common
src/common/types
   events.types.ts 100% 100% 100%
   meeting-colors.types.ts 100% 100% 100%
   participant.types.ts 100% 100% 100%
   realtime.types.ts 100% 100% 100%
   sdk-options.types.ts 100% 100% 100%
src/common/utils
   do-request.ts 100% 100% 87.50% 20
   index.ts 100% 100% 100%
   logger.ts 100% 100% 100%
   observable.ts 100% 100% 100%
   observer.ts 100% 100% 100%
   sleep.ts 0% 100% 100% 2
src/components
   index.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/components/base
   index.ts 83.33% 100% 89.74% 36, 37, 38, 39, 40
src/components/comments
   index.ts 100% 96.55% 99.31% 104
src/components/comments/canvas-pin-adapter
   index.ts 89.47% 90.48% 93.18% 193, 194, 195, 196, 197, 295, 297, 297, 298, 301, 328
src/components/presence-mouse
   index.ts 88.89% 83.33% 89.19% 130, 131, 132, 142, 177, 178, 179, 180, 181
src/components/realtime
   index.ts 100% 100% 100%
src/components/video
   index.ts 100% 100% 100%
src/core
   index.ts 89.47% 100% 88.24% 49, 50, 69, 73, 75, 87
src/core/launcher
   index.ts 100% 100% 100%
src/services
src/services/api
   index.ts 100% 86.67% 86.54% 104, 105, 106, 107, 94, 95, 97
src/services/auth-service
   index.ts 100% 100% 100%
src/services/browser
   index.ts 100% 100% 100%
src/services/config
   index.ts 100% 100% 100%
src/services/connection-status
   index.ts 100% 100% 100%
src/services/event-bus
   index.ts 100% 100% 100%
src/services/frame-brick-layer
   index.ts 100% 100% 100%
src/services/limits
   index.ts 100% 100% 100%
src/services/message-bridge
   index.ts 93.33% 100% 100% 80
src/services/pubsub
   index.ts 100% 90% 100%
src/services/realtime
   index.ts 100% 100% 100%
src/services/realtime/ably
   index.ts 56.49% 57.43% 70.26% 1009, 101, 1021, 1022, 1023, 1024, 1025, 1025, 1026, 1028, 1028, 1029, 1029, 1032, 1036, 1036, 1036, 1037, 1037, 1040, 1043, 1044, 105, 1080, 1081, 113, 1141, 1150, 1152, 1152, 1153, 117, 118, 1250, 1251, 1255, 1261, 1261, 1262, 1265, 1267, 1268, 1269, 1272, 1276, 1276, 1278, 1279, 1283, 1283, 1283, 1285, 1289, 1293, 1303, 1305, 1311, 1317, 1317, 1318, 1323, 1324, 1327, 1330, 1330, 1331, 1332, 1334, 1335, 1336, 1339, 1343, 1343, 1345, 1346, 1350, 1350, 1350, 1352, 1360, 1360, 1362, 1366, 1366, 1367, 1370, 1372, 1384, 1385, 1395, 1397, 1407, 1409, 1409, 1410, 1413, 193, 278, 434, 436, 446, 507, 517, 518, 539, 540, 542, 543, 545, 545, 558, 560, 563, 565, 575, 576, 577, 578, 579, 579, 580, 581, 593, 603, 605, 606, 608, 609, 609, 615, 615, 615, 615, 615, 616, 617, 618, 618, 618, 618, 618, 619, 620, 620, 620, 620, 621, 624, 626, 626, 626, 626, 627, 628, 638, 656, 657, 667, 709, 710, 738, 740, 741, 742, 742, 743, 746, 753, 753, 754, 754, 756, 756, 756, 759, 760, 763, 763, 764, 765, 768, 769, 771, 776, 876, 876, 877, 880, 882, 882, 882, 883, 885, 939, 941, 942, 944, 946, 948, 948, 948, 948, 949, 950, 951, 954, 955, 958, 961, 961, 961, 961, 962, 97, 984, 985
src/services/realtime/base
   index.ts 66.67% 66.67% 87.18% 107, 107, 108, 111, 122, 122, 123
src/services/remote-config-service
   index.ts 100% 100% 100%
src/services/video-conference-manager
   index.ts 64.10% 86.11% 93.62% 108, 112, 113, 114, 155, 160, 192, 193, 198, 199, 200, 203, 203, 204, 206, 207, 284, 319, 320, 321, 374, 408, 519, 531, 574, 578
   types.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 99.40%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
src/web-components
src/web-components/base
   index.ts 100% 100% 100%
src/web-components/base/styles
   icon-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   sv-hr.style.ts 100% 100% 100%
   typography.style.ts 100% 100% 100%
   variables.style.ts 100% 100% 100%
src/web-components/comments
   comments.ts 100% 87.50% 98.10% 42, 43
   index.ts 100% 100% 100%
src/web-components/comments/components
   annotation-filter.ts 100% 100% 100%
   annotation-item.ts 100% 100% 100%
   annotation-pin.ts 88.89% 100% 100% 35
   annotation-resolved.ts 100% 100% 100%
   annotations.ts 100% 100% 100%
   comment-input.ts 96.88% 100% 100% 56
   comment-item.ts 100% 100% 100%
   content.ts 100% 100% 99.19% 118
   delete-comment-modal.ts 100% 100% 100%
   float-button.ts 100% 100% 97.92% 32
   index.ts 100% 100% 100%
   topbar.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/web-components/comments/css
   annotation-filter.style.ts 100% 100% 100%
   annotation-item.style.ts 100% 100% 100%
   annotation-pin.style.ts 100% 100% 100%
   annotation-resolved.style.ts 100% 100% 100%
   annotations.style.ts 100% 100% 100%
   comment-input.style.ts 100% 100% 100%
   comment-item.style.ts 100% 100% 100%
   comments.style.ts 100% 100% 100%
   content.style.ts 100% 100% 100%
   float-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   powered-by.style.ts 100% 100% 100%
   topbar.style.ts 100% 100% 100%
src/web-components/comments/utils
   watermark.ts 75% 100% 84.62% 11, 12, 13, 14, 15, 16, 17, 18, 27, 28, 29
src/web-components/dropdown
   index.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
src/web-components/hello-world
   index.ts 100% 100% 100%
src/web-components/icon
   index.ts 100% 100% 100%
src/web-components/modal
   index.ts 100% 100% 100%
   modal-container.ts 100% 100% 100%
   modal.ts 100% 100% 100%
src/web-components/modal/styles
   index.style.ts 100% 100% 100%
src/web-components/presence-mouse
   index.ts 71.43% 100% 97.20% 42, 43, 44, 59, 60, 74, 75
   styles.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 89.92%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
   shims.d.ts 100% 100% 100%
src/common
src/common/types
   events.types.ts 100% 100% 100%
   meeting-colors.types.ts 100% 100% 100%
   participant.types.ts 100% 100% 100%
   realtime.types.ts 100% 100% 100%
   sdk-options.types.ts 100% 100% 100%
src/common/utils
   do-request.ts 100% 100% 87.50% 20
   index.ts 100% 100% 100%
   logger.ts 100% 100% 100%
   observable.ts 100% 100% 100%
   observer.ts 100% 100% 100%
   sleep.ts 0% 100% 100% 2
src/components
   index.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/components/base
   index.ts 83.33% 100% 89.74% 36, 37, 38, 39, 40
src/components/comments
   index.ts 100% 96.55% 99.31% 104
src/components/comments/canvas-pin-adapter
   index.ts 89.47% 90.48% 93.18% 193, 194, 195, 196, 197, 295, 297, 297, 298, 301, 328
src/components/presence-mouse
   index.ts 88.89% 83.33% 89.19% 130, 131, 132, 142, 177, 178, 179, 180, 181
src/components/realtime
   index.ts 100% 100% 100%
src/components/video
   index.ts 100% 100% 100%
src/core
   index.ts 89.47% 100% 88.24% 49, 50, 69, 73, 75, 87
src/core/launcher
   index.ts 100% 100% 100%
src/services
src/services/api
   index.ts 100% 86.67% 86.54% 104, 105, 106, 107, 94, 95, 97
src/services/auth-service
   index.ts 100% 100% 100%
src/services/browser
   index.ts 100% 100% 100%
src/services/config
   index.ts 100% 100% 100%
src/services/connection-status
   index.ts 100% 100% 100%
src/services/event-bus
   index.ts 100% 100% 100%
src/services/frame-brick-layer
   index.ts 100% 100% 100%
src/services/limits
   index.ts 100% 100% 100%
src/services/message-bridge
   index.ts 93.33% 100% 100% 80
src/services/pubsub
   index.ts 100% 90% 100%
src/services/realtime
   index.ts 100% 100% 100%
src/services/realtime/ably
   index.ts 56.49% 57.43% 70.34% 1007, 101, 1019, 1020, 1021, 1022, 1023, 1023, 1024, 1026, 1026, 1027, 1027, 1030, 1034, 1034, 1034, 1035, 1035, 1038, 1041, 1042, 105, 1078, 113, 1137, 1146, 1148, 1148, 1149, 117, 118, 1246, 1247, 1251, 1257, 1257, 1258, 1261, 1263, 1264, 1265, 1268, 1272, 1272, 1274, 1275, 1279, 1279, 1279, 1281, 1285, 1289, 1299, 1301, 1307, 1313, 1313, 1314, 1319, 1320, 1323, 1326, 1326, 1327, 1328, 1330, 1331, 1332, 1335, 1339, 1339, 1341, 1342, 1346, 1346, 1346, 1348, 1356, 1356, 1358, 1362, 1362, 1363, 1366, 1368, 1380, 1381, 1391, 1393, 1403, 1405, 1405, 1406, 1409, 191, 276, 432, 434, 444, 505, 515, 516, 537, 538, 540, 541, 543, 543, 556, 558, 561, 563, 573, 574, 575, 576, 577, 577, 578, 579, 591, 601, 603, 604, 606, 607, 607, 613, 613, 613, 613, 613, 614, 615, 616, 616, 616, 616, 616, 617, 618, 618, 618, 618, 619, 622, 624, 624, 624, 624, 625, 626, 636, 654, 655, 665, 707, 708, 736, 738, 739, 740, 740, 741, 744, 751, 751, 752, 752, 754, 754, 754, 757, 758, 761, 761, 762, 763, 766, 767, 769, 774, 874, 874, 875, 878, 880, 880, 880, 881, 883, 937, 939, 940, 942, 944, 946, 946, 946, 946, 947, 948, 949, 952, 953, 956, 959, 959, 959, 959, 960, 97, 982, 983
src/services/realtime/base
   index.ts 66.67% 66.67% 87.18% 107, 107, 108, 111, 122, 122, 123
src/services/remote-config-service
   index.ts 100% 100% 100%
src/services/video-conference-manager
   index.ts 64.10% 86.11% 93.62% 108, 112, 113, 114, 155, 160, 192, 193, 198, 199, 200, 203, 203, 204, 206, 207, 284, 319, 320, 321, 374, 408, 519, 531, 574, 578
   types.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 99.40%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
src/web-components
src/web-components/base
   index.ts 100% 100% 100%
src/web-components/base/styles
   icon-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   sv-hr.style.ts 100% 100% 100%
   typography.style.ts 100% 100% 100%
   variables.style.ts 100% 100% 100%
src/web-components/comments
   comments.ts 100% 87.50% 98.10% 42, 43
   index.ts 100% 100% 100%
src/web-components/comments/components
   annotation-filter.ts 100% 100% 100%
   annotation-item.ts 100% 100% 100%
   annotation-pin.ts 88.89% 100% 100% 35
   annotation-resolved.ts 100% 100% 100%
   annotations.ts 100% 100% 100%
   comment-input.ts 96.88% 100% 100% 56
   comment-item.ts 100% 100% 100%
   content.ts 100% 100% 99.19% 118
   delete-comment-modal.ts 100% 100% 100%
   float-button.ts 100% 100% 97.92% 32
   index.ts 100% 100% 100%
   topbar.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/web-components/comments/css
   annotation-filter.style.ts 100% 100% 100%
   annotation-item.style.ts 100% 100% 100%
   annotation-pin.style.ts 100% 100% 100%
   annotation-resolved.style.ts 100% 100% 100%
   annotations.style.ts 100% 100% 100%
   comment-input.style.ts 100% 100% 100%
   comment-item.style.ts 100% 100% 100%
   comments.style.ts 100% 100% 100%
   content.style.ts 100% 100% 100%
   float-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   powered-by.style.ts 100% 100% 100%
   topbar.style.ts 100% 100% 100%
src/web-components/comments/utils
   watermark.ts 75% 100% 84.62% 11, 12, 13, 14, 15, 16, 17, 18, 27, 28, 29
src/web-components/dropdown
   index.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
src/web-components/hello-world
   index.ts 100% 100% 100%
src/web-components/icon
   index.ts 100% 100% 100%
src/web-components/modal
   index.ts 100% 100% 100%
   modal-container.ts 100% 100% 100%
   modal.ts 100% 100% 100%
src/web-components/modal/styles
   index.style.ts 100% 100% 100%
src/web-components/presence-mouse
   index.ts 71.43% 100% 97.20% 42, 43, 44, 59, 60, 74, 75
   styles.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 90.08%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
   shims.d.ts 100% 100% 100%
src/common
src/common/types
   events.types.ts 100% 100% 100%
   meeting-colors.types.ts 100% 100% 100%
   participant.types.ts 100% 100% 100%
   realtime.types.ts 100% 100% 100%
   sdk-options.types.ts 100% 100% 100%
src/common/utils
   do-request.ts 100% 100% 87.50% 20
   index.ts 100% 100% 100%
   logger.ts 100% 100% 100%
   observable.ts 100% 100% 100%
   observer.ts 100% 100% 100%
   sleep.ts 0% 100% 100% 2
src/components
   index.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/components/base
   index.ts 100% 100% 100%
src/components/comments
   index.ts 100% 96.55% 99.31% 104
src/components/comments/canvas-pin-adapter
   index.ts 89.47% 90.48% 93.18% 193, 194, 195, 196, 197, 295, 297, 297, 298, 301, 328
src/components/presence-mouse
   index.ts 88.89% 83.33% 89.19% 130, 131, 132, 142, 177, 178, 179, 180, 181
src/components/realtime
   index.ts 100% 100% 100%
src/components/video
   index.ts 100% 100% 100%
src/core
   index.ts 89.47% 100% 88.24% 49, 50, 69, 73, 75, 87
src/core/launcher
   index.ts 100% 100% 100%
src/services
src/services/api
   index.ts 100% 86.67% 86.54% 104, 105, 106, 107, 94, 95, 97
src/services/auth-service
   index.ts 100% 100% 100%
src/services/browser
   index.ts 100% 100% 100%
src/services/config
   index.ts 100% 100% 100%
src/services/connection-status
   index.ts 100% 100% 100%
src/services/event-bus
   index.ts 100% 100% 100%
src/services/frame-brick-layer
   index.ts 100% 100% 100%
src/services/limits
   index.ts 75% 100% 100% 10
src/services/message-bridge
   index.ts 93.33% 100% 100% 80
src/services/pubsub
   index.ts 100% 90% 100%
src/services/realtime
   index.ts 100% 100% 100%
src/services/realtime/ably
   index.ts 56.49% 57.43% 70.20% 1009, 101, 1021, 1022, 1023, 1024, 1025, 1025, 1026, 1028, 1028, 1029, 1029, 1032, 1036, 1036, 1036, 1037, 1037, 1040, 1043, 1044, 105, 1080, 113, 1139, 1148, 1150, 1150, 1151, 117, 118, 1248, 1249, 1253, 1259, 1259, 1260, 1263, 1265, 1266, 1267, 1270, 1274, 1274, 1276, 1277, 1281, 1281, 1281, 1283, 1287, 1291, 1301, 1303, 1309, 1315, 1315, 1316, 1321, 1322, 1325, 1328, 1328, 1329, 1330, 1332, 1333, 1334, 1337, 1341, 1341, 1343, 1344, 1348, 1348, 1348, 1350, 1358, 1358, 1360, 1364, 1364, 1365, 1368, 1370, 1382, 1383, 1393, 1395, 1405, 1407, 1407, 1408, 1411, 191, 276, 432, 434, 444, 505, 515, 516, 537, 538, 540, 541, 543, 543, 544, 558, 560, 563, 565, 575, 576, 577, 578, 579, 579, 580, 581, 593, 603, 605, 606, 608, 609, 609, 615, 615, 615, 615, 615, 616, 617, 618, 618, 618, 618, 618, 619, 620, 620, 620, 620, 621, 624, 626, 626, 626, 626, 627, 628, 638, 656, 657, 667, 709, 710, 738, 740, 741, 742, 742, 743, 746, 753, 753, 754, 754, 756, 756, 756, 759, 760, 763, 763, 764, 765, 768, 769, 771, 776, 876, 876, 877, 880, 882, 882, 882, 883, 885, 939, 941, 942, 944, 946, 948, 948, 948, 948, 949, 950, 951, 954, 955, 958, 961, 961, 961, 961, 962, 97, 984, 985
src/services/realtime/base
   index.ts 66.67% 66.67% 87.18% 107, 107, 108, 111, 122, 122, 123
src/services/remote-config-service
   index.ts 100% 100% 100%
src/services/video-conference-manager
   index.ts 64.10% 86.11% 93.62% 108, 112, 113, 114, 155, 160, 192, 193, 198, 199, 200, 203, 203, 204, 206, 207, 284, 319, 320, 321, 374, 408, 519, 531, 574, 578
   types.ts 100% 100% 100%

@SuperViz-Dev
Copy link
Contributor

Total Coverage: 99.44%

Coverage Report
File Branch Funcs Lines Uncovered Lines
src
src/web-components
src/web-components/base
   index.ts 100% 100% 100%
src/web-components/base/styles
   icon-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   sv-hr.style.ts 100% 100% 100%
   typography.style.ts 100% 100% 100%
   variables.style.ts 100% 100% 100%
src/web-components/comments
   comments.ts 100% 87.50% 98.10% 42, 43
   index.ts 100% 100% 100%
src/web-components/comments/components
   annotation-filter.ts 100% 100% 100%
   annotation-item.ts 100% 100% 100%
   annotation-pin.ts 88.89% 100% 100% 35
   annotation-resolved.ts 100% 100% 100%
   annotations.ts 100% 100% 100%
   comment-input.ts 96.88% 100% 100% 56
   comment-item.ts 100% 100% 100%
   content.ts 100% 100% 99.19% 118
   delete-comment-modal.ts 100% 100% 100%
   float-button.ts 100% 100% 97.92% 32
   index.ts 100% 100% 100%
   topbar.ts 100% 100% 100%
   types.ts 100% 100% 100%
src/web-components/comments/css
   annotation-filter.style.ts 100% 100% 100%
   annotation-item.style.ts 100% 100% 100%
   annotation-pin.style.ts 100% 100% 100%
   annotation-resolved.style.ts 100% 100% 100%
   annotations.style.ts 100% 100% 100%
   comment-input.style.ts 100% 100% 100%
   comment-item.style.ts 100% 100% 100%
   comments.style.ts 100% 100% 100%
   content.style.ts 100% 100% 100%
   float-button.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
   powered-by.style.ts 100% 100% 100%
   topbar.style.ts 100% 100% 100%
src/web-components/comments/utils
   watermark.ts 100% 100% 86.15% 15, 16, 17, 18, 19, 20, 21, 22, 23
src/web-components/dropdown
   index.style.ts 100% 100% 100%
   index.ts 100% 100% 100%
src/web-components/hello-world
   index.ts 100% 100% 100%
src/web-components/icon
   index.ts 100% 100% 100%
src/web-components/modal
   index.ts 100% 100% 100%
   modal-container.ts 100% 100% 100%
   modal.ts 100% 100% 100%
src/web-components/modal/styles
   index.style.ts 100% 100% 100%
src/web-components/presence-mouse
   index.ts 71.43% 100% 97.20% 42, 43, 44, 59, 60, 74, 75
   styles.ts 100% 100% 100%

@carlossantos74 carlossantos74 merged commit 6167d0f into lab Nov 1, 2023
3 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 1, 2023
…uth-failed

fix: infinite fetch when domain not whitelisted
@SuperViz-Dev
Copy link
Contributor

🎉 This PR is included in version 4.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants