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

EPMRPP-87316 || Implement functionality to add Assignee and Milestone… #3644

Merged
merged 5 commits into from
Nov 21, 2023

Conversation

Vadim73i
Copy link
Contributor

@Vadim73i Vadim73i commented Nov 9, 2023

… for GitLab issue by typing its name

EPMRPP-87317 || Implement functionality to add Epic and Assignees for GitLab issue by typing its name

@Vadim73i Vadim73i marked this pull request as draft November 9, 2023 08:05
@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0820f81) 60.21% compared to head (d42f69f) 60.21%.
Report is 10 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3644   +/-   ##
========================================
  Coverage    60.21%   60.21%           
========================================
  Files           79       79           
  Lines          857      857           
  Branches       124      124           
========================================
  Hits           516      516           
  Misses         314      314           
  Partials        27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AmsterGet AmsterGet requested a review from BlazarQSO November 9, 2023 08:21
Copy link
Member

@AmsterGet AmsterGet left a comment

Choose a reason for hiding this comment

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

Also I see that for such width the autocomplete components shows too wide menu, Please fix it as well.

image

… for GitLab issue by typing its name

EPMRPP-87317 || Implement functionality to add Epic and Assignees for GitLab issue by typing its name
… for GitLab issue by typing its name

EPMRPP-87317 || Implement functionality to add Epic and Assignees for GitLab issue by typing its name
EPMRPP-87317 || code review fixes - 1
EPMRPP-87317 || code review fixes - 2
EPMRPP-87317 || code review fixes - 3
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Vadim73i Vadim73i marked this pull request as ready for review November 20, 2023 20:40
@AmsterGet AmsterGet merged commit 6cbdec4 into develop Nov 21, 2023
8 checks passed
@AmsterGet AmsterGet deleted the feature/autocomplete branch November 21, 2023 10:01
const value = (inputValue || '').trim();
const uri = getURI(value);
const requestParams = getRequestParams(value);
Copy link
Contributor

Choose a reason for hiding this comment

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

As I can see, If getRequestParams is not provided, the result of this function invocation will be undefined.

Copy link
Member

Choose a reason for hiding this comment

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

Fixed in the scope of #3670

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.

4 participants