v0.1.0-alpha.3
Pre-release
Pre-release
What's Changed
- docs(ghcr.io): add instructions for pull images from ghcr.io by @tthvo in #109
- build(deps): bump botocore from 1.31.64 to 1.31.84 in /app/video-processing by @dependabot in #110
- build(deps): bump boto3 from 1.28.64 to 1.28.84 in /app/video-processing by @dependabot in #112
- build(deps-dev): bump @types/node from 20.9.0 to 20.9.1 in /app/web by @dependabot in #125
- build(deps-dev): bump @types/node from 20.9.1 to 20.9.2 in /app/web by @dependabot in #134
- build(deps-dev): bump @testing-library/react from 14.1.0 to 14.1.2 in /app/web by @dependabot in #135
- build(deps): bump quart from 0.19.3 to 0.19.4 in /app/video-processing by @dependabot in #131
- feat(db): add entrypoint script to init database by @tthvo in #130
- build(deps): bump botocore from 1.31.84 to 1.32.3 in /app/video-processing by @dependabot in #132
- build(deps): bump boto3 from 1.28.84 to 1.29.3 in /app/video-processing by @dependabot in #133
- build(deps-dev): bump prisma from 5.5.2 to 5.6.0 in /app/web by @dependabot in #117
- build(deps-dev): bump @prisma/client from 5.5.2 to 5.6.0 in /app/web by @dependabot in #116
- chore(deps): add sharp for image optimization in production build by @tthvo in #136
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 in /app/web by @dependabot in #142
- build(deps): bump botocore from 1.32.3 to 1.32.4 in /app/video-processing by @dependabot in #144
- build(deps): bump boto3 from 1.29.3 to 1.29.4 in /app/video-processing by @dependabot in #143
- build(deps): bump next from 13.5.4 to 14.0.3 in /app/web by @dependabot in #124
- ci(cache): cache deps for CI workflows by @tthvo in #147
- fix(back-end): video processing failing when no face by @MyStackOverflows in #141
- build(deps): bump numpy from 1.24.4 to 1.26.2 in /app/video-processing by @dependabot in #111
- build(deps-dev): bump @types/node from 20.9.2 to 20.9.4 in /app/web by @dependabot in #152
- build(deps-dev): bump @types/react from 18.2.37 to 18.2.38 in /app/web by @dependabot in #153
- build(deps-dev): bump @types/jest from 29.5.8 to 29.5.10 in /app/web by @dependabot in #154
- build(deps-dev): bump @types/react-dom from 18.2.15 to 18.2.17 in /app/web by @dependabot in #155
- build(deps): bump botocore from 1.32.4 to 1.32.5 in /app/video-processing by @dependabot in #156
- build(deps): bump boto3 from 1.29.4 to 1.29.5 in /app/video-processing by @dependabot in #157
- build(deps): bump botocore from 1.32.5 to 1.32.6 in /app/video-processing by @dependabot in #161
- build(deps): bump boto3 from 1.29.5 to 1.29.6 in /app/video-processing by @dependabot in #160
- feat(videos): backend features for reviewing video by @MyStackOverflows in #115
- build(deps-dev): bump @types/node from 20.9.4 to 20.9.5 in /app/web by @dependabot in #165
- build(video-processor): optimize video processing server image build by @tthvo in #159
- chore(vid-server): apply lint fixes with flake8 by @tthvo in #170
- feat(db): database schema updates by @nganphan123 in #129
- docs(dev): add notes about SELinux labels by @tthvo in #164
- feat(back-end): Add Quart POST route to cancel specific video processing processes by @MyStackOverflows in #171
- fix(videos): do not clean up input videos when cancelling by @tthvo in #174
- fix(api): add missing fields when creating a user by @tthvo in #175
- fix(quart): restore default behaviour for subprocess signal handler by @tthvo in #176
- chore(deps): upgrade prisma to 5.6.0 to match web by @tthvo in #182
- build(deps-dev): bump @types/react from 18.2.38 to 18.2.39 in /app/web by @dependabot in #183
- feat(api): add user endpoints by @nganphan123 in #137
- test(e2e): add Cypress for testing Next.js server features by @connordoman in #179
- chore(deps): remove unused dependencies by @tthvo in #181
- build(deps-dev): bump pytest-env from 1.1.1 to 1.1.3 in /app/video-processing by @dependabot in #195
- feat(auth): support user sessions with iron-session by @connordoman in #126
- chore(db): remove duplicate migration by @tthvo in #201
- build(deps): bump sharp from 0.32.6 to 0.33.0 in /app/web by @dependabot in #204
- fix(auth): remove check for AUTH_SECRET at build time by @tthvo in #200
- feat(user): user account UI by @connordoman in #151
- feat(api): video upload and status check apis by @nganphan123 in #197
- fix(npm): regenerate package-lock.json by @tthvo in #209
- build(deps-dev): bump @testing-library/jest-dom from 6.1.4 to 6.1.5 in /app/web by @dependabot in #214
- build(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /app/web by @dependabot in #216
- fix(smoketest): update compose smoketest by @tthvo in #219
- feat(api): api endpoints to upload processed video to S3 by @tthvo in #213
- feat(account-update): user account update UI by @linhnnk in #224
- feat(api): add appointment api route by @MyStackOverflows in #215
- fix(api): fix mistmatched types for error status by @tthvo in #227
- feat(tests): quart server tests for recently added routes by @MyStackOverflows in #226
- chore(integration): video upload backend and front end by @connordoman in #228
- build(deps-dev): bump @types/react from 18.2.39 to 18.2.41 in /app/web by @dependabot in #236
- feat(appointments): appointment creation UI by @connordoman in #210
- fix(build): force /api/users/clients to be dynamic by @connordoman in #238
- feat(tests): add e2e testing to catch up to Week 13 by @connordoman in #237
- feat(video-review): add video review UI by @connordoman in #190
- build(deps-dev): bump postcss from 8.4.31 to 8.4.32 in /app/web by @dependabot in #242
- feat(signup): user registration UI by @linhnnk in #191
- chore(license): add project license by @tthvo in #241
- build(deps-dev): bump @types/react from 18.2.41 to 18.2.42 in /app/web by @dependabot in #248
- chore(prettier): apply prettier fixes by @linhnnk in #177
- ci(prettier): check prettier format on CI by @tthvo in #249
- feat(back-end): remove stateless mode for video processor by @MyStackOverflows in #250
- chore(pgadmin): update to version 8 by @linhnnk in #259
- ci(lint): rename workflow and ci steps by @tthvo in #257
- chore(files): remove unused assets by @connordoman in #264
- fix(videos): fix streamed video rendered with black sreen by @nganphan123 in #258
- feat(privacypal): pre-release v0.1.0-alpha.3 by @tthvo in #150
New Contributors
- @dependabot made their first contribution in #110
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3