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

FUZ-19A - Improve testcase handling in Bugzilla Template #24

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gitstart-app[bot]
Copy link

@gitstart-app gitstart-app bot commented Jan 17, 2025

What is in the PR?

This PR improves how we handle testcase attachments in Bugzilla bug reports. Here's what changed:

  1. Made attachment filenames easier to enter:
    • Can now use templates with file extensions from crash testcases
    • Added support for using filename in bug descriptions with {{testcase_attachment}}
  2. Added automatic mime-type detection:
    • Used 'mime' npm package to detect correct mime-types from file extensions
    • Falls back to:
      • application/octet-stream (for binary files)
      • text/plain (for text files)

CLIENT DEMO VIDEO: https://www.loom.com/share/af46fd8c8bc140509f71ff5f76ca7c52?sid=22c7c360-64bb-4f5e-81db-13c29da909f7

Copy link

No Taskcluster jobs started for this pull request

The allowPullRequests configuration for this repository (in .taskcluster.yml on the default branch) does not allow starting tasks for this pull request.

Copy link
Author

gitstart-app bot commented Jan 17, 2025

This PR is estimated to cost between 25 and 50 credits.
🟡 By merging this PR you agree to this estimate. If you disagree, click here.

Copy link
Author

gitstart-app bot commented Jan 20, 2025

This PR is estimated to cost between 25 and 50 credits.
🟡 By merging this PR you agree to this estimate. If you disagree, click here.

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.

0 participants