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

BucketExplorer view files and breadcrumb paths #1696

Merged
merged 5 commits into from
Nov 14, 2024
Merged

BucketExplorer view files and breadcrumb paths #1696

merged 5 commits into from
Nov 14, 2024

Conversation

jmthomas
Copy link
Member

@jmthomas jmthomas commented Nov 9, 2024

closes #1264
closes #1679
closes #1680

Copy link

codecov bot commented Nov 9, 2024

Codecov Report

Attention: Patch coverage is 80.35714% with 11 lines in your changes missing coverage. Please review.

Project coverage is 76.31%. Comparing base (d5e1fc8) to head (9925f5e).
Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
...plorer/src/tools/BucketExplorer/BucketExplorer.vue 77.55% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1696      +/-   ##
==========================================
+ Coverage   76.15%   76.31%   +0.16%     
==========================================
  Files         602      603       +1     
  Lines       45733    46097     +364     
  Branches      822      844      +22     
==========================================
+ Hits        34828    35180     +352     
- Misses      10810    10821      +11     
- Partials       95       96       +1     
Flag Coverage Δ
python 83.98% <ø> (-0.02%) ⬇️
ruby-api 48.70% <ø> (ø)
ruby-backend 82.17% <ø> (+0.13%) ⬆️

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

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

@@ -127,9 +133,17 @@
</template>
<template v-slot:item.action="{ item }">
<v-icon
v-if="item.icon === 'mdi-file' && !isBinary(item.name)"
Copy link
Member

Choose a reason for hiding this comment

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

Would be better to have isText instead of isBinary. That way you know a file is viewable, rather than just excluding 4 extensions.

@jmthomas
Copy link
Member Author

Screenshot 2024-11-12 at 8 24 29 PM

Copy link

sonarcloud bot commented Nov 14, 2024

@jmthomas jmthomas merged commit 19c5fef into main Nov 14, 2024
26 of 27 checks passed
@jmthomas jmthomas deleted the bucket_delay branch November 14, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants