Skip to content
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

feat: code assistant integration #1902

Merged
merged 20 commits into from
Feb 7, 2025
Merged

feat: code assistant integration #1902

merged 20 commits into from
Feb 7, 2025

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Feb 3, 2025

Closes #1607

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
262 261 0 1 0

😟 No changes in tests. 😕

Bundle Size: 🔺

Current: 80.26 MB | Main: 80.19 MB
Diff: +0.07 MB (0.08%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@astandrik astandrik marked this pull request as ready for review February 5, 2025 13:46
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 11 changed files in this pull request and generated 3 comments.

Files not reviewed (4)
  • package.json: Language not supported
  • src/containers/Tenant/Query/QueryEditor/YqlEditor.tsx: Evaluated as low risk
  • src/services/api/index.ts: Evaluated as low risk
  • src/store/configureStore.ts: Evaluated as low risk

src/store/reducers/codeAssist/codeAssist.ts Outdated Show resolved Hide resolved
src/store/reducers/codeAssist/codeAssist.ts Outdated Show resolved Hide resolved
src/store/reducers/codeAssist/codeAssist.ts Outdated Show resolved Hide resolved
@astandrik astandrik requested a review from Copilot February 5, 2025 13:50
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 11 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • package.json: Language not supported
  • src/containers/Tenant/Query/QueryEditor/YqlEditor.tsx: Evaluated as low risk
  • src/containers/Tenant/Query/QueryEditor/helpers.ts: Evaluated as low risk
  • src/services/api/index.ts: Evaluated as low risk

src/services/api/codeAssist.ts Outdated Show resolved Hide resolved
@astandrik astandrik requested a review from Copilot February 5, 2025 14:02

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 11 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • package.json: Language not supported
  • src/containers/Tenant/Query/QueryEditor/YqlEditor.tsx: Evaluated as low risk
  • src/containers/Tenant/Query/QueryEditor/helpers.ts: Evaluated as low risk
  • src/services/api/codeAssist.ts: Evaluated as low risk
@astandrik astandrik requested a review from Copilot February 6, 2025 11:04

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 13 changed files in this pull request and generated no comments.

Files not reviewed (6)
  • package.json: Language not supported
  • src/store/configureStore.ts: Evaluated as low risk
  • src/services/api/index.ts: Evaluated as low risk
  • src/store/index.ts: Evaluated as low risk
  • tests/suites/tenant/initialLoad.test.ts: Evaluated as low risk
  • tests/suites/tenant/TenantPage.ts: Evaluated as low risk
@astandrik
Copy link
Collaborator Author

@artemmufazalov @Raubzeug ping

tests/suites/tenant/TenantPage.ts Outdated Show resolved Hide resolved
tests/suites/tenant/initialLoad.test.ts Outdated Show resolved Hide resolved
src/types/api/codeAssist.ts Show resolved Hide resolved
artemmufazalov
artemmufazalov previously approved these changes Feb 7, 2025
@astandrik astandrik added this pull request to the merge queue Feb 7, 2025
Merged via the queue into main with commit a10a5cd Feb 7, 2025
7 checks passed
@astandrik astandrik deleted the astandrik.1607 branch February 7, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

code assistant integration
2 participants