Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 2, 2024
2 parents 21420d3 + 55e5983 commit e97ded5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [1.3.0](https://github.com/oaknational/oak-ai-lesson-assistant/compare/v1.2.2...v1.3.0) (2024-09-02)


### Bug Fixes

* address sonarcloud warnings ([07fc896](https://github.com/oaknational/oak-ai-lesson-assistant/commit/07fc896caca310c4b14b8c1451499e7acdf987d2))
* aila chat e2e test to handle 10 sections instead of 12 ([f0c6899](https://github.com/oaknational/oak-ai-lesson-assistant/commit/f0c689917012b1af5acc248590b6f1d895e23211))
* Continue missing closing stars ([2944c0f](https://github.com/oaknational/oak-ai-lesson-assistant/commit/2944c0ffee6e0b9118941e7804541f8d7352ce85))
* doppler project name ([1a80404](https://github.com/oaknational/oak-ai-lesson-assistant/commit/1a80404b2932e87bfd00c32c92d3f7cd75debaef))
* prompt version hash ([#27](https://github.com/oaknational/oak-ai-lesson-assistant/issues/27)) ([2a15947](https://github.com/oaknational/oak-ai-lesson-assistant/commit/2a159471b0b2332bb3ab50b621087f7c3a797f9f))
* remove workspace colour overrides ([#15](https://github.com/oaknational/oak-ai-lesson-assistant/issues/15)) ([06b6ac2](https://github.com/oaknational/oak-ai-lesson-assistant/commit/06b6ac2998134f8b2a1d18351ee1f4404a57faf2))
* update terms and conditions link ([#32](https://github.com/oaknational/oak-ai-lesson-assistant/issues/32)) ([79df249](https://github.com/oaknational/oak-ai-lesson-assistant/commit/79df2492751631ee0a79e10292bf9614245c183a))


### Features

* add Prisma Accelerate caching to some of our queries ([#22](https://github.com/oaknational/oak-ai-lesson-assistant/issues/22)) ([7a797ac](https://github.com/oaknational/oak-ai-lesson-assistant/commit/7a797ac1b41cc790b2e7927cc44292e4c16000c4))
* add telemetry to the chat API route ([#26](https://github.com/oaknational/oak-ai-lesson-assistant/issues/26)) ([936641a](https://github.com/oaknational/oak-ai-lesson-assistant/commit/936641aefb3952db5d9076735fa5c25d73c5e2f5))
* add users to hubspot on creation ([19e5854](https://github.com/oaknational/oak-ai-lesson-assistant/commit/19e58540cbab4ba6a5a7df459fe81f71f86e66ca))
* aila categoriser feature with chat ID and user ID ([#12](https://github.com/oaknational/oak-ai-lesson-assistant/issues/12)) ([6b0839c](https://github.com/oaknational/oak-ai-lesson-assistant/commit/6b0839c4b6e068a01e349e5e20a3d136175022d8))
* Detect and upgrade users with lissing metadata ([c158f3d](https://github.com/oaknational/oak-ai-lesson-assistant/commit/c158f3da7541c32371d86959500ab79c89d879ec))
* detect and upgrade users with missing metadata ([#18](https://github.com/oaknational/oak-ai-lesson-assistant/issues/18)) ([c4a0a3e](https://github.com/oaknational/oak-ai-lesson-assistant/commit/c4a0a3efd12211a0cb8612a090d6fc96e4d452aa))
* pass a mocked LLM Service to Aila via the new services object ([#25](https://github.com/oaknational/oak-ai-lesson-assistant/issues/25)) ([78a9a59](https://github.com/oaknational/oak-ai-lesson-assistant/commit/78a9a5952e24a19a0c5494ace16a2885f04c573b))
* prompt versioning ([#19](https://github.com/oaknational/oak-ai-lesson-assistant/issues/19)) ([7629ac9](https://github.com/oaknational/oak-ai-lesson-assistant/commit/7629ac9d90549f112007c4754b5ae720a00b0f33))
* remove feedback message from header ([d22c28a](https://github.com/oaknational/oak-ai-lesson-assistant/commit/d22c28a576e8231c50c6c34fb889ba7f459bd55f))
* update prompt with distractor, practice task and grammar improvements ([#23](https://github.com/oaknational/oak-ai-lesson-assistant/issues/23)) ([cb65f9c](https://github.com/oaknational/oak-ai-lesson-assistant/commit/cb65f9cead7c205fad2aa09a8c60b5b47a23eada))
* updates to download resources page ([#17](https://github.com/oaknational/oak-ai-lesson-assistant/issues/17)) ([4f55547](https://github.com/oaknational/oak-ai-lesson-assistant/commit/4f555478575bc5215d64a9d73eb8ddd4e13c81a6))

## [1.2.2](https://github.com/oaknational/oak-ai-lesson-assistant/compare/v1.2.1...v1.2.2) (2024-08-30)


Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/tests-e2e/tests/aila-chat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function continueChat(page: Page) {

async function isFinished(page: Page) {
const progressText = await page.getByTestId("chat-progress").textContent();
return progressText === "12 of 12 sections complete";
return progressText === "10 of 10 sections complete";
}

test.describe("Unauthenticated", () => {
Expand Down

0 comments on commit e97ded5

Please sign in to comment.