Skip to content

Commit 27489c3

Browse files
committed
Merge branch 'development' into feat/integrate_ui_kit
2 parents 1cbeb36 + ca80b1a commit 27489c3

File tree

391 files changed

+13475
-9543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+13475
-9543
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ helm
1515
apps/chat-e2e/html-report
1616
apps/chat-e2e/chat-html-report
1717
apps/chat-e2e/overlay-html-report
18+
next-env.d.ts

.github/ISSUE_TEMPLATE/01_report_a_issue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 🐞 Report an issue
3-
description: Problems and issues in EPAM AI DIAL chat
3+
description: Problems and issues in DIAL chat
44
labels: ["bug"]
55
body:
66
- type: markdown
@@ -9,15 +9,15 @@ body:
99
<img src='https://www.gravatar.com/avatar/2937817a82464ae07b138d8b57a7ccd4?s=40' align='left' width='40' height='40' style='margin-right:10px'>
1010
Thank you for finding the time to report the problem!
1111
12-
We really appreciate the community's efforts to improve EPAM AI DIAL chat.
12+
We really appreciate the community's efforts to improve DIAL chat.
1313
<br clear='left'/>"
1414
- type: input
1515
validations:
1616
required: true
1717
attributes:
18-
label: EPAM AI DIAL chat version
18+
label: DIAL chat version
1919
description: >
20-
On what version of EPAM AI DIAL chat are you currently experiencing the issue? You can try to find the version in the footer of page (e.g. "Version 0.5.3") or ask your administrator.
20+
On what version of DIAL chat are you currently experiencing the issue? You can try to find the version in the footer of page (e.g. "Version 0.5.3") or ask your administrator.
2121
placeholder: 0.5.3
2222
- type: textarea
2323
attributes:

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 🚀 Feature request
3-
description: Suggest an idea for EPAM AI DIAL chat
3+
description: Suggest an idea for DIAL chat
44
labels: ["enhancement"]
55
body:
66
- type: markdown
@@ -9,7 +9,7 @@ body:
99
<img src='https://www.gravatar.com/avatar/2937817a82464ae07b138d8b57a7ccd4?s=40' align='left' width='40' height='40' style='margin-right:10px'>
1010
Thank you for finding the time to propose new feature!
1111
12-
We really appreciate the community efforts to improve EPAM AI DIAL chat.
12+
We really appreciate the community efforts to improve DIAL chat.
1313
<br clear='left'/>"
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/03_bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 🐛 Bug report
3-
description: Problems and issues with code in EPAM AI DIAL chat
3+
description: Problems and issues with code in DIAL chat
44
labels: ["bug"]
55
body:
66
- type: markdown
@@ -9,15 +9,15 @@ body:
99
<img src='https://www.gravatar.com/avatar/2937817a82464ae07b138d8b57a7ccd4?s=40' align='left' width='40' height='40' style='margin-right:10px'>
1010
Thank you for finding the time to report the problem!
1111
12-
We really appreciate the community's efforts to improve EPAM AI DIAL chat.
12+
We really appreciate the community's efforts to improve DIAL chat.
1313
<br clear='left'/>"
1414
- type: input
1515
validations:
1616
required: true
1717
attributes:
18-
label: EPAM AI DIAL chat version
18+
label: DIAL chat version
1919
description: >
20-
On what version of EPAM AI DIAL chat are you currently experiencing the issue? You can try to find the version in the footer of page (e.g. "Version 0.5.3") or ask your administrator.
20+
On what version of DIAL chat are you currently experiencing the issue? You can try to find the version in the footer of page (e.g. "Version 0.5.3") or ask your administrator.
2121
placeholder: 0.5.3
2222
- type: textarea
2323
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ blank_issues_enabled: false
33
contact_links:
44
- name: ✏️ Ask a question or get support
55
url: https://github.com/epam/ai-dial-chat/discussions
6-
about: Ask a question or request support for using EPAM AI DIAL chat
6+
about: Ask a question or request support for using DIAL chat
77
- name: 📝 Talk in Discord
8-
url: https://discord.com/channels/1265336295488622612/1265336295966900225
8+
url: https://discord.gg/jvTCQv4E4q
99
about: Discuss your question in Discord

.github/workflows/deploy-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
gitlab-project-id: "1856"
2525

2626
name: Deploy to ${{ matrix.environment-name }}
27-
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
27+
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
2828
with:
2929
gitlab-project-id: ${{ matrix.gitlab-project-id }}
3030
environment-name: ${{ matrix.environment-name }}

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
1010
steps:
1111
- name: E2E tests
12-
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4.0.0
12+
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
1313
with:
1414
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1515
repository: epam/ai-dial-ci

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ concurrency:
1313

1414
jobs:
1515
pr-title-check:
16-
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
16+
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
1717
secrets:
1818
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ concurrency:
1010

1111
jobs:
1212
run_tests:
13-
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
13+
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
1414
secrets: inherit
1515
with:
1616
node-version: 22
17+
maximize-build-space: true

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ concurrency:
1010

1111
jobs:
1212
release:
13-
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
13+
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
1414
secrets: inherit
1515
with:
1616
node-version: 22
17+
maximize-build-space: true

0 commit comments

Comments
 (0)