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

🐛 Fix storage not starting with regular https addresses #3023

Merged
merged 1 commit into from
May 5, 2022

Conversation

GitHK
Copy link
Contributor

@GitHK GitHK commented May 5, 2022

What do these changes do?

Fixes issues with storage not being able to start when configured with an S3 url not containing a port

Related issue/s

How to test

Checklist

  • Unit tests for the changes exist

@GitHK GitHK requested review from mguidon and pcrespov as code owners May 5, 2022 10:32
@GitHK GitHK self-assigned this May 5, 2022
@GitHK GitHK added a:storage issue related to storage service changelog:🐛bugfix labels May 5, 2022
@GitHK GitHK added this to the Macarons +1 milestone May 5, 2022
@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

Merging #3023 (dfb6367) into master (46d91c6) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3023   +/-   ##
======================================
  Coverage    79.7%   79.7%           
======================================
  Files         698     698           
  Lines       29215   29215           
  Branches     3755    3755           
======================================
+ Hits        23293   23294    +1     
+ Misses       5081    5080    -1     
  Partials      841     841           
Flag Coverage Δ
integrationtests 65.9% <ø> (+<0.1%) ⬆️
unittests 75.4% <100.0%> (-0.1%) ⬇️

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

Impacted Files Coverage Δ
services/storage/src/simcore_service_storage/s3.py 82.5% <100.0%> (ø)
...ore_service_director_v2/utils/dask_client_utils.py 78.2% <0.0%> (-5.3%) ⬇️
.../simcore_service_catalog/db/repositories/groups.py 70.2% <0.0%> (-2.8%) ⬇️
.../simcore_service_catalog/services/access_rights.py 78.7% <0.0%> (-2.5%) ⬇️
...c/simcore_service_catalog/core/background_tasks.py 66.3% <0.0%> (-2.2%) ⬇️
...ector_v2/modules/dynamic_sidecar/scheduler/task.py 81.5% <0.0%> (-0.5%) ⬇️
..._director_v2/modules/dynamic_sidecar/docker_api.py 87.1% <0.0%> (-0.5%) ⬇️
.../director/src/simcore_service_director/producer.py 61.9% <0.0%> (+0.2%) ⬆️
...simcore_service_director_v2/modules/dask_client.py 92.5% <0.0%> (+0.6%) ⬆️
.../src/simcore_service_webserver/director_v2_core.py 76.6% <0.0%> (+0.9%) ⬆️
... and 5 more

@GitHK GitHK requested a review from sanderegg May 5, 2022 10:33
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 5, 2022

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.5% 0.5% Duplication

@GitHK GitHK merged commit 86b0ad7 into ITISFoundation:master May 5, 2022
@GitHK GitHK deleted the fix-storage-parsing branch May 5, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:storage issue related to storage service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants