-
Notifications
You must be signed in to change notification settings - Fork 66
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
4461 add file asset service visibility selector #4472
4461 add file asset service visibility selector #4472
Conversation
…er metadata , remove currentDirectory,
… the breadcrumbs should be ignored due to how the relative path is resolved
…d-file-asset-service-visibility-selector
…ate after successful visibility update in order to not confuse users
…d-file-asset-service-visibility-selector
Mobile is not yet optimized |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4449_add-a-directory-navigation-component #4472 +/- ##
==========================================================================
Coverage 78.13% 78.14%
==========================================================================
Files 296 296
Lines 14119 14129 +10
Branches 3189 3192 +3
==========================================================================
+ Hits 11032 11041 +9
- Misses 3087 3088 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…nto 4461_add-file-asset-service-visibility-selector
…bility-selector' into 4461_add-file-asset-service-visibility-selector
// clear leading slash | ||
return path.replace(/^\//, '') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is where the leading slash is being removed.
@cstns Sorry, I've just worked out why @joepavitt was using relative paths for files. We can't use a standard So please revert my suggestion to have the full path for the Folder Path and the File Path both in what's displayed and when copied to the clip board. The paths should also not start with a leading Again sorry for making you change that earlier |
No need to apologize, it's an easy revert. Should I also revert the Base URL & File URL to relative paths or leave the fqdn as it is? |
No, leave the urls please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm saying this is good
But it has UI test failures so not merging |
looking over them as we speak |
b7ada99
into
4449_add-a-directory-navigation-component
Description
add file asset service visibility selector and integrate it with the existing api
added a new key on the staticAsset api to include the current folder
added the url column in the files list
added alerts
Related Issue(s)
branched out of #4473
closes #4461
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label