Commit b033a73
feat(liveness): No lights feature (#6599)
* feat(liveness): add no-lights feature
- chore(liveness): add liveness-alpha tag publishing
- chore(liveness): Add webhook trigger for alpha app (#5101)
- refactor(liveness): refactor client, color display and stream recording (#5110)
- chore(liveness): move starting of ws connection to beginning of state… (#5234)
- chore(liveness): add more dynamic configs (#5254)
- chore(liveness): Add gamma environment (#5255)
- chore(liveness): Added Liveness telemetry (#5261)
- chore(liveness): Pass new challenge to streaming request and store in context (#5269)
- chore(liveness): Update state machine flow for no lights (#5273)
- chore(liveness): Remove audit image processing from example app(#5277)
- chore(liveness): point to no-lights sdk (#5280)
- chore(liveness): pass arn secret to reusable-cache workflow in publish
- update liveness exports (#5291)
- chore: added comment about telemetry usage (#5301)
- chore(liveness): update runtime on liveness lambdas (#5294)
- chore(liveness): Update docs for nolights feature (#5300)
- fix(liveness): fix camera switching after ws connection established (#5311)
- chore(liveness): Add e2e tests for no-light challenge (#5316)
- fix(liveness): skip empty video events (#5480)
- bug(liveness): handle empty video events (#5530)
- chore(liveness): randomize hair check screen oval (#5601)
- chore(liveness): adjust widht seed for hair check per science request (#5629)
- chore(liveness): remove random x and y values (#5694)
- chore(liveness): allow selecting all cameras, allow camera selection … (#5833)
- fix(liveness): fix camera select showing up with one camera, fix camera changing weirdness with hair check screen (#5845)
- fix(liveness): Only apply transform style on user-facing video (#5953)
- fix(liveness): Fix oval render when switching cameras (#5954)
- chore(liveness): update video constraints for selected camera (#6009)
* fix(ui): update constants exports
* Revert "fix(ui): update constants exports"
This reverts commit 7935b83.
* fix(ui): update constants exports (#6585)
* chore(liveness): Update smithy models dependancies and remove unused code/logs (#6589)
* fix(liveness) update yarn (#6594)
* fix(liveness): cypress/e2e liveness test issue (#6597)
* Version Packages (#6574)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* revert test-internal gitgub workflow change
* remove liveness feature development work flow
* fix ts issue on the liveness example
* Remove unused code in machine test file
---------
Co-authored-by: Caleb Pollman <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent a6bb004 commit b033a73
File tree
114 files changed
+7517
-2895
lines changed- .changeset
- .github
- actions/codeartifact
- workflows
- docs/src/pages/[platform]/connected-components/liveness
- customization
- environments/liveness/liveness-environment
- .vscode
- amplify
- .config
- backend
- api/BYOB
- function
- livenessenvironment09873267
- src
- livenessenvironment3477af97
- src
- livenessenvironment6105cfac
- src
- livenessenvironmentb20a0fc6
- src
- types
- examples/next/pages/ui/components/liveness/components
- packages
- e2e
- cypress/integration/common
- features/ui/components/liveness
- react-liveness
- src/components/FaceLivenessDetector
- LivenessCheck
- __tests__
- service
- machine
- __tests__
- types
- utils
- ColorSequenceDisplay
- __tests__
- __snapshots__
- StreamRecorder
- __tests__
- TelemetryReporter
- __tests__
- __mocks__
- __tests__
- createRequestStreamGenerator
- __tests__
- createStreamingClient
- __tests__
- types
- utils
- __tests__
- ui/src/theme/css/component
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+7517
-2895
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments