Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions workspaces/intelligent-assistant/.changeset/wet-birds-remain.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend

## 4.0.0

### Major Changes

- f1dba9b: Breaking changes to the permissions model that uses behavior-linked vocabulary rather than CRUD-linked vocabulary:

| Before (Lightspeed) | Before (Intelligent Assistant) | After |
| ------------------------ | ----------------------------------- | ----------------------------------- |
| `lightspeed.chat.read` | `intelligent-assistant.chat.read` | `intelligent-assistant.chat.access` |
| `lightspeed.chat.create` | `intelligent-assistant.chat.create` | `intelligent-assistant.chat.use` |
| `lightspeed.chat.delete` | `intelligent-assistant.chat.delete` | `intelligent-assistant.chat.manage` |
| `lightspeed.chat.update` | `intelligent-assistant.chat.update` | `intelligent-assistant.chat.manage` |

Changes are applied to `lightspeed` (Frontend), `lightspeed-backend`, and `lightspeed-common` plugins.

Removed permission CRUD action attributes, rbac entries for permission sets now to generic 'use' action, allows `intelligent-assistant.chat.manage` to combine the update and delete actions.

Any hard-coded permission names have been replaced by constants, source references permission names from the permission entities.

`Trans.test.tsx` component test unit has permission names to reflect Intelligent Assistant for RHDH.

Additionally, hard-coded permission names have been replaced by local constants with the new names set.

Plugin documentation changes to revise information to permissions model changes to Intelligent Assistant for RHDH.

Changed permission variable 'lightspeed' prefix to 'ia' to use Intelligent Assistant rebranding.

Changes to example RBAC policy CSV file to reflect Intelligent Assistant for RHDH.

### Minor Changes

- 0f32982: Deep context inteeligent-assistant model vision verification for 500 is not cached anymore

### Patch Changes

- 82742f0: Unify notebook terminology from "document" to "resource" across all UI strings, translations, and backend messages.
- Updated dependencies [f1dba9b]
- @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@4.0.0

## 3.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend",
"version": "3.2.0",
"version": "4.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common

## 4.0.0

### Major Changes

- f1dba9b: Breaking changes to the permissions model that uses behavior-linked vocabulary rather than CRUD-linked vocabulary:

| Before (Lightspeed) | Before (Intelligent Assistant) | After |
| ------------------------ | ----------------------------------- | ----------------------------------- |
| `lightspeed.chat.read` | `intelligent-assistant.chat.read` | `intelligent-assistant.chat.access` |
| `lightspeed.chat.create` | `intelligent-assistant.chat.create` | `intelligent-assistant.chat.use` |
| `lightspeed.chat.delete` | `intelligent-assistant.chat.delete` | `intelligent-assistant.chat.manage` |
| `lightspeed.chat.update` | `intelligent-assistant.chat.update` | `intelligent-assistant.chat.manage` |

Changes are applied to `lightspeed` (Frontend), `lightspeed-backend`, and `lightspeed-common` plugins.

Removed permission CRUD action attributes, rbac entries for permission sets now to generic 'use' action, allows `intelligent-assistant.chat.manage` to combine the update and delete actions.

Any hard-coded permission names have been replaced by constants, source references permission names from the permission entities.

`Trans.test.tsx` component test unit has permission names to reflect Intelligent Assistant for RHDH.

Additionally, hard-coded permission names have been replaced by local constants with the new names set.

Plugin documentation changes to revise information to permissions model changes to Intelligent Assistant for RHDH.

Changed permission variable 'lightspeed' prefix to 'ia' to use Intelligent Assistant rebranding.

Changes to example RBAC policy CSV file to reflect Intelligent Assistant for RHDH.

## 3.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common",
"description": "Common functionalities for the intelligent-assistant plugin",
"version": "3.2.0",
"version": "4.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @red-hat-developer-hub/backstage-plugin-intelligent-assistant

## 4.0.0

### Major Changes

- f1dba9b: Breaking changes to the permissions model that uses behavior-linked vocabulary rather than CRUD-linked vocabulary:

| Before (Lightspeed) | Before (Intelligent Assistant) | After |
| ------------------------ | ----------------------------------- | ----------------------------------- |
| `lightspeed.chat.read` | `intelligent-assistant.chat.read` | `intelligent-assistant.chat.access` |
| `lightspeed.chat.create` | `intelligent-assistant.chat.create` | `intelligent-assistant.chat.use` |
| `lightspeed.chat.delete` | `intelligent-assistant.chat.delete` | `intelligent-assistant.chat.manage` |
| `lightspeed.chat.update` | `intelligent-assistant.chat.update` | `intelligent-assistant.chat.manage` |

Changes are applied to `lightspeed` (Frontend), `lightspeed-backend`, and `lightspeed-common` plugins.

Removed permission CRUD action attributes, rbac entries for permission sets now to generic 'use' action, allows `intelligent-assistant.chat.manage` to combine the update and delete actions.

Any hard-coded permission names have been replaced by constants, source references permission names from the permission entities.

`Trans.test.tsx` component test unit has permission names to reflect Intelligent Assistant for RHDH.

Additionally, hard-coded permission names have been replaced by local constants with the new names set.

Plugin documentation changes to revise information to permissions model changes to Intelligent Assistant for RHDH.

Changed permission variable 'lightspeed' prefix to 'ia' to use Intelligent Assistant rebranding.

Changes to example RBAC policy CSV file to reflect Intelligent Assistant for RHDH.

### Patch Changes

- 82742f0: Unify notebook terminology from "document" to "resource" across all UI strings, translations, and backend messages.
- Updated dependencies [f1dba9b]
- @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@4.0.0

## 3.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant",
"version": "3.2.0",
"version": "4.0.0",
"main": "src/index.tsx",
"types": "src/index.tsx",
"license": "Apache-2.0",
Expand Down