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

🐛 (Backport release-0.2) - allow svn source repos to be validated (#1346) #1417

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

ibolton336
Copy link
Member

  • Fixes customer case 03608826 "When setting up an a new application to be analysed by the MTA, we select Subversion as the repository type and enter the URL with the SVN protocol. The UI tells us that this is not a valid URL for a Subversion repository. Changing the URL protocol to HTTP makes the error go away but our department wide Subversion server is set to use only SVN protocol and cannot be changed. This leaves us unable to scan an application a Subversion hosted application with a valid SVN URL."

Adds regex to allow SVN repos to be validated when adding as a source repo to applications

- Fixes customer case 03608826
"When setting up an a new application to be analysed by the MTA, we
select Subversion as the repository type and enter the URL with the SVN
protocol. The UI tells us that this is not a valid URL for a Subversion
repository. Changing the URL protocol to HTTP makes the error go away
but our department wide Subversion server is set to use only SVN
protocol and cannot be changed. This leaves us unable to scan an
application a Subversion hosted application with a valid SVN URL."

Adds regex to allow SVN repos to be validated when adding as a source
repo to applications

Signed-off-by: ibolton336 <ibolton@redhat.com>
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (e8ebb20) 47.02% compared to head (9520793) 47.01%.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-0.2    #1417      +/-   ##
===============================================
- Coverage        47.02%   47.01%   -0.01%     
===============================================
  Files              177      177              
  Lines             4447     4450       +3     
  Branches           992      994       +2     
===============================================
+ Hits              2091     2092       +1     
- Misses            2342     2344       +2     
  Partials            14       14              
Flag Coverage Δ
unitests 47.01% <66.66%> (-0.01%) ⬇️

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

Files Coverage Δ
client/src/app/utils/utils.ts 70.90% <66.66%> (-2.17%) ⬇️

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

@dymurray dymurray merged commit 529f99b into konveyor:release-0.2 Oct 2, 2023
6 of 7 checks passed
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.

2 participants