Skip to content

Conversation

@Karakatiza666
Copy link
Contributor

Update the name of downloaded support bundle
image
image

Copy link
Contributor

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.

Pull request overview

This PR adds a Bun version check to prevent building with unsupported versions and updates the support bundle filename to be more descriptive. The version check script ensures developers use Bun 1.3.3 or higher before running dev or build commands.

Key Changes:

  • Added automated Bun version validation (minimum 1.3.3) that runs before dev/build
  • Updated support bundle filename from fda-bundle-* to feldera-support-bundle-*

Reviewed changes

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

File Description
js-packages/web-console/scripts/check-bun-version.ts New script that validates Bun version against minimum requirement (1.3.3)
js-packages/web-console/package.json Integrated version check into dev and build npm scripts
js-packages/web-console/src/lib/compositions/usePipelineManager.svelte.ts Updated downloaded support bundle filename prefix

@@ -0,0 +1,32 @@
#!/usr/bin/env bun
Copy link

Copilot AI Dec 5, 2025

Choose a reason for hiding this comment

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

[nitpick] The shebang line should have a space after the hash-bang. The correct format is #! /usr/bin/env bun (with a space after #!).

Suggested change
#!/usr/bin/env bun
#! /usr/bin/env bun

Copilot uses AI. Check for mistakes.
@Karakatiza666 Karakatiza666 added this pull request to the merge queue Dec 5, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 5, 2025
@Karakatiza666 Karakatiza666 added this pull request to the merge queue Dec 6, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 6, 2025
@Karakatiza666
Copy link
Contributor Author

I need to find the cause of CI issue and will then merge.

@Karakatiza666 Karakatiza666 added this pull request to the merge queue Dec 11, 2025
@Karakatiza666 Karakatiza666 removed this pull request from the merge queue due to a manual request Dec 11, 2025
@Karakatiza666 Karakatiza666 added this pull request to the merge queue Dec 11, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2025
…rted version

Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
@Karakatiza666 Karakatiza666 added this pull request to the merge queue Dec 11, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2025
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.

3 participants