Skip to content

Commit

Permalink
Merge pull request #15 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
kreafox authored Oct 17, 2024
2 parents 0fe4040 + f30ee94 commit 42e8f8f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.1.7](https://github.com/eea/volto-chatbot/compare/0.1.6...0.1.7) - 17 October 2024

#### :bug: Bug Fixes

- fix: updated for danswer api changes [Zoltan Szabo - [`77052f9`](https://github.com/eea/volto-chatbot/commit/77052f94565b16be1b421dcf5296b8b027a98bfa)]

#### :hammer_and_wrench: Others

- test: update snapshot [kreafox - [`4278486`](https://github.com/eea/volto-chatbot/commit/4278486073e7e7911d136a781cfe70cd1c6c1a1a)]
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`537ca05`](https://github.com/eea/volto-chatbot/commit/537ca05e2a5aae8bb7b70ff9660f3d6185eb0e79)]
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`b846288`](https://github.com/eea/volto-chatbot/commit/b846288fd9dc712712bb271e0dcb4e0247d8410d)]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`3eceba3`](https://github.com/eea/volto-chatbot/commit/3eceba38c461e2faf8056df73b9e684244cda028)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`eeb96e3`](https://github.com/eea/volto-chatbot/commit/eeb96e3b35b513dd8baecf83bfa17943454f6c3a)]
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`e22c2d4`](https://github.com/eea/volto-chatbot/commit/e22c2d4f54b50ec9085f309a7e20580cdd83850b)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`d24eef0`](https://github.com/eea/volto-chatbot/commit/d24eef031076d1991b52dfadf0ae8b89d8db7fa4)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`3ed46ff`](https://github.com/eea/volto-chatbot/commit/3ed46ff8d4e8c49ffa4762e75ef1178adf160ebe)]
### [0.1.6](https://github.com/eea/volto-chatbot/compare/0.1.5...0.1.6) - 7 October 2024

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
environment {
GIT_NAME = "volto-chatbot"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
SONARQUBE_TAGS = "volto.eea.europa.eu,demo-www.eea.europa.eu,water.europa.eu-freshwater,www.eea.europa.eu-en,land.copernicus.eu,water.europa.eu-marine,climate-adapt.eea.europa.eu"
DEPENDENCIES = ""
BACKEND_PROFILES = "eea.kitkat:testing"
BACKEND_ADDONS = ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-chatbot",
"version": "0.1.6",
"version": "0.1.7",
"description": "@eeacms/volto-chatbot: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 1 addition & 1 deletion src/ChatBlock/__snapshots__/Source.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports[`SourceDetails should render the component with doc type 1`] = `
className="source-date"
>
<span>
6 months ago
7 months ago
</span>
</div>
<div
Expand Down
2 changes: 1 addition & 1 deletion src/ChatBlock/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export async function fetchRelatedQuestions(message, qgenAsistantId) {
parentMessageId: null,
chatSessionId,
promptId: 0,
filters: [],
filters: {},
selectedDocumentIds: [],
};
const promise = updateCurrentMessageFIFO(params, {}, () => {});
Expand Down
2 changes: 1 addition & 1 deletion src/ChatBlock/useBackendChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class SubmitHandler {
parentMessageId: lastSuccessfulMessageId,
chatSessionId: this.currChatSessionId,
promptId: 0,
filters: [],
filters: {},
selectedDocumentIds: [],
queryOverride,
forceSearch,
Expand Down

0 comments on commit 42e8f8f

Please sign in to comment.