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(jira): add basic auth method #7233

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

pedrooot
Copy link
Member

@pedrooot pedrooot commented Mar 13, 2025

Description

This PR adds basic auth for the jira class. It will need the following items:

  • client_mail: the mail from the user
  • api_token: the token generated in order to use the jira API
  • site_name: the site name

Checklist

API

  • Verify if API specs need to be regenerated.
  • Check if version updates are required (e.g., specs, Poetry, etc.).
  • Ensure new entries are added to CHANGELOG.md, if applicable.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

codecov bot commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 8 lines in your changes missing coverage. Please review.

Project coverage is 88.64%. Comparing base (9594c4c) to head (6bbb078).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7233      +/-   ##
==========================================
- Coverage   92.22%   88.64%   -3.58%     
==========================================
  Files          81     1219    +1138     
  Lines        7356    35594   +28238     
==========================================
+ Hits         6784    31553   +24769     
- Misses        572     4041    +3469     
Flag Coverage Δ
api ?
prowler 88.64% <85.71%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
prowler 88.64% <85.71%> (∅)
api ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pedrooot pedrooot marked this pull request as ready for review March 14, 2025 12:20
@pedrooot pedrooot requested review from a team as code owners March 14, 2025 12:20
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.

1 participant