-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix(359): fix assets folder location to simplify oneclick experience #360
Conversation
logo: path.resolve(__dirname, 'src/assets/favicon.png'), //'./src/assets/favicon.png', - narusina | ||
prefix: '[fullhash:8]/' | ||
logo: path.resolve(__dirname, 'src/assets/favicon.png'), | ||
prefix: 'assets/', // we can add '[fullhash:8]/' to the end of the file in future |
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.
For now we don not add hash value to file names or to folders
Codecov Report
@@ Coverage Diff @@
## master #360 +/- ##
=======================================
Coverage 65.99% 65.99%
=======================================
Files 401 401
Lines 8877 8877
Branches 1543 1543
=======================================
Hits 5858 5858
Misses 3019 3019 Continue to review full report at Codecov.
|
Signed-off-by: Nastya Rusina <[email protected]>
e56460a
to
ce18b9e
Compare
# [0.49.0](http://github.com/lyft/flyteconsole/compare/v0.48.0...v0.49.0) (2022-04-08) ### Bug Fixes * **359:** fix assets folder location to simplify oneclick experience ([#360](http://github.com/lyft/flyteconsole/issues/360)) ([9d1a5f8](http://github.com/lyft/flyteconsole/commit/9d1a5f83c256e3265c0d02d41038335ddd5eb948)) ### Features * **310:** map task v1 visuals, supporting both old and new api ([#357](http://github.com/lyft/flyteconsole/issues/357)) ([4bbc71f](http://github.com/lyft/flyteconsole/commit/4bbc71f200dbf5bd36f6ace59a6d54a1cab0df6c))
🎉 This PR is included in version 0.49.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [0.50.2](http://github.com/lyft/flyteconsole/compare/v0.50.1...v0.50.2) (2022-04-08) ### Reverts * Revert "fix(359): fix assets folder location to simplify oneclick experience (#360)" (#363) ([7d2d252](http://github.com/lyft/flyteconsole/commit/7d2d25259b0a14f8f26e57ffb64367150efc7761)), closes [#360](http://github.com/lyft/flyteconsole/issues/360) [#363](http://github.com/lyft/flyteconsole/issues/363)
Moved Jason's fix from his POC one click PR:
https://github.com/unionai/flyteconsole/pull/1/files#diff-ec2cabc8139e814d33682814c1ba15a1056d946ab70f740c9d42ada07af42050
Type
Are all requirements met?
Tracking Issue
fixes https://github.com/flyteorg/flyteconsole/issues/359
Signed-off-by: Nastya Rusina [email protected]