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

fix(359): fix assets folder location to simplify oneclick experience #360

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

anrusina
Copy link
Contributor

@anrusina anrusina commented Apr 7, 2022

Moved Jason's fix from his POC one click PR:
https://github.com/unionai/flyteconsole/pull/1/files#diff-ec2cabc8139e814d33682814c1ba15a1056d946ab70f740c9d42ada07af42050

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Tracking Issue

fixes https://github.com/flyteorg/flyteconsole/issues/359

Signed-off-by: Nastya Rusina [email protected]

@anrusina anrusina requested review from a team, ursucarina, jsonporter and olga-union and removed request for a team April 7, 2022 23:16
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
Copy link
Contributor Author

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

ursucarina
ursucarina previously approved these changes Apr 7, 2022
olga-union
olga-union previously approved these changes Apr 7, 2022
@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #360 (ce18b9e) into master (1cceac5) will not change coverage.
The diff coverage is n/a.

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1cceac5...ce18b9e. Read the comment docs.

@anrusina anrusina dismissed stale reviews from olga-union and ursucarina via ce18b9e April 8, 2022 00:42
@anrusina anrusina enabled auto-merge (squash) April 8, 2022 01:16
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.49.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

infra: Update assets folder to allow oneClick installation from master
4 participants