-
Notifications
You must be signed in to change notification settings - Fork 1
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
367: Remove Canonical path and format Cloud path #375
Open
pgarrison
wants to merge
4
commits into
feature/368-use-local-file-path-annotation
Choose a base branch
from
feature/367-canonical-path-is-cloud
base: feature/368-use-local-file-path-annotation
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
367: Remove Canonical path and format Cloud path #375
pgarrison
wants to merge
4
commits into
feature/368-use-local-file-path-annotation
from
feature/367-canonical-path-is-cloud
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pgarrison
requested review from
SeanLeRoy,
aswallace,
lynwilhelm and
BrianWhitneyAI
December 20, 2024 17:45
pgarrison
changed the title
367 Remove Canonical path and format Cloud path
367: Remove Canonical path and format Cloud path
Dec 20, 2024
BrianWhitneyAI
approved these changes
Dec 20, 2024
@@ -79,7 +81,11 @@ export default class FileDetail { | |||
const pathWithoutDrive = path.replace("/allen/programs/allencell/data/proj0", ""); | |||
// Should probably record this somewhere we can dynamically adjust to, or perhaps just in the file |
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.
agree with comment
SeanLeRoy
approved these changes
Dec 20, 2024
This was referenced Dec 20, 2024
aswallace
approved these changes
Dec 20, 2024
@BrianWhitneyAI This PR is ready to merge once #370 is merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
With the new cloud-first FMS backend features, the
file_path
from FMS is a cloud path likestaging.files.allencell.org/c18/726/e93/ea3/804/468/34d/873/d6c/435/c6/aicsfiles-test-8c85cfec-bdc3-11ef-9089-0242ac110004.czi
. This PR renders this as:File Path (Cloud) https://s3.us-west-2.amazonaws.com/staging.files.allencell.org/c18/726/e93/ea3/804/468/34d/873/d6c/435/c6/aicsfiles-test-8c85cfec-bdc3-11ef-9089-0242ac110004.czi
.In addition, this PR removes the
File Path (Canonical)
. Along with #370, this completes the move from:To:
Closes #367
Changes
https://s3.us-west-2.amazonaws.com/
to cloud pathsTesting
FileAnnotationList
tests.