-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulling new AAQ changes #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Setup for internal TTS * Add internal TTS model to AAQ * Change Synthesize_speech function to stream audio * Add final implementation of internal TTS * Add support for Swahili language in internal TTS * Fix Tests for internal TTS in core_backend * Make tests for the seperate components of TTS * make Makefile run with a bash shell * Add seperate environment for speech in makefile * Updated Test Makefile to run inside docker * Modified GHA workflow for speech * Typo fix * Refactor Changes --------- Co-authored-by: lickem22 <[email protected]>
* Update typebot flow to latest and update admin app modal * re-enable detect-secrets --------- Co-authored-by: Carlos Samey <[email protected]>
* Added sentry * Fixes from PR
…only done on the scores. (#456) Co-authored-by: tonyzhao6 <>
…deploy when pushing to main (#458)
* Add metadata for Mustafa for blogpost * Add Blogpost for Voice Service * Add pre-commit hooks for secrets again * minor changes to the voice-search blogpost * restoring the baseline hook * Corrected italicized text under gif * Removed pragma comment --------- Co-authored-by: Mark Botterill <[email protected]>
…i (#459) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert change to freeze deployment to app-testing * Remove lock.json
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.7 to 0.0.18. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.7...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Reinstalled all packages w/ npm i -> new -lock.json * Remove add_users_to_db from startup.sh
* Add 100s timeout to Caddy * Add 100s timeout to gunicorn
- Add new user management page for admins - Fix UX functionality - logged in admin should not be able to un-admin themselves - Don't show user management page to non-admins --------- Co-authored-by: amir_emami <[email protected]>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [next](https://github.com/vercel/next.js) from 14.2.12 to 14.2.22. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.12...v14.2.22) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert changes to remove overlap between ug + dv * Change naming convention for TS fields * Add new time interval * Split barchart into correct groupings * Add empty fallback string * Add test for overall TS functionality
* add info to user creation recovery code modal * correct docstring * Add "status" to TopicData json and use it to track job status in front-end * better error message * Update admin_app/src/app/dashboard/components/Insights.tsx Co-authored-by: lickem22 <[email protected]> * fix vulnaribilities found by npm * add Last Run to in_progress state of topic modelling * add snackbar for errors * add "error" state topic modelling redis * pass the API error message through to the frontend snackbar for topic modelling * Make the /refresh endpoint return usable errors to be used live and dont display error state from redis * HOTFIX make it so that queries w/o feedback are treated as 'normal'/ non-neg queries + counted in dashboard * HOTFIX make grey box behind example queries sticky * cleanup --------- Co-authored-by: lickem22 <[email protected]> Co-authored-by: Mark Botterill <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reviewer: @
Estimate:
Ticket
Fixes: JIRA_TICKET_LINK
Description
Goal
Changes
Future Tasks (optional)
How has this been tested?
To-do before merge (optional)
Checklist
Fill with
x
for completed.(Delete any items below that are not relevant)
scripts/
.github/workflows/