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

Support DSE (with Search) #693

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Support DSE (with Search) #693

merged 1 commit into from
Dec 19, 2023

Conversation

rzvoncek
Copy link
Contributor

@rzvoncek rzvoncek commented Dec 7, 2023

Fixes #694
Fixes #664

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #693 (5afb9c0) into master (4ddaeeb) will increase coverage by 0.81%.
The diff coverage is 95.45%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #693      +/-   ##
==========================================
+ Coverage   79.37%   80.18%   +0.81%     
==========================================
  Files          52       52              
  Lines        4576     4684     +108     
  Branches      925      952      +27     
==========================================
+ Hits         3632     3756     +124     
+ Misses        913      899      -14     
+ Partials       31       29       -2     
Files Coverage Δ
medusa/backup_node.py 88.07% <100.00%> (+0.69%) ⬆️
medusa/config.py 90.83% <ø> (ø)
medusa/nodetool.py 100.00% <100.00%> (ø)
medusa/restore_node.py 79.91% <100.00%> (+0.72%) ⬆️
medusa/storage/abstract_storage.py 92.33% <100.00%> (+0.15%) ⬆️
medusa/storage/azure_storage.py 99.15% <100.00%> (ø)
medusa/storage/google_storage.py 93.98% <100.00%> (ø)
medusa/storage/local_storage.py 98.01% <100.00%> (-0.02%) ⬇️
medusa/storage/s3_base_storage.py 94.17% <100.00%> (+4.03%) ⬆️
medusa/cassandra_utils.py 85.90% <94.91%> (+1.75%) ⬆️
... and 1 more

... and 2 files with indirect coverage changes

@rzvoncek rzvoncek force-pushed the radovan/support-dse-search branch from aba2f00 to 181f847 Compare December 7, 2023 15:47
@rzvoncek rzvoncek changed the title Radovan/support dse search Support DSE (with Search) Dec 7, 2023
@rzvoncek rzvoncek force-pushed the radovan/support-dse-search branch 2 times, most recently from ae38561 to 4d5efbe Compare December 8, 2023 06:31
@rzvoncek rzvoncek marked this pull request as ready for review December 8, 2023 07:13
@rzvoncek rzvoncek force-pushed the radovan/support-dse-search branch from 4d5efbe to 5afb9c0 Compare December 8, 2023 11:21
Copy link

sonarqubecloud bot commented Dec 8, 2023

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

@emerkle826 emerkle826 enabled auto-merge (squash) December 19, 2023 14:00
@emerkle826 emerkle826 disabled auto-merge December 19, 2023 14:01
@emerkle826 emerkle826 enabled auto-merge (squash) December 19, 2023 14:01
@emerkle826 emerkle826 disabled auto-merge December 19, 2023 14:07
@emerkle826 emerkle826 enabled auto-merge (squash) December 19, 2023 14:07
@adejanovski adejanovski disabled auto-merge December 19, 2023 14:35
@adejanovski adejanovski merged commit 4d93acb into master Dec 19, 2023
35 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.

Medusa correctly backs up and restores internal DSE folders (non-keyspace ones) Handle DSE folders correctly
3 participants