Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

assets: support graceful asset names #228

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

Merged
merged 2 commits into from
Oct 25, 2019
Merged

Conversation

jdknight
Copy link
Member

The original asset management implementation would generate an asset name (or "key") based off its absolute path (in most cases). This is not ideal since names could be long, deal with various relative paths and more. Instead, asset names will be generated based off their detected basename value. In cases where conflicting asset names are detected, newer assets will be post-fixed with a unique numerical value (compared to other pending assets).

The original asset management implementation would generate an asset
name (or "key") based off its absolute path (in most cases). This is not
ideal since names could be long, deal with various relative paths and
more. Instead, asset names will be generated based off their detected
basename value. In cases where conflicting asset names are detected,
newer assets will be post-fixed with a unique numerical value (compared
to other pending assets).

Signed-off-by: James Knight <james.d.knight@live.com>
Now that asset management will generate more simple names/keys for
files, adjusting respective tests to use the updated names.

Along with this change, the sample image files used for unit testing
have been modified to be more unique, to prevent internal duplicate
detection from affecting test scenarios.

Signed-off-by: James Knight <james.d.knight@live.com>
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.

1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.